summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-10-031-1/+1
|\
| *---. Merge branches 'acpi-misc', 'acpi-tools' and 'acpi-docs'Rafael J. Wysocki2022-10-031-1/+1
| |\ \ \
| | | * | ACPI: tools: pfrut: Do not initialize ret in main()Shi junming2022-09-031-1/+1
| | | |/
* | | | Merge tag 'lkmm.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-031-10/+27
|\ \ \ \
| * | | | tools/memory-model: Clarify LKMM's limitations in litmus-tests.txtPaul Heidekrüger2022-08-311-10/+27
* | | | | Merge tag 'nolibc.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-035-3/+899
|\ \ \ \ \
| * | | | | selftests/nolibc: Avoid generated files being committedFernanda Ma'rouf2022-08-311-0/+4
| * | | | | selftests/nolibc: add a "help" targetWilly Tarreau2022-08-311-1/+26
| * | | | | selftests/nolibc: "sysroot" target installs a local copy of the sysrootWilly Tarreau2022-08-311-2/+11
| * | | | | selftests/nolibc: add a "run" target to start the kernel in QEMUWilly Tarreau2022-08-311-0/+33
| * | | | | selftests/nolibc: add a "defconfig" targetWilly Tarreau2022-08-311-0/+12
| * | | | | selftests/nolibc: add a "kernel" target to build the kernel with the initramfsWilly Tarreau2022-08-311-0/+13
| * | | | | selftests/nolibc: support glibc as wellWilly Tarreau2022-08-311-2/+45
| * | | | | selftests/nolibc: condition some tests on /proc existenceWilly Tarreau2022-08-311-5/+9
| * | | | | selftests/nolibc: recreate and populate /dev and /proc if missingWilly Tarreau2022-08-311-0/+56
| * | | | | selftests/nolibc: on x86, support exiting with isa-debug-exitWilly Tarreau2022-08-311-0/+9
| * | | | | selftests/nolibc: exit with poweroff on success when getpid() == 1Willy Tarreau2022-08-311-0/+14
| * | | | | selftests/nolibc: add a few tests for some libc functionsWilly Tarreau2022-08-311-0/+35
| * | | | | selftests/nolibc: implement a few tests for various syscallsWilly Tarreau2022-08-311-0/+110
| * | | | | selftests/nolibc: support a test definition formatWilly Tarreau2022-08-311-0/+91
| * | | | | selftests/nolibc: add basic infrastructure to ease creation of nolibc testsWilly Tarreau2022-08-312-0/+438
| * | | | | tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definitionWilly Tarreau2022-08-311-1/+1
| * | | | | tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not definedWilly Tarreau2022-08-311-1/+1
| * | | | | tools/nolibc: make argc 32-bit in riscv startup codeWilly Tarreau2022-08-311-1/+1
| |/ / / /
* | | | | Merge tag 'perf-tools-fixes-for-v6.0-2022-09-29' of git://git.kernel.org/pub/...Linus Torvalds2022-10-0114-58/+92
|\ \ \ \ \
| * | | | | perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...Arnaldo Carvalho de Melo2022-09-291-1/+1
| * | | | | perf tests mmap-basic: Remove unused variable to address clang 15 warningJiri Olsa2022-09-291-2/+1
| * | | | | perf parse-events: Ignore clang 15 warning about variable set but unused in b...Jiri Olsa2022-09-291-1/+1
| * | | | | perf tests record: Fail the test if the 'errs' counter is not zeroArnaldo Carvalho de Melo2022-09-291-1/+1
| * | | | | perf test: Fix test case 87 ("perf record tests") for hybrid systemsZhengjun Xing2022-09-291-1/+1
| * | | | | perf arm-spe: augment the data source type with neoverse_spe listJing Zhang2022-09-281-1/+1
| * | | | | perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the k...Athira Rajeev2022-09-281-2/+3
| * | | | | perf tests powerpc: Fix branch stack sampling test to include sanity check fo...Athira Rajeev2022-09-261-1/+2
| * | | | | perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing2022-09-264-43/+57
| * | | | | perf print-events: Fix "perf list" can not display the PMU prefix for some hy...Zhengjun Xing2022-09-261-1/+1
| * | | | | perf tools: Get a perf cgroup more portably in BPFNamhyung Kim2022-09-262-5/+24
* | | | | | Merge tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-017-35/+115
|\ \ \ \ \ \
| * | | | | | KVM: selftests: Compare insn opcodes directly in fix_hypercall_testSean Christopherson2022-09-301-18/+16
| * | | | | | KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest useSean Christopherson2022-09-302-1/+49
| * | | | | | KVM: selftests: Gracefully handle empty stack tracesDavid Matlack2022-09-301-7/+13
| * | | | | | KVM: selftests: replace assertion with warning in access_tracking_perf_testEmanuele Giuseppe Esposito2022-09-301-9/+16
| * | | | | | KVM: selftests: Skip tests that require EPT when it is not availableDavid Matlack2022-09-272-0/+21
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-09-302-0/+8
|\ \ \ \ \ \ \
| * | | | | | | virtio_test: fixup for vq resetXuan Zhuo2022-09-282-0/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | selftests: Fix the if conditions of in test_extra_filter()Wang Yufen2022-09-271-1/+1
* | | | | | | | Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-09-262-20/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | tools: fix compilation after gfp_types.h splitMatthew Wilcox (Oracle)2022-09-122-20/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-09-251-77/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams2022-09-251030-26649/+221501
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |