aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2020-05-14ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin1-6/+6
2020-05-07ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov1-8/+26
2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin1-1/+1
2020-04-07ipc/shm.c: make compat_ksys_shmctl() staticJason Yan1-1/+1
2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj1-3/+2
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan1-0/+1
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki1-4/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2020-02-04ipc/msg.c: consolidate all xxxctl_down() functionsLu Shuaibing1-9/+10
2020-02-04ipc/sem.c: document and update memory barriersManfred Spraul1-25/+41
2020-02-04ipc/msg.c: update and document memory barriersManfred Spraul1-7/+36
2020-02-04ipc/mqueue.c: update/document memory barriersManfred Spraul1-14/+78
2020-02-04ipc/mqueue.c: remove duplicated codeDavidlohr Bueso1-13/+18
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann1-1/+1
2019-09-25ipc/sem.c: convert to use built-in RCU list checkingJoel Fernandes (Google)1-1/+2
2019-09-25ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring1-12/+8
2019-09-25ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring1-1/+1
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2019-09-07ipc: fix sparc64 ipc() wrapperArnd Bergmann1-23/+2
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+5
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-19/+16
2019-07-16ipc/mqueue.c: only perform resource calculation if user validKees Cook1-9/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2-10/+2
2019-05-25mqueue: set ->user_ns before ->get_tree()Al Viro1-4/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52Thomas Gleixner1-5/+1
2019-05-14ipc: do cyclic id allocation for the ipc object.Manfred Spraul3-1/+11
2019-05-14ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul2-9/+34
2019-05-14ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long3-15/+51
2019-05-14ipc/mqueue: optimize msg_get()Davidlohr Bueso1-25/+35
2019-05-14ipc/mqueue: remove redundant wq task assignmentDavidlohr Bueso1-2/+0
2019-05-14ipc: prevent lockup on alloc_msg and free_msgLi Rongqing2-2/+14
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2019-05-01mqueue: switch to ->free_inode()Al Viro1-8/+2
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown1-1/+0
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-23/+73
2019-03-07ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva1-5/+1
2019-03-07ipc: annotate implicit fall throughMathieu Malaterre1-0/+1
2019-02-28ipc: Convert mqueue fs to fs_contextDavid Howells2-23/+73
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2-9/+9
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann5-41/+110
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann1-4/+16
2018-10-31ipc: IPCMNI limit check for semmniWaiman Long2-1/+31
2018-10-31ipc: IPCMNI limit check for msgmni and shmmniWaiman Long1-2/+5
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-17/+17
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-10-05ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook1-1/+1
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-09-04ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso1-0/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann6-17/+17
2018-08-22ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul2-2/+2
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul5-26/+26
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso6-54/+30
2018-08-22ipc: get rid of ids->tables_initialized hackDavidlohr Bueso1-15/+8
2018-08-22ipc: drop ipc_lock()Davidlohr Bueso3-43/+23
2018-08-22ipc/util.c: correct comment in ipc_obtain_object_checkManfred Spraul1-2/+2
2018-08-22ipc: rename ipcctl_pre_down_nolock()Manfred Spraul5-8/+8
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul4-4/+12
2018-08-22ipc: reorganize initialization of kern_ipc_perm.seqManfred Spraul1-43/+48
2018-08-22ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul3-15/+41
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-0/+4
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-24/+21
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2018-08-02ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu1-0/+12
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-26ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso1-1/+1
2018-07-12do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()Al Viro1-21/+18
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-4/+4
2018-06-22rhashtable: split rhashtable.hNeilBrown4-0/+4
2018-06-15ipc: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-06-15sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso1-4/+14
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-1/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-65/+99
2018-05-25ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso1-2/+10
2018-05-25Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso1-7/+2
2018-04-20y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedopArnd Bergmann1-3/+10
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann3-41/+44
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann3-6/+6
2018-04-20y2038: ipc: Report long times to user spaceArnd Bergmann3-9/+33
2018-04-20y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann2-6/+6
2018-04-13ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers1-3/+20
2018-04-11ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_opsAndrew Morton1-1/+1
2018-04-11ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso1-5/+12
2018-04-11ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso1-5/+12
2018-04-11ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso1-5/+18
2018-04-11proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan1-0/+1
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-80/+152
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-49/+172
2018-04-02ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski3-6/+22
2018-04-02ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski3-7/+24
2018-04-02ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski3-4/+17
2018-04-02ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski3-4/+16
2018-04-02ipc: add shmdt syscall wrapperDominik Brodowski3-3/+9
2018-04-02ipc: add shmget syscall wrapperDominik Brodowski3-3/+9
2018-04-02ipc: add msgget syscall wrapperDominik Brodowski3-3/+9
2018-04-02ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski3-4/+16
2018-04-02ipc: add semget syscall wrapperDominik Brodowski3-3/+9
2018-04-02ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski3-12/+41
2018-03-28ipc/shm.c: add split function to shm_vm_opsMike Kravetz1-0/+12
2018-03-28ipc/shm: Fix pid freeing.Eric W. Biederman1-2/+2
2018-03-27ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman3-27/+3
2018-03-27ipc/sem: Fix semctl(..., GETPID, ...) between pid namespacesEric W. Biederman1-10/+12
2018-03-27ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman1-10/+13
2018-03-27ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman1-10/+15
2018-03-24Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman1-55/+19
2018-03-24ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman2-0/+20
2018-03-24ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman1-0/+1
2018-03-24msg: Move struct msg_queue into ipc/msg.cEric W. Biederman1-0/+17
2018-03-24shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman1-0/+22
2018-03-22sem: Move struct sem and struct sem_array into ipc/sem.cEric W. Biederman1-0/+34
2018-03-22msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman1-10/+8
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman1-10/+7
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman1-11/+8
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-06ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws1-1/+1
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan4-12/+43
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-130/+111
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman1-0/+1
2018-01-05mqueue: switch to on-demand creation of internal mountAl Viro1-19/+55
2018-01-05tidy do_mq_open() up a bitAl Viro1-6/+3
2018-01-05mqueue: clean prepare_open() upAl Viro1-18/+11
2018-01-05do_mq_open(): move all work prior to dentry_open() into a helperAl Viro1-46/+31
2018-01-05mqueue: fold mq_attr_ok() into mqueue_get_inode()Al Viro1-50/+21
2018-01-05move dentry_open() calls up into do_mq_open()Al Viro1-24/+20
2018-01-05mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdataAl Viro1-8/+11
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-50/+75
2017-11-17sysvipc: make get_maxid O(1) againDavidlohr Bueso2-33/+31
2017-11-17sysvipc: properly name ipc_addid() limit parameterDavidlohr Bueso1-5/+5
2017-11-17sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2-0/+2
2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso2-20/+45
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-7/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-10-11fix address space warnings in ipc/Linus Torvalds4-7/+7
2017-09-25fix a typo in put_compat_shm_info()Al Viro1-1/+1
2017-09-20ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon1-1/+1
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds7-1120/+1011
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel6-50/+124
2017-09-08ipc/sem: play nicer with large nsops allocationsDavidlohr Bueso1-2/+2
2017-09-08ipc/sem: drop sem_checkid helperDavidlohr Bueso1-2/+0
2017-09-08ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova1-3/+3
2017-09-08ipc: convert sem_undo_list.refcnt from atomic_t to refcount_tElena Reshetova1-4/+4
2017-09-08ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova2-3/+3
2017-09-03ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani1-5/+5
2017-09-03ipc: sem: Make sem_array timestamps y2038 safeDeepa Dinamani1-9/+9
2017-09-03ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani1-3/+3
2017-09-03ipc: mqueue: Replace timespec with timespec64Deepa Dinamani1-14/+14
2017-09-03ipc: Make sys_semtimedop() y2038 safeDeepa Dinamani1-6/+6
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+2
2017-08-17ipc: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-1/+2
2017-08-02ipc: add missing container_of()s for randstructKees Cook3-3/+7
2017-07-15semtimedop(): move compat to nativeAl Viro2-21/+33
2017-07-15shmat(2): move compat to nativeAl Viro2-16/+19
2017-07-15msgrcv(2), msgsnd(2): move compat to nativeAl Viro2-39/+43
2017-07-15ipc(2): move compat to nativeAl Viro2-95/+93
2017-07-15ipc: make use of compat ipc_perm helpersAl Viro2-50/+8
2017-07-15semctl(): move compat to nativeAl Viro3-197/+133
2017-07-15semctl(): separate all layout-dependent copyin/copyoutAl Viro1-98/+94
2017-07-15msgctl(): move compat to nativeAl Viro2-132/+133
2017-07-15msgctl(): split the actual work from copyin/copyoutAl Viro1-106/+96
2017-07-15ipc: move compat shmctl to nativeAl Viro3-235/+231
2017-07-15shmctl: split the work from copyin/copyoutAl Viro1-175/+172
2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul1-0/+3
2017-07-12ipc/sem: drop __sem_free()Kees Cook1-7/+2
2017-07-12ipc/msg: remove special msg_alloc/freeKees Cook1-20/+4
2017-07-12ipc/shm: remove special shm_alloc/freeKees Cook1-20/+4
2017-07-12ipc: move atomic_set() to where it is neededKees Cook4-5/+1
2017-07-12ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-5/+5
2017-07-12ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-6/+3
2017-07-12ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-5/+4
2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook2-24/+0
2017-07-12ipc/msg: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-07-12ipc/shm: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-07-12ipc/sem: avoid ipc_rcu_alloc()Kees Cook1-5/+20
2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook2-8/+0
2017-07-12ipc/msg: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-12ipc/shm: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-12ipc/sem: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-12ipc: drop non-RCU allocationKees Cook3-33/+6
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul5-61/+63
2017-07-12ipc/sem.c: remove sem_base, embed struct semManfred Spraul1-54/+34
2017-07-09mqueue: fix a use-after-free in sys_mq_notify()Cong Wang1-1/+3
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-07-05fs: remove call_fsync helper functionJeff Layton1-1/+1
2017-07-04mqueue: move compat syscalls to native onesAl Viro3-228/+262
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-6/+1
2017-05-08ipc/shm: some shmat cleanupsDavidlohr Bueso1-9/+7
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+0
2017-04-17ipc: Remove unused declaration of recompute_msgmniEric W. Biederman1-2/+0
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-5/+7
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-1/+7
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-2/+2
2017-03-02sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar1-1/+0
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1