summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)AuthorLines
2013-07-09ipc: move rcu lock out of ipc_addidDavidlohr Bueso-7/+8
2013-07-09ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton-2/+2
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton-0/+2
2013-05-26ipc/sem.c: Fix missing wakeups in do_smart_update_queue()Manfred Spraul-5/+22
2013-05-09shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan-1/+7
2013-05-09ipc,sem: fix semctl(..., GETNCNT)Rik van Riel-0/+7
2013-05-09ipc,sem: fix semctl(..., GETZCNT)Rik van Riel-0/+7
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi-1/+5
2013-05-04ipc: simplify rcu_read_lock() in semctl_nolock()Linus Torvalds-2/+1
2013-05-04ipc: simplify semtimedop/semctl_main() common error path handlingLinus Torvalds-27/+14
2013-05-04ipc: move sem_obtain_lock() rcu locking into the only callerLinus Torvalds-9/+7
2013-05-04ipc: fix double sem unlock in semctl error pathLinus Torvalds-1/+1
2013-05-04ipc: move the rcu_read_lock() from sem_lock_and_putref() into callersLinus Torvalds-2/+3
2013-05-04ipc: sem_putref() does not need the semaphore lock any moreLinus Torvalds-3/+1
2013-05-04ipc: move rcu_read_unlock() out of sem_unlock() and into callersLinus Torvalds-2/+17
2013-05-02ipc: fix GETALL/IPC_RM race for sysv semaphoresAl Viro-21/+8
2013-05-02ipc_schedule_free() can do vfree() directly nowAl Viro-87/+16
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells-2/+2
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt-1/+1
2013-05-01ipc/msg.c: use list_for_each_entry_[safe] for list traversingNikola Pajkovsky-27/+8
2013-05-01ipc,sem: fine grained locking for semtimedopRik van Riel-125/+203
2013-05-01ipc,sem: have only one list in struct sem_queueRik van Riel-31/+34
2013-05-01ipc,sem: open code and rename sem_lockRik van Riel-6/+23
2013-05-01ipc,sem: do not hold ipc lock more than necessaryDavidlohr Bueso-48/+118
2013-05-01ipc: introduce lockless pre_down ipcctlDavidlohr Bueso-5/+29
2013-05-01ipc: introduce obtaining a lockless ipc objectDavidlohr Bueso-14/+59
2013-05-01ipc: remove bogus lock comment for ipc_checkidDavidlohr Bueso-6/+1
2013-05-01ipc/msgutil.c: use linux/uaccess.hHoSung Jung-2/+2
2013-05-01ipc: refactor msg list search into separate functionPeter Hurley-22/+26
2013-05-01ipc: simplify msg list searchPeter Hurley-6/+2
2013-05-01ipc: implement MSG_COPY as a new receive modePeter Hurley-13/+9
2013-05-01ipc: remove msg handling from queue scanPeter Hurley-10/+4
2013-05-01ipc: set EFAULT as default error in load_msg()Peter Hurley-7/+3
2013-05-01ipc: tighten msg copy loopsPeter Hurley-21/+11
2013-05-01ipc: separate msg allocation from userspace copyPeter Hurley-14/+38
2013-05-01ipc: clamp with min()Peter Hurley-22/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-126/+177
2013-04-29ipc/util.c: use register_hotmemory_notifier()Andrew Morton-7/+8
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-1/+1
2013-04-02ipc: set msg back to -EAGAIN if copy wasn't performedStanislav Kinsbursky-0/+1
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-2/+10
2013-03-27ipc: Restrict mounting the mqueue filesystemEric W. Biederman-2/+10
2013-03-22mqueue: sys_mq_open: do not call mnt_drop_write() if read-onlyVladimir Davydov-1/+2
2013-03-08ipc: don't allocate a copy larger than maxPeter Hurley-2/+4
2013-03-08ipc: fix potential oops when src msg > 4k w/ MSG_COPYPeter Hurley-3/+0
2013-03-05get rid of union semop in sys_semctl(2) argumentsAl Viro-53/+88
2013-03-03get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro-92/+66
2013-03-03merge compat sys_ipc instancesAl Viro-0/+44
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro-2/+0