| Commit message (Expand) | Author | Age | Files | Lines |
* | ipc: standardize code comments | Davidlohr Bueso | 2014-01-27 | 1 | -1/+0 |
* | ipc: whitespace cleanup | Manfred Spraul | 2014-01-27 | 1 | -16/+16 |
* | ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races | Rafael Aquini | 2014-01-27 | 1 | -8/+8 |
* | ipc,shm: correct error return value in shmctl (SHM_UNLOCK) | Jesper Nilsson | 2013-11-21 | 1 | -3/+6 |
* | ipc,shm: fix shm_file deletion races | Greg Thelen | 2013-11-21 | 1 | -5/+23 |
* | ipc: fix race with LSMs | Davidlohr Bueso | 2013-09-24 | 1 | -5/+12 |
* | ipc, shm: drop shm_lock_check | Davidlohr Bueso | 2013-09-11 | 1 | -11/+0 |
* | ipc, shm: guard against non-existant vma in shmdt(2) | Davidlohr Bueso | 2013-09-11 | 1 | -2/+1 |
* | ipc: rename ids->rw_mutex | Davidlohr Bueso | 2013-09-11 | 1 | -28/+28 |
* | ipc,shm: shorten critical region for shmat | Davidlohr Bueso | 2013-09-11 | 1 | -4/+10 |
* | ipc,shm: cleanup do_shmat pasta | Davidlohr Bueso | 2013-09-11 | 1 | -14/+12 |
* | ipc,shm: shorten critical region for shmctl | Davidlohr Bueso | 2013-09-11 | 1 | -24/+25 |
* | ipc,shm: make shmctl_nolock lockless | Davidlohr Bueso | 2013-09-11 | 1 | -7/+12 |
* | ipc,shm: introduce shmctl_nolock | Davidlohr Bueso | 2013-09-11 | 1 | -18/+39 |
* | ipc,shm: shorten critical region in shmctl_down | Davidlohr Bueso | 2013-09-11 | 1 | -4/+6 |
* | ipc,shm: introduce lockless functions to obtain the ipc object | Davidlohr Bueso | 2013-09-11 | 1 | -0/+20 |
* | ipc: move locking out of ipcctl_pre_down_nolock | Davidlohr Bueso | 2013-07-09 | 1 | -6/+17 |
* | ipc: close open coded spin lock calls | Davidlohr Bueso | 2013-07-09 | 1 | -2/+2 |
* | ipc: move rcu lock out of ipc_addid | Davidlohr Bueso | 2013-07-09 | 1 | -1/+4 |
* | ipc/shmc.c: eliminate ugly 80-col tricks | Andrew Morton | 2013-07-09 | 1 | -2/+2 |
* | shm: fix null pointer deref when userspace specifies invalid hugepage size | Li Zefan | 2013-05-09 | 1 | -1/+7 |
* | hugetlbfs: fix mmap failure in unaligned size request | Naoya Horiguchi | 2013-05-07 | 1 | -1/+5 |
* | ipc: sysv shared memory limited to 8TiB | Robin Holt | 2013-05-01 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 1 | -5/+6 |
|\ |
|
| * | fs: Preserve error code in get_empty_filp(), part 2 | Anatol Pomozov | 2013-02-22 | 1 | -1/+2 |
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -4/+4 |
* | | mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool | Michel Lespinasse | 2013-02-23 | 1 | -2/+2 |
* | | mm: introduce mm_populate() for populating new vmas | Michel Lespinasse | 2013-02-23 | 1 | -5/+7 |
|/ |
|
* | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB | Andi Kleen | 2012-12-11 | 1 | -1/+2 |
* | userns: Convert ipc to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-06 | 1 | -8/+11 |
* | ipc: add COMPAT_SHMLBA support | Will Deacon | 2012-07-30 | 1 | -4/+5 |
* | ipc: shm: restore MADV_REMOVE functionality on shared memory segments | Will Deacon | 2012-06-07 | 1 | -0/+12 |
* | switch aio and shm to do_mmap_pgoff(), make do_mmap() static | Al Viro | 2012-06-01 | 1 | -1/+1 |
* | take security_mmap_file() outside of ->mmap_sem | Al Viro | 2012-06-01 | 1 | -0/+5 |
* | hugetlbfs: fix alignment of huge page requests | Steven Truelove | 2012-03-21 | 1 | -1/+1 |
* | SHM_UNLOCK: fix Unevictable pages stranded after swap | Hugh Dickins | 2012-01-23 | 1 | -1/+1 |
* | SHM_UNLOCK: fix long unpreemptible section | Hugh Dickins | 2012-01-23 | 1 | -15/+22 |
* | Do 'shm_init_ns()' in an early pure_initcall | Linus Torvalds | 2011-08-04 | 1 | -1/+8 |
* | shm: optimize exit_shm() | Vasiliy Kulikov | 2011-08-03 | 1 | -0/+3 |
* | shm: fix wrong tests | Vasiliy Kulikov | 2011-08-03 | 1 | -2/+2 |
* | shm: optimize locking and ipc_namespace getting | Vasiliy Kulikov | 2011-07-30 | 1 | -33/+28 |
* | shm: handle separate PID namespaces case | Vasiliy Kulikov | 2011-07-30 | 1 | -7/+20 |
* | ipc: introduce shm_rmid_forced sysctl | Vasiliy Kulikov | 2011-07-26 | 1 | -4/+93 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 | 1 | -2/+2 |
* | mm: don't access vm_flags as 'int' | KOSAKI Motohiro | 2011-05-26 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | userns: user namespaces: convert several capable() calls | Serge E. Hallyn | 2011-03-23 | 1 | -4/+5 |
* | ipc: shm: fix information leak to userland | Vasiliy Kulikov | 2010-10-30 | 1 | -0/+1 |
* | ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm | Helge Deller | 2010-10-27 | 1 | -21/+42 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+2 |