aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 10-24/+277
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 39-676/+2069
2024-03-14Merge tag 'perf-tools-for-v6.9-2024-03-13' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 282-4813/+21268
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 4-0/+42
2024-03-14Merge tag 'lsm-pr-20240314' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-15/+15
2024-03-14Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-30/+10
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 10-1/+2109
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsGravatar Casey Schaufler 4-15/+15
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 9-567/+0
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 2-1/+2
2024-03-13Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-6/+3
2024-03-12Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Gravatar Linus Torvalds 1-1/+0
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+6
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 299-2853/+12167
2024-03-12Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-12/+67
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-1/+14
2024-03-12Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2024-03-12selftests/mm: skip the hugetlb-madvise tests on unmet hugepage requirementsGravatar Nico Pache 1-1/+2
2024-03-12selftests/mm: skip uffd hugetlb tests with insufficient hugepagesGravatar Nico Pache 1-0/+6
2024-03-12selftests/mm: dont fail testsuite due to a lack of hugepagesGravatar Nico Pache 1-1/+0
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-0/+31
2024-03-11nexthop: Fix out-of-bounds access during attribute validationGravatar Ido Schimmel 1-0/+6
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-8/+8
2024-03-11Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-36/+22
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 48-154/+2249
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2024-03-11selftests/bpf: Add kprobe multi triggering benchmarksGravatar Jiri Olsa 3-0/+50
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-9/+37
2024-03-11selftests/bpf: Add bpf_arena_htab test.Gravatar Alexei Starovoitov 6-0/+243
2024-03-11selftests/bpf: Add bpf_arena_list test.Gravatar Alexei Starovoitov 4-0/+314
2024-03-11selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesGravatar Alexei Starovoitov 6-2/+227
2024-03-11bpf: Add helper macro bpf_addr_space_cast()Gravatar Alexei Starovoitov 1-0/+43
2024-03-11libbpf: Recognize __arena global variables.Gravatar Andrii Nakryiko 3-13/+120
2024-03-11bpftool: Recognize arena map typeGravatar Alexei Starovoitov 2-2/+2
2024-03-11libbpf: Add support for bpf_arena.Gravatar Alexei Starovoitov 2-8/+46
2024-03-11libbpf: Add __arg_arena to bpf_helpers.hGravatar Alexei Starovoitov 1-0/+1
2024-03-11bpf: Disasm support for addr_space_cast instruction.Gravatar Alexei Starovoitov 1-0/+4
2024-03-11bpf: Introduce bpf_arena.Gravatar Alexei Starovoitov 1-0/+10
2024-03-11netlink: specs: support generating code for genl socket privGravatar Jakub Kicinski 2-0/+12
2024-03-11tools: ynl: remove trailing semicolonGravatar Jakub Kicinski 1-1/+1
2024-03-11selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAILGravatar Geliang Tang 6-26/+25
2024-03-11selftests: mptcp: declare event macros in mptcp_libGravatar Geliang Tang 3-23/+29
2024-03-11selftests: mptcp: add mptcp_lib_verify_listener_eventsGravatar Geliang Tang 3-38/+30
2024-03-11selftests: mptcp: print_test out of verify_listener_eventsGravatar Geliang Tang 1-6/+2
2024-03-11selftests: mptcp: extract mptcp_lib_check_expectedGravatar Geliang Tang 2-31/+32
2024-03-11selftests: mptcp: call test_fail without argumentGravatar Geliang Tang 2-6/+13
2024-03-11selftests: mptcp: print test results with colorsGravatar Geliang Tang 8-87/+90
2024-03-11selftests: mptcp: use += operator to append stringsGravatar Geliang Tang 2-40/+43
2024-03-11selftests: mptcp: print test results with countersGravatar Geliang Tang 6-14/+16
2024-03-11selftests: mptcp: add print_title in mptcp_libGravatar Geliang Tang 2-10/+13