| Commit message (Expand) | Author | Age | Files | Lines |
* | switch aio and shm to do_mmap_pgoff(), make do_mmap() static | Al Viro | 2012-06-01 | 1 | -1/+1 |
* | take security_mmap_file() outside of ->mmap_sem | Al Viro | 2012-06-01 | 1 | -0/+5 |
* | hugetlbfs: fix alignment of huge page requests | Steven Truelove | 2012-03-22 | 1 | -1/+1 |
* | SHM_UNLOCK: fix Unevictable pages stranded after swap | Hugh Dickins | 2012-01-23 | 1 | -1/+1 |
* | SHM_UNLOCK: fix long unpreemptible section | Hugh Dickins | 2012-01-23 | 1 | -15/+22 |
* | Do 'shm_init_ns()' in an early pure_initcall | Linus Torvalds | 2011-08-05 | 1 | -1/+8 |
* | shm: optimize exit_shm() | Vasiliy Kulikov | 2011-08-04 | 1 | -0/+3 |
* | shm: fix wrong tests | Vasiliy Kulikov | 2011-08-04 | 1 | -2/+2 |
* | shm: optimize locking and ipc_namespace getting | Vasiliy Kulikov | 2011-07-30 | 1 | -33/+28 |
* | shm: handle separate PID namespaces case | Vasiliy Kulikov | 2011-07-30 | 1 | -7/+20 |
* | ipc: introduce shm_rmid_forced sysctl | Vasiliy Kulikov | 2011-07-27 | 1 | -4/+93 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-21 | 1 | -2/+2 |
* | mm: don't access vm_flags as 'int' | KOSAKI Motohiro | 2011-05-26 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | userns: user namespaces: convert several capable() calls | Serge E. Hallyn | 2011-03-24 | 1 | -4/+5 |
* | ipc: shm: fix information leak to userland | Vasiliy Kulikov | 2010-10-30 | 1 | -0/+1 |
* | ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm | Helge Deller | 2010-10-28 | 1 | -21/+42 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+2 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-28 | 1 | -7/+4 |
* | ipc: use rlimit helpers | Jiri Slaby | 2010-03-13 | 1 | -2/+1 |
* | nommu: fix SYSV SHM for NOMMU | David Howells | 2010-01-16 | 1 | -0/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 2009-12-16 | 1 | -7/+5 |
|\ |
|
| * | Untangling ima mess, part 1: alloc_file() | Al Viro | 2009-12-16 | 1 | -2/+0 |
| * | switch alloc_file() to passing struct path | Al Viro | 2009-12-16 | 1 | -5/+5 |
* | | ipc ns: fix memory leak (idr) | Serge E. Hallyn | 2009-12-16 | 1 | -0/+1 |
|/ |
|
* | file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() | Al Viro | 2009-12-11 | 1 | -14/+17 |
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 1 | -2/+2 |
* | hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in... | Eric B Munson | 2009-09-22 | 1 | -1/+1 |
* | fix undefined reference to user_shm_unlock | Hugh Dickins | 2009-09-15 | 1 | -1/+1 |
* | mm: fix hugetlb bug due to user_shm_unlock call | Hugh Dickins | 2009-08-24 | 1 | -3/+5 |
* | Merge branch 'next' into for-linus | James Morris | 2009-06-11 | 1 | -2/+1 |
|\ |
|
| * | integrity: move ima_counts_get | Mimi Zohar | 2009-05-22 | 1 | -1/+0 |
| * | integrity: path_check update | Mimi Zohar | 2009-05-22 | 1 | -2/+2 |
* | | shm: fix unused warnings on nommu | Mike Frysinger | 2009-06-10 | 1 | -2/+5 |
|/ |
|
* | ipc: make shm_get_stat() more robust | Tony Battersby | 2009-04-03 | 1 | -2/+4 |
* | Merge branch 'master' into next | James Morris | 2009-03-24 | 1 | -3/+5 |
|\ |
|
| * | Do not account for the address space used by hugetlbfs using VM_ACCOUNT | Mel Gorman | 2009-02-10 | 1 | -3/+5 |
* | | Merge branch 'master' into next | James Morris | 2009-02-06 | 1 | -19/+28 |
|\| |
|
| * | shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM | Tony Battersby | 2009-02-05 | 1 | -0/+4 |
| * | Stop playing silly games with the VM_ACCOUNT flag | Linus Torvalds | 2009-02-01 | 1 | -2/+2 |
| * | [CVE-2009-0029] System call wrappers part 25 | Heiko Carstens | 2009-01-14 | 1 | -4/+4 |
| * | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 2009-01-08 | 1 | -0/+12 |
| * | ipc: clean up ipc/shm.c | WANG Cong | 2009-01-07 | 1 | -10/+5 |
| * | sanitize audit_ipc_obj() | Al Viro | 2009-01-04 | 1 | -3/+1 |
* | | Integrity: IMA file free imbalance | Mimi Zohar | 2009-02-05 | 1 | -0/+3 |
|/ |
|
* | CRED: Wrap current->cred and a few other accessors | David Howells | 2008-11-14 | 1 | -2/+2 |
* | CRED: Separate task security context from task_struct | David Howells | 2008-11-14 | 1 | -2/+2 |
* | CRED: Wrap task credential accesses in the SYSV IPC subsystem | David Howells | 2008-11-14 | 1 | -2/+3 |
* | [PATCH] introduce fmode_t, do annotations | Al Viro | 2008-10-21 | 1 | -1/+1 |
* | SHM_LOCKED pages are unevictable | Lee Schermerhorn | 2008-10-20 | 1 | -0/+4 |