1. 533992a syscalls: Add tst_mkfs() to all tests with DEVICE. by Cyril Hrubis · 11 years ago
  2. 7224b78 syscalls/umount: Big cleanup. by Cyril Hrubis · 11 years ago
  3. 629a1ac syscalls/mount: Big cleanup. by Cyril Hrubis · 11 years ago
  4. 26aa0a8 syscalls/inotify: Cleanups. by Cyril Hrubis · 11 years ago
  5. 7a5d0ca quota_remount_test01: SELinux workaround and other fixes by Stanislav kholmanskikh · 11 years ago
  6. fc41661 usctest.h: Remove dumbious _USC_LIB_ ifdefs. by Cyril Hrubis · 11 years ago
  7. 6af2479 containers: Add TCID to sources compiled with -lltp by Cyril Hrubis · 11 years ago
  8. 94469ba mount/mount06.c: fix a compile error by DAN LI · 11 years ago
  9. 6582c37 mount/mount06.c: new case to test MS_MOVE of mount by DAN LI · 11 years ago
  10. 387cd15 inotify04: add RHEL5 extra kernel version check by Wanlong Gao · 11 years ago
  11. bc914a8 kernel/firmware: always build userspace bits by Jan Stancek · 11 years ago
  12. 4a7d975 inotify/inotify03.c: cleanup a parameter-passing error by DAN LI · 11 years ago
  13. be022f0 kmsg01: fix test failure caused by not compiling it by Wanlong Gao · 11 years ago
  14. d65102a kernel/firmware: Make use of SAFE_ASPRINTF() by Cyril Hrubis · 11 years ago
  15. 775d226 fw_load: new test of device firmware loading by Alexey Kodanev · 11 years ago
  16. 6ffbe4a syslog-lib.sh: Use lib to restart syslog service by Peng Haitao · 11 years ago
  17. 59e542b mount/mount03.c: Test feature MS_NOATIME of mount(2) by DAN LI · 11 years ago
  18. a4d106d mount/mount03.c: clean up by DAN LI · 11 years ago
  19. 12a9e94 flock03.c: fixes a typo when compiling with UCLINUX=1 by Benoit Marcot · 11 years ago
  20. fbb12d0 mount/mount05.c: Add mode argument to open call. by Vinson Lee · 11 years ago
  21. edea6b4 syscalls/inotify03: Cleaup. by Cyril Hrubis · 11 years ago
  22. a2d1595 clock_settime03: do not set outside address space tp by Wanlong Gao · 11 years ago
  23. b69a671 vma01: check kernel version by Wanlong Gao · 11 years ago
  24. 9146d83 mount/mount05.c: new case to test MS_BIND of mount by DAN LI · 11 years ago
  25. 8f9db55 mmap/mmap14.c: new case to test MAP_LOCKED of mmap by DAN LI · 11 years ago
  26. d770939 mmap/mmap12.c: new case to test MAP_POPULATE of mmap by DAN LI · 11 years ago
  27. 8bcc076 aio02: remove test for IO_fsync() and IO_fdsync() by Wanlong Gao · 11 years ago
  28. 3ca2875 sendfile08: disable this test on kernel less than 2.6.33 by Wanlong Gao · 11 years ago
  29. 3123553 testcases/kernel/syscalls Add mmap13 to .gitignore by Cyril Hrubis · 11 years ago
  30. 2aabae1 syscalls/pipe07: Rewrite. by Cyril Hrubis · 11 years ago
  31. 69b772b lib, include: Remove all references to TDIRECTORY. by Cyril Hrubis · 11 years ago
  32. bcf24e6 getrusage03: disable the test when kernel before 2.6.32 by Wanlong Gao · 11 years ago
  33. a0e618c new testcase: kmsg01 by Jan Stancek · 11 years ago
  34. 60c6ce2 dup2/dup205: close all fds before tst_rmdir() by Eryu Guan · 11 years ago
  35. 8329ed8 mmap/mmap13.c: new case to test SIGBUS error of mmap by DAN LI · 11 years ago
  36. 2086691 prot_hsymlinks & cgroup_xattr: fix copyright header by Alexey Kodanev · 11 years ago
  37. e0cbe7a syscalls/chown01: Fix test file creation by Jungsoo Son · 11 years ago
  38. 8a575d2 syscalls/chmod02: Fix test file creation + cleanup by Cyril Hrubis · 11 years ago
  39. ec22fb2 syscalls/mmap: Remove check for getpagesize() < 0 by Cyril Hrubis · 11 years ago
  40. 5efee33 syscalls/mmap: Cleanups. by Cyril Hrubis · 11 years ago
  41. 82ddd5f fs/ftest{04,08}: Remove unused allocated buffer. by Cyril Hrubis · 11 years ago
  42. 1065dc4 syscalls/stat01: Cleanup. by Cyril Hrubis · 11 years ago
  43. 1bbfae9 syscalls/readdir02: Cleanup. by Cyril Hrubis · 11 years ago
  44. beb0b7d syscalls/mprotect03: Make use of SAFE_WRITE(). by Cyril Hrubis · 11 years ago
  45. b9f9262 syscalls/mprotect01: Straighten up the logic. by Cyril Hrubis · 11 years ago
  46. 7ff5ebf syscalls/mprotect: Fix mmap() error checks. by Cyril Hrubis · 11 years ago
  47. 7e40c4e syscalls/mprotect: Cleanup. by Cyril Hrubis · 11 years ago
  48. 197c1c3 syscalls/mprotect: Cleanup UCLINUX ifdefs. by Cyril Hrubis · 11 years ago
  49. 0e335db New core test of cgroups and extended attributes by Alexey Kodanev · 11 years ago
  50. 29d35ae mmapstress10:Close the file descriptor by Shuang Qiu · 11 years ago
  51. 9187c0a waitid02: split code into separate testcases by Jan Stancek · 11 years ago
  52. 2990b7c waitid02: cleanup by Jan Stancek · 11 years ago
  53. c055410 Unmap the mapped address region by Shuang Qiu · 11 years ago
  54. ee47b99 shmctl/shmctl01.c: Test features IPC_INFO, SHM_STAT, SHM_LOCK and SHM_UNLOCK. by DAN LI · 11 years ago
  55. 7ea4978 shmctl/shmctl01.c: cleanup by DAN LI · 11 years ago
  56. 7053c3b dup07:Close the file before unlink it. by Shuang Qiu · 11 years ago
  57. f74f0a9 semctl01.c: Pass the correct parameter by DAN LI · 11 years ago
  58. 4140aa4 prot_hsymlinks.c: remove the unnecessary calling of cleanup by DAN LI · 11 years ago
  59. 7755720 mount/mount03.c: Add mode argument to open call. by Vinson Lee · 11 years ago
  60. 8cda96c mem.c: check whether MADV_MERGEABLE is available by DAN LI · 11 years ago
  61. a854429 shmat/shmat01.c: Test for specifying NULL to shmaddr by DAN LI · 11 years ago
  62. 77eafca shmat/shmat01.c: cleanup by DAN LI · 11 years ago
  63. a06f021 gitignore: add ksm06 by Wanlong Gao · 11 years ago
  64. 2067f15 prot_hsymlinks.c: Define _GNU_SOURCE which is required for O_DIRECTORY by Markos Chandras · 11 years ago
  65. a63f933 semctl/semctl01.c: Test features IPC_INFO, SEM_INFO and SEM_STAT by DAN LI · 11 years ago
  66. bffa886 semctl/semctl01.c: cleanup by DAN LI · 11 years ago
  67. 24324ad mount/mount03.c: fix several issues by DAN LI · 11 years ago
  68. 6dcafa7 mount/mount03.c: cleanup by DAN LI · 11 years ago
  69. 65ca1bd mem/ksm06: add a new case to test merge_across_nodes sysfs knob by Zhouping Liu · 11 years ago
  70. 6b699d0 mem: introduce clean_node() func by Zhouping Liu · 11 years ago
  71. fbcafd3 mm/ksm: enable merge_across_nodes knob before testing by Zhouping Liu · 11 years ago
  72. e68ce79 syscalls/cacheflush01: remove define of __NR_cacheflush by Jan Stancek · 11 years ago
  73. c5532e4 testcases/kernel: initialize fields of sigaction struct by Jan Stancek · 11 years ago
  74. d3373fc gitignore: add oom05, thp0{3,4,5} by Wanlong Gao · 11 years ago
  75. 18f6767 New core test of hardlinks and symlinks restrictions by Alexey Kodanev · 11 years ago
  76. 630f90d mem/oom: fixed a cpuset error by Zhouping Liu · 11 years ago
  77. 981d33a Fix retval parameter to pthread_join() by Dave Kleikamp · 11 years ago
  78. 00ca3f6 mem: shmt: set 16kb incrediment for Aarch64 by Riku Voipio · 11 years ago
  79. b5d8a7b kernel: regen linux_syscall_numbers.h by Riku Voipio · 11 years ago
  80. 65b629a kernel: set invalid syscall as -1 instead of 0 by Riku Voipio · 11 years ago
  81. 41e3ae6 kernel: add aarch64 support by Riku Voipio · 11 years ago
  82. 3f91104 syscalls/mount/mount02.c: modify array "exp_enos" by DAN LI · 11 years ago
  83. 61fbe0c syscalls/mount/mount02.c: cleanup by DAN LI · 11 years ago
  84. f2ec5c6 mem/thp03: Return TCONF if KSM is not supported by Cyril Hrubis · 11 years ago
  85. d27f4b3 mem/ksm05: Add check for KSM sysfs existence. by Cyril Hrubis · 11 years ago
  86. 25f4264 syscalls/accept4: Fix test when accept4 returns ENOSYS by Cyril Hrubis · 11 years ago
  87. a25f89e adjust copyright/license on a few files to match reality by Mike Frysinger · 11 years ago
  88. f1b9dd5 kernel: include: regen linux_syscall_numbers.h by Mike Frysinger · 11 years ago
  89. a0359f4 kernel: include: fix dependency on regen script and input files by Mike Frysinger · 11 years ago
  90. bce0f51 kernel: include: generate headers in parallel by Mike Frysinger · 11 years ago
  91. b3e9e5e access05: code cleanups by Wanlong Gao · 11 years ago
  92. 330f4e3 access04: code cleanups by Wanlong Gao · 11 years ago
  93. 41dae89 access03: code cleanups by Wanlong Gao · 11 years ago
  94. 332fe2d access02: code cleanups by Wanlong Gao · 11 years ago
  95. f85fea7 access01: code cleanups by Wanlong Gao · 11 years ago
  96. 865afa6 syscalls/getitimer01.c: Test for getting ITIMER_VIRTUAL and ITIMER_PROF by DAN LI · 11 years ago
  97. dc8c2f3 syscalls/getitimer: cleanup by DAN LI · 11 years ago
  98. db7f435 fs/proc01.c: Add known issue. by Cyril Hrubis · 11 years ago
  99. 8e9b997 syscalls/mincore*: Fixes. by Cyril Hrubis · 11 years ago
  100. 8e3afe9 syscalls/micore*: Fix. by Cyril Hrubis · 11 years ago