| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-22 | loadpin: move initcalls to the LSM framework | Paul Moore | 1 | -6/+7 |
| 2025-10-22 | lsm: replace the name field with a pointer to the lsm_id struct | Paul Moore | 1 | -1/+1 |
| 2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -6/+2 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -2/+2 |
| 2024-04-15 | lsm: remove the now superfluous sentinel element from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2023-11-12 | lsm: mark the lsm_id variables are marked as static | Paul Moore | 1 | -1/+1 |
| 2023-11-12 | LSM: Identify modules by more than name | Casey Schaufler | 1 | -1/+8 |
| 2023-08-25 | LoadPin: Annotate struct dm_verity_loadpin_trusted_root_digest with __counted_by | Kees Cook | 1 | -2/+1 |
| 2023-04-27 | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -7/+1 |
| 2023-04-13 | loadpin: simplify sysctls use with register_sysctl() | Luis Chamberlain | 1 | -7/+1 |
| 2023-03-20 | selinux: remove the runtime disable functionality | Paul Moore | 1 | -1/+1 |
| 2023-01-19 | LoadPin: Allow filesystem switch when not enforcing | Kees Cook | 1 | -5/+11 |
| 2023-01-19 | LoadPin: Move pin reporting cleanly out of locking | Kees Cook | 1 | -9/+6 |
| 2023-01-19 | LoadPin: Refactor sysctl initialization | Kees Cook | 1 | -16/+19 |
| 2023-01-19 | LoadPin: Refactor read-only check into a helper | Kees Cook | 1 | -12/+21 |
| 2022-12-14 | LoadPin: Ignore the "contents" argument of the LSM hooks | Kees Cook | 1 | -12/+18 |
| 2022-09-07 | LoadPin: Require file with verity root digests to have a header | Matthias Kaehlcke | 1 | -1/+15 |
| 2022-08-16 | LoadPin: Return EFAULT on copy_from_user() failures | Kees Cook | 1 | -4/+2 |
| 2022-07-08 | LoadPin: Enable loading from trusted dm-verity devices | Matthias Kaehlcke | 1 | -1/+166 |
| 2022-05-16 | loadpin: stop using bdevname | Christoph Hellwig | 1 | -4/+1 |
| 2020-10-05 | LSM: Add "contents" flag to kernel_read_file hook | Kees Cook | 1 | -2/+12 |
| 2020-10-05 | LSM: Introduce kernel_post_load_data() hook | Kees Cook | 1 | -1/+1 |
| 2020-10-05 | fs/kernel_read_file: Split into separate include file | Scott Branden | 1 | -0/+1 |
| 2020-06-24 | block: move block-related definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
| 2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce | 1 | -4/+2 |
| 2019-07-11 | Merge tag 'loadpin-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+48 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 1 | -9/+1 |
| 2019-05-31 | security/loadpin: Allow to exclude specific file types | Ke Wu | 1 | -0/+48 |
| 2019-01-08 | LoadPin: Initialize as ordered LSM | Kees Cook | 1 | -1/+7 |
| 2018-10-18 | LoadPin: Rename boot param "enabled" to "enforce" | Kees Cook | 1 | -10/+11 |
| 2018-10-18 | LoadPin: Report friendly block device name | Kees Cook | 1 | -1/+4 |
| 2018-07-16 | module: replace the existing LSM hook in init_module | Mimi Zohar | 1 | -0/+6 |
| 2018-02-22 | get rid of pointless includes of fs_struct.h | Al Viro | 1 | -1/+0 |
| 2017-03-06 | security: mark LSM hooks as __ro_after_init | James Morris | 1 | -1/+1 |
| 2017-01-19 | LSM: Add /sys/kernel/security/lsm | Casey Schaufler | 1 | -1/+1 |
| 2016-05-17 | LSM: LoadPin: provide enablement CONFIG | Kees Cook | 1 | -1/+1 |
| 2016-04-21 | LSM: LoadPin for kernel file loading restrictions | Kees Cook | 1 | -0/+190 |