1. 0627be7 selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus by Li Zhijian · 7 years ago
  2. f686982 selftests: vm: update .gitignore with new test by Shuah Khan · 7 years ago
  3. 6cb7903 Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  4. 235266b selftests/vm: move 128TB mmap boundary test to generic directory by Aneesh Kumar K.V · 7 years ago
  5. 0e9e327 selftests: vm: update .gitignore with missing generated file by Shuah Khan · 7 years ago
  6. 4c1baad kselftest: fix OOM in memory compaction test by Arnd Bergmann · 7 years ago
  7. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  8. 64c349f mm: add infrastructure for get_user_pages_fast() benchmarking by Kirill A. Shutemov · 7 years ago
  9. b5b657a selftests: vm: Update .gitignore with newly added tests by Shuah Khan · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 7ddd8fa userfaultfd: selftest: exercise -EEXIST only in background transfer by Andrea Arcangeli · 7 years ago
  12. d312cb1 userfaultfd: selftest: explicit failure if the SIGBUS test failed by Andrea Arcangeli · 7 years ago
  13. 67e8032 userfaultfd: selftest: exercise UFFDIO_COPY/ZEROPAGE -EEXIST by Andrea Arcangeli · 7 years ago
  14. 81aac3a userfaultfd: selftest: add tests for UFFD_FEATURE_SIGBUS feature by Prakash Sangappa · 7 years ago
  15. 824f973 userfaultfd: selftest: enable testing of UFFDIO_ZEROPAGE for shmem by Mike Rapoport · 7 years ago
  16. eff33cf selftests/vm: Fix test for virtual address range mapping for arm64 by Michal Suchanek · 8 years ago
  17. 2868b25 Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  18. 4e5ce33 selftests/vm: add a test for virtual address range mapping by Anshuman Khandual · 8 years ago
  19. b6ad197 userfaultfd: selftest: combine all cases into a single executable by Mike Rapoport · 8 years ago
  20. ff80d91 selftests/vm/run_vmtests: Fix wrong comment by SeongJae Park · 8 years ago
  21. 2b8713e selftests/vm/run_vmtests: Polish output text by SeongJae Park · 8 years ago
  22. 70d1a4e selftests/vm: Set mmap()'s fd as -1 for MAP_ANONYMOUS flag by SeongJae Park · 8 years ago
  23. 7ba3134 selftests: vm: add CONFIG_SYSVIPC=y to the config fragment by Fathi Boudra · 8 years ago
  24. 46aa6a30 userfaultfd: selftest: vm: allow to build in vm/ directory by Andrea Arcangeli · 8 years ago
  25. c4f3f22 Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  26. 64527f5 userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmem by Mike Rapoport · 8 years ago
  27. d811914 userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE by Mike Rapoport · 8 years ago
  28. 7a0c4cf userfaultfd: selftest: test UFFDIO_ZEROPAGE on all memory types by Andrea Arcangeli · 8 years ago
  29. da5502c userfaultfd: non-cooperative: selftest: add test for FORK, MADVDONTNEED and REMAP events by Mike Rapoport · 8 years ago
  30. aa0d272 userfaultfd: non-cooperative: selftest: add ufd parameter to copy_page by Mike Rapoport · 8 years ago
  31. 6228b8f userfaultfd: non-cooperative: selftest: introduce userfaultfd_open by Mike Rapoport · 8 years ago
  32. 419624d userfaultfd: shmem: add userfaultfd_shmem test by Mike Rapoport · 8 years ago
  33. cac6732 userfaultfd: shmem: allow registration of shared memory ranges by Mike Rapoport · 8 years ago
  34. 9903bd7 userfaultfd: hugetlbfs: add userfaultfd_hugetlb test by Mike Kravetz · 8 years ago
  35. a8ba798 selftests: enable O and KBUILD_OUTPUT by bamvor.zhangjian@huawei.com · 8 years ago
  36. 7d758af selftests: add default rules for c source file by bamvor.zhangjian@huawei.com · 8 years ago
  37. 88baa78 selftests: remove duplicated all and clean target by bamvor.zhangjian@huawei.com · 8 years ago
  38. 26b4224 selftests: expanding more mlock selftest by Simon Guo · 8 years ago
  39. d5aed9c selftest: move seek_to_smaps_entry() out of mlock2-tests.c by Simon Guo · 8 years ago
  40. 1448d4d selftests/vm: add test for mlock() when areas are intersected by Simon Guo · 8 years ago
  41. c7f032b selftest: split mlock2_ funcs into separate mlock2.h by Simon Guo · 8 years ago
  42. bff1246 selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit test by Yannick Brosseau · 9 years ago
  43. ee65735 selftests/vm: write strlen length instead of sizeof to nr_hugepages by Yannick Brosseau · 9 years ago
  44. a4351cb selftests/thuge-gen: Use platform specific MAP_HUGETLB value by Helge Deller · 9 years ago
  45. 8c749ce selftests: create test-specific kconfig fragments by Bamvor Jian Zhang · 9 years ago
  46. 27f87a8 update .gitignore in selftests/vm by Yuan Sun · 9 years ago
  47. c5a3788 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  48. 6a177af Merge tag 'linux-kselftest-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
  49. e14231c selftests/mlock2: add ULL suffix to 64-bit constants by Geert Uytterhoeven · 9 years ago
  50. 60997fe selftests/mlock2: add missing #define _GNU_SOURCE by Geert Uytterhoeven · 9 years ago
  51. b3b0d09 selftests: vm: add tests for lock on fault by Eric B Munson · 9 years ago
  52. ee00479 selftests: vm: Try harder to allocate huge pages by Ben Hutchings · 9 years ago
  53. 5dd01be userfaultfd: selftest: don't error out if pthread_mutex_t isn't identical by Andrea Arcangeli · 9 years ago
  54. a5932bf userfaultfd: selftest: return an error if BOUNCE_VERIFY fails by Andrea Arcangeli · 9 years ago
  55. 1f5fee2 userfaultfd: selftest: avoid my_bcmp false positives with powerpc by Andrea Arcangeli · 9 years ago
  56. 56ed8f1 userfaultfd: selftest: only warn if __NR_userfaultfd is undefined by Michael Ellerman · 9 years ago
  57. 67f6a02 userfaultfd: selftest: headers fixup by Andrea Arcangeli · 9 years ago
  58. d0a8711 userfaultfd: selftests: vm: pick up sanitized kernel headers by Thierry Reding · 9 years ago
  59. 0224357 s390: wire up userfaultfd system call by Heiko Carstens · 9 years ago
  60. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  61. fd5a9ec selftests:vm: point to libhugetlbfs for regression testing by Mike Kravetz · 9 years ago
  62. 243db535 Revert "selftests: add hugetlbfstest" by Mike Kravetz · 9 years ago
  63. af8713b selftests/userfaultfd: fix compiler warnings on 32-bit by Geert Uytterhoeven · 9 years ago
  64. 49df2e3 userfaultfd: selftest: update userfaultfd x86 32bit syscall number by Andrea Arcangeli · 9 years ago
  65. c47174f userfaultfd: selftest by Andrea Arcangeli · 9 years ago
  66. bd67d5c Test compaction of mlocked memory by Sri Jayaramappa · 10 years ago
  67. 215ba78 mm, selftests: test return value of munmap for MAP_HUGETLB memory by David Rientjes · 10 years ago
  68. 84f887b selftests: Set CC using CROSS_COMPILE once in lib.mk by Michael Ellerman · 10 years ago
  69. 32dcfba selftests: Add install target by Michael Ellerman · 10 years ago
  70. 5e29a91 selftests: Introduce minimal shared logic for running tests by Michael Ellerman · 10 years ago
  71. f5db310 selftests/vm: fix link error for transhuge-stress test by Andrey Skvortsov · 10 years ago
  72. 0085d61 selftests/vm/transhuge-stress: stress test for memory compaction by Konstantin Khlebnikov · 10 years ago
  73. c7fed9c selftests: add .gitignore for vm by Ramkumar Ramachandra · 12 years ago
  74. 7e50533 selftests: add hugetlbfstest by Joern Engel · 12 years ago
  75. fc256f0 self-test: fix make clean by Joern Engel · 12 years ago
  76. 51a1d16 selftests: exit 1 on failure by Joern Engel · 12 years ago
  77. 000e06b vm selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  78. fcc1f2d selftests: add a test program for variable huge page sizes in mmap/shmget by Andi Kleen · 12 years ago
  79. ce8283d tools/testing: fix comment / output typos by Masanari Iida · 13 years ago
  80. f0f57b2 mm: move hugepage test examples to tools/testing/selftests/vm by Dave Young · 13 years ago