aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
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
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon
2012-07-30ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon
2012-07-30ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro
2012-05-31ipc/mqueue: add rbtree node caching supportDoug Ledford
2012-05-31ipc/mqueue: strengthen checks on mqueue creationDoug Ledford
2012-05-31ipc/mqueue: correct mq_attr_ok testDoug Ledford
2012-05-31ipc/mqueue: improve performance of send/recvDoug Ledford
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro
2012-05-31mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford
2012-05-31ipc/mqueue: enforce hard limitsDoug Ledford
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford
2012-05-31ipc/mqueue: cleanup definition names and locationsDoug Ledford
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman