Age | Commit message (Expand) | Author | Files | Lines |
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 |