- f8ffbc3 Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 months ago
- 63fc66f ipc/shm, mm: drop do_vma_munmap() by Liam R. Howlett · 6 months ago
- 1da91ea introduce fd_file(), convert all accessors to it. by Al Viro · 10 months ago
- 78eb4ea sysctl: treewide: constify the ctl_table argument of proc_handlers by Joel Granados · 8 months ago
- 76d9b92 Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 8 months ago
- b80cc4d ipc: mqueue: remove assignment from IS_ERR argument by Chen Ni · 8 months ago
- 734bbc1 ipc, msg: Use dedicated slab buckets for alloc_msg() by Kees Cook · 8 months ago
- eb6a933 Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 10 months ago
- 91b6163 Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl by Linus Torvalds · 10 months ago
- 1b294a1 Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 10 months ago
- 029c45b ipc: remove the now superfluous sentinel element from ctl_table array by Joel Granados · 12 months ago
- 795f90c sysctl: treewide: constify argument ctl_table_root::permissions(table) by Thomas Weißschuh · 12 months ago
- 520713a sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table) by Thomas Weißschuh · 12 months ago
- bfa858f sysctl: treewide: constify ctl_table_header::ctl_table_arg by Thomas Weißschuh · 11 months ago
- 886b94d fs: Add FOP_HUGE_PAGES by Matthew Wilcox (Oracle) · 11 months ago
- 2cb5c86 Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl by Linus Torvalds · 12 months ago
- 8e88291 ipc: remove linebreaks from arguments of __register_sysctl_table by Thomas Weißschuh · 1 year, 1 month ago
- f9436a5 sysctl: allow to change limits for posix messages queues by Alexey Gladkov · 1 year, 2 months ago
- 50ec499 sysctl: allow change system v ipc sysctls inside ipc namespace by Alexey Gladkov · 1 year, 2 months ago
- bc46ef3 shm: Slim down dependencies by Kent Overstreet · 1 year, 3 months ago
- f551103 sched.h: move pid helpers to pid.h by Kent Overstreet · 1 year, 3 months ago
- ecae0bd Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 4 months ago
- ddc1a5c mempolicy: alloc_pages_mpol() for NUMA policy without vma by Hugh Dickins · 1 year, 5 months ago
- d162a3c ipc: convert to new timestamp accessors by Jeff Layton · 1 year, 5 months ago
- df57721 Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 6 months ago
- adfd671 Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 7 months ago
- d68b4b6 Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 7 months ago
- b46fae0 ipc/sem: use flexible array in 'struct sem_undo' by Christophe JAILLET · 1 year, 8 months ago
- bff97cf sysctl: Add a size arg to __register_sysctl_table by Joel Granados · 1 year, 7 months ago
- 783904f mqueue: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
- 592b5fa mm: Re-introduce vm_flags to do_mmap() by Yu-cheng Yu · 1 year, 9 months ago
- 3df88c6 Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 1 month 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, 1 month ago
- 27b2670 ipc/shm: introduce new do_vma_munmap() to munmap by Liam R. Howlett · 2 years, 2 months ago
- d60beb1 ipc/shm: use the vma iterator for munmap calls by Liam R. Howlett · 2 years, 2 months ago
- da27f79 ipc,namespace: batch free ipc_namespace structures by Rik van Riel · 2 years, 2 months ago
- a80c4ad ipc,namespace: make ipc namespace allocation wait for pending free by Rik van Riel · 2 years, 2 months ago
- 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- abf0857 fs: port vfs_*() helpers to struct mnt_idmap by Christian Brauner · 2 years, 2 months 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, 3 months ago
- 12b677f ipc: fix memory leak in init_mqueue_fs() by Zhengchao Shao · 2 years, 3 months ago
- b52be55 ipc/sem: Fix dangling sem_array access in semtimedop race by Jann Horn · 2 years, 3 months ago
- b630504 ipc/shm: call underlying open/close vm_ops by Mike Kravetz · 2 years, 4 months ago
- 64b4c41 ipc/msg.c: fix percpu_counter use after free by Andrew Morton · 2 years, 5 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, 5 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, 5 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, 5 months ago
- 72d1e61 ipc/msg: mitigate the lock contention with percpu counter by Jiebin Sun · 2 years, 6 months ago
- 5758478 ipc: mqueue: remove unnecessary conditionals by Jingyu Wang · 2 years, 6 months ago
- 01293a6 ipc/shm: use VMA iterator instead of linked list by Liam R. Howlett · 2 years, 6 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, 7 months ago
- c579d60 ipc: mqueue: fix possible memory leak in init_mqueue_fs() by Hangyu Hua · 2 years, 8 months ago
- 2c795fb ipc/mqueue: remove unnecessary (void*) conversion by Yu Zhe · 2 years, 9 months ago
- db7cfc3 ipc: Free mq_sysctls if ipc namespace creation failed by Alexey Gladkov · 2 years, 9 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, 10 months ago
- 49c9dd0 ipc: update semtimedop() to use hrtimer by Prakash Sangappa · 2 years, 10 months ago
- 0e90002 ipc/sem: remove redundant assignments by Michal Orzel · 2 years, 10 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 · 3 years ago
- 1f5c135 ipc: Store ipc sysctls in the ipc namespace by Alexey Gladkov · 3 years, 1 month ago
- dc55e35 ipc: Store mqueue sysctls in the ipc namespace by Alexey Gladkov · 3 years, 1 month ago
- 520ba72 ipc/sem: do not sleep with a spin lock held by Minghao Chi · 3 years, 1 month ago
- 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years, 2 months ago
- 85b6d246 shm: extend forced shm destroy to support objects from several IPC nses by Alexander Mikhalitsyn · 3 years, 4 months ago
- 126e8be ipc: WARN if trying to remove ipc object which is absent by Alexander Mikhalitsyn · 3 years, 4 months ago
- 0e9beb8 ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTL by Manfred Spraul · 3 years, 4 months ago
- 5563cab ipc: check checkpoint_restore_ns_capable() to modify C/R proc files by Michal Clapinski · 3 years, 4 months ago
- 83c1fd7 mm,hugetlb: remove mlock ulimit for SHM_HUGETLB by zhangyiru · 3 years, 4 months ago
- 6a4746b ipc: remove memcg accounting for sops objects in do_semtimedop() by Vasily Averin · 3 years, 6 months ago
- 35776f1 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 3 years, 6 months ago
- 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- 20401d1 ipc: replace costly bailout check in sysvipc_find_ipc() by Rafael Aquini · 3 years, 6 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, 7 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, 9 months ago
- 17d056e ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lock by Manfred Spraul · 3 years, 9 months ago
- bc8136a ipc: use kmalloc for msg_queue and shmid_kernel by Vasily Averin · 3 years, 9 months ago
- fc37a3b ipc sem: use kvmalloc for sem_undo allocation by Vasily Averin · 3 years, 9 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, 9 months ago
- a11ddb3 ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry by Varad Gautam · 3 years, 10 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, 11 months ago
- 6e52a9f Reimplement RLIMIT_MSGQUEUE on top of ucounts by Alexey Gladkov · 3 years, 11 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
- 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years, 2 months ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years, 2 months ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
- dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years, 3 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, 3 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, 7 months ago