summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2006-05-01[PATCH] Rework of IPC auditingSteve Grubb4-6/+42
2006-04-17[PATCH] IPC: access to unmapped vmalloc area in grow_ary()Alexey Kuznetsov1-2/+1
2006-04-17[PATCH] shmat: stop mprotect from giving write permission to a readonly attac...Hugh Dickins1-0/+2
2006-04-02BUG_ON() Conversion in ipc/shm.cEric Sesterhenn1-8/+7
2006-04-01BUG_ON() Conversion in ipc/util.cEric Sesterhenn1-4/+2
2006-03-28[PATCH] mqueue comment typo fixSerge E. Hallyn1-1/+1
2006-03-26[PATCH] one ipc/sem.c->mutex.c converstion too many..Manfred Spraul1-1/+1
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-4/+2
2006-03-26[PATCH] sem2mutex: ipc, id.semIngo Molnar7-56/+65
2006-03-26BUG_ON() Conversion in ipc/sem.cEric Sesterhenn1-4/+2
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-7/+7
2006-03-24BUG_ON() Conversion in ipc/msg.cEric Sesterhenn1-2/+1
2006-03-24[PATCH] shmdt: check address alignmentHugh Dickins1-0/+3
2006-03-22Remove superfluous NOTIFY_COOKIE_LEN defineMichal Wronski1-1/+0
2006-03-20[PATCH] Capture selinux subject/object context information.Dustin Kirkland3-7/+7
2006-02-10[PATCH] shmdt cannot detach not-alined shm segment cleanly.KAMEZAWA Hiroyuki1-0/+1
2006-02-09[NETLINK]: Fix a severe bugAlexey Kuznetsov1-1/+2
2006-01-15correct email address of Manfred SpraulChristian Kujau4-4/+4
2006-01-14[PATCH] Fix double decrement of mqueue_mnt->mnt_count in sys_mq_openAlexander Viro1-26/+33
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap5-0/+5
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-4/+4
2006-01-08[PATCH] ipc: expand shm_flagsAndrew Morton1-12/+10
2006-01-06[PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMUDavid Howells1-5/+13
2005-12-24Fix silly typo ("smb" vs "smp")Linus Torvalds1-1/+1
2005-12-24[PATCH] add missing memory barriers to ipc/sem.cManfred Spraul1-0/+2
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2005-11-07[PATCH] more kernel-doc cleanups, additionsRandy Dunlap1-4/+5
2005-11-07[PATCH] SHM_NORESERVE flags for shmget()Badari Pulavarty1-1/+9
2005-11-06Update Michal Wronski contact infoMichal Wronski1-1/+1
2005-10-29[PATCH] hugetlb: remove repeated codeKrishnakumar R1-3/+4
2005-09-27[PATCH] Make POSIX message queue sys_mq_open() honor umaskKrzysztof Benedyczak1-0/+1
2005-09-10[PATCH] merge some from Rusty's trivial patchesAdrian Bunk1-1/+1
2005-09-07[PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interfaceMike Waychison3-163/+78
2005-09-07[PATCH] ipc: add generic struct ipc_ids seq_file iterationMike Waychison2-0/+164
2005-09-07[PATCH] compat: be more consistent about [ug]id_tStephen Rothwell1-6/+6
2005-08-05[PATCH] Fix semundo lock leakageIngo Molnar1-7/+3
2005-08-01[PATCH] shm: CONFIG_SHMEM=n build fixAndrew Morton1-1/+1
2005-07-12[PATCH] xtensa: remove old syscallsChris Zankel1-1/+1
2005-07-07[PATCH] put_compat_shminfo() warning fixJesse Millan1-0/+1
2005-06-23[PATCH] ipcsem: remove superflous decrease variable from sys_semtimedopManfred Spraul1-6/+3
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-2/+2
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell1-0/+14
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds10-0/+6045