| Commit message (Expand) | Author | Age | Files | Lines |
* | IPC: fix error case when idr-cache is empty in ipcget() | Pierre Peiffer | 2007-10-19 | 1 | -2/+3 |
* | ipc: remove unneeded parameters | Nadia Derbey | 2007-10-19 | 1 | -3/+2 |
* | fix idr_find() locking | Nadia Derbey | 2007-10-19 | 1 | -26/+51 |
* | ipc: fix wrong comments | Nadia Derbey | 2007-10-19 | 1 | -13/+26 |
* | Storing ipcs into IDRs | Nadia Derbey | 2007-10-19 | 1 | -6/+17 |
* | ipc: integrate ipc_checkid() into ipc_lock() | Nadia Derbey | 2007-10-19 | 1 | -42/+48 |
* | ipc: remove the ipc_get() routine | Nadia Derbey | 2007-10-19 | 1 | -3/+13 |
* | ipc: unify the syscalls code | Nadia Derbey | 2007-10-19 | 1 | -46/+27 |
* | ipc: store ipcs into IDRs | Nadia Derbey | 2007-10-19 | 1 | -47/+69 |
* | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 2007-10-19 | 1 | -3/+3 |
* | r/o bind mounts: filesystem helpers for custom 'struct file's | Dave Hansen | 2007-10-17 | 1 | -8/+5 |
* | ipc/shm.c: make 2 functions static | Adrian Bunk | 2007-10-17 | 1 | -2/+3 |
* | Fix user struct leakage with locked IPC shem segment | Pavel Emelianov | 2007-07-31 | 1 | -1/+1 |
* | NOMMU: Fix SYSV IPC SHM | David Howells | 2007-07-31 | 1 | -0/+2 |
* | mm: fault feedback #1 | Nick Piggin | 2007-07-19 | 1 | -3/+2 |
* | mm: merge populate and nopage into fault (fixes nonlinear) | Nick Piggin | 2007-07-19 | 1 | -4/+5 |
* | remove CONFIG_UTS_NS and CONFIG_IPC_NS | Cedric Le Goater | 2007-07-16 | 1 | -3/+1 |
* | shm: fix the filename of hugetlb sysv shared memory | Eric W. Biederman | 2007-06-16 | 1 | -3/+3 |
* | hugetlb: fix get_policy for stacked shared memory files | Adam Litke | 2007-06-16 | 1 | -1/+3 |
* | Restore shmid as inode# to fix /proc/pid/maps ABI breakage | Badari Pulavarty | 2007-06-16 | 1 | -0/+5 |
* | [PATCH] Fix get_unmapped_area and fsync for hugetlb shm segments | Adam Litke | 2007-03-01 | 1 | -6/+26 |
* | [PATCH] make ipc/shm.c:shm_nopage() static | Adrian Bunk | 2007-03-01 | 1 | -2/+2 |
* | [PATCH] shm: make sysv ipc shared memory use stacked files | Eric W. Biederman | 2007-02-20 | 1 | -85/+155 |
* | [PATCH] mark struct file_operations const 7 | Arjan van de Ven | 2007-02-12 | 1 | -2/+2 |
* | [PATCH] correct sys_shmget allocation check | Guy Streeter | 2007-01-23 | 1 | -1/+1 |
* | [PATCH] struct path: convert ipc | Josef Sipek | 2006-12-08 | 1 | -8/+8 |
* | [PATCH] Fix ipc entries removal | Pavel Emelianov | 2006-11-03 | 1 | -0/+1 |
* | [PATCH] IPC namespace - shm | Kirill Korotaev | 2006-10-02 | 1 | -86/+168 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] remove unused o_flags from do_shmat | Hugh Dickins | 2006-06-23 | 1 | -3/+0 |
* | [PATCH] update of IPC audit record cleanup | Linda Knippers | 2006-06-20 | 1 | -1/+1 |
* | [PATCH] Rework of IPC auditing | Steve Grubb | 2006-05-01 | 1 | -3/+16 |
* | [PATCH] shmat: stop mprotect from giving write permission to a readonly attac... | Hugh Dickins | 2006-04-17 | 1 | -0/+2 |
* | BUG_ON() Conversion in ipc/shm.c | Eric Sesterhenn | 2006-04-02 | 1 | -8/+7 |
* | [PATCH] sem2mutex: ipc, id.sem | Ingo Molnar | 2006-03-26 | 1 | -14/+16 |
* | Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2006-03-25 | 1 | -2/+2 |
|\ |
|
| * | [PATCH] Capture selinux subject/object context information. | Dustin Kirkland | 2006-03-20 | 1 | -2/+2 |
* | | [PATCH] shmdt: check address alignment | Hugh Dickins | 2006-03-24 | 1 | -0/+3 |
|/ |
|
* | [PATCH] shmdt cannot detach not-alined shm segment cleanly. | KAMEZAWA Hiroyuki | 2006-02-10 | 1 | -0/+1 |
* | [PATCH] move capable() to capability.h | Randy.Dunlap | 2006-01-11 | 1 | -0/+1 |
* | [PATCH] ipc: expand shm_flags | Andrew Morton | 2006-01-08 | 1 | -12/+10 |
* | [PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMU | David Howells | 2006-01-06 | 1 | -5/+13 |
* | [PATCH] SHM_NORESERVE flags for shmget() | Badari Pulavarty | 2005-11-07 | 1 | -1/+9 |
* | [PATCH] hugetlb: remove repeated code | Krishnakumar R | 2005-10-29 | 1 | -3/+4 |
* | [PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interface | Mike Waychison | 2005-09-07 | 1 | -58/+28 |
* | [PATCH] shm: CONFIG_SHMEM=n build fix | Andrew Morton | 2005-08-01 | 1 | -1/+1 |
* | [PATCH] consolidate sys_shmat | Stephen Rothwell | 2005-05-01 | 1 | -0/+14 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+917 |