summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-01-23Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-2/+718
2025-01-23Merge tag 'landlock-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-55/+313
2025-01-23Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+1
2025-01-22Merge tag 'linux_kselftest-nolibc-6.14-rc1' of git://git.kernel.org/pub/scm/l...Linus Torvalds4-19/+63
2025-01-22Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-2/+14
2025-01-22Merge tag 'linux_kselftest-next-6.14-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds25-86/+371
2025-01-22Merge tag 'hid-for-linus-2025012001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-01-22Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds14-19/+139
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds121-625/+4852
2025-01-22Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2025-01-22Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-3/+20
2025-01-22Merge tag 'rcu.release.v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+22
2025-01-22Merge tag 'livepatching-for-6.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+72
2025-01-21selftests: pci_endpoint: Migrate to Kselftest frameworkManivannan Sadhasivam8-396/+231
2025-01-21selftests: Move PCI Endpoint tests from tools/pci to KselftestsManivannan Sadhasivam5-5/+8
2025-01-21misc: pci_endpoint_test: Fix IOCTL return valueManivannan Sadhasivam1-25/+26
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2025-01-21Merge tag 'objtool-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-310/+146
2025-01-21misc: pci_endpoint_test: Add consecutive BAR testNiklas Cassel2-1/+16
2025-01-21selftests/efivarfs: add concurrent update testsJames Bottomley1-0/+134
2025-01-21Merge tag 'powerpc-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-57/+12
2025-01-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+259
2025-01-21Merge tag 'execve-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+72
2025-01-20Merge branch 'pm-tools'Rafael J. Wysocki14-19/+139
2025-01-20selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()Liu Ye1-1/+2
2025-01-20Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-4/+219
2025-01-20Merge tag 'kernel-6.14-rc1.pid' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+360
2025-01-20Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-73/+756
2025-01-20selftests/bpf: Add some tests related to 'may_goto 0' insnsYonghong Song3-0/+129
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-0/+222
2025-01-20selftests/bpf: Add test case for the freeing of bpf_timerHou Tao2-0/+236
2025-01-20Merge branch 'for-6.14/selftests-trivial' into for-linusPetr Mladek1-1/+1
2025-01-20Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-1/+17
2025-01-20Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-37/+144
2025-01-20Merge branch 'for-6.14/constify-bin-attribute' into for-linusJiri Kosina421-4395/+11285
2025-01-19selftests/efivarfs: fix tests for failed write removalJames Bottomley1-4/+7
2025-01-19selftests/efivarfs: add check for disallowing file truncationJames Bottomley1-0/+23
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt9-200/+405
2025-01-18selftests: riscv: Support xtheadvector in vector testsCharlie Jenkins6-52/+113
2025-01-18selftests: riscv: Fix vector testsCharlie Jenkins8-193/+337
2025-01-18perf test: Update event_groups test to use instructionsAthira Rajeev1-5/+26
2025-01-18perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu1-1/+6
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers5-36/+38
2025-01-18selftests: net: give up on the cmsg_time accuracy on slow machinesJakub Kicinski1-10/+25
2025-01-18dcache: back inline names with a struct-wrapped array of unsigned longAl Viro1-1/+1
2025-01-17Merge tag 'linux-cpupower-6.14-rc1-second' of ssh://gitolite.kernel.org/pub/s...Rafael J. Wysocki1-0/+2
2025-01-17perf lock: Rename fields in lock_type_tableChun-Tse Shao1-14/+19
2025-01-17perf lock: Add percpu-rwsem for type filterChun-Tse Shao2-2/+5
2025-01-17perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao1-25/+41
2025-01-17perf lock: Fix return code for functions in __cmd_contentionAthira Rajeev1-3/+8