Age | Commit message (Expand) | Author |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-27 | tomoyo: annotate ->poll() instances | Al Viro |
2017-11-13 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-21 | tomoyo: fix timestamping for y2038 | Arnd Bergmann |
2017-08-01 | exec: Rename bprm->cred_prepared to called_set_creds | Kees Cook |
2017-05-03 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2017-03-30 | TOMOYO: Use designated initializers | Kees Cook |
2017-03-28 | new helper: uaccess_kernel() | Al Viro |
2017-03-06 | security: mark LSM hooks as __ro_after_init | James Morris |
2017-03-02 | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... | Ingo Molnar |
2017-01-19 | LSM: Add /sys/kernel/security/lsm | Casey Schaufler |
2016-12-14 | mm: add locked parameter to get_user_pages_remote() | Lorenzo Stoakes |
2016-10-19 | mm: replace get_user_pages_remote() write/force parameters with gup_flags | Lorenzo Stoakes |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi |
2016-09-27 | vfs: remove unused i_op->rename | Miklos Szeredi |
2016-07-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds |
2016-06-06 | security: tomoyo: simplify the gc kthread creation | Mike Danese |
2016-03-28 | constify security_sb_pivotroot() | Al Viro |
2016-03-28 | constify security_path_chroot() | Al Viro |
2016-03-28 | constify security_path_{link,rename} | Al Viro |
2016-03-28 | constify security_path_{mkdir,mknod,symlink} | Al Viro |
2016-03-28 | constify security_path_{unlink,rmdir} | Al Viro |
2016-03-28 | constify chmod_common/security_path_chmod | Al Viro |
2016-03-28 | constify security_sb_mount() | Al Viro |
2016-03-28 | constify chown_common/security_path_chown | Al Viro |
2016-03-28 | tomoyo: constify assorted struct path * | Al Viro |
2016-03-28 | constify security_path_truncate() | Al Viro |
2016-02-16 | mm/gup: Introduce get_user_pages_remote() | Dave Hansen |
2016-01-04 | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro |
2015-05-12 | LSM: Switch to lists of hooks | Casey Schaufler |
2015-05-12 | LSM: Add security module hook list heads | Casey Schaufler |
2015-05-12 | LSM: Split security.h | Casey Schaufler |
2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-04-17 | tomoyo: reduce mmap_sem hold for mm->exe_file | Davidlohr Bueso |
2015-04-15 | VFS: security/: d_backing_inode() annotations | David Howells |
2015-04-15 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2015-04-11 | switch security_inode_getattr() to struct path * | Al Viro |
2015-04-11 | constify tomoyo_realpath_from_path() | Al Viro |
2015-04-07 | tomoyo: Do not generate empty policy files | Michal Marek |
2015-04-07 | tomoyo: Use if_changed when generating builtin-policy.h | Michal Marek |
2015-04-07 | tomoyo: Use bin2c to generate builtin-policy.h | Michal Marek |
2015-02-22 | TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() | David Howells |
2015-01-06 | rcu: Make SRCU optional by using CONFIG_SRCU | Pranith Kumar |
2014-08-26 | tomoyo: Fix pathname calculation breakage. | Tetsuo Handa |
2014-06-12 | tomoyo: Use sensible time interface | Thomas Gleixner |
2014-04-01 | get rid of pointless checks for NULL ->i_op | Al Viro |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-04-29 | tomoyo_close_control: don't bother with return value | Al Viro |