summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw
2024-07-10tools/mm: introduce a tool to assess swap entry allocation for thp_swapoutBarry Song
2024-07-04selftest/mm: test enable_soft_offline behaviorsJiaqi Yan
2024-07-04mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.Audra Mitchell
2024-07-04mm: update uffd-stress to handle EINVAL for unset config featuresAudra Mitchell
2024-07-03selftests/damon/damon_nr_regions: test online-tuned max_nr_regionsSeongJae Park
2024-07-03_damon_sysfs: implement commit() for online parameters updateSeongJae Park
2024-07-03selftests/damon: implement test for min/max_nr_regionsSeongJae Park
2024-07-03selftests/damon/_damon_sysfs: implement kdamonds stop functionSeongJae Park
2024-07-03selftests/damon: implement DAMOS tried regions testSeongJae Park
2024-07-03selftests/damon: implement a program for even-numbered memory regions accessSeongJae Park
2024-07-03selftests/damon/_damon_sysfs: support schemes_update_tried_regionsSeongJae Park
2024-07-03selftests/damon/access_memory: use user-defined region sizeSeongJae Park
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich
2024-07-03selftests/mm: remove local __NR_* definitionsJohn Hubbard
2024-07-03selftests/mm: guard defines from shmEdward Liaw
2024-07-03selftests/mm: include linux/mman.hEdward Liaw
2024-07-03selftests/mm: use asm volatile to not optimize mmap read variablePankaj Raghav
2024-07-03selftests/mm: kvm, mdwe fixes to avoid requiring "make headers"John Hubbard
2024-07-03selftests/mm: fix vm_util.c build failures: add snapshot of fs.hJohn Hubbard
2024-07-03selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASSJohn Hubbard
2024-07-03selftests/mm: mseal, self_elf: factor out test macros and other duplicated itemsJohn Hubbard
2024-07-03selftests/mm: mseal, self_elf: fix missing __NR_msealJohn Hubbard
2024-07-03selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()Donet Tom
2024-07-03selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...Dev Jain
2024-07-03selftests/mm: va_high_addr_switch: reduce test noiseDev Jain
2024-07-03selftests: mm: check return valuesMuhammad Usama Anjum
2024-06-28Merge tag 'v6.10-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2024-06-27tools/power turbostat: Add local build_bug.h header for snapshot targetPatryk Wlazlyn
2024-06-27tools/power turbostat: Fix unc freq columns not showing with '-q' or '-l'Adam Hawley
2024-06-27tools/power turbostat: option '-n' is ambiguousDavid Arcari
2024-06-27Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-06-27selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima
2024-06-27af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add msg_oob.c.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Remove test_unix_oob.c.Kuniyuki Iwashima
2024-06-24selftests/mm:fix test_prctl_fork_exec return failureaigourensheng
2024-06-24Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski
2024-06-24selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann
2024-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-06-21selftests/bpf: Tests with may_goto and jumps to the 1st insnAlexei Starovoitov