summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc/mqueue: add rbtree node caching supportDoug Ledford2012-06-011-23/+81
* ipc/mqueue: strengthen checks on mqueue creationDoug Ledford2012-06-011-9/+18
* ipc/mqueue: correct mq_attr_ok testDoug Ledford2012-06-011-3/+8
* ipc/mqueue: improve performance of send/recvDoug Ledford2012-06-011-43/+130
* mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro2012-06-012-3/+24
* mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro2012-06-011-2/+2
* ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2012-06-011-2/+9
* ipc/mqueue: enforce hard limitsDoug Ledford2012-06-011-3/+5
* ipc/mqueue: switch back to using non-max values on createDoug Ledford2012-06-011-2/+3
* ipc/mqueue: cleanup definition names and locationsDoug Ledford2012-06-011-23/+8Star
* 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/+1Star
* | mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman2012-04-081-1/+8
* | userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-081-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-221-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-17/+7Star
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-17/+7Star
| |/
* / 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/+1Star
* user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-111-1/+6
* switch mq_open() to umode_tAl Viro2012-01-041-1/+1
* mqueue: propagate umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* ... and the same kind of leak for mqueueAl Viro2011-12-092-10/+3Star
* ipc/sem.c: remove private structures from public header fileManfred Spraul2011-11-031-0/+46
* ipc/sem.c: handle spurious wakeupsManfred Spraul2011-11-031-0/+9
* ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID)Manfred Spraul2011-11-031-1/+0Star
* ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Wanlong Gao2011-11-011-2/+2
* Do 'shm_init_ns()' in an early pure_initcallLinus Torvalds2011-08-051-1/+8
* shm: optimize exit_shm()Vasiliy Kulikov2011-08-041-0/+3
* shm: fix wrong testsVasiliy Kulikov2011-08-041-2/+2
* shm: optimize locking and ipc_namespace gettingVasiliy Kulikov2011-07-301-33/+28Star
* shm: handle separate PID namespaces caseVasiliy Kulikov2011-07-301-7/+20
* ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2011-07-272-4/+129
* ipc/mqueue.c: fix mq_open() return valueJiri Slaby2011-07-271-5/+7
* ipc/mqueue.c: refactor failure handlingJiri Slaby2011-07-271-56/+57
* ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMIDManfred Spraul2011-07-261-2/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-231-2/+2
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-2/+2
* | ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu()Lai Jiangshan2011-07-201-15/+1Star
* | ipc,rcu: Convert call_rcu(free_un) to kfree_rcu()Lai Jiangshan2011-07-201-8/+2Star
|/
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-261-1/+1
* ns proc: Add support for the ipc namespaceEric W. Biederman2011-05-101-0/+37