1. 9c798bc ipc/shm: fix shmat() nil address after round-down when remapping by Davidlohr Bueso · 6 years ago
  2. 2ef44a3 Revert "ipc/shm: Fix shmat mmap nil-page protection" by Davidlohr Bueso · 6 years ago
  3. 570ef10 ipc/shm: fix use-after-free of shm file via remap_file_pages() by Eric Biggers · 6 years ago
  4. 86c8c89 ipc/shm.c: add split function to shm_vm_ops by Mike Kravetz · 6 years ago
  5. 270e84a ipc/shm: Fix shmat mmap nil-page protection by Davidlohr Bueso · 7 years ago
  6. 4595ef8 shmem: make shmem_inode_info::lock irq-safe by Kirill A. Shutemov · 8 years ago
  7. c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
  8. 91f4f94 ipc, shm: make shmem attach/detach wait for mmap_sem killable by Michal Hocko · 8 years ago
  9. 1ac0b6d ipc/shm: handle removed segments gracefully in shm_mmap() by Kirill A. Shutemov · 8 years ago
  10. 2954e440 ipc/shm.c: is_file_shm_hugepages() can be boolean by Yaowei Bai · 8 years ago
  11. b9a5322 Initialize msg/shm IPC objects before doing ipc_addid() by Linus Torvalds · 9 years ago
  12. d0edd85 ipc: convert invalid scenarios to use WARN_ON by Davidlohr Bueso · 9 years ago
  13. e1832f2 ipc: use private shmem or hugetlbfs inodes for shm segments. by Stephen Smalley · 9 years ago
  14. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  15. c5c8975 ipc,shm: move BUG_ON check into shm_lock by Davidlohr Bueso · 9 years ago
  16. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  17. 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 9 years ago
  18. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 9 years ago
  19. 07a46ed shmdt: use i_size_read() instead of ->i_size by Dave Hansen · 9 years ago
  20. d3c9790 ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments by Dave Hansen · 9 years ago
  21. bf77b94 ipc/shm: kill the historical/wrong mm->start_stack check by Oleg Nesterov · 10 years ago
  22. 83293c0 shm: allow exit_shm in parallel if only marking orphans by Jack Miller · 10 years ago
  23. ab602f7 shm: make exit_shm work proportional to task activity by Jack Miller · 10 years ago
  24. 1376327 ipc/shm.c: check for integer overflow during shmget. by Manfred Spraul · 10 years ago
  25. 09c6eb1 ipc/shm.c: check for overflows of shm_tot by Manfred Spraul · 10 years ago
  26. 247a8ce ipc/shm.c: check for ulong overflows in shmat by Manfred Spraul · 10 years ago
  27. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  28. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  29. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  30. 8001c85 ipc: standardize code comments by Davidlohr Bueso · 10 years ago
  31. 239521f ipc: whitespace cleanup by Manfred Spraul · 10 years ago
  32. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 10 years ago
  33. 3a72660 ipc,shm: correct error return value in shmctl (SHM_UNLOCK) by Jesper Nilsson · 10 years ago
  34. a399b29 ipc,shm: fix shm_file deletion races by Greg Thelen · 10 years ago
  35. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  36. 7a25dd9 ipc, shm: drop shm_lock_check by Davidlohr Bueso · 11 years ago
  37. 530fcd16 ipc, shm: guard against non-existant vma in shmdt(2) by Davidlohr Bueso · 11 years ago
  38. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  39. c2c737a ipc,shm: shorten critical region for shmat by Davidlohr Bueso · 11 years ago
  40. f42569b ipc,shm: cleanup do_shmat pasta by Davidlohr Bueso · 11 years ago
  41. 2caacaa ipc,shm: shorten critical region for shmctl by Davidlohr Bueso · 11 years ago
  42. c97cb9c ipc,shm: make shmctl_nolock lockless by Davidlohr Bueso · 11 years ago
  43. 68eccc1 ipc,shm: introduce shmctl_nolock by Davidlohr Bueso · 11 years ago
  44. 79ccf0f ipc,shm: shorten critical region in shmctl_down by Davidlohr Bueso · 11 years ago
  45. 8b8d52a ipc,shm: introduce lockless functions to obtain the ipc object by Davidlohr Bueso · 11 years ago
  46. 7b4cc5d ipc: move locking out of ipcctl_pre_down_nolock by Davidlohr Bueso · 11 years ago
  47. cf9d5d7 ipc: close open coded spin lock calls by Davidlohr Bueso · 11 years ago
  48. dbfcd91 ipc: move rcu lock out of ipc_addid by Davidlohr Bueso · 11 years ago
  49. c103a4d ipc/shmc.c: eliminate ugly 80-col tricks by Andrew Morton · 11 years ago
  50. 091d0d5 shm: fix null pointer deref when userspace specifies invalid hugepage size by Li Zefan · 11 years ago
  51. af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  52. d69f3ba ipc: sysv shared memory limited to 8TiB by Robin Holt · 11 years ago
  53. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  54. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  55. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  56. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  57. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  58. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 11 years ago
  59. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  60. 079a96a ipc: add COMPAT_SHMLBA support by Will Deacon · 12 years ago
  61. 7d8a456 ipc: shm: restore MADV_REMOVE functionality on shared memory segments by Will Deacon · 12 years ago
  62. e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 12 years ago
  63. 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 12 years ago
  64. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 12 years ago
  65. 2451326 SHM_UNLOCK: fix Unevictable pages stranded after swap by Hugh Dickins · 12 years ago
  66. 85046579 SHM_UNLOCK: fix long unpreemptible section by Hugh Dickins · 12 years ago
  67. 140d0b2 Do 'shm_init_ns()' in an early pure_initcall by Linus Torvalds · 13 years ago
  68. 298507d shm: optimize exit_shm() by Vasiliy Kulikov · 13 years ago
  69. 33a30ed shm: fix wrong tests by Vasiliy Kulikov · 13 years ago
  70. 4c677e2 shm: optimize locking and ipc_namespace getting by Vasiliy Kulikov · 13 years ago
  71. 5774ed0 shm: handle separate PID namespaces case by Vasiliy Kulikov · 13 years ago
  72. b34a6b1 ipc: introduce shm_rmid_forced sysctl by Vasiliy Kulikov · 13 years ago
  73. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  74. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  75. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  76. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  77. 3af54c9 ipc: shm: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  78. b795218 ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm by Helge Deller · 14 years ago
  79. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  80. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  81. f1eb133 ipc: use rlimit helpers by Jiri Slaby · 14 years ago
  82. ed5e589 nommu: fix SYSV SHM for NOMMU by David Howells · 14 years ago
  83. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  84. 0552f87 Untangling ima mess, part 1: alloc_file() by Al Viro · 14 years ago
  85. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  86. 7d6feeb ipc ns: fix memory leak (idr) by Serge E. Hallyn · 14 years ago
  87. c4caa77 file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() by Al Viro · 14 years ago
  88. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  89. 6bfde05 hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mount by Eric B Munson · 15 years ago
  90. 2195d28 fix undefined reference to user_shm_unlock by Hugh Dickins · 15 years ago
  91. 353d5c3 mm: fix hugetlb bug due to user_shm_unlock call by Hugh Dickins · 15 years ago
  92. 73fbad2 Merge branch 'next' into for-linus by James Morris · 15 years ago
  93. 586c7e6 shm: fix unused warnings on nommu by Mike Frysinger · 15 years ago
  94. c9d9ac5 integrity: move ima_counts_get by Mimi Zohar · 15 years ago
  95. b9fc745 integrity: path_check update by Mimi Zohar · 15 years ago
  96. e562aeb ipc: make shm_get_stat() more robust by Tony Battersby · 15 years ago
  97. 703a3cd Merge branch 'master' into next by James Morris · 15 years ago
  98. 5a6fe12 Do not account for the address space used by hugetlbfs using VM_ACCOUNT by Mel Gorman · 15 years ago
  99. cb5629b Merge branch 'master' into next by James Morris · 15 years ago
  100. 1df9f0a Integrity: IMA file free imbalance by Mimi Zohar · 15 years ago