summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
10 daysMerge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2024-02-23ipc: remove linebreaks from arguments of __register_sysctl_tableThomas Weißschuh
2024-02-22sysctl: allow to change limits for posix messages queuesAlexey Gladkov
2024-02-22sysctl: allow change system v ipc sysctls inside ipc namespaceAlexey Gladkov
2023-12-20shm: Slim down dependenciesKent Overstreet
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins
2023-10-18ipc: convert to new timestamp accessorsJeff Layton
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-18ipc/sem: use flexible array in 'struct sem_undo'Christophe JAILLET
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados
2023-07-24mqueue: convert to ctime accessor functionsJeff Layton
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu
2023-02-24Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett
2023-02-09ipc/shm: use the vma iterator for munmap callsLiam R. Howlett
2023-01-27ipc,namespace: batch free ipc_namespace structuresRik van Riel
2023-01-27ipc,namespace: make ipc namespace allocation wait for pending freeRik van Riel
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-12-11ipc: fix memory leak in init_mqueue_fs()Zhengchao Shao
2022-12-05ipc/sem: Fix dangling sem_array access in semtimedop raceJann Horn
2022-11-22ipc/shm: call underlying open/close vm_opsMike Kravetz
2022-10-28ipc/msg.c: fix percpu_counter use after freeAndrew Morton
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-09Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-10-03ipc/msg: mitigate the lock contention with percpu counterJiebin Sun
2022-10-03ipc: mqueue: remove unnecessary conditionalsJingyu Wang
2022-09-26ipc/shm: use VMA iterator instead of linked listLiam R. Howlett
2022-09-11ipc/util.c: cleanup and improve sysvipc_find_ipc()Manfred Spraul
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-19ipc: mqueue: fix possible memory leak in init_mqueue_fs()Hangyu Hua
2022-07-17ipc/mqueue: remove unnecessary (void*) conversionYu Zhe
2022-06-22ipc: Free mq_sysctls if ipc namespace creation failedAlexey Gladkov
2022-06-03Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds
2022-05-09ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long
2022-05-09ipc: update semtimedop() to use hrtimerPrakash Sangappa
2022-05-09ipc/sem: remove redundant assignmentsMichal Orzel
2022-05-03ipc: Remove extra bracesAlexey Gladkov
2022-05-03ipc: Check permissions for checkpoint_restart sysctls at open timeAlexey Gladkov
2022-05-03ipc: Remove extra1 field abuse to pass ipc namespaceAlexey Gladkov
2022-05-03ipc: Use the same namespace to modify and validateAlexey Gladkov
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song