summaryrefslogtreecommitdiffstats
path: root/ipc/sem.c
Commit message (Expand)AuthorAgeFilesLines
* rculist: use list_entry_rcu in places where it's appropriateJiri Pirko2009-04-151-2/+2
* [CVE-2009-0029] System call wrappers part 25Heiko Carstens2009-01-141-4/+5
* [CVE-2009-0029] System call wrapper special casesHeiko Carstens2009-01-141-1/+8
* ipc: do not goto to the next lineDenis V. Lunev2009-01-061-1/+0
* mm: update my addressAlan Cox2009-01-051-1/+1
* ipc/sem.c: make free_un() staticAdrian Bunk2008-10-161-1/+1
* ipc/sem.c: rewrite undo list lockingManfred Spraul2008-07-251-54/+93
* ipc/sem.c: convert sem_array.sem_pending to struct list_headManfred Spraul2008-07-251-57/+35
* ipc/sem.c: remove unused entries from struct sem_queueManfred Spraul2008-07-251-2/+0
* ipc/sem.c: convert undo structures to struct list_headManfred Spraul2008-07-251-74/+89
* ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Manfred Spraul2008-04-291-0/+1
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-291-38/+4
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-291-4/+1
* IPC: get rid of the use *_setbuf structure.Pierre Peiffer2008-04-291-26/+14
* IPC/semaphores: remove one unused parameter from semctl_down()Pierre Peiffer2008-04-291-3/+3
* IPC/semaphores: move the rwmutex handling inside semctl_downPierre Peiffer2008-04-291-11/+13
* IPC/semaphores: code factorisationPierre Peiffer2008-04-291-30/+31
* IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer2008-04-291-2/+0
* IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer2008-02-081-22/+5
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-081-22/+4
* IPC/semaphores: consolidate SEM_STAT and IPC_STAT commandsPierre Peiffer2008-02-081-22/+16
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+3
* IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functionsPierre Peiffer2008-02-061-3/+14
* IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer2007-10-191-2/+2
* IPC: cleanup some code and wrong comments about semundo list managmentPierre Peiffer2007-10-191-40/+6
* ipc: remove unneeded parametersNadia Derbey2007-10-191-6/+4
* fix idr_find() lockingNadia Derbey2007-10-191-14/+30
* ipc: fix wrong commentsNadia Derbey2007-10-191-0/+14
* 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
OpenPOWER on IntegriCloud