summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)AuthorLines
2013-04-29ipc/util.c: use register_hotmemory_notifier()Andrew Morton-7/+8
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-02-27ipc: convert to idr_alloc()Tejun Heo-21/+9
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+14
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-0/+1
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse-2/+2
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse-5/+7
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov-1/+2
2013-02-22new helper: file_inode(file)Al Viro-12/+12
2013-01-27userns: Allow the unprivileged users to mount mqueue fsGao feng-0/+1
2013-01-04ipc: add more comments to message copying related codeStanislav Kinsbursky-0/+8
2013-01-04ipc: simplify message copyingStanislav Kinsbursky-16/+14
2013-01-04ipc: convert prepare_copy() from macro to functionStanislav Kinsbursky-2/+9
2013-01-04ipc: simplify free_copy() callStanislav Kinsbursky-6/+8
2013-01-04selftests: IPC message queue copy feature testStanislav Kinsbursky-1/+2
2013-01-04ipc: introduce message queue copy featureStanislav Kinsbursky-2/+101
2013-01-04ipc: message queue receive cleanupStanislav Kinsbursky-47/+42
2013-01-04ipc: add sysctl to specify desired next object idStanislav Kinsbursky-4/+45
2013-01-04ipc: remove forced assignment of selected messageStanislav Kinsbursky-4/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+2
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-7/+27
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman-1/+2
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen-1/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman-0/+18
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman-6/+4
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman-1/+5
2012-10-12audit: make audit_inode take struct filenameJeff Layton-2/+2
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-6/+7
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton-4/+4
2012-10-09ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse-3/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-39/+39
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-33/+50
2012-09-26switch simple cases of fget_light to fdgetAl Viro-43/+41
2012-09-26switch mqueue syscalls to fget_light()Al Viro-12/+14
2012-09-06userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman-33/+50
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro-33/+28
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon-4/+4
2012-07-30ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon-4/+4
2012-07-30ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon-1/+1
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon-7/+12
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro-70/+47
2012-07-14don't pass nameidata * to vfs_create()Al Viro-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro-1/+1
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon-0/+12
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+6