summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc/ipc_sysctl.c: move the definition of ipc_auto_callback()akpm@linux-foundation.org2009-01-061-23/+23
* ipc: do not goto to the next lineDenis V. Lunev2009-01-061-1/+0
* ipc: clean up ipc/shm.cWANG Cong2009-01-061-10/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-051-1/+0
|\
| * zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* | mm: update my addressAlan Cox2009-01-051-1/+1
* | sanitize audit_mq_open()Al Viro2009-01-041-12/+11
* | sanitize AUDIT_MQ_SENDRECVAl Viro2009-01-041-24/+30
* | sanitize audit_mq_notify()Al Viro2009-01-041-7/+7
* | sanitize audit_mq_getsetattr()Al Viro2009-01-041-5/+1
* | sanitize audit_ipc_set_perm()Al Viro2009-01-041-7/+2
* | sanitize audit_ipc_obj()Al Viro2009-01-042-9/+4
|/
* Merge branch 'master' into nextJames Morris2008-12-041-5/+9
|\
| * sysvipc: fix the ipc structures initializationNadia Derbey2008-11-191-5/+9
* | CRED: Pass credentials through dentry_open()David Howells2008-11-141-4/+7
* | CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-142-3/+3
* | CRED: Separate task security context from task_structDavid Howells2008-11-142-3/+3
* | CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells2008-11-143-10/+19
|/
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-1/+1
* message queues: increase range limitsJoe Korty2008-10-201-6/+14
* SHM_LOCKED pages are unevictableLee Schermerhorn2008-10-201-0/+4
* ipc/sem.c: make free_un() staticAdrian Bunk2008-10-161-1/+1
* sysctl: simplify ->strategyAlexey Dobriyan2008-10-161-5/+4
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-261-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* ipc: do not use a negative value to re-enable msgmni automatic recomputingNadia Derbey2008-07-252-18/+74
* ipc: use simple_read_from_buffer()Akinobu Mita2008-07-251-18/+7
* 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: get rid of ipc_lock_down()Nadia Derbey2008-07-253-75/+4
* ipc: call idr_find() without locking in ipc_lock()Nadia Derbey2008-07-251-9/+0
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-132-17/+14
|\
| * /proc/sysvipc/shm: fix 32-bit truncation of segment sizesPaul Menage2008-06-121-8/+8
| * shm: Remove silly double assignmentNeil Horman2008-06-101-2/+0
| * ipc: only output msgmni value at boot timeNadia Derbey2008-06-061-7/+6
* | netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev2008-06-051-1/+1
|/
* tiny mq_open optimizationUlrich Drepper2008-05-031-2/+1
* sysvipc: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-7/+6
* ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Manfred Spraul2008-04-291-0/+1
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-293-9/+8
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-295-119/+66
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-295-12/+17
* IPC: get rid of the use *_setbuf structure.Pierre Peiffer2008-04-293-86/+46
* 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/message queues: introduce msgctl_downPierre Peiffer2008-04-291-73/+89
* IPC/shared memory: introduce shmctl_downPierre Peiffer2008-04-291-88/+72
OpenPOWER on IntegriCloud