| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/gup: remove vmas parameter from get_user_pages_remote() | Lorenzo Stoakes | 2023-06-10 | 1 | -1/+1 |
* | Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 | Linus Torvalds | 2023-04-24 | 3 | -48/+4 |
|\ |
|
| * | tomoyo: replace tomoyo_round2() with kmalloc_size_roundup() | Vlastimil Babka | 2023-03-01 | 3 | -48/+4 |
* | | selinux: remove the runtime disable functionality | Paul Moore | 2023-03-20 | 1 | -3/+3 |
|/ |
|
* | tomoyo: Update website link | Tetsuo Handa | 2023-01-13 | 1 | -1/+1 |
* | tomoyo: Remove "select SRCU" | Paul E. McKenney | 2023-01-13 | 1 | -1/+0 |
* | tomoyo: Omit use of bin2c | Masahiro Yamada | 2023-01-09 | 2 | -8/+8 |
* | tomoyo: avoid unneeded creation of builtin-policy.h | Masahiro Yamada | 2023-01-07 | 1 | -0/+2 |
* | tomoyo: fix broken dependency on *.conf.default | Masahiro Yamada | 2023-01-07 | 1 | -1/+1 |
* | security: Create file_truncate hook from path_truncate hook | Günther Noack | 2022-10-19 | 1 | -0/+13 |
* | tomoyo: struct path it might get from LSM callers won't have NULL dentry or mnt | Al Viro | 2022-08-21 | 2 | -8/+3 |
* | tomoyo: use vsnprintf() properly | Al Viro | 2022-08-21 | 2 | -2/+2 |
* | LSM: Remove double path_rename hook calls for RENAME_EXCHANGE | Mickaël Salaün | 2022-05-23 | 1 | -1/+10 |
* | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2022-03-25 | 3 | -16/+6 |
|\ |
|
| * | tomoyo: Use str_yes_no() | Lucas De Marchi | 2022-02-07 | 3 | -16/+6 |
* | | TOMOYO: fix __setup handlers return values | Randy Dunlap | 2022-02-23 | 1 | -2/+2 |
|/ |
|
* | tomoyo: use hwight16() in tomoyo_domain_quota_is_ok() | Tetsuo Handa | 2021-12-15 | 1 | -10/+7 |
* | tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok(). | Dmitry Vyukov | 2021-12-15 | 1 | -7/+7 |
* | mm/pagemap: add mmap_assert_locked() annotations to find_vma*() | Luigi Rizzo | 2021-09-03 | 1 | -4/+9 |
* | tomoyo: fix doc warnings | ChenXiaoSong | 2021-06-15 | 4 | -9/+9 |
* | tomoyo: don't special case PF_IO_WORKER for PF_KTHREAD | Jens Axboe | 2021-03-28 | 1 | -1/+1 |
* | tomoyo: recognize kernel threads correctly | Tetsuo Handa | 2021-02-01 | 1 | -1/+1 |
* | tomoyo: ignore data race while checking quota | Tetsuo Handa | 2021-02-01 | 3 | -24/+24 |
* | tomoyo: Fix typo in comments. | Tetsuo Handa | 2020-12-06 | 5 | -7/+7 |
* | tomoyo: Fix null pointer check | Zheng Zengkai | 2020-11-27 | 3 | -6/+4 |
* | tomoyo: Limit wildcard recursion depth. | Tetsuo Handa | 2020-11-03 | 1 | -25/+30 |
* | tomoyo: fix clang pointer arithmetic warning | Arnd Bergmann | 2020-10-28 | 1 | -3/+3 |
* | tomoyo: Loosen pathname/domainname validation. | Tetsuo Handa | 2020-10-12 | 1 | -6/+23 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 2 | -10/+10 |
* | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 2020-08-12 | 1 | -1/+1 |
* | exec: Implement kernel_execve | Eric W. Biederman | 2020-07-21 | 3 | -5/+5 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 1 | -3/+3 |
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2020-06-04 | 1 | -9/+3 |
|\ |
|
| * | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds | Eric W. Biederman | 2020-05-20 | 1 | -9/+3 |
* | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2020-06-04 | 1 | -1/+3 |
|\ \ |
|
| * | | proc: proc_pid_ns takes super_block as an argument | Alexey Gladkov | 2020-05-19 | 1 | -1/+1 |
| * | | Use proc_pid_ns() to get pid_namespace from the proc superblock | Alexey Gladkov | 2020-04-24 | 1 | -1/+3 |
| |/ |
|
* | | Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 | Linus Torvalds | 2020-06-03 | 1 | -1/+1 |
|\ \ |
|
| * | | tomoyo: use true for bool variable | Zou Wei | 2020-05-12 | 1 | -1/+1 |
| |/ |
|
* / | tomoyo_write_control(): get rid of pointless access_ok() | Al Viro | 2020-05-29 | 1 | -2/+0 |
|/ |
|
* | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | tomoyo: Use atomic_t for statistics counter | Tetsuo Handa | 2020-01-02 | 1 | -7/+4 |
* | tomoyo: Suppress RCU warning at list_for_each_entry_rcu(). | Tetsuo Handa | 2019-12-16 | 4 | -13/+26 |
* | tomoyo: Don't use nifty names on sockets. | Tetsuo Handa | 2019-12-11 | 1 | -31/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | tomoyo: Don't emit WARNING: string while fuzzing testing. | Tetsuo Handa | 2019-05-10 | 1 | -0/+2 |
* | tomoyo: Change pathname calculation for read-only filesystems. | Tetsuo Handa | 2019-05-10 | 1 | -1/+2 |
* | tomoyo: Check address length before reading address family | Tetsuo Handa | 2019-05-10 | 1 | -0/+4 |
* | tomoyo: Add a kernel config option for fuzzing testing. | Tetsuo Handa | 2019-05-10 | 2 | -1/+22 |
* | tomoyo: Bump version. | Tetsuo Handa | 2019-02-19 | 2 | -8/+13 |