| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ipc/sem: optimize perform_atomic_semop() | Davidlohr Bueso | 2016-12-14 | 1 | -10/+102 |
* | ipc/sem: rework task wakeups | Davidlohr Bueso | 2016-12-14 | 1 | -180/+86 |
* | ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should ... | Davidlohr Bueso | 2016-12-14 | 1 | -7/+12 |
* | ipc/shm.c: coding style fixes | Shailesh Pandey | 2016-12-14 | 1 | -3/+10 |
* | ipc: msg, make msgrcv work with LONG_MIN | Jiri Slaby | 2016-12-14 | 1 | -1/+4 |
* | sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q | Waiman Long | 2016-11-21 | 2 | -6/+6 |
* | ipc: account for kmem usage on mqueue and msg | Aristeu Rozanski | 2016-10-27 | 1 | -2/+2 |
* | ipc/sem.c: add cond_resched in exit_sme | Nikolay Borisov | 2016-10-11 | 1 | -0/+2 |
* | ipc/msg: avoid waking sender upon full queue | Davidlohr Bueso | 2016-10-11 | 1 | -10/+43 |
* | ipc/msg: make ss_wakeup() kill arg boolean | Davidlohr Bueso | 2016-10-11 | 1 | -4/+4 |
* | ipc/msg: batch queue sender wakeups | Davidlohr Bueso | 2016-10-11 | 1 | -10/+20 |
* | ipc/msg: implement lockless pipelined wakeups | Sebastian Andrzej Siewior | 2016-10-11 | 1 | -93/+40 |
* | ipc/sem.c: fix complex_count vs. simple op race | Manfred Spraul | 2016-10-11 | 1 | -55/+83 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -9/+9 |
|\ |
|
| * | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 1 | -9/+9 |
* | | Merge branch 'nsfs-ioctls' into HEAD | Eric W. Biederman | 2016-09-22 | 1 | -0/+6 |
|\ \ |
|
| * | | kernel: add a helper to get an owning user namespace for a namespace | Andrey Vagin | 2016-09-22 | 1 | -0/+6 |
| |/ |
|
* | | userns: When the per user per user namespace limit is reached return ENOSPC | Eric W. Biederman | 2016-09-22 | 1 | -1/+1 |
* | | ipcns: Add a limit on the number of ipc namespaces | Eric W. Biederman | 2016-08-08 | 1 | -11/+34 |
|/ |
|
* | ipc: delete "nr_ipc_ns" | Alexey Dobriyan | 2016-08-02 | 2 | -4/+0 |
* | sysv, ipc: fix security-layer leaking | Fabian Frederick | 2016-08-02 | 2 | -7/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2016-07-29 | 2 | -13/+12 |
|\ |
|
| * | vfs: Generalize filesystem nodev handling. | Eric W. Biederman | 2016-06-23 | 1 | -1/+1 |
| * | ipc/mqueue: The mqueue filesystem should never contain executables | Eric W. Biederman | 2016-06-23 | 1 | -0/+1 |
| * | vfs: Pass data, ns, and ns->userns to mount_ns | Eric W. Biederman | 2016-06-23 | 1 | -11/+8 |
| * | ipc: Initialize ipc_namespace->user_ns early. | Eric W. Biederman | 2016-06-23 | 1 | -2/+3 |
* | | shmem: make shmem_inode_info::lock irq-safe | Kirill A. Shutemov | 2016-07-26 | 1 | -2/+2 |
* | | shmem: get_unmapped_area align huge page | Hugh Dickins | 2016-07-26 | 1 | -2/+4 |
* | | locking/spinlock: Update spin_unlock_wait() users | Peter Zijlstra | 2016-06-14 | 1 | -1/+0 |
* | | locking/barriers: Introduce smp_acquire__after_ctrl_dep() | Peter Zijlstra | 2016-06-14 | 1 | -12/+2 |
|/ |
|
* | ipc, shm: make shmem attach/detach wait for mmap_sem killable | Michal Hocko | 2016-05-23 | 1 | -2/+7 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
* | ipc/sem: make semctl setting sempid consistent | Davidlohr Bueso | 2016-03-22 | 1 | -2/+11 |
* | ipc/shm: handle removed segments gracefully in shm_mmap() | Kirill A. Shutemov | 2016-02-18 | 1 | -10/+43 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-23 | 1 | -4/+4 |
|\ |
|
| * | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -4/+4 |
* | | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa | 2016-01-22 | 3 | -10/+5 |
|/ |
|
* | ipc/shm.c: is_file_shm_hugepages() can be boolean | Yaowei Bai | 2016-01-20 | 1 | -1/+1 |
* | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 2016-01-14 | 1 | -1/+1 |
* | ipc,msg: drop dst nil validation in copy_msg | Davidlohr Bueso | 2015-11-06 | 1 | -1/+0 |
* | Initialize msg/shm IPC objects before doing ipc_addid() | Linus Torvalds | 2015-09-30 | 3 | -17/+18 |
* | ipc: convert invalid scenarios to use WARN_ON | Davidlohr Bueso | 2015-09-10 | 2 | -3/+3 |
* | ipc/sem.c: update/correct memory barriers | Manfred Spraul | 2015-08-14 | 1 | -4/+14 |
* | ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem() | Herton R. Krzesinski | 2015-08-14 | 1 | -2/+4 |
* | ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set... | Herton R. Krzesinski | 2015-08-14 | 1 | -6/+17 |
* | ipc: use private shmem or hugetlbfs inodes for shm segments. | Stephen Smalley | 2015-08-07 | 1 | -1/+1 |
* | ipc: modify message queue accounting to not take kernel data structures into ... | Marcus Gelderie | 2015-08-07 | 1 | -5/+0 |
* | ipc,sysv: return -EINVAL upon incorrect id/seqnum | Davidlohr Bueso | 2015-06-30 | 1 | -1/+1 |
* | ipc,sysv: make return -EIDRM when racing with RMID consistent | Davidlohr Bueso | 2015-06-30 | 1 | -5/+8 |
* | ipc: rename ipc_obtain_object | Davidlohr Bueso | 2015-06-30 | 5 | -9/+9 |