summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2010-04-01mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa
2010-01-28ipc ns: fix memory leak (idr)Serge E. Hallyn
2010-01-18untangle the do_mremap() messAl Viro
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-14fix undefined reference to user_shm_unlockHugh Dickins
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins
2009-06-29integrity: ima mq_open imbalance msg fixMimi Zohar
2009-06-21ipc: unbreak 32-bit shmctl/semctl/msgctlJohannes Weiner
2009-06-18ipcns: move free_ipcs() protoAlexey Dobriyan
2009-06-18ipcns: make free_ipc_ns() staticAlexey Dobriyan
2009-06-18ipcns: extract create_ipc_ns()Alexey Dobriyan
2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan
2009-06-18ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hArnd Bergmann
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-06-11Merge branch 'next' into for-linusJames Morris
2009-06-09shm: fix unused warnings on nommuMike Frysinger
2009-05-22integrity: move ima_counts_getMimi Zohar
2009-05-22integrity: path_check updateMimi Zohar
2009-04-15rculist: use list_entry_rcu in places where it's appropriateJiri Pirko
2009-04-13namespaces: move get_mq() inside #ifdef CONFIG_SYSCTLGeert Uytterhoeven
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlersSerge E. Hallyn
2009-04-02ipc: make shm_get_stat() more robustTony Battersby
2009-03-31New helper - current_umask()Al Viro
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2009-03-24Merge branch 'master' into nextJames Morris
2009-03-16Use f_lock to protect f_flagsJonathan Corbet
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman
2009-02-06Merge branch 'master' into nextJames Morris
2009-02-06Integrity: IMA file free imbalanceMimi Zohar
2009-02-05shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEMTony Battersby
2009-01-31Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 25Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 24Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds
2009-01-08mqueue: fix si_pid value in mqueue do_notify()Sukadev Bhattiprolu
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells
2009-01-06ipc/ipc_sysctl.c: move the definition of ipc_auto_callback()akpm@linux-foundation.org
2009-01-06ipc: do not goto to the next lineDenis V. Lunev