aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2009-09-14fix undefined reference to user_shm_unlockGravatar Hugh Dickins 1-1/+1
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callGravatar Hugh Dickins 1-3/+5
2009-06-29integrity: ima mq_open imbalance msg fixGravatar Mimi Zohar 1-0/+2
2009-06-21ipc: unbreak 32-bit shmctl/semctl/msgctlGravatar Johannes Weiner 1-0/+1
2009-06-18ipcns: move free_ipcs() protoGravatar Alexey Dobriyan 1-1/+2
2009-06-18ipcns: make free_ipc_ns() staticGravatar Alexey Dobriyan 1-24/+24
2009-06-18ipcns: extract create_ipc_ns()Gravatar Alexey Dobriyan 1-7/+2
2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCGravatar Alexey Dobriyan 1-5/+1
2009-06-18ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hGravatar Arnd Bergmann 1-1/+1
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+1
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2009-06-11Merge branch 'next' into for-linusGravatar James Morris 1-2/+1
2009-06-09shm: fix unused warnings on nommuGravatar Mike Frysinger 1-2/+5
2009-05-22integrity: move ima_counts_getGravatar Mimi Zohar 1-1/+0
2009-05-22integrity: path_check updateGravatar Mimi Zohar 1-2/+2
2009-04-15rculist: use list_entry_rcu in places where it's appropriateGravatar Jiri Pirko 1-2/+2
2009-04-13namespaces: move get_mq() inside #ifdef CONFIG_SYSCTLGravatar Geert Uytterhoeven 1-1/+1
2009-04-07namespaces: mqueue namespace: adapt sysctlGravatar Serge E. Hallyn 3-64/+118
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesGravatar Serge E. Hallyn 4-43/+124
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceGravatar Serge E. Hallyn 5-65/+108
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2009-04-02proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlersGravatar Serge E. Hallyn 1-1/+1
2009-04-02ipc: make shm_get_stat() more robustGravatar Tony Battersby 1-2/+4
2009-03-31New helper - current_umask()Gravatar Al Viro 1-1/+1
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-0/+2
2009-03-24Merge branch 'master' into nextGravatar James Morris 1-3/+5
2009-03-16Use f_lock to protect f_flagsGravatar Jonathan Corbet 1-0/+2
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTGravatar Mel Gorman 1-3/+5
2009-02-06Merge branch 'master' into nextGravatar James Morris 6-132/+141
2009-02-06Integrity: IMA file free imbalanceGravatar Mimi Zohar 1-0/+3
2009-02-05shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEMGravatar Tony Battersby 1-0/+4
2009-01-31Stop playing silly games with the VM_ACCOUNT flagGravatar Linus Torvalds 1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 26Gravatar Heiko Carstens 1-11/+11
2009-01-14[CVE-2009-0029] System call wrappers part 25Gravatar Heiko Carstens 3-11/+12
2009-01-14[CVE-2009-0029] System call wrappers part 24Gravatar Heiko Carstens 1-6/+6
2009-01-14[CVE-2009-0029] System call wrapper special casesGravatar Heiko Carstens 1-1/+8
2009-01-14[CVE-2009-0029] Convert all system calls to return a longGravatar Heiko Carstens 1-1/+1
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuGravatar Linus Torvalds 1-0/+12
2009-01-08mqueue: fix si_pid value in mqueue do_notify()Gravatar Sukadev Bhattiprolu 1-1/+2
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxGravatar David Howells 1-0/+12
2009-01-06ipc/ipc_sysctl.c: move the definition of ipc_auto_callback()Gravatar akpm@linux-foundation.org 1-23/+23
2009-01-06ipc: do not goto to the next lineGravatar Denis V. Lunev 1-1/+0
2009-01-06ipc: clean up ipc/shm.cGravatar WANG Cong 1-10/+5
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2009-01-05mm: update my addressGravatar Alan Cox 1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-1/+0
2009-01-04sanitize audit_mq_open()Gravatar Al Viro 1-12/+11
2009-01-04sanitize AUDIT_MQ_SENDRECVGravatar Al Viro 1-24/+30
2009-01-04sanitize audit_mq_notify()Gravatar Al Viro 1-7/+7
2009-01-04sanitize audit_mq_getsetattr()Gravatar Al Viro 1-5/+1