aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationGravatar André Goddard Rosa 1-4/+5
2010-03-03mqueue: remove unneeded info->messages initializationGravatar André Goddard Rosa 1-8/+5
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesGravatar André Goddard Rosa 1-2/+1
2010-01-16nommu: fix SYSV SHM for NOMMUGravatar David Howells 1-0/+3
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Gravatar Linus Torvalds 2-9/+5
2009-12-16Untangling ima mess, part 2: deal with countersGravatar Al Viro 1-2/+0
2009-12-16Untangling ima mess, part 1: alloc_file()Gravatar Al Viro 1-2/+0
2009-12-16switch alloc_file() to passing struct pathGravatar Al Viro 1-5/+5
2009-12-16ipc: remove unreachable code in sem.cGravatar Amerigo Wang 1-2/+1
2009-12-16ipc/sem.c: optimize single sops when semval is zeroGravatar Manfred Spraul 1-0/+11
2009-12-16ipc/sem.c: optimize single semop operationsGravatar Manfred Spraul 1-11/+40
2009-12-16ipc/sem.c: add a per-semaphore pending listGravatar Manfred Spraul 1-5/+32
2009-12-16ipc/sem.c: optimize if semops failGravatar Manfred Spraul 1-2/+2
2009-12-16ipc/sem.c: sem preempt improveGravatar Nick Piggin 1-15/+23
2009-12-16ipc/sem.c: sem use list operationsGravatar Nick Piggin 1-44/+31
2009-12-16ipc/sem.c: sem optimise undo list searchGravatar Nick Piggin 1-6/+20
2009-12-16ipc ns: fix memory leak (idr)Gravatar Serge E. Hallyn 3-0/+3
2009-12-11file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Gravatar Al Viro 1-14/+17
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-12-04ipc: fix unused variable warningGravatar Felipe Contreras 1-1/+1
2009-11-12sysctl ipc: Remove dead binary sysctl support code.Gravatar Eric W. Biederman 2-81/+3
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-2/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 2-12/+12
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-1/+1
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Gravatar Eric B Munson 1-1/+1
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-2/+2
2009-09-14fix undefined reference to user_shm_unlockGravatar Hugh Dickins 1-1/+1
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callGravatar Hugh Dickins 1-3/+5
2009-06-29integrity: ima mq_open imbalance msg fixGravatar Mimi Zohar 1-0/+2
2009-06-21ipc: unbreak 32-bit shmctl/semctl/msgctlGravatar Johannes Weiner 1-0/+1
2009-06-18ipcns: move free_ipcs() protoGravatar Alexey Dobriyan 1-1/+2
2009-06-18ipcns: make free_ipc_ns() staticGravatar Alexey Dobriyan 1-24/+24
2009-06-18ipcns: extract create_ipc_ns()Gravatar Alexey Dobriyan 1-7/+2
2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCGravatar Alexey Dobriyan 1-5/+1
2009-06-18ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hGravatar Arnd Bergmann 1-1/+1
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+1
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2009-06-11Merge branch 'next' into for-linusGravatar James Morris 1-2/+1
2009-06-09shm: fix unused warnings on nommuGravatar Mike Frysinger 1-2/+5
2009-05-22integrity: move ima_counts_getGravatar Mimi Zohar 1-1/+0
2009-05-22integrity: path_check updateGravatar Mimi Zohar 1-2/+2
2009-04-15rculist: use list_entry_rcu in places where it's appropriateGravatar Jiri Pirko 1-2/+2
2009-04-13namespaces: move get_mq() inside #ifdef CONFIG_SYSCTLGravatar Geert Uytterhoeven 1-1/+1
2009-04-07namespaces: mqueue namespace: adapt sysctlGravatar Serge E. Hallyn 3-64/+118
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesGravatar Serge E. Hallyn 4-43/+124
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceGravatar Serge E. Hallyn 5-65/+108
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2009-04-02proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlersGravatar Serge E. Hallyn 1-1/+1
2009-04-02ipc: make shm_get_stat() more robustGravatar Tony Battersby 1-2/+4
2009-03-31New helper - current_umask()Gravatar Al Viro 1-1/+1