1. 091d0d5 shm: fix null pointer deref when userspace specifies invalid hugepage size by Li Zefan · 11 years ago
  2. af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  3. d69f3ba ipc: sysv shared memory limited to 8TiB by Robin Holt · 11 years ago
  4. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  5. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  6. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  7. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  8. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  9. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 11 years ago
  10. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  11. 079a96a ipc: add COMPAT_SHMLBA support by Will Deacon · 12 years ago
  12. 7d8a456 ipc: shm: restore MADV_REMOVE functionality on shared memory segments by Will Deacon · 12 years ago
  13. e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 12 years ago
  14. 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 12 years ago
  15. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 12 years ago
  16. 2451326 SHM_UNLOCK: fix Unevictable pages stranded after swap by Hugh Dickins · 12 years ago
  17. 85046579 SHM_UNLOCK: fix long unpreemptible section by Hugh Dickins · 12 years ago
  18. 140d0b2 Do 'shm_init_ns()' in an early pure_initcall by Linus Torvalds · 13 years ago
  19. 298507d shm: optimize exit_shm() by Vasiliy Kulikov · 13 years ago
  20. 33a30ed shm: fix wrong tests by Vasiliy Kulikov · 13 years ago
  21. 4c677e2 shm: optimize locking and ipc_namespace getting by Vasiliy Kulikov · 13 years ago
  22. 5774ed0 shm: handle separate PID namespaces case by Vasiliy Kulikov · 13 years ago
  23. b34a6b1 ipc: introduce shm_rmid_forced sysctl by Vasiliy Kulikov · 13 years ago
  24. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  25. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  26. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  27. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  28. 3af54c9 ipc: shm: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  29. b795218 ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm by Helge Deller · 14 years ago
  30. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  31. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  32. f1eb133 ipc: use rlimit helpers by Jiri Slaby · 14 years ago
  33. ed5e589 nommu: fix SYSV SHM for NOMMU by David Howells · 14 years ago
  34. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  35. 0552f87 Untangling ima mess, part 1: alloc_file() by Al Viro · 14 years ago
  36. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  37. 7d6feeb ipc ns: fix memory leak (idr) by Serge E. Hallyn · 14 years ago
  38. c4caa77 file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() by Al Viro · 14 years ago
  39. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  40. 6bfde05 hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mount by Eric B Munson · 15 years ago
  41. 2195d28 fix undefined reference to user_shm_unlock by Hugh Dickins · 15 years ago
  42. 353d5c3 mm: fix hugetlb bug due to user_shm_unlock call by Hugh Dickins · 15 years ago
  43. 73fbad2 Merge branch 'next' into for-linus by James Morris · 15 years ago
  44. 586c7e6 shm: fix unused warnings on nommu by Mike Frysinger · 15 years ago
  45. c9d9ac5 integrity: move ima_counts_get by Mimi Zohar · 15 years ago
  46. b9fc745 integrity: path_check update by Mimi Zohar · 15 years ago
  47. e562aeb ipc: make shm_get_stat() more robust by Tony Battersby · 15 years ago
  48. 703a3cd Merge branch 'master' into next by James Morris · 15 years ago
  49. 5a6fe12 Do not account for the address space used by hugetlbfs using VM_ACCOUNT by Mel Gorman · 15 years ago
  50. cb5629b Merge branch 'master' into next by James Morris · 15 years ago
  51. 1df9f0a Integrity: IMA file free imbalance by Mimi Zohar · 15 years ago
  52. a68e61e shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM by Tony Battersby · 15 years ago
  53. fc8744a Stop playing silly games with the VM_ACCOUNT flag by Linus Torvalds · 15 years ago
  54. d5460c9 [CVE-2009-0029] System call wrappers part 25 by Heiko Carstens · 15 years ago
  55. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 15 years ago
  56. e8148f7 ipc: clean up ipc/shm.c by WANG Cong · 15 years ago
  57. a33e675 sanitize audit_ipc_obj() by Al Viro · 15 years ago
  58. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  59. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  60. 414c070 CRED: Wrap task credential accesses in the SYSV IPC subsystem by David Howells · 16 years ago
  61. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  62. 89e004ea SHM_LOCKED pages are unevictable by Lee Schermerhorn · 16 years ago
  63. 00c2bf8 ipc: get rid of ipc_lock_down() by Nadia Derbey · 16 years ago
  64. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  65. 6c82681 /proc/sysvipc/shm: fix 32-bit truncation of segment sizes by Paul Menage · 16 years ago
  66. c592713 shm: Remove silly double assignment by Neil Horman · 16 years ago
  67. a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 16 years ago
  68. 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 16 years ago
  69. 016d713 IPC: get rid of the use *_setbuf structure. by Pierre Peiffer · 16 years ago
  70. 8d4cc8b IPC/shared memory: introduce shmctl_down by Pierre Peiffer · 16 years ago
  71. 48dea40 IPC: use ipc_buildid() directly from ipc_addid() by Pierre Peiffer · 16 years ago
  72. 52cd3b0 mempolicy: rework mempolicy Reference Counting [yet again] by Lee Schermerhorn · 16 years ago
  73. ae4d8c1 mempolicy: fixup Fallback for Default Shmem Policy by Lee Schermerhorn · 16 years ago
  74. 69682d8 mempolicy: fix reference counting bugs by Lee Schermerhorn · 16 years ago
  75. 01b8b07 IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() by Pierre Peiffer · 16 years ago
  76. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 16 years ago
  77. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago
  78. b1ed88b IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functions by Pierre Peiffer · 16 years ago
  79. 283bb7f IPC: fix error case when idr-cache is empty in ipcget() by Pierre Peiffer · 17 years ago
  80. 1b531f2 ipc: remove unneeded parameters by Nadia Derbey · 17 years ago
  81. 3e148c7 fix idr_find() locking by Nadia Derbey · 17 years ago
  82. f4566f0 ipc: fix wrong comments by Nadia Derbey · 17 years ago
  83. 03f02c7 Storing ipcs into IDRs by Nadia Derbey · 17 years ago
  84. 023a535 ipc: integrate ipc_checkid() into ipc_lock() by Nadia Derbey · 17 years ago
  85. 637c366 ipc: remove the ipc_get() routine by Nadia Derbey · 17 years ago
  86. 7748dbf ipc: unify the syscalls code by Nadia Derbey · 17 years ago
  87. 7ca7e56 ipc: store ipcs into IDRs by Nadia Derbey · 17 years ago
  88. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  89. ce8d2cd r/o bind mounts: filesystem helpers for custom 'struct file's by Dave Hansen · 17 years ago
  90. d823e3e ipc/shm.c: make 2 functions static by Adrian Bunk · 17 years ago
  91. 7be77e2 Fix user struct leakage with locked IPC shem segment by Pavel Emelianov · 17 years ago
  92. 2e92a3b NOMMU: Fix SYSV IPC SHM by David Howells · 17 years ago
  93. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  94. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  95. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  96. 9d66586 shm: fix the filename of hugetlb sysv shared memory by Eric W. Biederman · 17 years ago
  97. 2274192 hugetlb: fix get_policy for stacked shared memory files by Adam Litke · 17 years ago
  98. 30475cc Restore shmid as inode# to fix /proc/pid/maps ABI breakage by Badari Pulavarty · 17 years ago
  99. 516dffd [PATCH] Fix get_unmapped_area and fsync for hugetlb shm segments by Adam Litke · 17 years ago
  100. de01bad [PATCH] make ipc/shm.c:shm_nopage() static by Adrian Bunk · 17 years ago