Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2022-10-28ipc/msg.c: fix percpu_counter use after freeAndrew Morton
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-10-04ipc/msg: mitigate the lock contention with percpu counterJiebin Sun
2022-10-04ipc: mqueue: remove unnecessary conditionalsJingyu Wang
2022-09-27ipc/shm: use VMA iterator instead of linked listLiam R. Howlett
2022-09-12ipc/util.c: cleanup and improve sysvipc_find_ipc()Manfred Spraul
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-20ipc: mqueue: fix possible memory leak in init_mqueue_fs()Hangyu Hua
2022-07-18ipc/mqueue: remove unnecessary (void*) conversionYu Zhe
2022-06-23ipc: Free mq_sysctls if ipc namespace creation failedAlexey Gladkov
2022-06-04Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds
2022-05-10ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long
2022-05-10ipc: update semtimedop() to use hrtimerPrakash Sangappa
2022-05-10ipc/sem: remove redundant assignmentsMichal Orzel
2022-05-04ipc: Remove extra bracesAlexey Gladkov
2022-05-04ipc: Check permissions for checkpoint_restart sysctls at open timeAlexey Gladkov
2022-05-04ipc: Remove extra1 field abuse to pass ipc namespaceAlexey Gladkov
2022-05-04ipc: Use the same namespace to modify and validateAlexey Gladkov
2022-03-23fs: 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-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-05-23ipc/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