summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-03-13selftests/exec: recursion-depth: conform test to TAP format outputMuhammad Usama Anjum-27/+26
2024-03-13selftests/exec: load_address: conform test to TAP format outputMuhammad Usama Anjum-19/+15
2024-03-13selftests/exec: binfmt_script: Add the overall result line according to TAPMuhammad Usama Anjum-1/+9
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-1/+2
2024-03-13Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+3
2024-03-12Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-1/+0
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+6
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2853/+12167
2024-03-12Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-12/+67
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+14
2024-03-12Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2024-03-12selftests/mm: skip the hugetlb-madvise tests on unmet hugepage requirementsNico Pache-1/+2
2024-03-12selftests/mm: skip uffd hugetlb tests with insufficient hugepagesNico Pache-0/+6
2024-03-12selftests/mm: dont fail testsuite due to a lack of hugepagesNico Pache-1/+0
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-0/+31
2024-03-12riscv: andes: Support specifying symbolic firmware and hardware raw eventsLocus Wei-Han Chen-0/+330
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar-1/+1
2024-03-11nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel-0/+6
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+8
2024-03-11Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-36/+22
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-154/+2249
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2024-03-11selftests/bpf: Add kprobe multi triggering benchmarksJiri Olsa-0/+50
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+37
2024-03-11selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov-0/+243
2024-03-11selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov-0/+314
2024-03-11selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov-2/+227
2024-03-11bpf: Add helper macro bpf_addr_space_cast()Alexei Starovoitov-0/+43
2024-03-11libbpf: Recognize __arena global variables.Andrii Nakryiko-13/+120
2024-03-11bpftool: Recognize arena map typeAlexei Starovoitov-2/+2
2024-03-11libbpf: Add support for bpf_arena.Alexei Starovoitov-8/+46
2024-03-11libbpf: Add __arg_arena to bpf_helpers.hAlexei Starovoitov-0/+1
2024-03-11bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov-0/+4
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov-0/+10
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski-0/+12
2024-03-11tools: ynl: remove trailing semicolonJakub Kicinski-1/+1
2024-03-11selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAILGeliang Tang-26/+25
2024-03-11selftests: mptcp: declare event macros in mptcp_libGeliang Tang-23/+29
2024-03-11selftests: mptcp: add mptcp_lib_verify_listener_eventsGeliang Tang-38/+30
2024-03-11selftests: mptcp: print_test out of verify_listener_eventsGeliang Tang-6/+2
2024-03-11selftests: mptcp: extract mptcp_lib_check_expectedGeliang Tang-31/+32
2024-03-11selftests: mptcp: call test_fail without argumentGeliang Tang-6/+13
2024-03-11selftests: mptcp: print test results with colorsGeliang Tang-87/+90
2024-03-11selftests: mptcp: use += operator to append stringsGeliang Tang-40/+43
2024-03-11selftests: mptcp: print test results with countersGeliang Tang-14/+16
2024-03-11selftests: mptcp: add print_title in mptcp_libGeliang Tang-10/+13
2024-03-11selftests: mptcp: export TEST_COUNTER variableGeliang Tang-16/+14
2024-03-11selftests: mptcp: sockopt: print every test resultGeliang Tang-17/+25
2024-03-11selftests: mptcp: connect: fix misaligned outputGeliang Tang-3/+10
2024-03-11selftests: mptcp: connect: add dedicated port counterGeliang Tang-3/+3