Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
71e15f76f8df7ca01cfa87ed895b194feee90dd4
/
ipc
99db46e
ipc: do cyclic id allocation for the ipc object.
by Manfred Spraul
· 6 years ago
3278a2c
ipc: conserve sequence numbers in ipcmni_extend mode
by Manfred Spraul
· 6 years ago
5ac893b
ipc: allow boot time extension of IPCMNI from 32k to 16M
by Waiman Long
· 6 years ago
a5091fd
ipc/mqueue: optimize msg_get()
by Davidlohr Bueso
· 6 years ago
0ecb582
ipc/mqueue: remove redundant wq task assignment
by Davidlohr Bueso
· 6 years ago
d6a2946
ipc: prevent lockup on alloc_msg and free_msg
by Li Rongqing
· 6 years ago
80f2321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
015d795
mqueue: switch to ->free_inode()
by Al Viro
· 6 years ago
8f0db01
rhashtable: use bit_spin_locks to protect hash bucket.
by NeilBrown
· 6 years ago
7b47a9e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
4a2ae92
ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_size
by Gustavo A. R. Silva
· 6 years ago
667da6a
ipc: annotate implicit fall through
by Mathieu Malaterre
· 6 years ago
935c691
ipc: Convert mqueue fs to fs_context
by David Howells
· 6 years ago
8dabe72
y2038: syscalls: rename y2038 compat syscalls
by Arnd Bergmann
· 6 years ago
275f221
ipc: rename old-style shmctl/semctl/msgctl syscalls
by Arnd Bergmann
· 6 years ago
58fa4a4
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
by Arnd Bergmann
· 6 years ago
8c81ddd
ipc: IPCMNI limit check for semmni
by Waiman Long
· 6 years ago
6730e65
ipc: IPCMNI limit check for msgmni and shmmni
by Waiman Long
· 6 years ago
4dcb923
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ba9f6f8
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
59cf0a9
ipc/shm.c: use ERR_CAST() for shm_lock() error return
by Kees Cook
· 6 years ago
ae7795b
signal: Distinguish between kernel_siginfo and siginfo
by Eric W. Biederman
· 6 years ago
9c21dae
ipc/shm: properly return EIDRM in shm_lock()
by Davidlohr Bueso
· 6 years ago
9afc5ee
y2038: globally rename compat_time to old_time32
by Arnd Bergmann
· 6 years ago
2a9d648
ipc/util.c: update return value of ipc_getref from int to bool
by Manfred Spraul
· 6 years ago
27c331a
ipc/util.c: further variable name cleanups
by Manfred Spraul
· 6 years ago
eae04d2
ipc: simplify ipc initialization
by Davidlohr Bueso
· 6 years ago
dc2c8c8
ipc: get rid of ids->tables_initialized hack
by Davidlohr Bueso
· 6 years ago
82061c5
ipc: drop ipc_lock()
by Davidlohr Bueso
· 6 years ago
2e5ceb4
ipc/util.c: correct comment in ipc_obtain_object_check
by Manfred Spraul
· 6 years ago
4241c1a
ipc: rename ipcctl_pre_down_nolock()
by Manfred Spraul
· 6 years ago
39cfffd
ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()
by Manfred Spraul
· 6 years ago
e2652ae
ipc: reorganize initialization of kern_ipc_perm.seq
by Manfred Spraul
· 6 years ago
615c999
ipc: compute kern_ipc_perm.id under the ipc lock
by Manfred Spraul
· 6 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
a66b4cd
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
c1c8626
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
eec3636
ipc/shm.c add ->pagesize function to shm_vm_ops
by Jane Chu
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
f075faa
ipc/sem.c: prevent queue.status tearing in semop
by Davidlohr Bueso
· 6 years ago
4f089ac
do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()
by Al Viro
· 6 years ago
c9c554f
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
by Al Viro
· 6 years ago
0eb71a9
rhashtable: split rhashtable.h
by NeilBrown
· 6 years ago
14f28f57
ipc: use new return type vm_fault_t
by Souptick Joarder
· 6 years ago
ec67aaa
sysvipc/sem: mitigate semnum index against spectre v1
by Davidlohr Bueso
· 6 years ago
344476e
treewide: kvmalloc() -> kvmalloc_array()
by Kees Cook
· 6 years ago
ba252f16
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
8f89c00
ipc/shm: fix shmat() nil address after round-down when remapping
by Davidlohr Bueso
· 6 years ago
a73ab24
Revert "ipc/shm: Fix shmat mmap nil-page protection"
by Davidlohr Bueso
· 6 years ago
5dc0b15
y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
by Arnd Bergmann
· 7 years ago
b0d1757
y2038: ipc: Enable COMPAT_32BIT_TIME
by Arnd Bergmann
· 7 years ago
21fc538
y2038: ipc: Use __kernel_timespec
by Arnd Bergmann
· 7 years ago
c2ab975
y2038: ipc: Report long times to user space
by Arnd Bergmann
· 10 years ago
2a70b78
y2038: ipc: Use ktime_get_real_seconds consistently
by Arnd Bergmann
· 7 years ago
3f05317
ipc/shm: fix use-after-free of shm file via remap_file_pages()
by Eric Biggers
· 7 years ago
a61fc2c
ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_ops
by Andrew Morton
· 7 years ago
23c8cec
ipc/msg: introduce msgctl(MSG_STAT_ANY)
by Davidlohr Bueso
· 7 years ago
a280d6d
ipc/sem: introduce semctl(SEM_STAT_ANY)
by Davidlohr Bueso
· 7 years ago
c21a697
ipc/shm: introduce shmctl(SHM_STAT_ANY)
by Davidlohr Bueso
· 7 years ago
e74a0ef
proc: move /proc/sysvipc creation to where it belongs
by Alexey Dobriyan
· 7 years ago
17dec0a
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
642e7fd
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
by Linus Torvalds
· 7 years ago
31c213f
ipc: add msgsnd syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
078faac
ipc: add msgrcv syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
e340db5
ipc: add msgctl syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
c84d079
ipc: add shmctl syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
da1e2744
ipc: add shmdt syscall wrapper
by Dominik Brodowski
· 7 years ago
65749e0
ipc: add shmget syscall wrapper
by Dominik Brodowski
· 7 years ago
3d65661
ipc: add msgget syscall wrapper
by Dominik Brodowski
· 7 years ago
d969c6f
ipc: add semctl syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
6989471
ipc: add semget syscall wrapper
by Dominik Brodowski
· 7 years ago
41f4f0e
ipc: add semtimedop syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
3d942ee
ipc/shm.c: add split function to shm_vm_ops
by Mike Kravetz
· 7 years ago
2236d4d
ipc/shm: Fix pid freeing.
by Eric W. Biederman
· 7 years ago
50ab44b
ipc: Directly call the security hook in ipc_ops.associate
by Eric W. Biederman
· 7 years ago
51d6f26
ipc/sem: Fix semctl(..., GETPID, ...) between pid namespaces
by Eric W. Biederman
· 7 years ago
39a4940
ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespaces
by Eric W. Biederman
· 7 years ago
98f929b
ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.
by Eric W. Biederman
· 7 years ago
cfb2f6f
Revert "mqueue: switch to on-demand creation of internal mount"
by Eric W. Biederman
· 7 years ago
03f1fc0
ipc/util: Helpers for making the sysvipc operations pid namespace aware
by Eric W. Biederman
· 7 years ago
f83a396
ipc: Move IPCMNI from include/ipc.h into ipc/util.h
by Eric W. Biederman
· 7 years ago
34b56df
msg: Move struct msg_queue into ipc/msg.c
by Eric W. Biederman
· 7 years ago
a2e102c
shm: Move struct shmid_kernel into ipc/shm.c
by Eric W. Biederman
· 7 years ago
1a5c134
sem: Move struct sem and struct sem_array into ipc/sem.c
by Eric W. Biederman
· 7 years ago
d8c6e85
msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
by Eric W. Biederman
· 7 years ago
7191adf
shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks
by Eric W. Biederman
· 7 years ago
aefad95
sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks
by Eric W. Biederman
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
68e34f4
ipc/mqueue.c: have RT tasks queue in by priority in wq_add()
by Jonathan Haws
· 7 years ago
87ad4b0
ipc: fix ipc data structures inconsistency
by Philippe Mikoyan
· 7 years ago
8b0fdf6
Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
faf1f22
signal: Ensure generic siginfos the kernel sends have all bits initialized
by Eric W. Biederman
· 7 years ago
36735a6
mqueue: switch to on-demand creation of internal mount
by Al Viro
· 7 years ago
a713fd7
tidy do_mq_open() up a bit
by Al Viro
· 7 years ago
9b20d7f
mqueue: clean prepare_open() up
by Al Viro
· 7 years ago
066cc81
do_mq_open(): move all work prior to dentry_open() into a helper
by Al Viro
· 7 years ago
05c1b29
mqueue: fold mq_attr_ok() into mqueue_get_inode()
by Al Viro
· 7 years ago
af4a537
move dentry_open() calls up into do_mq_open()
by Al Viro
· 7 years ago
eecec19
mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdata
by Al Viro
· 7 years ago
Next »