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