summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon2012-06-071-0/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+6
|\
| * 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
* | ipc/mqueue: add rbtree node caching supportDoug Ledford2012-05-311-23/+81
* | ipc/mqueue: strengthen checks on mqueue creationDoug Ledford2012-05-311-9/+18
* | ipc/mqueue: correct mq_attr_ok testDoug Ledford2012-05-311-3/+8
* | ipc/mqueue: improve performance of send/recvDoug Ledford2012-05-311-43/+130
* | mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro2012-05-312-3/+24
* | mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro2012-05-311-2/+2
* | ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2012-05-311-2/+9
* | ipc/mqueue: enforce hard limitsDoug Ledford2012-05-311-3/+5
* | ipc/mqueue: switch back to using non-max values on createDoug Ledford2012-05-311-2/+3
* | ipc/mqueue: cleanup definition names and locationsDoug Ledford2012-05-311-23/+8
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-031-2/+1
* | mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman2012-04-071-1/+8
* | userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-071-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-6/+64
|\
| * [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-6/+64
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-1/+1
|\ \
| * | hugetlbfs: fix alignment of huge page requestsSteven Truelove2012-03-211-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-17/+7
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-17/+7
| |/
* / security: trim security.hAl Viro2012-02-141-0/+2
|/
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-231-1/+1
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-231-15/+22
* ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso2012-01-231-2/+1
* user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-101-1/+6
* switch mq_open() to umode_tAl Viro2012-01-031-1/+1
* mqueue: propagate umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* ... and the same kind of leak for mqueueAl Viro2011-12-092-10/+3
* ipc/sem.c: remove private structures from public header fileManfred Spraul2011-11-021-0/+46
* ipc/sem.c: handle spurious wakeupsManfred Spraul2011-11-021-0/+9
* ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID)Manfred Spraul2011-11-021-1/+0
* ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Wanlong Gao2011-10-311-2/+2
* 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-262-4/+129
* ipc/mqueue.c: fix mq_open() return valueJiri Slaby2011-07-261-5/+7
* ipc/mqueue.c: refactor failure handlingJiri Slaby2011-07-261-56/+57
* ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMIDManfred Spraul2011-07-251-2/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-221-2/+2
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+2