| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-03-02 | 1 | -2/+2 |
|\ |
|
| * | vfs: use helper for calling f_op->fsync() | Miklos Szeredi | 2017-02-20 | 1 | -1/+1 |
| * | mm: use helper for calling f_op->mmap() | Miklos Szeredi | 2017-02-20 | 1 | -1/+1 |
* | | ipc/shm: Fix shmat mmap nil-page protection | Davidlohr Bueso | 2017-02-27 | 1 | -4/+9 |
* | | userfaultfd: non-cooperative: add event for memory unmaps | Mike Rapoport | 2017-02-24 | 1 | -4/+4 |
* | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -3/+3 |
|/ |
|
* | ipc/shm.c: coding style fixes | Shailesh Pandey | 2016-12-14 | 1 | -3/+10 |
* | 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 |
* | ipc, shm: make shmem attach/detach wait for mmap_sem killable | Michal Hocko | 2016-05-23 | 1 | -2/+7 |
* | ipc/shm: handle removed segments gracefully in shm_mmap() | Kirill A. Shutemov | 2016-02-18 | 1 | -10/+43 |
* | ipc/shm.c: is_file_shm_hugepages() can be boolean | Yaowei Bai | 2016-01-20 | 1 | -1/+1 |
* | Initialize msg/shm IPC objects before doing ipc_addid() | Linus Torvalds | 2015-09-30 | 1 | -6/+7 |
* | ipc: convert invalid scenarios to use WARN_ON | Davidlohr Bueso | 2015-09-10 | 1 | -2/+2 |
* | ipc: use private shmem or hugetlbfs inodes for shm segments. | Stephen Smalley | 2015-08-07 | 1 | -1/+1 |
* | ipc: rename ipc_obtain_object | Davidlohr Bueso | 2015-06-30 | 1 | -1/+1 |
* | ipc,shm: move BUG_ON check into shm_lock | Davidlohr Bueso | 2015-06-30 | 1 | -5/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 1 | -1/+1 |
|\ |
|
| * | VFS: assorted weird filesystems: d_inode() annotations | David Howells | 2015-04-15 | 1 | -1/+1 |
* | | ipc: remove use of seq_printf return value | Joe Perches | 2015-04-15 | 1 | -20/+22 |
|/ |
|
* | shmdt: use i_size_read() instead of ->i_size | Dave Hansen | 2014-12-13 | 1 | -2/+3 |
* | ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments | Dave Hansen | 2014-12-13 | 1 | -5/+13 |
* | ipc/shm: kill the historical/wrong mm->start_stack check | Oleg Nesterov | 2014-10-14 | 1 | -7/+0 |
* | shm: allow exit_shm in parallel if only marking orphans | Jack Miller | 2014-08-08 | 1 | -32/+35 |
* | shm: make exit_shm work proportional to task activity | Jack Miller | 2014-08-08 | 1 | -11/+11 |
* | ipc/shm.c: check for integer overflow during shmget. | Manfred Spraul | 2014-06-06 | 1 | -0/+3 |
* | ipc/shm.c: check for overflows of shm_tot | Manfred Spraul | 2014-06-06 | 1 | -1/+2 |
* | ipc/shm.c: check for ulong overflows in shmat | Manfred Spraul | 2014-06-06 | 1 | -0/+3 |
* | ipc, kernel: clear whitespace | Paul McQuade | 2014-06-06 | 1 | -1/+1 |
* | ipc, kernel: use Linux headers | Paul McQuade | 2014-06-06 | 1 | -1/+1 |
* | ipc: constify ipc_ops | Mathias Krause | 2014-06-06 | 1 | -5/+5 |
* | ipc: standardize code comments | Davidlohr Bueso | 2014-01-27 | 1 | -1/+0 |
* | ipc: whitespace cleanup | Manfred Spraul | 2014-01-27 | 1 | -16/+16 |
* | ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races | Rafael Aquini | 2014-01-27 | 1 | -8/+8 |
* | ipc,shm: correct error return value in shmctl (SHM_UNLOCK) | Jesper Nilsson | 2013-11-21 | 1 | -3/+6 |
* | ipc,shm: fix shm_file deletion races | Greg Thelen | 2013-11-21 | 1 | -5/+23 |
* | ipc: fix race with LSMs | Davidlohr Bueso | 2013-09-24 | 1 | -5/+12 |
* | ipc, shm: drop shm_lock_check | Davidlohr Bueso | 2013-09-11 | 1 | -11/+0 |
* | ipc, shm: guard against non-existant vma in shmdt(2) | Davidlohr Bueso | 2013-09-11 | 1 | -2/+1 |
* | ipc: rename ids->rw_mutex | Davidlohr Bueso | 2013-09-11 | 1 | -28/+28 |
* | ipc,shm: shorten critical region for shmat | Davidlohr Bueso | 2013-09-11 | 1 | -4/+10 |
* | ipc,shm: cleanup do_shmat pasta | Davidlohr Bueso | 2013-09-11 | 1 | -14/+12 |
* | ipc,shm: shorten critical region for shmctl | Davidlohr Bueso | 2013-09-11 | 1 | -24/+25 |
* | ipc,shm: make shmctl_nolock lockless | Davidlohr Bueso | 2013-09-11 | 1 | -7/+12 |
* | ipc,shm: introduce shmctl_nolock | Davidlohr Bueso | 2013-09-11 | 1 | -18/+39 |
* | ipc,shm: shorten critical region in shmctl_down | Davidlohr Bueso | 2013-09-11 | 1 | -4/+6 |
* | ipc,shm: introduce lockless functions to obtain the ipc object | Davidlohr Bueso | 2013-09-11 | 1 | -0/+20 |
* | ipc: move locking out of ipcctl_pre_down_nolock | Davidlohr Bueso | 2013-07-09 | 1 | -6/+17 |
* | ipc: close open coded spin lock calls | Davidlohr Bueso | 2013-07-09 | 1 | -2/+2 |
* | ipc: move rcu lock out of ipc_addid | Davidlohr Bueso | 2013-07-09 | 1 | -1/+4 |