summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* ipc/sem: do not sleep with a spin lock heldMinghao Chi2022-02-041-2/+2
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-1/+1
* shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-11-201-46/+143
* ipc: WARN if trying to remove ipc object which is absentAlexander Mikhalitsyn2021-11-201-3/+3
* ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul2021-11-091-13/+0
* ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski2021-11-091-6/+23
* mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-091-7/+1
* ipc: remove memcg accounting for sops objects in do_semtimedop()Vasily Averin2021-09-141-1/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-091-33/+52
|\
| * ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann2021-08-201-32/+52
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-12/+4
|\ \
| * | ipc: replace costly bailout check in sysvipc_find_ipc()Rafael Aquini2021-09-081-12/+4
| |/
* | memcg: enable accounting of ipc resourcesVasily Averin2021-09-033-6/+7
* | memcg: enable accounting for new namesapces and struct nsproxyVasily Averin2021-09-031-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-025-21/+63
|\
| * ipc/util.c: use binary search for max_idxManfred Spraul2021-07-012-5/+42
| * ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lockManfred Spraul2021-07-011-5/+9
| * ipc: use kmalloc for msg_queue and shmid_kernelVasily Averin2021-07-012-6/+6
| * ipc sem: use kvmalloc for sem_undo allocationVasily Averin2021-07-011-5/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-282-32/+34
|\ \ | |/ |/|
| * Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-13/+13
| * Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov2021-04-301-19/+21
* | ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam2021-05-223-6/+12
* | ipc/sem.c: spelling fixBhaskar Chowdhury2021-05-071-1/+1
* | ipc/sem.c: mundane typo fixesBhaskar Chowdhury2021-05-071-5/+5
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+2
* namei: prepare for idmapped mountsChristian Brauner2021-01-241-1/+2
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-4/+4
|\
| * vm_ops: rename .split() callback to .may_split()Dmitry Safonov2020-12-151-4/+4
* | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-142-3/+3
|\ \ | |/ |/|
| * ipc: Use generic ns_common::countKirill Tkhai2020-08-192-3/+3
* | ipc: adjust proc_ipc_sem_dointvec definition to match prototypeTobias Klauser2020-09-051-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+4
|/
* ipc/shm.c: remove the superfluous breakLiao Pingfang2020-08-121-1/+0
* ipc: uninline functionsAlexey Dobriyan2020-08-122-4/+2
* mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-071-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano2020-06-081-2/+22
* ipc/msg: add missing annotation for freeque()Jules Irenge2020-06-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-032-7/+7
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-14/+32
| |\
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-272-7/+7
* | | Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-06-031-4/+3
|\ \ \ | |_|/ |/| |
| * | nsproxy: add struct nssetChristian Brauner2020-05-091-4/+3
| |/
* | ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin2020-05-141-6/+6
* | ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov2020-05-071-8/+26
|/
* ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin2020-04-101-1/+1
* ipc/shm.c: make compat_ksys_shmctl() staticJason Yan2020-04-071-1/+1