summaryrefslogtreecommitdiffstats
path: root/ipc/sem.c
Commit message (Expand)AuthorAgeFilesLines
...
* Storing ipcs into IDRsNadia Derbey2007-10-191-6/+17
* ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey2007-10-191-37/+33
* ipc: unify the syscalls codeNadia Derbey2007-10-191-47/+29
* ipc: store ipcs into IDRsNadia Derbey2007-10-191-46/+65
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-4/+4
* arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-1/+1
* remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater2007-07-161-3/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan2006-12-071-2/+1
* [PATCH] Fix ipc entries removalPavel Emelianov2006-11-031-0/+1
* [PATCH] ipc: replace kmalloc and memset in get_undo_list with kzallocMatt Helsley2006-10-021-4/+1
* [PATCH] IPC namespace - semKirill Korotaev2006-10-021-71/+130
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] update of IPC audit record cleanupLinda Knippers2006-06-201-3/+5
* [PATCH] Rework of IPC auditingSteve Grubb2006-05-011-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-261-4/+2
|\
| * BUG_ON() Conversion in ipc/sem.cEric Sesterhenn2006-03-261-4/+2
* | [PATCH] sem2mutex: ipc, id.semIngo Molnar2006-03-261-16/+18
|/
* [PATCH] Capture selinux subject/object context information.Dustin Kirkland2006-03-201-3/+2
* correct email address of Manfred SpraulChristian Kujau2006-01-151-1/+1
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-111-0/+1
* Fix silly typo ("smb" vs "smp")Linus Torvalds2005-12-241-1/+1
* [PATCH] add missing memory barriers to ipc/sem.cManfred Spraul2005-12-241-0/+2
* [PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interfaceMike Waychison2005-09-071-50/+23
* [PATCH] Fix semundo lock leakageIngo Molnar2005-08-051-7/+3
* [PATCH] ipcsem: remove superflous decrease variable from sys_semtimedopManfred Spraul2005-06-231-6/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1384