summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipc/mqueue.c: fix a brace coding style issueSomala Swaraj2020-04-071-3/+2
* proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-071-0/+1
* Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki2020-02-211-4/+2
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+7
* ipc/msg.c: consolidate all xxxctl_down() functionsLu Shuaibing2020-02-041-9/+10
* ipc/sem.c: document and update memory barriersManfred Spraul2020-02-041-25/+41
* ipc/msg.c: update and document memory barriersManfred Spraul2020-02-041-7/+36
* ipc/mqueue.c: update/document memory barriersManfred Spraul2020-02-041-14/+78
* ipc/mqueue.c: remove duplicated codeDavidlohr Bueso2020-02-041-13/+18