| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-12 | ipc/shm: remove special shm_alloc/free | Kees Cook | 1 | -20/+4 |
| 2017-07-12 | ipc: move atomic_set() to where it is needed | Kees Cook | 1 | -2/+0 |
| 2017-07-12 | ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid() | Manfred Spraul | 1 | -6/+3 |
| 2017-07-12 | ipc/shm: avoid ipc_rcu_alloc() | Kees Cook | 1 | -4/+14 |
| 2017-07-12 | ipc/shm: do not use ipc_rcu_free() | Kees Cook | 1 | -2/+7 |
| 2017-07-12 | ipc: merge ipc_rcu and kern_ipc_perm | Manfred Spraul | 1 | -7/+11 |
| 2017-07-05 | fs: remove call_fsync helper function | Jeff Layton | 1 | -1/+1 |
| 2017-05-08 | ipc/shm: some shmat cleanups | Davidlohr Bueso | 1 | -9/+7 |
| 2017-03-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2017-02-27 | ipc/shm: Fix shmat mmap nil-page protection | Davidlohr Bueso | 1 | -4/+9 |
| 2017-02-24 | userfaultfd: non-cooperative: add event for memory unmaps | Mike Rapoport | 1 | -4/+4 |
| 2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -3/+3 |
| 2017-02-20 | vfs: use helper for calling f_op->fsync() | Miklos Szeredi | 1 | -1/+1 |
| 2017-02-20 | mm: use helper for calling f_op->mmap() | Miklos Szeredi | 1 | -1/+1 |
| 2016-12-14 | ipc/shm.c: coding style fixes | Shailesh Pandey | 1 | -3/+10 |
| 2016-07-26 | shmem: make shmem_inode_info::lock irq-safe | Kirill A. Shutemov | 1 | -2/+2 |
| 2016-07-26 | shmem: get_unmapped_area align huge page | Hugh Dickins | 1 | -2/+4 |
| 2016-05-23 | ipc, shm: make shmem attach/detach wait for mmap_sem killable | Michal Hocko | 1 | -2/+7 |
| 2016-02-18 | ipc/shm: handle removed segments gracefully in shm_mmap() | Kirill A. Shutemov | 1 | -10/+43 |
| 2016-01-20 | ipc/shm.c: is_file_shm_hugepages() can be boolean | Yaowei Bai | 1 | -1/+1 |
| 2015-09-30 | Initialize msg/shm IPC objects before doing ipc_addid() | Linus Torvalds | 1 | -6/+7 |
| 2015-09-10 | ipc: convert invalid scenarios to use WARN_ON | Davidlohr Bueso | 1 | -2/+2 |
| 2015-08-07 | ipc: use private shmem or hugetlbfs inodes for shm segments. | Stephen Smalley | 1 | -1/+1 |
| 2015-06-30 | ipc: rename ipc_obtain_object | Davidlohr Bueso | 1 | -1/+1 |
| 2015-06-30 | ipc,shm: move BUG_ON check into shm_lock | Davidlohr Bueso | 1 | -5/+5 |
| 2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2015-04-15 | ipc: remove use of seq_printf return value | Joe Perches | 1 | -20/+22 |
| 2015-04-15 | VFS: assorted weird filesystems: d_inode() annotations | David Howells | 1 | -1/+1 |
| 2014-12-13 | shmdt: use i_size_read() instead of ->i_size | Dave Hansen | 1 | -2/+3 |
| 2014-12-13 | ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments | Dave Hansen | 1 | -5/+13 |
| 2014-10-14 | ipc/shm: kill the historical/wrong mm->start_stack check | Oleg Nesterov | 1 | -7/+0 |
| 2014-08-08 | shm: allow exit_shm in parallel if only marking orphans | Jack Miller | 1 | -32/+35 |
| 2014-08-08 | shm: make exit_shm work proportional to task activity | Jack Miller | 1 | -11/+11 |
| 2014-06-06 | ipc/shm.c: check for integer overflow during shmget. | Manfred Spraul | 1 | -0/+3 |
| 2014-06-06 | ipc/shm.c: check for overflows of shm_tot | Manfred Spraul | 1 | -1/+2 |
| 2014-06-06 | ipc/shm.c: check for ulong overflows in shmat | Manfred Spraul | 1 | -0/+3 |
| 2014-06-06 | ipc, kernel: clear whitespace | Paul McQuade | 1 | -1/+1 |
| 2014-06-06 | ipc, kernel: use Linux headers | Paul McQuade | 1 | -1/+1 |
| 2014-06-06 | ipc: constify ipc_ops | Mathias Krause | 1 | -5/+5 |
| 2014-01-27 | ipc: standardize code comments | Davidlohr Bueso | 1 | -1/+0 |
| 2014-01-27 | ipc: whitespace cleanup | Manfred Spraul | 1 | -16/+16 |
| 2014-01-27 | ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races | Rafael Aquini | 1 | -8/+8 |
| 2013-11-21 | ipc,shm: correct error return value in shmctl (SHM_UNLOCK) | Jesper Nilsson | 1 | -3/+6 |
| 2013-11-21 | ipc,shm: fix shm_file deletion races | Greg Thelen | 1 | -5/+23 |
| 2013-09-24 | ipc: fix race with LSMs | Davidlohr Bueso | 1 | -5/+12 |
| 2013-09-11 | ipc, shm: drop shm_lock_check | Davidlohr Bueso | 1 | -11/+0 |
| 2013-09-11 | ipc, shm: guard against non-existant vma in shmdt(2) | Davidlohr Bueso | 1 | -2/+1 |
| 2013-09-11 | ipc: rename ids->rw_mutex | Davidlohr Bueso | 1 | -28/+28 |
| 2013-09-11 | ipc,shm: shorten critical region for shmat | Davidlohr Bueso | 1 | -4/+10 |
| 2013-09-11 | ipc,shm: cleanup do_shmat pasta | Davidlohr Bueso | 1 | -14/+12 |
| 2013-09-11 | ipc,shm: shorten critical region for shmctl | Davidlohr Bueso | 1 | -24/+25 |
| 2013-09-11 | ipc,shm: make shmctl_nolock lockless | Davidlohr Bueso | 1 | -7/+12 |
| 2013-09-11 | ipc,shm: introduce shmctl_nolock | Davidlohr Bueso | 1 | -18/+39 |
| 2013-09-11 | ipc,shm: shorten critical region in shmctl_down | Davidlohr Bueso | 1 | -4/+6 |
| 2013-09-11 | ipc,shm: introduce lockless functions to obtain the ipc object | Davidlohr Bueso | 1 | -0/+20 |
| 2013-07-09 | ipc: move locking out of ipcctl_pre_down_nolock | Davidlohr Bueso | 1 | -6/+17 |
| 2013-07-09 | ipc: close open coded spin lock calls | Davidlohr Bueso | 1 | -2/+2 |
| 2013-07-09 | ipc: move rcu lock out of ipc_addid | Davidlohr Bueso | 1 | -1/+4 |
| 2013-07-09 | ipc/shmc.c: eliminate ugly 80-col tricks | Andrew Morton | 1 | -2/+2 |
| 2013-05-09 | shm: fix null pointer deref when userspace specifies invalid hugepage size | Li Zefan | 1 | -1/+7 |
| 2013-05-07 | hugetlbfs: fix mmap failure in unaligned size request | Naoya Horiguchi | 1 | -1/+5 |
| 2013-05-01 | ipc: sysv shared memory limited to 8TiB | Robin Holt | 1 | -1/+1 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+6 |
| 2013-02-23 | mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool | Michel Lespinasse | 1 | -2/+2 |
| 2013-02-23 | mm: introduce mm_populate() for populating new vmas | Michel Lespinasse | 1 | -5/+7 |
| 2013-02-22 | fs: Preserve error code in get_empty_filp(), part 2 | Anatol Pomozov | 1 | -1/+2 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -4/+4 |
| 2012-12-11 | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB | Andi Kleen | 1 | -1/+2 |
| 2012-09-06 | userns: Convert ipc to use kuid and kgid where appropriate | Eric W. Biederman | 1 | -8/+11 |
| 2012-07-30 | ipc: add COMPAT_SHMLBA support | Will Deacon | 1 | -4/+5 |
| 2012-06-07 | ipc: shm: restore MADV_REMOVE functionality on shared memory segments | Will Deacon | 1 | -0/+12 |
| 2012-06-01 | switch aio and shm to do_mmap_pgoff(), make do_mmap() static | Al Viro | 1 | -1/+1 |
| 2012-06-01 | take security_mmap_file() outside of ->mmap_sem | Al Viro | 1 | -0/+5 |
| 2012-03-21 | hugetlbfs: fix alignment of huge page requests | Steven Truelove | 1 | -1/+1 |
| 2012-01-23 | SHM_UNLOCK: fix Unevictable pages stranded after swap | Hugh Dickins | 1 | -1/+1 |
| 2012-01-23 | SHM_UNLOCK: fix long unpreemptible section | Hugh Dickins | 1 | -15/+22 |
| 2011-08-04 | Do 'shm_init_ns()' in an early pure_initcall | Linus Torvalds | 1 | -1/+8 |
| 2011-08-03 | shm: optimize exit_shm() | Vasiliy Kulikov | 1 | -0/+3 |
| 2011-08-03 | shm: fix wrong tests | Vasiliy Kulikov | 1 | -2/+2 |
| 2011-07-30 | shm: optimize locking and ipc_namespace getting | Vasiliy Kulikov | 1 | -33/+28 |
| 2011-07-30 | shm: handle separate PID namespaces case | Vasiliy Kulikov | 1 | -7/+20 |
| 2011-07-26 | ipc: introduce shm_rmid_forced sysctl | Vasiliy Kulikov | 1 | -4/+93 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -2/+2 |
| 2011-05-26 | mm: don't access vm_flags as 'int' | KOSAKI Motohiro | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-23 | userns: user namespaces: convert several capable() calls | Serge E. Hallyn | 1 | -4/+5 |
| 2010-10-30 | ipc: shm: fix information leak to userland | Vasiliy Kulikov | 1 | -0/+1 |
| 2010-10-27 | ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm | Helge Deller | 1 | -21/+42 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+2 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -7/+4 |
| 2010-03-12 | ipc: use rlimit helpers | Jiri Slaby | 1 | -2/+1 |
| 2010-01-16 | nommu: fix SYSV SHM for NOMMU | David Howells | 1 | -0/+3 |
| 2009-12-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 1 | -7/+5 |
| 2009-12-16 | Untangling ima mess, part 1: alloc_file() | Al Viro | 1 | -2/+0 |
| 2009-12-16 | switch alloc_file() to passing struct path | Al Viro | 1 | -5/+5 |
| 2009-12-16 | ipc ns: fix memory leak (idr) | Serge E. Hallyn | 1 | -0/+1 |
| 2009-12-11 | file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() | Al Viro | 1 | -14/+17 |
| 2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 1 | -2/+2 |
| 2009-09-22 | hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in... | Eric B Munson | 1 | -1/+1 |
| 2009-09-14 | fix undefined reference to user_shm_unlock | Hugh Dickins | 1 | -1/+1 |
| 2009-08-24 | mm: fix hugetlb bug due to user_shm_unlock call | Hugh Dickins | 1 | -3/+5 |
| 2009-06-11 | Merge branch 'next' into for-linus | James Morris | 1 | -2/+1 |
| 2009-06-09 | shm: fix unused warnings on nommu | Mike Frysinger | 1 | -2/+5 |
| 2009-05-22 | integrity: move ima_counts_get | Mimi Zohar | 1 | -1/+0 |
| 2009-05-22 | integrity: path_check update | Mimi Zohar | 1 | -2/+2 |
| 2009-04-02 | ipc: make shm_get_stat() more robust | Tony Battersby | 1 | -2/+4 |
| 2009-03-24 | Merge branch 'master' into next | James Morris | 1 | -3/+5 |
| 2009-02-10 | Do not account for the address space used by hugetlbfs using VM_ACCOUNT | Mel Gorman | 1 | -3/+5 |
| 2009-02-06 | Merge branch 'master' into next | James Morris | 1 | -19/+28 |
| 2009-02-06 | Integrity: IMA file free imbalance | Mimi Zohar | 1 | -0/+3 |
| 2009-02-05 | shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM | Tony Battersby | 1 | -0/+4 |
| 2009-01-31 | Stop playing silly games with the VM_ACCOUNT flag | Linus Torvalds | 1 | -2/+2 |
| 2009-01-14 | [CVE-2009-0029] System call wrappers part 25 | Heiko Carstens | 1 | -4/+4 |
| 2009-01-08 | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 1 | -0/+12 |
| 2009-01-06 | ipc: clean up ipc/shm.c | WANG Cong | 1 | -10/+5 |
| 2009-01-04 | sanitize audit_ipc_obj() | Al Viro | 1 | -3/+1 |
| 2008-11-14 | CRED: Wrap current->cred and a few other accessors | David Howells | 1 | -2/+2 |
| 2008-11-14 | CRED: Separate task security context from task_struct | David Howells | 1 | -2/+2 |
| 2008-11-14 | CRED: Wrap task credential accesses in the SYSV IPC subsystem | David Howells | 1 | -2/+3 |
| 2008-10-21 | [PATCH] introduce fmode_t, do annotations | Al Viro | 1 | -1/+1 |
| 2008-10-20 | SHM_LOCKED pages are unevictable | Lee Schermerhorn | 1 | -0/+4 |
| 2008-07-25 | ipc: get rid of ipc_lock_down() | Nadia Derbey | 1 | -18/+3 |
| 2008-07-24 | hugetlb: modular state for hugetlb page size | Andi Kleen | 1 | -1/+2 |
| 2008-06-12 | /proc/sysvipc/shm: fix 32-bit truncation of segment sizes | Paul Menage | 1 | -8/+8 |
| 2008-06-10 | shm: Remove silly double assignment | Neil Horman | 1 | -2/+0 |
| 2008-04-29 | IPC: consolidate all xxxctl_down() functions | Pierre Peiffer | 1 | -38/+4 |
| 2008-04-29 | IPC: introduce ipc_update_perm() | Pierre Peiffer | 1 | -4/+1 |
| 2008-04-29 | IPC: get rid of the use *_setbuf structure. | Pierre Peiffer | 1 | -27/+14 |
| 2008-04-29 | IPC/shared memory: introduce shmctl_down | Pierre Peiffer | 1 | -88/+72 |
| 2008-04-29 | IPC: use ipc_buildid() directly from ipc_addid() | Pierre Peiffer | 1 | -9/+1 |
| 2008-04-28 | mempolicy: rework mempolicy Reference Counting [yet again] | Lee Schermerhorn | 1 | -3/+2 |
| 2008-04-28 | mempolicy: fixup Fallback for Default Shmem Policy | Lee Schermerhorn | 1 | -2/+1 |
| 2008-03-10 | mempolicy: fix reference counting bugs | Lee Schermerhorn | 1 | -2/+3 |
| 2008-02-08 | IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() | Pierre Peiffer | 1 | -21/+6 |
| 2008-02-08 | IPC: make struct ipc_ids static in ipc_namespace | Pierre Peiffer | 1 | -22/+4 |
| 2008-02-08 | namespaces: move the IPC namespace under IPC_NS option | Pavel Emelyanov | 1 | -0/+3 |
| 2008-02-06 | IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functions | Pierre Peiffer | 1 | -3/+17 |
| 2007-10-19 | IPC: fix error case when idr-cache is empty in ipcget() | Pierre Peiffer | 1 | -2/+3 |
| 2007-10-19 | ipc: remove unneeded parameters | Nadia Derbey | 1 | -3/+2 |
| 2007-10-19 | fix idr_find() locking | Nadia Derbey | 1 | -26/+51 |
| 2007-10-19 | ipc: fix wrong comments | Nadia Derbey | 1 | -13/+26 |
| 2007-10-19 | Storing ipcs into IDRs | Nadia Derbey | 1 | -6/+17 |
| 2007-10-19 | ipc: integrate ipc_checkid() into ipc_lock() | Nadia Derbey | 1 | -42/+48 |
| 2007-10-19 | ipc: remove the ipc_get() routine | Nadia Derbey | 1 | -3/+13 |
| 2007-10-19 | ipc: unify the syscalls code | Nadia Derbey | 1 | -46/+27 |
| 2007-10-19 | ipc: store ipcs into IDRs | Nadia Derbey | 1 | -47/+69 |
| 2007-10-19 | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 1 | -3/+3 |
| 2007-10-17 | r/o bind mounts: filesystem helpers for custom 'struct file's | Dave Hansen | 1 | -8/+5 |
| 2007-10-17 | ipc/shm.c: make 2 functions static | Adrian Bunk | 1 | -2/+3 |
| 2007-07-31 | Fix user struct leakage with locked IPC shem segment | Pavel Emelianov | 1 | -1/+1 |
| 2007-07-31 | NOMMU: Fix SYSV IPC SHM | David Howells | 1 | -0/+2 |
| 2007-07-19 | mm: fault feedback #1 | Nick Piggin | 1 | -3/+2 |
| 2007-07-19 | mm: merge populate and nopage into fault (fixes nonlinear) | Nick Piggin | 1 | -4/+5 |
| 2007-07-16 | remove CONFIG_UTS_NS and CONFIG_IPC_NS | Cedric Le Goater | 1 | -3/+1 |
| 2007-06-16 | shm: fix the filename of hugetlb sysv shared memory | Eric W. Biederman | 1 | -3/+3 |
| 2007-06-16 | hugetlb: fix get_policy for stacked shared memory files | Adam Litke | 1 | -1/+3 |
| 2007-06-16 | Restore shmid as inode# to fix /proc/pid/maps ABI breakage | Badari Pulavarty | 1 | -0/+5 |
| 2007-03-01 | [PATCH] Fix get_unmapped_area and fsync for hugetlb shm segments | Adam Litke | 1 | -6/+26 |
| 2007-03-01 | [PATCH] make ipc/shm.c:shm_nopage() static | Adrian Bunk | 1 | -2/+2 |
| 2007-02-20 | [PATCH] shm: make sysv ipc shared memory use stacked files | Eric W. Biederman | 1 | -85/+155 |
| 2007-02-12 | [PATCH] mark struct file_operations const 7 | Arjan van de Ven | 1 | -2/+2 |
| 2007-01-23 | [PATCH] correct sys_shmget allocation check | Guy Streeter | 1 | -1/+1 |
| 2006-12-08 | [PATCH] struct path: convert ipc | Josef Sipek | 1 | -8/+8 |
| 2006-11-03 | [PATCH] Fix ipc entries removal | Pavel Emelianov | 1 | -0/+1 |
| 2006-10-02 | [PATCH] IPC namespace - shm | Kirill Korotaev | 1 | -86/+168 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-23 | [PATCH] remove unused o_flags from do_shmat | Hugh Dickins | 1 | -3/+0 |
| 2006-06-20 | [PATCH] update of IPC audit record cleanup | Linda Knippers | 1 | -1/+1 |
| 2006-05-01 | [PATCH] Rework of IPC auditing | Steve Grubb | 1 | -3/+16 |
| 2006-04-17 | [PATCH] shmat: stop mprotect from giving write permission to a readonly attac... | Hugh Dickins | 1 | -0/+2 |
| 2006-04-02 | BUG_ON() Conversion in ipc/shm.c | Eric Sesterhenn | 1 | -8/+7 |
| 2006-03-26 | [PATCH] sem2mutex: ipc, id.sem | Ingo Molnar | 1 | -14/+16 |
| 2006-03-25 | Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -2/+2 |
| 2006-03-24 | [PATCH] shmdt: check address alignment | Hugh Dickins | 1 | -0/+3 |
| 2006-03-20 | [PATCH] Capture selinux subject/object context information. | Dustin Kirkland | 1 | -2/+2 |
| 2006-02-10 | [PATCH] shmdt cannot detach not-alined shm segment cleanly. | KAMEZAWA Hiroyuki | 1 | -0/+1 |
| 2006-01-11 | [PATCH] move capable() to capability.h | Randy.Dunlap | 1 | -0/+1 |
| 2006-01-08 | [PATCH] ipc: expand shm_flags | Andrew Morton | 1 | -12/+10 |
| 2006-01-06 | [PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMU | David Howells | 1 | -5/+13 |
| 2005-11-07 | [PATCH] SHM_NORESERVE flags for shmget() | Badari Pulavarty | 1 | -1/+9 |
| 2005-10-29 | [PATCH] hugetlb: remove repeated code | Krishnakumar R | 1 | -3/+4 |
| 2005-09-07 | [PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interface | Mike Waychison | 1 | -58/+28 |
| 2005-08-01 | [PATCH] shm: CONFIG_SHMEM=n build fix | Andrew Morton | 1 | -1/+1 |
| 2005-05-01 | [PATCH] consolidate sys_shmat | Stephen Rothwell | 1 | -0/+14 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+917 |