aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-30ipc: shm: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-10-29switch get_sb_ns() usersAl Viro1-4/+4
2010-10-27ipc: initialize structure memory to zero for compat functionsDan Rosenberg2-0/+11
2010-10-27ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shmHelge Deller1-21/+42
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+3
2010-10-01sys_semctl: fix kernel stack leakageDan Rosenberg1-0/+2
2010-08-09switch mqueue to ->evict_inode()Al Viro1-9/+7
2010-07-20ipc/sem.c: bugfix for semop() not reporting successful operationManfred Spraul1-7/+39
2010-06-04mqueue doesn't need make_bad_inode()Al Viro1-1/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-7/+4
2010-05-27ipc/sem.c: use ERR_CASTJulia Lawall1-1/+1
2010-05-27ipc/sem.c: update description of the implementationManfred Spraul1-50/+53
2010-05-27ipc/sem.c: move wake_up_process out of the spinlock sectionManfred Spraul1-32/+91
2010-05-27ipc/sem.c: optimize update_queue() for bulk wakeup callsManfred Spraul1-13/+97
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan2-8/+8
2010-05-19Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-49/+25
2010-05-11mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa1-1/+1
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner4-3/+2
2010-04-06mqueue: Convert message queue timeout to use hrtimersCarsten Emde1-49/+25
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-2/+1
2010-03-22ppc64 sys_ipc breakage in 2.6.34-rc2Anton Blanchard1-1/+1
2010-03-12ipc: use rlimit helpersJiri Slaby2-3/+2
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig2-1/+100
2010-03-03mqueue: fix typo "failues" -> "failures"André Goddard Rosa1-1/+1
2010-03-03mqueue: only set error codes if they are really necessaryAndré Goddard Rosa1-27/+50
2010-03-03mqueue: simplify do_open() error handlingAndré Goddard Rosa1-6/+10
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa1-4/+5
2010-03-03mqueue: remove unneeded info->messages initializationAndré Goddard Rosa1-8/+5
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa1-2/+1
2010-01-16nommu: fix SYSV SHM for NOMMUDavid Howells1-0/+3
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-9/+5
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-2/+0
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro1-2/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-5/+5
2009-12-16ipc: remove unreachable code in sem.cAmerigo Wang1-2/+1
2009-12-16ipc/sem.c: optimize single sops when semval is zeroManfred Spraul1-0/+11
2009-12-16ipc/sem.c: optimize single semop operationsManfred Spraul1-11/+40
2009-12-16ipc/sem.c: add a per-semaphore pending listManfred Spraul1-5/+32
2009-12-16ipc/sem.c: optimize if semops failManfred Spraul1-2/+2
2009-12-16ipc/sem.c: sem preempt improveNick Piggin1-15/+23
2009-12-16ipc/sem.c: sem use list operationsNick Piggin1-44/+31
2009-12-16ipc/sem.c: sem optimise undo list searchNick Piggin1-6/+20
2009-12-16ipc ns: fix memory leak (idr)Serge E. Hallyn3-0/+3
2009-12-11file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro1-14/+17
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04ipc: fix unused variable warningFelipe Contreras1-1/+1