summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-6/+6
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-13/+13
6 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+6
8 daysMerge tag 'kernel-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
12 daysmm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-4/+2
12 daysmm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes1-5/+7
12 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-02-10ipc: Add SPDX license id to mqueue.cTim Bird1-2/+1
2026-02-01ipc: don't audit capability check in ipc_permissions()Ondrej Mosnacek1-1/+1
2026-01-16mqueue: switch to CLASS(filename)Al Viro1-8/+3
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+5
2025-12-06Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+3
2025-12-05mqueue: correct the type of ro to intEdward Adam Davis1-1/+1
2025-12-02Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-31/+26
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-20/+12
2025-11-28ipc: convert do_mq_open() to FD_ADD()Christian Brauner1-29/+25
2025-11-16convert mqueueAl Viro1-9/+3
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-20/+12
2025-11-12ipc: create_ipc_ns: drop mqueue mount on sysctl setup failureVlad Kulikov1-4/+5
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner1-1/+1
2025-11-11ipc: enable is_ns_init_id() assertionsChristian Brauner1-1/+2
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner1-6/+1
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-14/+13
2025-09-25ns: move ns type into struct ns_commonChristian Brauner2-1/+1
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-1/+1
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner1-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner1-1/+1
2025-09-19ipc: port to ns_ref_*() helpersChristian Brauner1-1/+1
2025-09-19ns: add ns_common_free()Christian Brauner1-2/+2
2025-09-19nscommon: simplify initializationChristian Brauner1-1/+1
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner1-5/+0
2025-09-19ipc: support ns lookupChristian Brauner3-0/+6
2025-09-19ipc: use ns_common_init()Christian Brauner1-3/+1
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster2-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-07-28Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-06-30sanitize handling of long-term internal mountsAl Viro1-1/+1
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes1-1/+1
2025-06-11ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHEAl Viro1-0/+1
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+4
2025-05-12ipc: fix to protect IPCS lookups using RCUJeongjun Park1-1/+4
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-3/+2
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-25ipc/util.c: complete the kernel-doc function descriptionsRandy Dunlap1-7/+4
2024-11-26Merge 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