summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)AuthorLines
2012-05-31mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro-2/+2
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford-2/+9
2012-05-31ipc/mqueue: enforce hard limitsDoug Ledford-3/+5
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford-2/+3
2012-05-31ipc/mqueue: cleanup definition names and locationsDoug Ledford-23/+8
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-1/+1
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman-2/+1
2012-04-07mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman-1/+8
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman-1/+1
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-6/+64
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-1/+1
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-17/+7
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-17/+7
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf-6/+64
2012-02-14security: trim security.hAl Viro-0/+2
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins-1/+1
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins-15/+22
2012-01-23ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso-2/+1
2012-01-10user namespace: make signal.c respect user namespacesSerge E. Hallyn-1/+6
2012-01-03switch mq_open() to umode_tAl Viro-1/+1
2012-01-03mqueue: propagate umode_tAl Viro-1/+1
2012-01-03switch ->create() to umode_tAl Viro-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro-1/+0
2011-12-09... and the same kind of leak for mqueueAl Viro-10/+3
2011-11-02ipc/sem.c: remove private structures from public header fileManfred Spraul-0/+46
2011-11-02ipc/sem.c: handle spurious wakeupsManfred Spraul-0/+9
2011-11-02ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID)Manfred Spraul-1/+0
2011-10-31ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Wanlong Gao-2/+2
2011-08-04Do 'shm_init_ns()' in an early pure_initcallLinus Torvalds-1/+8
2011-08-03shm: optimize exit_shm()Vasiliy Kulikov-0/+3
2011-08-03shm: fix wrong testsVasiliy Kulikov-2/+2
2011-07-30shm: optimize locking and ipc_namespace gettingVasiliy Kulikov-33/+28
2011-07-30shm: handle separate PID namespaces caseVasiliy Kulikov-7/+20
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov-4/+129
2011-07-26ipc/mqueue.c: fix mq_open() return valueJiri Slaby-5/+7
2011-07-26ipc/mqueue.c: refactor failure handlingJiri Slaby-56/+57
2011-07-25ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMIDManfred Spraul-2/+11
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik-2/+2
2011-07-20ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu()Lai Jiangshan-15/+1
2011-07-20ipc,rcu: Convert call_rcu(free_un) to kfree_rcu()Lai Jiangshan-8/+2
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro-1/+1
2011-05-10ns proc: Add support for the ipc namespaceEric W. Biederman-0/+37
2011-03-31Fix common misspellingsLucas De Marchi-4/+4
2011-03-27ipc: fix util.c kernel-doc warningsRandy Dunlap-1/+3
2011-03-25ipcns: fix use after free in free_ipc_ns()Xiaotian Feng-1/+1
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn-29/+42
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn-2/+8