1. 2c1bfc0 mem/lib: convert to new API by Li Wang · 7 years ago
  2. 393980b mem/lib: skip oom(KSM) for lite == 1 (single TESTMEM+MB allocation) by Li Wang · 8 years ago
  3. 6971457 mem/oom: fork may fail before test by Jan Stancek · 8 years ago
  4. ed66610 mm/oom: enable ksm before OOM-KSM testing by Li Wang · 8 years ago
  5. 4436370 mm/ksm: extend 'max_page_sharing' before ksm testing by Li Wang · 8 years ago
  6. bbdb9f7 lib: Add new test library API by Cyril Hrubis · 8 years ago
  7. 91f88af mem/oom: call WEXITSTATUS() only if WIFEXITED() returned true by Han Pingtian · 8 years ago
  8. 828d087 mm: Remove thp05 by Li Wang · 8 years ago
  9. f2555d6 mem/oom: remove non-existent case OVERCOMMIT from oom() by Han Pingtian · 9 years ago
  10. a9be4d3 mem/oom: don't fail if pthread_create hits EAGAIN by Jan Stancek · 9 years ago
  11. 74c95c2 mem/hugetlb: Find an empty region to use in hugemmap02.c by Li Wang · 9 years ago
  12. af9c8e0 lib/mem.c: handle mlock returning EAGAIN by Li Wang · 9 years ago
  13. 6f722a4 mem/oom: allocate memory using multiple threads by Jan Stancek · 9 years ago
  14. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  15. d218f34 Remove useless malloc() casts. by Cyril Hrubis · 10 years ago
  16. 7adb6ce mem/lib: optimize how alloc_mem dirties pages by Jan Stancek · 10 years ago
  17. 30ac84c mem/oom: check for multiple outcomes if overcommit_memory is 0 or 1 by Jan Stancek · 10 years ago
  18. fc0e139 kernel/mem/lib/mem.c: make tests continue to run even though KSM is not enabled by Xiaoguang Wang · 10 years ago
  19. f200be5 kernel/mem/lib/mem.c: fix compilation warnings by Xiaoguang Wang · 10 years ago
  20. 03522fd kernel/mem/lib/mem.c: fixed tst_brkm with TINFO by Stanislav Kholmanskikh · 10 years ago
  21. a884621 build: fix out-of-tree build by Gilles Chanteperdrix · 10 years ago
  22. f2adf13 kernel/mem/lib: don't replace CFLAGS, append instead by Jiri Jaburek · 11 years ago
  23. df7d484 lib/mem: remove unnecessary params in path_exist by Jan Stancek · 11 years ago
  24. 371375c lib/mem: handle missing online file by Dave Kleikamp · 11 years ago
  25. 8cda96c mem.c: check whether MADV_MERGEABLE is available by DAN LI · 11 years ago
  26. 65ca1bd mem/ksm06: add a new case to test merge_across_nodes sysfs knob by Zhouping Liu · 11 years ago
  27. 630f90d mem/oom: fixed a cpuset error by Zhouping Liu · 11 years ago
  28. e096339 lib/mem: removed read_file() and write_file() by Zhouping Liu · 11 years ago
  29. cb2967b mem: Fix short of nodemask array. by Lans Zhang · 11 years ago
  30. d6b67f8 lib/mem: introduce a new function set_global_mempolicy() by Zhouping Liu · 11 years ago
  31. 0b34193 mm/thp: new case thp04.c by Zhouping Liu · 11 years ago
  32. 4ac1b8e lib/mem: removed the prefix underscore '_' of the internal function name by Zhouping Liu · 11 years ago
  33. a9619f5 lib/mem: updated testoom() and oom() funcs by Zhouping Liu · 11 years ago
  34. 62d50b7 mm/oom02: modified 'OOM for NUMA' as 'OOM for mempolicy' by Zhouping Liu · 11 years ago
  35. 448c1ee lib/mem: modified _gather_cpus() as _gather_node_cpus() by Zhouping Liu · 11 years ago
  36. f23ce91 mm/include: removed the global var 'memory' by Zhouping Liu · 12 years ago
  37. f2dc277 mm/lib: rewrote create_same_memory() by Zhouping Liu · 12 years ago
  38. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  39. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  40. 4cfd3ef build: Mark libkerntest.a and libmem.a internal by Cyril Hrubis · 12 years ago
  41. a98ac19 mm: use new numa_helper by Caspar Zhang · 12 years ago
  42. 9e527a5 mm/lib: correct the log messages by Zhouping Liu · 12 years ago
  43. 0d20a9c Revert "hugetlb: add a new function get_available_hugepages" by Wanlong Gao · 12 years ago
  44. 5ad42f6 mm/lib: increase sleep time in ksm scanning by Caspar Zhang · 12 years ago
  45. f838d3e mm/lib: ksm code style fixes. by Caspar Zhang · 12 years ago
  46. 2b73a15 safe_macros: add SAFE_STRTOUL by Zhouping Liu · 12 years ago
  47. aaacd70 hugetlb: add a new function get_available_hugepages by Zhouping Liu · 12 years ago
  48. 586992b hugetlb: shmmax could be ULONG_MAX - 1 by Caspar Zhang · 12 years ago
  49. f9ae09a lib/mem.c: using read_file to replace the redundant code by Zhouping Liu · 12 years ago
  50. 60c41a5 lib/mem.c: add _wait_ksmd_done func to wait ksmd finish his job by Zhouping Liu · 12 years ago
  51. 1518c2d mm: fixed nodemask args in set_mempolicy() by Zhouping Liu · 12 years ago
  52. 892153a memlib: add update_shm_size to check shm_size not bigger than shmmax by Wanlong Gao · 12 years ago
  53. cf7c6a5 Revert "mm/oom: add oom control check for memcg" by Caspar Zhang · 12 years ago
  54. 79667fa mm: cleanup headers by Caspar Zhang · 12 years ago
  55. 071a94b mm/oom: add oom control check for memcg by Caspar Zhang · 12 years ago
  56. ff92e94 mm/lib: use different read/write function for cpuset by Caspar Zhang · 12 years ago
  57. 9c9fab1 mm/lib: use read_file and write_file inside lib by Caspar Zhang · 12 years ago
  58. 6d4044f mm/lib: split write_cpusets() by Caspar Zhang · 12 years ago
  59. a7f0eed mm/lib: put internal APIs to _private.h by Caspar Zhang · 12 years ago
  60. 3459f50 mm/lib: add write_file & read_file functions by Caspar Zhang · 12 years ago
  61. 633c755 mm/lib: replace buf with path in correct place by Caspar Zhang · 12 years ago
  62. 54616fd mm: fix possible node missing in write_cpusets by Caspar Zhang · 12 years ago
  63. 4b15f58 mm/lib: change count_numa() behavior by Caspar Zhang · 12 years ago
  64. 7042271 mm/lib: more cleanup by Caspar Zhang · 12 years ago
  65. 05697c4 mm/lib,cpuset,ksm,oom: cleanup w/ checkpatch.pl by Caspar Zhang · 12 years ago
  66. 6009edf mm/lib: code cleanup by Caspar Zhang · 12 years ago
  67. 9b70f09 lib/mem.c: fix count_numa func by Zhouping Liu · 12 years ago
  68. eec7c2e libmem: use SAFE_STRTOL instead by Wanlong Gao · 12 years ago
  69. ef2c051 mem/lib: make sys_file use as file instead of path by Caspar Zhang · 13 years ago
  70. 3fa874a mem/lib: add vm tunable files set/get func by Caspar Zhang · 13 years ago
  71. 233e122 mem/lib: add read_meminfo() function by Caspar Zhang · 13 years ago
  72. 2c321ce KSM test case fixes - oom01 and oom03 by Nageswara R Sastry · 13 years ago
  73. 72b6f19 Add check to see if cgroup fs mounting is available in kernel. by Garrett Cooper · 13 years ago
  74. 346aab2 ksm: fix pagesize by Caspar Zhang · 13 years ago
  75. dd35023 Check legacy and non-legacy cpuset paths in test. by Garrett Cooper · 13 years ago
  76. 366a928 The KSM developer tell us that we should wait 3~5 increments of the by Garrett Cooper · 13 years ago
  77. 877cbae Fix build on system without MADV_MERGEABLE. by Cyril Hrubis · 13 years ago
  78. ecd667e zram: generic RAM based compressed R/W block devices by Garrett Cooper · 13 years ago