Merge tag 'v3.10.87' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / ipc /
2018-03-21 StrictedMerge tag 'v3.10.87' into update
2018-03-21 StrictedMerge tag 'v3.10.86' into update
2018-03-21 StrictedMerge tag 'v3.10.85' into update
2018-03-21 StrictedMerge tag 'v3.10.84' into update
2018-03-21 StrictedMerge tag 'v3.10.83' into update
2018-03-21 StrictedMerge tag 'v3.10.82' into update
2018-03-21 StrictedMerge tag 'v3.10.81' into update
2018-03-21 StrictedMerge tag 'v3.10.80' into update
2018-03-21 StrictedMerge tag 'v3.10.79' into update
2018-03-21 StrictedMerge tag 'v3.10.78' into update
2018-03-21 StrictedMerge tag 'v3.10.77' into update
2018-03-21 StrictedMerge tag 'v3.10.76' into update
2018-03-21 StrictedMerge tag 'v3.10.75' into update
2018-03-21 StrictedMerge tag 'v3.10.74' into update
2018-03-21 StrictedMerge tag 'v3.10.73' into update
2018-03-21 StrictedMerge tag 'v3.10.72' into update
2018-03-21 StrictedMerge tag 'v3.10.71' into update
2018-03-21 StrictedMerge tag 'v3.10.70' into update
2018-03-21 StrictedMerge tag 'v3.10.69' into update
2018-03-21 StrictedMerge tag 'v3.10.68' into update
2018-03-21 StrictedMerge tag 'v3.10.67' into update
2018-03-21 StrictedMerge tag 'v3.10.66' into update
2018-03-21 StrictedMerge tag 'v3.10.65' into update
2018-03-21 StrictedMerge tag 'v3.10.64' into update
2018-03-21 StrictedMerge tag 'v3.10.63' into update
2018-03-21 StrictedMerge tag 'v3.10.62' into update
2018-03-21 StrictedMerge tag 'v3.10.61' into update
2018-03-21 StrictedMerge tag 'v3.10.60' into update
2018-03-21 StrictedMerge tag 'v3.10.59' into update
2018-03-21 StrictedMerge tag 'v3.10.58' into update
2018-03-21 StrictedMerge tag 'v3.10.57' into update
2018-03-21 StrictedMerge tag 'v3.10.56' into update
2018-03-21 StrictedMerge tag 'v3.10.55' into update
2018-03-13 Strictedimport PULS_20160108
2015-08-17 Marcus Gelderieipc: modify message queue accounting to not take kernel...
2015-04-19 Mateusz Guzikipc: fix compat msgrcv with negative msgtyp
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...
next