summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2024-03-181-2/+1
|\
| * ipc: remove linebreaks from arguments of __register_sysctl_tableThomas Weißschuh2024-02-231-2/+1
* | sysctl: allow to change limits for posix messages queuesAlexey Gladkov2024-02-221-0/+36
* | sysctl: allow change system v ipc sysctls inside ipc namespaceAlexey Gladkov2024-02-221-2/+35
|/
* shm: Slim down dependenciesKent Overstreet2023-12-201-0/+1
* sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-0/+1
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-13/+8
|\
| * mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-251-13/+8
* | ipc: convert to new timestamp accessorsJeff Layton2023-10-181-9/+10
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu2023-07-111-1/+1
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-292-2/+6
|\ \
| * | sysctl: Add a size arg to __register_sysctl_tableJoel Granados2023-08-152-2/+6
| |/
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-4/+2
|\ \
| * | ipc/sem: use flexible array in 'struct sem_undo'Christophe JAILLET2023-08-181-4/+2
| |/
* / mqueue: convert to ctime accessor functionsJeff Layton2023-07-241-12/+11
|/
* Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-243-16/+26
|\
| * ipc,namespace: batch free ipc_namespace structuresRik van Riel2023-01-273-10/+10
| * ipc,namespace: make ipc namespace allocation wait for pending freeRik van Riel2023-01-271-6/+16
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-4/+4
|\ \
| * | ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett2023-02-091-5/+6
| * | ipc/shm: use the vma iterator for munmap callsLiam R. Howlett2023-02-091-6/+5
| |/
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-1/+1
|/
* Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-2/+4
|\
| * ipc: fix memory leak in init_mqueue_fs()Zhengchao Shao2022-12-111-2/+4
* | ipc/sem: Fix dangling sem_array access in semtimedop raceJann Horn2022-12-051-1/+2
* | ipc/shm: call underlying open/close vm_opsMike Kravetz2022-11-221-9/+25
|/
* ipc/msg.c: fix percpu_counter use after freeAndrew Morton2022-10-281-2/+2
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-125-40/+73
|\
| * ipc/msg: mitigate the lock contention with percpu counterJiebin Sun2022-10-033-17/+40
| * ipc: mqueue: remove unnecessary conditionalsJingyu Wang2022-10-031-2/+1
| * ipc/util.c: cleanup and improve sysvipc_find_ipc()Manfred Spraul2022-09-111-21/+32
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-11/+10
|\ \
| * | ipc/shm: use VMA iterator instead of linked listLiam R. Howlett2022-09-261-11/+10
| |/
* | Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-091-0/+1
|\ \ | |/ |/|
| * ipc: mqueue: fix possible memory leak in init_mqueue_fs()Hangyu Hua2022-07-191-0/+1
* | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-1/+1
|\ \
| * | ipc/mqueue: remove unnecessary (void*) conversionYu Zhe2022-07-171-1/+1
| |/
* / ipc: Free mq_sysctls if ipc namespace creation failedAlexey Gladkov2022-06-221-1/+4
|/
* Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds2022-06-034-141/+205
|\
| * ipc: Remove extra bracesAlexey Gladkov2022-05-031-13/+12
| * ipc: Check permissions for checkpoint_restart sysctls at open timeAlexey Gladkov2022-05-031-28/+29
| * ipc: Remove extra1 field abuse to pass ipc namespaceAlexey Gladkov2022-05-031-17/+7
| * ipc: Use the same namespace to modify and validateAlexey Gladkov2022-05-031-1/+1
| * ipc: Store ipc sysctls in the ipc namespaceAlexey Gladkov2022-03-082-67/+126
| * ipc: Store mqueue sysctls in the ipc namespaceAlexey Gladkov2022-03-083-61/+76
* | ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long2022-05-091-0/+14
* | ipc: update semtimedop() to use hrtimerPrakash Sangappa2022-05-091-12/+11