index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
shm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-14
CRED: Wrap task credential accesses in the SYSV IPC subsystem
David Howells
1
-2
/
+3
2008-10-21
[PATCH] introduce fmode_t, do annotations
Al Viro
1
-1
/
+1
2008-10-20
SHM_LOCKED pages are unevictable
Lee Schermerhorn
1
-0
/
+4
2008-07-25
ipc: get rid of ipc_lock_down()
Nadia Derbey
1
-18
/
+3
2008-07-24
hugetlb: modular state for hugetlb page size
Andi Kleen
1
-1
/
+2
2008-06-12
/proc/sysvipc/shm: fix 32-bit truncation of segment sizes
Paul Menage
1
-8
/
+8
2008-06-10
shm: Remove silly double assignment
Neil Horman
1
-2
/
+0
2008-04-29
IPC: consolidate all xxxctl_down() functions
Pierre Peiffer
1
-38
/
+4
2008-04-29
IPC: introduce ipc_update_perm()
Pierre Peiffer
1
-4
/
+1
2008-04-29
IPC: get rid of the use *_setbuf structure.
Pierre Peiffer
1
-27
/
+14
2008-04-29
IPC/shared memory: introduce shmctl_down
Pierre Peiffer
1
-88
/
+72
2008-04-29
IPC: use ipc_buildid() directly from ipc_addid()
Pierre Peiffer
1
-9
/
+1
2008-04-28
mempolicy: rework mempolicy Reference Counting [yet again]
Lee Schermerhorn
1
-3
/
+2
2008-04-28
mempolicy: fixup Fallback for Default Shmem Policy
Lee Schermerhorn
1
-2
/
+1
2008-03-10
mempolicy: fix reference counting bugs
Lee Schermerhorn
1
-2
/
+3
2008-02-08
IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()
Pierre Peiffer
1
-21
/
+6
2008-02-08
IPC: make struct ipc_ids static in ipc_namespace
Pierre Peiffer
1
-22
/
+4
2008-02-08
namespaces: move the IPC namespace under IPC_NS option
Pavel Emelyanov
1
-0
/
+3
2008-02-06
IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functions
Pierre Peiffer
1
-3
/
+17
2007-10-19
IPC: fix error case when idr-cache is empty in ipcget()
Pierre Peiffer
1
-2
/
+3
2007-10-19
ipc: remove unneeded parameters
Nadia Derbey
1
-3
/
+2
2007-10-19
fix idr_find() locking
Nadia Derbey
1
-26
/
+51
2007-10-19
ipc: fix wrong comments
Nadia Derbey
1
-13
/
+26
2007-10-19
Storing ipcs into IDRs
Nadia Derbey
1
-6
/
+17
2007-10-19
ipc: integrate ipc_checkid() into ipc_lock()
Nadia Derbey
1
-42
/
+48
2007-10-19
ipc: remove the ipc_get() routine
Nadia Derbey
1
-3
/
+13
2007-10-19
ipc: unify the syscalls code
Nadia Derbey
1
-46
/
+27
2007-10-19
ipc: store ipcs into IDRs
Nadia Derbey
1
-47
/
+69
2007-10-19
pid namespaces: changes to show virtual ids to user
Pavel Emelyanov
1
-3
/
+3
2007-10-17
r/o bind mounts: filesystem helpers for custom 'struct file's
Dave Hansen
1
-8
/
+5
2007-10-17
ipc/shm.c: make 2 functions static
Adrian Bunk
1
-2
/
+3
2007-07-31
Fix user struct leakage with locked IPC shem segment
Pavel Emelianov
1
-1
/
+1
2007-07-31
NOMMU: Fix SYSV IPC SHM
David Howells
1
-0
/
+2
2007-07-19
mm: fault feedback #1
Nick Piggin
1
-3
/
+2
2007-07-19
mm: merge populate and nopage into fault (fixes nonlinear)
Nick Piggin
1
-4
/
+5
2007-07-16
remove CONFIG_UTS_NS and CONFIG_IPC_NS
Cedric Le Goater
1
-3
/
+1
2007-06-16
shm: fix the filename of hugetlb sysv shared memory
Eric W. Biederman
1
-3
/
+3
2007-06-16
hugetlb: fix get_policy for stacked shared memory files
Adam Litke
1
-1
/
+3
2007-06-16
Restore shmid as inode# to fix /proc/pid/maps ABI breakage
Badari Pulavarty
1
-0
/
+5
2007-03-01
[PATCH] Fix get_unmapped_area and fsync for hugetlb shm segments
Adam Litke
1
-6
/
+26
2007-03-01
[PATCH] make ipc/shm.c:shm_nopage() static
Adrian Bunk
1
-2
/
+2
2007-02-20
[PATCH] shm: make sysv ipc shared memory use stacked files
Eric W. Biederman
1
-85
/
+155
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
1
-2
/
+2
2007-01-23
[PATCH] correct sys_shmget allocation check
Guy Streeter
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert ipc
Josef Sipek
1
-8
/
+8
2006-11-03
[PATCH] Fix ipc entries removal
Pavel Emelianov
1
-0
/
+1
2006-10-02
[PATCH] IPC namespace - shm
Kirill Korotaev
1
-86
/
+168
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-23
[PATCH] remove unused o_flags from do_shmat
Hugh Dickins
1
-3
/
+0
2006-06-20
[PATCH] update of IPC audit record cleanup
Linda Knippers
1
-1
/
+1
[next]