summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
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
2020-08-19ipc: Use generic ns_common::countKirill Tkhai
2020-08-12ipc/shm.c: remove the superfluous breakLiao Pingfang
2020-08-12ipc: uninline functionsAlexey Dobriyan
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano
2020-06-08ipc/msg: add missing annotation for freeque()Jules Irenge
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin
2020-05-09nsproxy: add struct nssetChristian Brauner
2020-05-07ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin
2020-04-07ipc/shm.c: make compat_ksys_shmctl() staticJason Yan
2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki