aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2010-07-20ipc/sem.c: bugfix for semop() not reporting successful operationManfred Spraul
2010-06-04mqueue doesn't need make_bad_inode()Al Viro
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-27ipc/sem.c: use ERR_CASTJulia Lawall
2010-05-27ipc/sem.c: update description of the implementationManfred Spraul
2010-05-27ipc/sem.c: move wake_up_process out of the spinlock sectionManfred Spraul
2010-05-27ipc/sem.c: optimize update_queue() for bulk wakeup callsManfred Spraul
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-19Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-05-11mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner
2010-04-06mqueue: Convert message queue timeout to use hrtimersCarsten Emde
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-22ppc64 sys_ipc breakage in 2.6.34-rc2Anton Blanchard
2010-03-12ipc: use rlimit helpersJiri Slaby
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig
2010-03-03mqueue: fix typo "failues" -> "failures"André Goddard Rosa
2010-03-03mqueue: only set error codes if they are really necessaryAndré Goddard Rosa
2010-03-03mqueue: simplify do_open() error handlingAndré Goddard Rosa
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa
2010-03-03mqueue: remove unneeded info->messages initializationAndré Goddard Rosa
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa
2010-01-16nommu: fix SYSV SHM for NOMMUDavid Howells
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16ipc: remove unreachable code in sem.cAmerigo Wang
2009-12-16ipc/sem.c: optimize single sops when semval is zeroManfred Spraul
2009-12-16ipc/sem.c: optimize single semop operationsManfred Spraul
2009-12-16ipc/sem.c: add a per-semaphore pending listManfred Spraul
2009-12-16ipc/sem.c: optimize if semops failManfred Spraul
2009-12-16ipc/sem.c: sem preempt improveNick Piggin
2009-12-16ipc/sem.c: sem use list operationsNick Piggin
2009-12-16ipc/sem.c: sem optimise undo list searchNick Piggin
2009-12-16ipc ns: fix memory leak (idr)Serge E. Hallyn
2009-12-11file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04ipc: fix unused variable warningFelipe Contreras
2009-11-12sysctl ipc: Remove dead binary sysctl support code.Eric W. Biederman
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-14fix undefined reference to user_shm_unlockHugh Dickins
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins
2009-06-29integrity: ima mq_open imbalance msg fixMimi Zohar
2009-06-21ipc: unbreak 32-bit shmctl/semctl/msgctlJohannes Weiner
2009-06-18ipcns: move free_ipcs() protoAlexey Dobriyan