Age | Commit message (Expand) | Author | Files | Lines |
2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -1/+0 |
2006-09-27 | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 1 | -4/+1 |
2006-07-31 | [PATCH] ipc/msg.c: clean up coding style | Ingo Molnar | 1 | -184/+205 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 5 | -5/+0 |
2006-06-23 | [PATCH] vfs: add lock owner argument to flush operation | Miklos Szeredi | 1 | -1/+1 |
2006-06-23 | [PATCH] remove unused o_flags from do_shmat | Hugh Dickins | 1 | -3/+0 |
2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -4/+4 |
2006-06-20 | [PATCH] Audit of POSIX Message Queue Syscalls v.2 | George C. Wilson | 1 | -0/+22 |
2006-06-20 | [PATCH] update of IPC audit record cleanup | Linda Knippers | 3 | -8/+11 |
2006-05-01 | [PATCH] Rework of IPC auditing | Steve Grubb | 4 | -6/+42 |
2006-04-17 | [PATCH] IPC: access to unmapped vmalloc area in grow_ary() | Alexey Kuznetsov | 1 | -2/+1 |
2006-04-17 | [PATCH] shmat: stop mprotect from giving write permission to a readonly attac... | Hugh Dickins | 1 | -0/+2 |
2006-04-02 | BUG_ON() Conversion in ipc/shm.c | Eric Sesterhenn | 1 | -8/+7 |
2006-04-01 | BUG_ON() Conversion in ipc/util.c | Eric Sesterhenn | 1 | -4/+2 |
2006-03-28 | [PATCH] mqueue comment typo fix | Serge E. Hallyn | 1 | -1/+1 |
2006-03-26 | [PATCH] one ipc/sem.c->mutex.c converstion too many.. | Manfred Spraul | 1 | -1/+1 |
2006-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -4/+2 |
2006-03-26 | [PATCH] sem2mutex: ipc, id.sem | Ingo Molnar | 7 | -56/+65 |
2006-03-26 | BUG_ON() Conversion in ipc/sem.c | Eric Sesterhenn | 1 | -4/+2 |
2006-03-25 | Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 3 | -7/+7 |
2006-03-24 | BUG_ON() Conversion in ipc/msg.c | Eric Sesterhenn | 1 | -2/+1 |
2006-03-24 | [PATCH] shmdt: check address alignment | Hugh Dickins | 1 | -0/+3 |
2006-03-22 | Remove superfluous NOTIFY_COOKIE_LEN define | Michal Wronski | 1 | -1/+0 |
2006-03-20 | [PATCH] Capture selinux subject/object context information. | Dustin Kirkland | 3 | -7/+7 |
2006-02-10 | [PATCH] shmdt cannot detach not-alined shm segment cleanly. | KAMEZAWA Hiroyuki | 1 | -0/+1 |
2006-02-09 | [NETLINK]: Fix a severe bug | Alexey Kuznetsov | 1 | -1/+2 |
2006-01-15 | correct email address of Manfred Spraul | Christian Kujau | 4 | -4/+4 |
2006-01-14 | [PATCH] Fix double decrement of mqueue_mnt->mnt_count in sys_mq_open | Alexander Viro | 1 | -26/+33 |
2006-01-11 | [PATCH] move capable() to capability.h | Randy.Dunlap | 5 | -0/+5 |
2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -4/+4 |
2006-01-08 | [PATCH] ipc: expand shm_flags | Andrew Morton | 1 | -12/+10 |
2006-01-06 | [PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMU | David Howells | 1 | -5/+13 |
2005-12-24 | Fix silly typo ("smb" vs "smp") | Linus Torvalds | 1 | -1/+1 |
2005-12-24 | [PATCH] add missing memory barriers to ipc/sem.c | Manfred Spraul | 1 | -0/+2 |
2005-11-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+1 |
2005-11-07 | [PATCH] more kernel-doc cleanups, additions | Randy Dunlap | 1 | -4/+5 |
2005-11-07 | [PATCH] SHM_NORESERVE flags for shmget() | Badari Pulavarty | 1 | -1/+9 |
2005-11-06 | Update Michal Wronski contact info | Michal Wronski | 1 | -1/+1 |
2005-10-29 | [PATCH] hugetlb: remove repeated code | Krishnakumar R | 1 | -3/+4 |
2005-09-27 | [PATCH] Make POSIX message queue sys_mq_open() honor umask | Krzysztof Benedyczak | 1 | -0/+1 |
2005-09-10 | [PATCH] merge some from Rusty's trivial patches | Adrian Bunk | 1 | -1/+1 |
2005-09-07 | [PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interface | Mike Waychison | 3 | -163/+78 |
2005-09-07 | [PATCH] ipc: add generic struct ipc_ids seq_file iteration | Mike Waychison | 2 | -0/+164 |
2005-09-07 | [PATCH] compat: be more consistent about [ug]id_t | Stephen Rothwell | 1 | -6/+6 |
2005-08-05 | [PATCH] Fix semundo lock leakage | Ingo Molnar | 1 | -7/+3 |
2005-08-01 | [PATCH] shm: CONFIG_SHMEM=n build fix | Andrew Morton | 1 | -1/+1 |
2005-07-12 | [PATCH] xtensa: remove old syscalls | Chris Zankel | 1 | -1/+1 |
2005-07-07 | [PATCH] put_compat_shminfo() warning fix | Jesse Millan | 1 | -0/+1 |
2005-06-23 | [PATCH] ipcsem: remove superflous decrease variable from sys_semtimedop | Manfred Spraul | 1 | -6/+3 |
2005-05-01 | [PATCH] convert that currently tests _NSIG directly to use valid_signal() | Jesper Juhl | 1 | -2/+2 |