- 3df88c6 Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years ago
- 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years ago
- 27b2670 ipc/shm: introduce new do_vma_munmap() to munmap by Liam R. Howlett · 2 years, 1 month ago
- d60beb1 ipc/shm: use the vma iterator for munmap calls by Liam R. Howlett · 2 years, 1 month ago
- da27f79 ipc,namespace: batch free ipc_namespace structures by Rik van Riel · 2 years, 1 month ago
- a80c4ad ipc,namespace: make ipc namespace allocation wait for pending free by Rik van Riel · 2 years, 1 month ago
- 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- abf0857 fs: port vfs_*() helpers to struct mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 8702f2c Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 2 months ago
- 12b677f ipc: fix memory leak in init_mqueue_fs() by Zhengchao Shao · 2 years, 2 months ago
- b52be55 ipc/sem: Fix dangling sem_array access in semtimedop race by Jann Horn · 2 years, 2 months ago
- b630504 ipc/shm: call underlying open/close vm_ops by Mike Kravetz · 2 years, 3 months ago
- 64b4c41 ipc/msg.c: fix percpu_counter use after free by Andrew Morton · 2 years, 4 months ago
- 676cb49 Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 4 months ago
- 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 4 months ago
- 86fb9c5 Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 4 months ago
- 72d1e61 ipc/msg: mitigate the lock contention with percpu counter by Jiebin Sun · 2 years, 5 months ago
- 5758478 ipc: mqueue: remove unnecessary conditionals by Jingyu Wang · 2 years, 5 months ago
- 01293a6 ipc/shm: use VMA iterator instead of linked list by Liam R. Howlett · 2 years, 5 months ago
- 58b5c20 ipc/util.c: cleanup and improve sysvipc_find_ipc() by Manfred Spraul · 2 years, 7 months ago
- eb5699ba Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 6 months ago
- c579d60 ipc: mqueue: fix possible memory leak in init_mqueue_fs() by Hangyu Hua · 2 years, 7 months ago
- 2c795fb ipc/mqueue: remove unnecessary (void*) conversion by Yu Zhe · 2 years, 8 months ago
- db7cfc3 ipc: Free mq_sysctls if ipc namespace creation failed by Alexey Gladkov · 2 years, 8 months ago
- 1888e9b Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 9 months ago
- d60c4d0 ipc/mqueue: use get_tree_nodev() in mqueue_get_tree() by Waiman Long · 2 years, 9 months ago
- 49c9dd0 ipc: update semtimedop() to use hrtimer by Prakash Sangappa · 2 years, 9 months ago
- 0e90002 ipc/sem: remove redundant assignments by Michal Orzel · 2 years, 9 months ago
- 38cd5b1 ipc: Remove extra braces by Alexey Gladkov · 2 years, 10 months ago
- 0889f44 ipc: Check permissions for checkpoint_restart sysctls at open time by Alexey Gladkov · 2 years, 10 months ago
- dd141a4 ipc: Remove extra1 field abuse to pass ipc namespace by Alexey Gladkov · 2 years, 10 months ago
- def7343 ipc: Use the same namespace to modify and validate by Alexey Gladkov · 2 years, 10 months ago
- fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 11 months ago
- 1f5c135 ipc: Store ipc sysctls in the ipc namespace by Alexey Gladkov · 3 years ago
- dc55e35 ipc: Store mqueue sysctls in the ipc namespace by Alexey Gladkov · 3 years ago
- 520ba72 ipc/sem: do not sleep with a spin lock held by Minghao Chi · 3 years ago
- 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years, 1 month ago
- 85b6d246 shm: extend forced shm destroy to support objects from several IPC nses by Alexander Mikhalitsyn · 3 years, 3 months ago
- 126e8be ipc: WARN if trying to remove ipc object which is absent by Alexander Mikhalitsyn · 3 years, 3 months ago
- 0e9beb8 ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTL by Manfred Spraul · 3 years, 3 months ago
- 5563cab ipc: check checkpoint_restore_ns_capable() to modify C/R proc files by Michal Clapinski · 3 years, 3 months ago
- 83c1fd7 mm,hugetlb: remove mlock ulimit for SHM_HUGETLB by zhangyiru · 3 years, 3 months ago
- 6a4746b ipc: remove memcg accounting for sops objects in do_semtimedop() by Vasily Averin · 3 years, 5 months ago
- 35776f1 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 3 years, 5 months ago
- 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 5 months ago
- 20401d1 ipc: replace costly bailout check in sysvipc_find_ipc() by Rafael Aquini · 3 years, 5 months ago
- 1831949 memcg: enable accounting of ipc resources by Vasily Averin · 3 years, 6 months ago
- 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 6 months ago
- bdec014 ARM: 9114/1: oabi-compat: rework sys_semtimedop emulation by Arnd Bergmann · 3 years, 6 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
- b869d5b ipc/util.c: use binary search for max_idx by Manfred Spraul · 3 years, 8 months ago
- 17d056e ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lock by Manfred Spraul · 3 years, 8 months ago
- bc8136a ipc: use kmalloc for msg_queue and shmid_kernel by Vasily Averin · 3 years, 8 months ago
- fc37a3b ipc sem: use kvmalloc for sem_undo allocation by Vasily Averin · 3 years, 8 months ago
- c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 8 months ago
- a11ddb3 ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry by Varad Gautam · 3 years, 9 months ago
- 7497835 ipc/sem.c: spelling fix by Bhaskar Chowdhury · 3 years, 10 months ago
- b1989a3 ipc/sem.c: mundane typo fixes by Bhaskar Chowdhury · 3 years, 10 months ago
- d7c9e99 Reimplement RLIMIT_MEMLOCK on top of ucounts by Alexey Gladkov · 3 years, 10 months ago
- 6e52a9f Reimplement RLIMIT_MSGQUEUE on top of ucounts by Alexey Gladkov · 3 years, 10 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 1 month ago
- 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years, 1 month ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years, 1 month ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 2 months ago
- dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years, 2 months ago
- f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 2 months ago
- fff1662 ipc: adjust proc_ipc_sem_dointvec definition to match prototype by Tobias Klauser · 4 years, 6 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 137ec39 ipc: Use generic ns_common::count by Kirill Tkhai · 4 years, 7 months ago
- ce14489 ipc/shm.c: remove the superfluous break by Liao Pingfang · 4 years, 6 months ago
- 00898e8 ipc: uninline functions by Alexey Dobriyan · 4 years, 6 months ago
- 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 6 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 8 months ago
- e1eb26f ipc/namespace.c: use a work queue to free_ipc by Giuseppe Scrivano · 4 years, 8 months ago
- 4b78e20 ipc/msg: add missing annotation for freeque() by Jules Irenge · 4 years, 8 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
- e7c93cb Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 9 months ago
- da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- 5e69822 ipc/util.c: sysvipc_find_ipc() incorrectly updates position index by Vasily Averin · 4 years, 9 months ago
- f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 10 months ago
- b5f2006 ipc/mqueue.c: change __do_notify() to bypass check_kill_permission() by Oleg Nesterov · 4 years, 10 months ago
- 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 10 months ago
- 89163f9 ipc/util.c: sysvipc_find_ipc() should increase position index by Vasily Averin · 4 years, 10 months ago
- 1cd377b ipc/shm.c: make compat_ksys_shmctl() static by Jason Yan · 4 years, 11 months ago
- 43afe4d ipc/mqueue.c: fix a brace coding style issue by Somala Swaraj · 4 years, 11 months ago
- d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 11 months ago
- edf28f4 Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()" by Ioanna Alifieraki · 5 years ago
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
- 889b331 ipc/msg.c: consolidate all xxxctl_down() functions by Lu Shuaibing · 5 years ago
- 8116b54 ipc/sem.c: document and update memory barriers by Manfred Spraul · 5 years ago
- 0d97a82 ipc/msg.c: update and document memory barriers by Manfred Spraul · 5 years ago
- c5b2cbd ipc/mqueue.c: update/document memory barriers by Manfred Spraul · 5 years ago
- ed29f17 ipc/mqueue.c: remove duplicated code by Davidlohr Bueso · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 3ca47e9 y2038: remove CONFIG_64BIT_TIME by Arnd Bergmann · 6 years ago
- 984035a ipc/sem.c: convert to use built-in RCU list checking by Joel Fernandes (Google) · 5 years ago
- c231740 ipc/mqueue: improve exception handling in do_mq_notify() by Markus Elfring · 5 years ago
- 97b0b1a ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb() by Markus Elfring · 5 years ago
- e170eb2 Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago