index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-38
/
+30
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
1
-0
/
+6
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
12
-38
/
+30
2020-08-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
1
-1
/
+1
2020-08-11
Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
Linus Torvalds
10
-10
/
+10
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
10
-62
/
+62
2020-08-06
Replace HTTP links with HTTPS ones: security
Alexander A. Klimov
10
-10
/
+10
2020-08-06
Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
12
-140
/
+283
2020-08-06
Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/smack-next
Linus Torvalds
1
-3
/
+16
2020-08-04
Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+3
2020-08-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
3
-5
/
+5
2020-08-04
Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-55
/
+49
2020-08-04
Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
14
-161
/
+240
2020-08-04
Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+25
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-07-27
integrity: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2020-07-27
Smack: prevent underflow in smk_set_cipso()
Dan Carpenter
1
-1
/
+1
2020-07-27
Smack: fix another vsscanf out of bounds
Dan Carpenter
1
-0
/
+4
2020-07-21
audit: purge audit_log_string from the intra-kernel audit API
Richard Guy Briggs
5
-55
/
+44
2020-07-21
exec: Implement kernel_execve
Eric W. Biederman
3
-5
/
+5
2020-07-20
ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
Bruno Meneguele
2
-1
/
+7
2020-07-20
ima: AppArmor satisfies the audit rule requirements
Tyler Hicks
1
-1
/
+1
2020-07-20
ima: Rename internal filter rule functions
Tyler Hicks
2
-25
/
+21
2020-07-20
ima: Support additional conditionals in the KEXEC_CMDLINE hook function
Tyler Hicks
7
-22
/
+28
2020-07-20
ima: Use the common function to detect LSM conditionals in a rule
Tyler Hicks
1
-9
/
+2
2020-07-20
ima: Move comprehensive rule validation checks out of the token parser
Tyler Hicks
3
-46
/
+37
2020-07-20
ima: Use correct type for the args_p member of ima_rule_entry.lsm elements
Tyler Hicks
1
-9
/
+9
2020-07-20
ima: Shallow copy the args_p member of ima_rule_entry.lsm elements
Tyler Hicks
1
-10
/
+8
2020-07-20
ima: Fail rule parsing when appraise_flag=blacklist is unsupportable
Tyler Hicks
1
-1
/
+14
2020-07-19
capabilities: Introduce CAP_CHECKPOINT_RESTORE
Adrian Reber
1
-2
/
+3
2020-07-16
ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid cond
Tyler Hicks
1
-0
/
+7
2020-07-16
ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...
Tyler Hicks
1
-0
/
+21
2020-07-16
ima: Fail rule parsing when buffer hook functions have an invalid action
Tyler Hicks
1
-2
/
+38
2020-07-16
ima: Free the entire rule if it fails to parse
Tyler Hicks
1
-1
/
+2
2020-07-16
ima: Free the entire rule when deleting a list of rules
Tyler Hicks
1
-5
/
+24
2020-07-16
ima: Have the LSM free its audit rule
Tyler Hicks
2
-1
/
+6
2020-07-16
IMA: Add audit log for failure conditions
Lakshmi Ramasubramanian
4
-22
/
+51
2020-07-16
integrity: Add errno field in audit message
Lakshmi Ramasubramanian
2
-1
/
+23
2020-07-14
Smack: fix use-after-free in smk_write_relabel_self()
Eric Biggers
1
-2
/
+11
2020-07-09
selinux: complete the inlining of hashtab functions
Ondrej Mosnacek
2
-59
/
+63
2020-07-09
selinux: prepare for inlining of hashtab functions
Ondrej Mosnacek
7
-63
/
+110
2020-07-08
selinux: specialize symtab insert and search functions
Ondrej Mosnacek
7
-56
/
+69
2020-07-08
audit: issue CWD record to accompany LSM_AUDIT_DATA_* records
Richard Guy Briggs
1
-0
/
+5
2020-07-08
selinux: Fix spelling mistakes in the comments
lihao
3
-3
/
+3
2020-07-08
integrity/ima: switch to using __kernel_read
Christoph Hellwig
1
-13
/
+1
2020-06-30
Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+16
2020-06-29
selinux: fixed a checkpatch warning with the sizeof macro
Ethan Edwards
1
-2
/
+2
2020-06-24
ima: extend boot_aggregate with kernel measurements
Maurizio Drocco
2
-2
/
+15
2020-06-24
block: move block-related definitions out of fs.h
Christoph Hellwig
1
-0
/
+1
[next]