summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2013-03-19ipc/sem.c: alternatives to preempt_disable()Manfred Spraul
2013-03-19ipc/msgutil.c: use linux/uaccess.hHoSung Jung
2013-03-19ipc: refactor msg list search into separate functionPeter Hurley
2013-03-19ipc: simplify msg list searchPeter Hurley
2013-03-19ipc: implement MSG_COPY as a new receive modePeter Hurley
2013-03-19ipc: remove msg handling from queue scanPeter Hurley
2013-03-19ipc: set EFAULT as default error in load_msg()Peter Hurley
2013-03-19ipc: tighten msg copy loopsPeter Hurley
2013-03-19ipc: separate msg allocation from userspace copyPeter Hurley
2013-03-19ipc: clamp with min()Peter Hurley
2013-03-19Merge remote-tracking branch 'signal/for-next'Stephen Rothwell
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
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov
2013-02-22new helper: file_inode(file)Al Viro
2013-01-27userns: Allow the unprivileged users to mount mqueue fsGao feng
2013-01-04ipc: add more comments to message copying related codeStanislav Kinsbursky
2013-01-04ipc: simplify message copyingStanislav Kinsbursky
2013-01-04ipc: convert prepare_copy() from macro to functionStanislav Kinsbursky
2013-01-04ipc: simplify free_copy() callStanislav Kinsbursky
2013-01-04selftests: IPC message queue copy feature testStanislav Kinsbursky
2013-01-04ipc: introduce message queue copy featureStanislav Kinsbursky
2013-01-04ipc: message queue receive cleanupStanislav Kinsbursky
2013-01-04ipc: add sysctl to specify desired next object idStanislav Kinsbursky
2013-01-04ipc: remove forced assignment of selected messageStanislav Kinsbursky
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman
2012-10-12audit: make audit_inode take struct filenameJeff Layton
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton
2012-10-09ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch mqueue syscalls to fget_light()Al Viro
2012-09-06userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman