summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2022-08-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Stephen Rothwell
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-20Merge of ucount-rlimits-cleanups-for-v5.19, interrupting_kthread_stop-for-v5....Eric W. Biederman
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
2022-03-08ipc: Store ipc sysctls in the ipc namespaceAlexey Gladkov
2022-03-08ipc: Store mqueue sysctls in the ipc namespaceAlexey Gladkov
2022-02-04ipc/sem: do not sleep with a spin lock heldMinghao Chi
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-11-20shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn
2021-11-20ipc: WARN if trying to remove ipc object which is absentAlexander Mikhalitsyn
2021-11-09ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul
2021-11-09ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-09-14ipc: remove memcg accounting for sops objects in do_semtimedop()Vasily Averin
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08ipc: replace costly bailout check in sysvipc_find_ipc()Rafael Aquini
2021-09-03memcg: enable accounting of ipc resourcesVasily Averin
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin
2021-08-20ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01ipc/util.c: use binary search for max_idxManfred Spraul
2021-07-01ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lockManfred Spraul
2021-07-01ipc: use kmalloc for msg_queue and shmid_kernelVasily Averin
2021-07-01ipc sem: use kvmalloc for sem_undo allocationVasily Averin
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam
2021-05-07ipc/sem.c: spelling fixBhaskar Chowdhury
2021-05-07ipc/sem.c: mundane typo fixesBhaskar Chowdhury
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-09-05ipc: adjust proc_ipc_sem_dointvec definition to match prototypeTobias Klauser
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva