Age | Commit message (Expand) | Author |
2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2024-01-10 | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2024-01-09 | Merge tag 'linux_kselftest-next-6.8-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2024-01-09 | Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2024-01-09 | Merge tag 'linux_kselftest-nolibc-6.8-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2024-01-09 | Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-01-09 | Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-01-09 | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-01-08 | Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2024-01-08 | Merge tag 'objtool-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-01-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2024-01-08 | Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2024-01-08 | Merge tag 'x86_cpu_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov |
2024-01-08 | Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2024-01-07 | net/sched: Remove ipt action tests | Jamal Hadi Salim |
2024-01-05 | selftests: forwarding: Avoid failures to source net/lib.sh | Benjamin Poirier |
2024-01-05 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2024-01-05 | selftests/mm: add separate UFFDIO_MOVE test for PMD splitting | Suren Baghdasaryan |
2024-01-05 | selftests/mm: skip test if application doesn't has root privileges | Muhammad Usama Anjum |
2024-01-05 | selftests/mm: conform test to TAP format output | Muhammad Usama Anjum |
2024-01-05 | selftests: mm: hugepage-mmap: conform to TAP format output | Muhammad Usama Anjum |
2024-01-05 | selftests/mm: gup_test: conform test to TAP format output | Muhammad Usama Anjum |
2024-01-05 | mm/selftests: hugepage-mremap: conform test to TAP format output | Muhammad Usama Anjum |
2024-01-05 | selftests/net: fix GRO coalesce test and add ext header coalesce tests | Richard Gobert |
2024-01-04 | selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach | Dmitrii Dolgov |
2024-01-04 | selftests/bpf: Add test for recursive attachment of tracing progs | Dmitrii Dolgov |
2024-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-01-04 | Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2024-01-04 | selftests/bpf: Test gotol with large offsets | Ilya Leoshkevich |
2024-01-04 | selftests/bpf: Double the size of test_loader log | Ilya Leoshkevich |
2024-01-04 | bpfilter: remove bpfilter | Quentin Deslandes |
2024-01-04 | Merge branch 'for-next/selftests' into for-next/core | Will Deacon |
2024-01-03 | selftests/bpf: add __arg_ctx BTF rewrite test | Andrii Nakryiko |
2024-01-03 | selftests/bpf: add arg:ctx cases to test_global_funcs tests | Andrii Nakryiko |
2024-01-03 | libbpf: implement __arg_ctx fallback logic | Andrii Nakryiko |
2024-01-03 | libbpf: move BTF loading step after relocation step | Andrii Nakryiko |
2024-01-03 | libbpf: move exception callbacks assignment logic into relocation step | Andrii Nakryiko |
2024-01-03 | libbpf: use stable map placeholder FDs | Andrii Nakryiko |
2024-01-03 | libbpf: don't rely on map->fd as an indicator of map being created | Andrii Nakryiko |
2024-01-03 | libbpf: use explicit map reuse flag to skip map creation steps | Andrii Nakryiko |
2024-01-03 | libbpf: make uniform use of btf__fd() accessor inside libbpf | Andrii Nakryiko |
2024-01-03 | selftests/bpf: Add a selftest with > 512-byte percpu allocation size | Yonghong Song |
2024-01-03 | selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_ma | Yonghong Song |
2024-01-03 | selftests/net: change shebang to bash to support "source" | Yujie Liu |
2024-01-03 | bpf: sockmap, add tests for proto updates replace socket | John Fastabend |
2024-01-03 | bpf: sockmap, add tests for proto updates single socket to many map | John Fastabend |