summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-2/+2
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-242-12/+12
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson2009-09-221-1/+1
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-2/+2
* fix undefined reference to user_shm_unlockHugh Dickins2009-09-141-1/+1
* mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins2009-08-241-3/+5
* integrity: ima mq_open imbalance msg fixMimi Zohar2009-06-291-0/+2
* ipc: unbreak 32-bit shmctl/semctl/msgctlJohannes Weiner2009-06-211-0/+1
* ipcns: move free_ipcs() protoAlexey Dobriyan2009-06-181-1/+2
* ipcns: make free_ipc_ns() staticAlexey Dobriyan2009-06-181-24/+24
* ipcns: extract create_ipc_ns()Alexey Dobriyan2009-06-181-7/+2
* ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan2009-06-181-5/+1
* ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hArnd Bergmann2009-06-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-111-2/+1
|\
| * Merge branch 'next' into for-linusJames Morris2009-06-111-2/+1
| |\
| | * integrity: move ima_counts_getMimi Zohar2009-05-221-1/+0
| | * integrity: path_check updateMimi Zohar2009-05-221-2/+2
* | | Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-101-2/+2
|\ \ \ | |/ / |/| |
| * | rculist: use list_entry_rcu in places where it's appropriateJiri Pirko2009-04-151-2/+2
| |/
* / shm: fix unused warnings on nommuMike Frysinger2009-06-091-2/+5
|/
* 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-241-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-066-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