summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+4
2024-11-06ipc: fix memleak if msg_init_ns failed in create_ipc_nsMa Wupeng1-1/+3
2024-11-06ipc/msg: replace one-element array with flexible array memberThorsten Blum1-1/+1
2024-11-03fdget(), more trivial conversionsAl Viro1-53/+23
2024-11-03do_mq_notify(): switch to CLASS(fd)Al Viro1-6/+3
2024-11-03do_mq_notify(): saner skb freeing on failuresAl Viro1-11/+5
2024-11-03switch netlink_getsockbyfilp() to taking descriptorAl Viro1-7/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-25/+25
2024-09-04ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett1-4/+4
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-25/+25
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-3/+3
2024-07-19Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-1/+12
2024-07-09ipc: mqueue: remove assignment from IS_ERR argumentChen Ni1-1/+2
2024-07-03ipc, msg: Use dedicated slab buckets for alloc_msg()Kees Cook1-1/+12
2024-05-20Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+0
2024-05-18Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+4
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+2
2024-04-26ipc: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2-2/+0
2024-04-24sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh2-2/+2
2024-04-24sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh2-4/+2
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2-2/+2
2024-04-09fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)1-7/+3
2024-03-19Merge 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-23sysctl: allow to change limits for posix messages queuesAlexey Gladkov1-0/+36
2024-02-23sysctl: allow change system v ipc sysctls inside ipc namespaceAlexey Gladkov1-2/+35
2023-12-21shm: Slim down dependenciesKent Overstreet1-0/+1
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet1-0/+1
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+8
2023-10-26mempolicy: 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-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-2/+6
2023-08-30Merge 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-16sysctl: Add a size arg to __register_sysctl_tableJoel Granados2-2/+6
2023-07-24mqueue: convert to ctime accessor functionsJeff Layton1-12/+11
2023-07-12mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-1/+1
2023-02-25Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-16/+26
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2023-02-10ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett1-5/+6
2023-02-10ipc/shm: use the vma iterator for munmap callsLiam R. Howlett1-6/+5
2023-01-28ipc,namespace: batch free ipc_namespace structuresRik van Riel3-10/+10
2023-01-28ipc,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-13Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+4
2022-12-12ipc: 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