Age | Commit message (Expand) | Author |
2020-08-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu |
2020-08-11 | Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris... | Linus Torvalds |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long |
2020-08-06 | Replace HTTP links with HTTPS ones: security | Alexander A. Klimov |
2020-08-06 | Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds |
2020-08-06 | Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/smack-next | Linus Torvalds |
2020-08-04 | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2020-08-04 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds |
2020-08-04 | Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-08-04 | Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-04 | Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-08-03 | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-07-27 | integrity: remove redundant initialization of variable ret | Colin Ian King |
2020-07-27 | Smack: prevent underflow in smk_set_cipso() | Dan Carpenter |
2020-07-27 | Smack: fix another vsscanf out of bounds | Dan Carpenter |
2020-07-21 | audit: purge audit_log_string from the intra-kernel audit API | Richard Guy Briggs |
2020-07-21 | exec: Implement kernel_execve | Eric W. Biederman |
2020-07-20 | ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime | Bruno Meneguele |
2020-07-20 | ima: AppArmor satisfies the audit rule requirements | Tyler Hicks |
2020-07-20 | ima: Rename internal filter rule functions | Tyler Hicks |
2020-07-20 | ima: Support additional conditionals in the KEXEC_CMDLINE hook function | Tyler Hicks |
2020-07-20 | ima: Use the common function to detect LSM conditionals in a rule | Tyler Hicks |
2020-07-20 | ima: Move comprehensive rule validation checks out of the token parser | Tyler Hicks |
2020-07-20 | ima: Use correct type for the args_p member of ima_rule_entry.lsm elements | Tyler Hicks |
2020-07-20 | ima: Shallow copy the args_p member of ima_rule_entry.lsm elements | Tyler Hicks |
2020-07-20 | ima: Fail rule parsing when appraise_flag=blacklist is unsupportable | Tyler Hicks |
2020-07-19 | capabilities: Introduce CAP_CHECKPOINT_RESTORE | Adrian Reber |
2020-07-16 | ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid cond | Tyler Hicks |
2020-07-16 | ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali... | Tyler Hicks |
2020-07-16 | ima: Fail rule parsing when buffer hook functions have an invalid action | Tyler Hicks |
2020-07-16 | ima: Free the entire rule if it fails to parse | Tyler Hicks |
2020-07-16 | ima: Free the entire rule when deleting a list of rules | Tyler Hicks |
2020-07-16 | ima: Have the LSM free its audit rule | Tyler Hicks |
2020-07-16 | IMA: Add audit log for failure conditions | Lakshmi Ramasubramanian |
2020-07-16 | integrity: Add errno field in audit message | Lakshmi Ramasubramanian |
2020-07-14 | Smack: fix use-after-free in smk_write_relabel_self() | Eric Biggers |
2020-07-09 | selinux: complete the inlining of hashtab functions | Ondrej Mosnacek |
2020-07-09 | selinux: prepare for inlining of hashtab functions | Ondrej Mosnacek |
2020-07-08 | selinux: specialize symtab insert and search functions | Ondrej Mosnacek |
2020-07-08 | audit: issue CWD record to accompany LSM_AUDIT_DATA_* records | Richard Guy Briggs |
2020-07-08 | selinux: Fix spelling mistakes in the comments | lihao |
2020-07-08 | integrity/ima: switch to using __kernel_read | Christoph Hellwig |
2020-06-30 | Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-06-29 | selinux: fixed a checkpatch warning with the sizeof macro | Ethan Edwards |
2020-06-24 | ima: extend boot_aggregate with kernel measurements | Maurizio Drocco |
2020-06-24 | block: move block-related definitions out of fs.h | Christoph Hellwig |
2020-06-23 | selinux: log error messages on required process class / permissions | Stephen Smalley |
2020-06-23 | selinux: allow reading labels before policy is loaded | Jonathan Lebon |
2020-06-23 | security: Fix hook iteration and default value for inode_copy_up_xattr | KP Singh |