Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -10/+10 |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 1 | -1/+1 |
2020-07-21 | exec: Implement kernel_execve | Eric W. Biederman | 3 | -5/+5 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -3/+3 |
2020-06-05 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -9/+3 |
2020-06-04 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -1/+3 |
2020-06-03 | Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 | Linus Torvalds | 1 | -1/+1 |
2020-05-29 | tomoyo_write_control(): get rid of pointless access_ok() | Al Viro | 1 | -2/+0 |
2020-05-20 | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds | Eric W. Biederman | 1 | -9/+3 |
2020-05-19 | proc: proc_pid_ns takes super_block as an argument | Alexey Gladkov | 1 | -1/+1 |
2020-05-12 | tomoyo: use true for bool variable | Zou Wei | 1 | -1/+1 |
2020-04-25 | Use proc_pid_ns() to get pid_namespace from the proc superblock | Alexey Gladkov | 1 | -1/+3 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
2020-01-02 | tomoyo: Use atomic_t for statistics counter | Tetsuo Handa | 1 | -7/+4 |
2019-12-16 | tomoyo: Suppress RCU warning at list_for_each_entry_rcu(). | Tetsuo Handa | 4 | -13/+26 |
2019-12-11 | tomoyo: Don't use nifty names on sockets. | Tetsuo Handa | 1 | -31/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-11 | tomoyo: Don't emit WARNING: string while fuzzing testing. | Tetsuo Handa | 1 | -0/+2 |
2019-05-11 | tomoyo: Change pathname calculation for read-only filesystems. | Tetsuo Handa | 1 | -1/+2 |
2019-05-11 | tomoyo: Check address length before reading address family | Tetsuo Handa | 1 | -0/+4 |
2019-05-11 | tomoyo: Add a kernel config option for fuzzing testing. | Tetsuo Handa | 2 | -1/+22 |
2019-02-20 | tomoyo: Bump version. | Tetsuo Handa | 2 | -8/+13 |
2019-01-25 | tomoyo: Allow multiple use_group lines. | Tetsuo Handa | 3 | -22/+42 |
2019-01-25 | tomoyo: Coding style fix. | Tetsuo Handa | 15 | -105/+309 |
2019-01-23 | tomoyo: Swicth from cred->security to task_struct->security. | Tetsuo Handa | 5 | -122/+108 |
2019-01-18 | LSM: Make lsm_early_cred() and lsm_early_task() local functions. | Tetsuo Handa | 1 | -1/+0 |
2019-01-09 | TOMOYO: Update LSM flags to no longer be exclusive | Kees Cook | 1 | -1/+1 |
2019-01-09 | Infrastructure management of the cred security blob | Casey Schaufler | 2 | -1/+8 |
2019-01-09 | TOMOYO: Abstract use of cred security blob | Casey Schaufler | 4 | -16/+64 |
2019-01-09 | LSM: Separate idea of "major" LSM from "exclusive" LSM | Kees Cook | 1 | -1/+1 |
2019-01-09 | LSM: Lift LSM selection out of individual LSMs | Kees Cook | 1 | -2/+0 |
2019-01-09 | LSM: Introduce LSM_FLAG_LEGACY_MAJOR | Kees Cook | 1 | -0/+1 |
2019-01-06 | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -0/+1 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -1/+1 |
2018-12-20 | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 1 | -0/+1 |
2018-11-05 | tomoyo: fix small typo | Yangtao Li | 1 | -1/+1 |
2018-10-11 | LSM: Record LSM name in struct lsm_info | Kees Cook | 1 | -0/+1 |
2018-10-11 | LSM: Convert security_initcall() into DEFINE_LSM() | Kees Cook | 1 | -1/+3 |
2018-09-04 | security: tomoyo: Fix obsolete function | Ding Xiang | 1 | -1/+2 |
2018-08-15 | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2018-07-17 | kbuild: move bin2c back to scripts/ from scripts/basic/ | Masahiro Yamada | 1 | -1/+1 |
2018-07-12 | ->file_open(): lose cred argument | Al Viro | 1 | -1/+1 |
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 |