| Commit message (Expand) | Author | Age | Files | Lines |
* | ipc: unbreak 32-bit shmctl/semctl/msgctl | Johannes Weiner | 2009-06-21 | 1 | -0/+1 |
* | ipcns: move free_ipcs() proto | Alexey Dobriyan | 2009-06-18 | 1 | -1/+2 |
* | ipcns: make free_ipc_ns() static | Alexey Dobriyan | 2009-06-18 | 1 | -24/+24 |
* | ipcns: extract create_ipc_ns() | Alexey Dobriyan | 2009-06-18 | 1 | -7/+2 |
* | ipcns: remove useless get/put while CLONE_NEWIPC | Alexey Dobriyan | 2009-06-18 | 1 | -5/+1 |
* | ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.h | Arnd Bergmann | 2009-06-18 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-06-11 | 1 | -2/+1 |
|\ |
|
| * | Merge branch 'next' into for-linus | James Morris | 2009-06-11 | 1 | -2/+1 |
| |\ |
|
| | * | integrity: move ima_counts_get | Mimi Zohar | 2009-05-22 | 1 | -1/+0 |
| | * | integrity: path_check update | Mimi Zohar | 2009-05-22 | 1 | -2/+2 |
* | | | Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-06-11 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | rculist: use list_entry_rcu in places where it's appropriate | Jiri Pirko | 2009-04-15 | 1 | -2/+2 |
| |/ |
|
* / | shm: fix unused warnings on nommu | Mike Frysinger | 2009-06-10 | 1 | -2/+5 |
|/ |
|
* | namespaces: move get_mq() inside #ifdef CONFIG_SYSCTL | Geert Uytterhoeven | 2009-04-14 | 1 | -1/+1 |
* | namespaces: mqueue namespace: adapt sysctl | Serge E. Hallyn | 2009-04-07 | 3 | -64/+118 |
* | namespaces: ipc namespaces: implement support for posix msqueues | Serge E. Hallyn | 2009-04-07 | 4 | -43/+124 |
* | namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace | Serge E. Hallyn | 2009-04-07 | 5 | -65/+108 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-04-03 | 1 | -1/+1 |
|\ |
|
| * | New helper - current_umask() | Al Viro | 2009-04-01 | 1 | -1/+1 |
* | | proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers | Serge E. Hallyn | 2009-04-03 | 1 | -1/+1 |
* | | ipc: make shm_get_stat() more robust | Tony Battersby | 2009-04-03 | 1 | -2/+4 |
|/ |
|
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2009-03-27 | 1 | -0/+2 |
|\ |
|
| * | Use f_lock to protect f_flags | Jonathan Corbet | 2009-03-16 | 1 | -0/+2 |
* | | Merge branch 'master' into next | James Morris | 2009-03-24 | 1 | -3/+5 |
|\| |
|
| * | Do not account for the address space used by hugetlbfs using VM_ACCOUNT | Mel Gorman | 2009-02-10 | 1 | -3/+5 |
* | | Merge branch 'master' into next | James Morris | 2009-02-06 | 6 | -132/+141 |
|\| |
|
| * | shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM | Tony Battersby | 2009-02-05 | 1 | -0/+4 |
| * | Stop playing silly games with the VM_ACCOUNT flag | Linus Torvalds | 2009-02-01 | 1 | -2/+2 |
| * | [CVE-2009-0029] System call wrappers part 26 | Heiko Carstens | 2009-01-14 | 1 | -11/+11 |
| * | [CVE-2009-0029] System call wrappers part 25 | Heiko Carstens | 2009-01-14 | 3 | -11/+12 |
| * | [CVE-2009-0029] System call wrappers part 24 | Heiko Carstens | 2009-01-14 | 1 | -6/+6 |
| * | [CVE-2009-0029] System call wrapper special cases | Heiko Carstens | 2009-01-14 | 1 | -1/+8 |
| * | [CVE-2009-0029] Convert all system calls to return a long | Heiko Carstens | 2009-01-14 | 1 | -1/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu | Linus Torvalds | 2009-01-09 | 1 | -0/+12 |
| |\ |
|
| | * | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 2009-01-08 | 1 | -0/+12 |
| * | | mqueue: fix si_pid value in mqueue do_notify() | Sukadev Bhattiprolu | 2009-01-08 | 1 | -1/+2 |
| |/ |
|
| * | ipc/ipc_sysctl.c: move the definition of ipc_auto_callback() | akpm@linux-foundation.org | 2009-01-07 | 1 | -23/+23 |
| * | ipc: do not goto to the next line | Denis V. Lunev | 2009-01-07 | 1 | -1/+0 |
| * | ipc: clean up ipc/shm.c | WANG Cong | 2009-01-07 | 1 | -10/+5 |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-01-06 | 1 | -1/+0 |
| |\ |
|
| | * | zero i_uid/i_gid on inode allocation | Al Viro | 2009-01-05 | 1 | -1/+0 |
| * | | mm: update my address | Alan Cox | 2009-01-06 | 1 | -1/+1 |
| * | | sanitize audit_mq_open() | Al Viro | 2009-01-04 | 1 | -12/+11 |
| * | | sanitize AUDIT_MQ_SENDRECV | Al Viro | 2009-01-04 | 1 | -24/+30 |
| * | | sanitize audit_mq_notify() | Al Viro | 2009-01-04 | 1 | -7/+7 |
| * | | sanitize audit_mq_getsetattr() | Al Viro | 2009-01-04 | 1 | -5/+1 |
| * | | sanitize audit_ipc_set_perm() | Al Viro | 2009-01-04 | 1 | -7/+2 |
| * | | sanitize audit_ipc_obj() | Al Viro | 2009-01-04 | 2 | -9/+4 |
| |/ |
|
* / | Integrity: IMA file free imbalance | Mimi Zohar | 2009-02-05 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'master' into next | James Morris | 2008-12-04 | 1 | -5/+9 |
|\ |
|