| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not account for the address space used by hugetlbfs using VM_ACCOUNT | Mel Gorman | 2009-02-10 | 1 | -3/+5 |
* | 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-01-31 | 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-06 | 1 | -23/+23 |
* | ipc: do not goto to the next line | Denis V. Lunev | 2009-01-06 | 1 | -1/+0 |
* | ipc: clean up ipc/shm.c | WANG Cong | 2009-01-06 | 1 | -10/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-01-05 | 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-05 | 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 |
|/ |
|
* | Merge branch 'master' into next | James Morris | 2008-12-04 | 1 | -5/+9 |
|\ |
|
| * | sysvipc: fix the ipc structures initialization | Nadia Derbey | 2008-11-19 | 1 | -5/+9 |
* | | CRED: Pass credentials through dentry_open() | David Howells | 2008-11-14 | 1 | -4/+7 |
* | | CRED: Wrap current->cred and a few other accessors | David Howells | 2008-11-14 | 2 | -3/+3 |
* | | CRED: Separate task security context from task_struct | David Howells | 2008-11-14 | 2 | -3/+3 |
* | | CRED: Wrap task credential accesses in the SYSV IPC subsystem | David Howells | 2008-11-14 | 3 | -10/+19 |
|/ |
|
* | [PATCH] introduce fmode_t, do annotations | Al Viro | 2008-10-21 | 1 | -1/+1 |
* | message queues: increase range limits | Joe Korty | 2008-10-20 | 1 | -6/+14 |
* | SHM_LOCKED pages are unevictable | Lee Schermerhorn | 2008-10-20 | 1 | -0/+4 |
* | ipc/sem.c: make free_un() static | Adrian Bunk | 2008-10-16 | 1 | -1/+1 |
* | sysctl: simplify ->strategy | Alexey Dobriyan | 2008-10-16 | 1 | -5/+4 |
* | [PATCH] kill nameidata passing to permission(), rename to inode_permission() | Al Viro | 2008-07-26 | 1 | -1/+1 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 1 | -1/+1 |
* | ipc: do not use a negative value to re-enable msgmni automatic recomputing | Nadia Derbey | 2008-07-25 | 2 | -18/+74 |
* | ipc: use simple_read_from_buffer() | Akinobu Mita | 2008-07-25 | 1 | -18/+7 |
* | ipc/sem.c: rewrite undo list locking | Manfred Spraul | 2008-07-25 | 1 | -54/+93 |
* | ipc/sem.c: convert sem_array.sem_pending to struct list_head | Manfred Spraul | 2008-07-25 | 1 | -57/+35 |
* | ipc/sem.c: remove unused entries from struct sem_queue | Manfred Spraul | 2008-07-25 | 1 | -2/+0 |
* | ipc/sem.c: convert undo structures to struct list_head | Manfred Spraul | 2008-07-25 | 1 | -74/+89 |
* | ipc: get rid of ipc_lock_down() | Nadia Derbey | 2008-07-25 | 3 | -75/+4 |
* | ipc: call idr_find() without locking in ipc_lock() | Nadia Derbey | 2008-07-25 | 1 | -9/+0 |
* | hugetlb: modular state for hugetlb page size | Andi Kleen | 2008-07-24 | 1 | -1/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-13 | 2 | -17/+14 |
|\ |
|
| * | /proc/sysvipc/shm: fix 32-bit truncation of segment sizes | Paul Menage | 2008-06-12 | 1 | -8/+8 |
| * | shm: Remove silly double assignment | Neil Horman | 2008-06-10 | 1 | -2/+0 |
| * | ipc: only output msgmni value at boot time | Nadia Derbey | 2008-06-06 | 1 | -7/+6 |
* | | netlink: Remove nonblock parameter from netlink_attachskb | Denis V. Lunev | 2008-06-05 | 1 | -1/+1 |
|/ |
|