aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-2/+1
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-06-11Merge branch 'next' into for-linusJames Morris1-2/+1
2009-06-09shm: fix unused warnings on nommuMike Frysinger1-2/+5
2009-05-22integrity: move ima_counts_getMimi Zohar1-1/+0
2009-05-22integrity: path_check updateMimi Zohar1-2/+2
2009-04-15rculist: use list_entry_rcu in places where it's appropriateJiri Pirko1-2/+2
2009-04-13namespaces: move get_mq() inside #ifdef CONFIG_SYSCTLGeert Uytterhoeven1-1/+1
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn3-64/+118
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn4-43/+124
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn5-65/+108
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-04-02proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlersSerge E. Hallyn1-1/+1
2009-04-02ipc: make shm_get_stat() more robustTony Battersby1-2/+4
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+2
2009-03-24Merge branch 'master' into nextJames Morris1-3/+5
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-0/+2
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman1-3/+5
2009-02-06Merge branch 'master' into nextJames Morris6-132/+141
2009-02-06Integrity: IMA file free imbalanceMimi Zohar1-0/+3
2009-02-05shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEMTony Battersby1-0/+4
2009-01-31Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens1-11/+11
2009-01-14[CVE-2009-0029] System call wrappers part 25Heiko Carstens3-11/+12
2009-01-14[CVE-2009-0029] System call wrappers part 24Heiko Carstens1-6/+6
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens1-1/+8
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds1-0/+12
2009-01-08mqueue: fix si_pid value in mqueue do_notify()Sukadev Bhattiprolu1-1/+2
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-0/+12
2009-01-06ipc/ipc_sysctl.c: move the definition of ipc_auto_callback()akpm@linux-foundation.org1-23/+23
2009-01-06ipc: do not goto to the next lineDenis V. Lunev1-1/+0
2009-01-06ipc: clean up ipc/shm.cWANG Cong1-10/+5
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2009-01-05mm: update my addressAlan Cox1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2009-01-04sanitize audit_mq_open()Al Viro1-12/+11
2009-01-04sanitize AUDIT_MQ_SENDRECVAl Viro1-24/+30
2009-01-04sanitize audit_mq_notify()Al Viro1-7/+7
2009-01-04sanitize audit_mq_getsetattr()Al Viro1-5/+1
2009-01-04sanitize audit_ipc_set_perm()Al Viro1-7/+2
2009-01-04sanitize audit_ipc_obj()Al Viro2-9/+4
2008-12-04Merge branch 'master' into nextJames Morris1-5/+9
2008-11-19sysvipc: fix the ipc structures initializationNadia Derbey1-5/+9
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-4/+7
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells2-3/+3
2008-11-14CRED: Separate task security context from task_structDavid Howells2-3/+3
2008-11-14CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells3-10/+19
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+1