summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-08-15selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE checkMike Rapoport (Microsoft)1-5/+10
2026-08-15sched_ext: Make core-sched task ordering hierarchy-awareTejun Heo1-7/+16
2026-08-15sched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo1-1/+1
2026-08-15selftests: ublk: add SET_PARAMS validation testYao Sang2-0/+116
2026-08-15selftests: ublk: add helper for SET_PARAMSYao Sang2-1/+178
2026-08-15selftests/bpf: Add ksock test for async callback guardMahe Tardy2-0/+107
2026-08-15selftests/bpf: Test forbidden bpf_ksock_send() LSM attachMahe Tardy2-0/+41
2026-08-15selftests/bpf: Add ksock kfunc testMahe Tardy3-0/+274
2026-08-15bpf: Report Call Type Safety argument errorsKumar Kartikeya Dwivedi1-0/+1
2026-08-15bpf: Report Register Type Safety errorsKumar Kartikeya Dwivedi1-0/+1
2026-08-15perf test sample-parsing: Validate PERF_FORMAT_GROUP values without LOSTPVS Narasimha Rao1-5/+34
2026-08-15perf dso: Replace assert with runtime check in dso__read_symbol()Arnaldo Carvalho de Melo1-1/+6
2026-08-15perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()Arnaldo Carvalho de Melo1-1/+14
2026-08-15perf dso: Use stored fd error instead of stale errno in file_read() and file_...Arnaldo Carvalho de Melo1-2/+2
2026-08-15perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()Arnaldo Carvalho de Melo1-1/+3
2026-08-15perf dso: Guard against errno==0 when dso__get_filename() returns NULLArnaldo Carvalho de Melo1-3/+15
2026-08-15sched_ext: Rename balance-era identifiers to dispatch termsTejun Heo3-0/+5
2026-08-14sched_ext/scx_flatcg: Fix cvtime true-up on slice expiryTao Cui1-3/+11
2026-08-14sched_ext: Fix scx_bpf_dsq_move_to_local___v2 compat detectionfangqiurong1-3/+3
2026-08-15selftests/landlock: Test LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVSJustin Suess2-14/+168
2026-08-15landlock: Add LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVSJustin Suess1-2/+10
2026-08-15landlock: Check landlock_restrict_self(2)'s flags before privilegesJustin Suess1-1/+5
2026-08-15selftests/landlock: Test whiteout object behaviour in OverlayFS renamesGünther Noack1-2/+54
2026-08-15selftests/landlock: Add audit test for whiteout object creationGünther Noack1-0/+19
2026-08-15selftests/landlock: Add tests for whiteout object creationGünther Noack1-0/+176
2026-08-15selftests/landlock: Use an actual chardev for MAKE_CHAR audit testGünther Noack1-1/+1
2026-08-14selftests/bpf: Check per-CPU address resolution per registerVineet Gupta2-0/+74
2026-08-14selftests/sched_ext: Fix flaky ddsp failure tests on busy systemsMichal Blaszczyk2-18/+15
2026-08-14selftests/sched_ext: Make numa idle validation race-freeCheng-Yang Chou1-7/+21
2026-08-14libbpf: Fix ring buffer consumer loop on 32-bit position wrapIsrael Téllez García1-1/+1
2026-08-14selftests/bpf: Fix selftest build after filter.h updateIhor Solodrai1-1/+1
2026-08-14sched_ext: Fix scx_bpf_dsq_reenq___compat kfunc extern prototypeTejun Heo1-3/+3
2026-08-14selftests/bpf: Improve readability in iter test for percpu dataLeon Hwang2-6/+6
2026-08-14libbpf: Avoid unnecessary mmap resize for percpu data mapsLeon Hwang1-9/+8
2026-08-14sched_ext/scx_flatcg: expire cached hweights on weight changesTao Cui1-0/+3
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-17/+14
2026-08-14selftests/cgroup: Remove redundant chown in test_cgcore_lesser_ns_openShaojie Sun1-9/+2
2026-08-14selftests/bpf: Make pyperf600 a success againAndrii Nakryiko1-2/+10
2026-08-14selftests/bpf: Use ping_command() for IPv6 pings in lwt_ip_encapAndrii Nakryiko1-4/+7
2026-08-14spi: Add KUnit coverage for DMA mapping error pathsHonghui Jiang2-0/+2
2026-08-14Merge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+250
2026-08-14selftests/landlock: Fix spelling error in fs_test commentWang Yan1-1/+1
2026-08-14Merge branch 'for-next/uapi' into for-next/coreWill Deacon1-0/+5
2026-08-14selftests/bpf: Test a multi-slot argument before a struct_ops arena argumentPuranjay Mohan4-0/+48
2026-08-14selftests/bpf: Enable __arena argument tests on arm64Puranjay Mohan2-5/+14
2026-08-14selftests/bpf: Add arm64 JIT-sequence tests for __arena kfunc argumentsPuranjay Mohan1-0/+20
2026-08-13selftests/net/openvswitch: add SCTP flow key support and testMinxi Hou3-0/+96
2026-08-13selftests/bpf: Guarantee zero termination for veristat test buffersEduard Zingerman1-6/+6
2026-08-13selftests/bpf: Exercise veristat filtering logic in a selftestEduard Zingerman3-0/+135
2026-08-13selftests/bpf: Fix for veristat file/prog filters processingEduard Zingerman1-27/+49