summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: standardize code commentsDavidlohr Bueso2014-01-271-1/+0
* ipc: whitespace cleanupManfred Spraul2014-01-271-16/+16
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-271-8/+8
* ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson2013-11-211-3/+6
* ipc,shm: fix shm_file deletion racesGreg Thelen2013-11-211-5/+23
* ipc: fix race with LSMsDavidlohr Bueso2013-09-241-5/+12
* ipc, shm: drop shm_lock_checkDavidlohr Bueso2013-09-111-11/+0
* ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso2013-09-111-2/+1
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-111-28/+28
* ipc,shm: shorten critical region for shmatDavidlohr Bueso2013-09-111-4/+10
* ipc,shm: cleanup do_shmat pastaDavidlohr Bueso2013-09-111-14/+12
* ipc,shm: shorten critical region for shmctlDavidlohr Bueso2013-09-111-24/+25
* ipc,shm: make shmctl_nolock locklessDavidlohr Bueso2013-09-111-7/+12
* ipc,shm: introduce shmctl_nolockDavidlohr Bueso2013-09-111-18/+39
* ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso2013-09-111-4/+6
* ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso2013-09-111-0/+20
* ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso2013-07-091-6/+17
* ipc: close open coded spin lock callsDavidlohr Bueso2013-07-091-2/+2
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-07-091-1/+4
* ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton2013-07-091-2/+2
* shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan2013-05-091-1/+7
* hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-071-1/+5
* ipc: sysv shared memory limited to 8TiBRobin Holt2013-05-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-5/+6
|\
| * fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-221-1/+2
| * new helper: file_inode(file)Al Viro2013-02-221-4/+4
* | mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-231-2/+2
* | mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-231-5/+7
|/
* mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-111-1/+2
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-061-8/+11
* ipc: add COMPAT_SHMLBA supportWill Deacon2012-07-301-4/+5
* ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon2012-06-071-0/+12
* switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2012-06-011-1/+1
* take security_mmap_file() outside of ->mmap_semAl Viro2012-06-011-0/+5
* hugetlbfs: fix alignment of huge page requestsSteven Truelove2012-03-211-1/+1
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-231-1/+1
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-231-15/+22
* Do 'shm_init_ns()' in an early pure_initcallLinus Torvalds2011-08-041-1/+8
* shm: optimize exit_shm()Vasiliy Kulikov2011-08-031-0/+3
* shm: fix wrong testsVasiliy Kulikov2011-08-031-2/+2
* shm: optimize locking and ipc_namespace gettingVasiliy Kulikov2011-07-301-33/+28
* shm: handle separate PID namespaces caseVasiliy Kulikov2011-07-301-7/+20
* ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2011-07-261-4/+93
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+2
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-261-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-4/+5
* ipc: shm: fix information leak to userlandVasiliy Kulikov2010-10-301-0/+1
* ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shmHelge Deller2010-10-271-21/+42
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+2