summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-2/+1
2024-02-23ipc: remove linebreaks from arguments of __register_sysctl_tableThomas Weißschuh1-2/+1
2024-02-22sysctl: allow to change limits for posix messages queuesAlexey Gladkov1-0/+36
2024-02-22sysctl: allow change system v ipc sysctls inside ipc namespaceAlexey Gladkov1-2/+35
2023-12-20shm: Slim down dependenciesKent Overstreet1-0/+1
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+8
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins1-13/+8
2023-10-18ipc: convert to new timestamp accessorsJeff Layton1-9/+10
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-2/+6
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+2
2023-08-18ipc/sem: use flexible array in 'struct sem_undo'Christophe JAILLET1-4/+2
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados2-2/+6
2023-07-24mqueue: convert to ctime accessor functionsJeff Layton1-12/+11
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-1/+1
2023-02-24Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-16/+26
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2023-02-09ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett1-5/+6
2023-02-09ipc/shm: use the vma iterator for munmap callsLiam R. Howlett1-6/+5
2023-01-27ipc,namespace: batch free ipc_namespace structuresRik van Riel3-10/+10
2023-01-27ipc,namespace: make ipc namespace allocation wait for pending freeRik van Riel1-6/+16
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-1/+1
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+4
2022-12-11ipc: fix memory leak in init_mqueue_fs()Zhengchao Shao1-2/+4
2022-12-05ipc/sem: Fix dangling sem_array access in semtimedop raceJann Horn1-1/+2
2022-11-22ipc/shm: call underlying open/close vm_opsMike Kravetz1-9/+25
2022-10-28ipc/msg.c: fix percpu_counter use after freeAndrew Morton1-2/+2
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-40/+73
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+10
2022-10-09Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2022-10-03ipc/msg: mitigate the lock contention with percpu counterJiebin Sun3-17/+40
2022-10-03ipc: mqueue: remove unnecessary conditionalsJingyu Wang1-2/+1
2022-09-26ipc/shm: use VMA iterator instead of linked listLiam R. Howlett1-11/+10
2022-09-11ipc/util.c: cleanup and improve sysvipc_find_ipc()Manfred Spraul1-21/+32
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2022-07-19ipc: mqueue: fix possible memory leak in init_mqueue_fs()Hangyu Hua1-0/+1
2022-07-17ipc/mqueue: remove unnecessary (void*) conversionYu Zhe1-1/+1
2022-06-22ipc: Free mq_sysctls if ipc namespace creation failedAlexey Gladkov1-1/+4
2022-06-03Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds4-141/+205
2022-05-09ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long1-0/+14
2022-05-09ipc: update semtimedop() to use hrtimerPrakash Sangappa1-12/+11
2022-05-09ipc/sem: remove redundant assignmentsMichal Orzel1-2/+0
2022-05-03ipc: Remove extra bracesAlexey Gladkov1-13/+12
2022-05-03ipc: Check permissions for checkpoint_restart sysctls at open timeAlexey Gladkov1-28/+29
2022-05-03ipc: Remove extra1 field abuse to pass ipc namespaceAlexey Gladkov1-17/+7
2022-05-03ipc: Use the same namespace to modify and validateAlexey Gladkov1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1