aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* namespaces: move get_mq() inside #ifdef CONFIG_SYSCTLGeert Uytterhoeven2009-04-131-1/+1
* namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn2009-04-073-64/+118
* namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn2009-04-074-43/+124
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-075-65/+108
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-1/+1
|\
| * New helper - current_umask()Al Viro2009-03-311-1/+1
* | proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlersSerge E. Hallyn2009-04-021-1/+1
* | ipc: make shm_get_stat() more robustTony Battersby2009-04-021-2/+4
|/
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-261-0/+2
|\
| * Use f_lock to protect f_flagsJonathan Corbet2009-03-161-0/+2
* | Merge branch 'master' into nextJames Morris2009-03-231-3/+5
|\|
| * Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2009-02-101-3/+5
* | Merge branch 'master' into nextJames Morris2009-02-056-132/+141
|\|
| * shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEMTony Battersby2009-02-051-0/+4
| * Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2009-01-311-2/+2
| * [CVE-2009-0029] System call wrappers part 26Heiko Carstens2009-01-141-11/+11
| * [CVE-2009-0029] System call wrappers part 25Heiko Carstens2009-01-143-11/+12
| * [CVE-2009-0029] System call wrappers part 24Heiko Carstens2009-01-141-6/+6
| * [CVE-2009-0029] System call wrapper special casesHeiko Carstens2009-01-141-1/+8
| * [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-141-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds2009-01-091-0/+12
| |\
| | * NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-0/+12
| * | mqueue: fix si_pid value in mqueue do_notify()Sukadev Bhattiprolu2009-01-081-1/+2
| |/
| * 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
| |/
* / Integrity: IMA file free imbalanceMimi Zohar2009-02-051-0/+3
|/
* 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-131-4/+7
* | CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-132-3/+3
* | CRED: Separate task security context from task_structDavid Howells2008-11-132-3/+3
* | CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells2008-11-133-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