scripts: remove unused function in sortextable.c
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / ipc /
2019-01-29 Willy TarreauRevert "ipc/sem.c: optimize sem_lock()"
2019-01-29 Linus TorvaldsInitialize msg/shm IPC objects before doing ipc_addid()
2019-01-29 Manfred Spraulipc/sem.c: update/correct memory barriers
2019-01-29 Herton R. Krzesinskiipc,sem: fix use after free on IPC_RMID after a task...
2019-01-29 Marcus Gelderieipc: modify message queue accounting to not take kernel...
2019-01-29 Mateusz Guzikipc: fix compat msgrcv with negative msgtyp
2019-01-11 Danny WoodMerge in Samsung changes from A510FXXU7CRJ4
2018-10-18 Davidlohr Buesoipc/shm: Fix shmat mmap nil-page protection
2018-10-11 Daniel Rosenbergvfs: Add permission2 for filesystems with per mount...
2014-11-21 Andrey Vaginipc: always handle a new value of auto_msgmni
2014-03-24 Michael Kerriskipc: Fix 2 bugs in msgrcv() MSG_COPY implementation
2014-03-07 Davidlohr Buesoipc,mqueue: remove limits for the amount of system...
2013-12-04 Jeff Laytonaudit: fix mq_open and mq_unlink to add the MQ root...
2013-12-04 Manfred Spraulipc/sem.c: synchronize semop and semctl with IPC_RMID
2013-12-04 Davidlohr Buesoipc: update locking scheme comments
2013-12-04 Mathias Krauseipc, msg: forbid negative values for "msg{max,mnb,mni}"
2013-12-04 Mathias Krauseipc, msg: fix message length check for negative values
2013-11-29 Greg Thelenipc,shm: fix shm_file deletion races
2013-11-29 Jesper Nilssonipc,shm: correct error return value in shmctl (SHM_UNLOCK)
2013-10-18 Davidlohr Buesoipc,msg: prevent race with rmid in msgsnd,msgrcv
2013-10-18 Manfred Spraulipc/sem.c: update sem_otime for all operations
2013-10-18 Manfred Spraulipc/sem.c: synchronize the proc interface
2013-10-18 Manfred Spraulipc/sem.c: optimize sem_lock()
2013-10-18 Manfred Spraulipc/sem.c: fix race in sem_lock()
2013-10-18 Davidlohr Buesoipc: fix race with LSMs
2013-10-18 Davidlohr Buesoipc: drop ipc_lock_check
2013-10-18 Davidlohr Buesoipc, shm: drop shm_lock_check
2013-10-18 Davidlohr Buesoipc: drop ipc_lock_by_ptr
2013-10-18 Davidlohr Buesoipc, shm: guard against non-existant vma in shmdt(2)
2013-10-18 Davidlohr Buesoipc: document general ipc locking scheme
2013-10-18 Davidlohr Buesoipc,msg: drop msg_unlock
2013-10-18 Davidlohr Buesoipc: rename ids->rw_mutex
2013-10-18 Davidlohr Buesoipc,shm: shorten critical region for shmat
2013-10-18 Davidlohr Buesoipc,shm: cleanup do_shmat pasta
2013-10-18 Davidlohr Buesoipc,shm: shorten critical region for shmctl
2013-10-18 Davidlohr Buesoipc,shm: make shmctl_nolock lockless
2013-10-18 Davidlohr Buesoipc,shm: introduce shmctl_nolock
2013-10-18 Davidlohr Buesoipc: drop ipcctl_pre_down
2013-10-18 Davidlohr Buesoipc,shm: shorten critical region in shmctl_down
2013-10-18 Davidlohr Buesoipc,shm: introduce lockless functions to obtain the...
2013-10-18 Manfred Spraulipc/msg.c: Fix lost wakeup in msgsnd().
2013-10-18 Manfred Spraulipc/sem.c: rename try_atomic_semop() to perform_atomic_...
2013-10-18 Manfred Spraulipc/sem.c: replace shared sem_otime with per-semaphore...
2013-10-18 Manfred Spraulipc/sem.c: always use only one queue for alter operations
2013-10-18 Manfred Spraulipc/sem: separate wait-for-zero and alter tasks into...
2013-10-18 Manfred Spraulipc/sem.c: cacheline align the semaphore structures
2013-10-18 Manfred Spraulipc/util.c, ipc_rcu_alloc: cacheline align allocation
2013-10-18 Davidlohr Buesoipc: remove unused functions
2013-10-18 Davidlohr Buesoipc,msg: shorten critical region in msgrcv
2013-10-18 Davidlohr Buesoipc,msg: shorten critical region in msgsnd
2013-10-18 Davidlohr Buesoipc,msg: make msgctl_nolock lockless
2013-10-18 Davidlohr Buesoipc,msg: introduce lockless functions to obtain the...
2013-10-18 Davidlohr Buesoipc,msg: introduce msgctl_nolock
2013-10-18 Davidlohr Buesoipc,msg: shorten critical region in msgctl_down
2013-10-18 Davidlohr Buesoipc: move locking out of ipcctl_pre_down_nolock
2013-10-18 Davidlohr Buesoipc: close open coded spin lock calls
2013-10-18 Davidlohr Buesoipc: introduce ipc object locking helpers
2013-10-18 Davidlohr Buesoipc: move rcu lock out of ipc_addid
2013-09-08 Svenning SoerensenIPC: bugfix for msgrcv with msgtyp < 0
2013-06-29 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2013-06-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-06-27 James BottomleyMerge tag 'fcoe1' into fixes
2013-06-27 James BottomleyMerge tag 'fcoe' into fixes
2013-06-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-06-25 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-06-24 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2013-06-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-06-22 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2013-06-21 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2013-06-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-06-21 H. Peter AnvinMerge tag 'efi-urgent' into x86/urgent
2013-06-20 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2013-06-19 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-06-18 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2013-06-17 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2013-06-17 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-06-15 Linus TorvaldsMerge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com...
2013-06-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-06-13 Linus TorvaldsMerge tag 'md-3.10-fixes' of git://neil.brown.name/md
2013-06-13 H. Peter AnvinMerge tag 'efi-urgent' into x86/urgent
2013-06-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-06-12 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2013-06-12 Linus TorvaldsMerge tag 'trace-fixes-v3.10-rc5' of git://git./linux...
2013-06-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-06-12 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-06-12 Linus TorvaldsMerge branch 'fixes-3.10' of git://git.infradead.org...
2013-06-12 Olof JohanssonMerge tag 'fixes-3.10-4' of git://git.infradead.org...
2013-06-11 Linus TorvaldsMerge tag '9p-3.10-bug-fix-1' of git://git./linux/kerne...
2013-06-10 Dave AirlieMerge branch 'gma500-fixes' of git://github.com/patjak...
2013-06-10 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2013-06-10 Linus TorvaldsMerge tag 'stable/for-linus-3.10-rc5-tag' of git:/...
2013-06-10 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2013-06-10 Mark BrownMerge remote-tracking branch 'asoc/fix/cs42l52' into...
2013-06-08 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2013-06-08 Linus TorvaldsMerge tag 'trace-fixes-v3.10-rc3-v3' of git://git....
2013-06-08 Olof JohanssonMerge tag 'mxs-fixes-3.10' of git://git.linaro.org...
2013-06-08 Olof JohanssonMerge tag 'imx-fixes-3.10-2' of git://git.linaro.org...
2013-06-08 Olof JohanssonMerge tag 'renesas-fixes-for-v3.10' of git://git./linux...
2013-06-07 Linus TorvaldsMerge tag 'ecryptfs-3.10-rc5-msync' of git://git./linux...
2013-06-06 Linus TorvaldsMerge tag 'pci-v3.10-fixes-3' of git://git./linux/kerne...
next