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