index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-31
ima: Fail rule parsing when asymmetric key measurement isn't supportable
Tyler Hicks
1
-2
/
+4
2020-08-31
ima: Pre-parse the list of keyrings in a KEY_CHECK rule
Tyler Hicks
1
-45
/
+93
2020-08-31
selinux: simplify away security_policydb_len()
Ondrej Mosnacek
3
-30
/
+10
2020-08-27
selinux: move policy mutex to selinux_state, use in lockdep checks
Stephen Smalley
4
-43
/
+22
2020-08-26
selinux: fix error handling bugs in security_load_policy()
Dan Carpenter
1
-11
/
+23
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
1
-0
/
+6
2020-08-25
selinux: convert policy read-write lock to RCU
Stephen Smalley
4
-218
/
+280
2020-08-24
selinux: delete repeated words in comments
Randy Dunlap
1
-3
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
12
-38
/
+30
2020-08-21
selinux: add basic filtering for audit trace events
Peter Enderborg
1
-13
/
+15
2020-08-21
selinux: add tracepoint on audited events
ThiƩbaud Weksteen
1
-0
/
+5
2020-08-21
selinux: Create new booleans and class dirs out of tree
Daniel Burgener
1
-23
/
+90
2020-08-21
selinux: Standardize string literal usage for selinuxfs directory names
Daniel Burgener
1
-4
/
+6
2020-08-21
selinux: Refactor selinuxfs directory populating functions
Daniel Burgener
1
-20
/
+25
2020-08-21
selinux: Create function for selinuxfs directory cleanup
Daniel Burgener
1
-14
/
+25
2020-08-20
selinux: permit removing security.selinux xattr before policy load
Stephen Smalley
1
-0
/
+3
2020-08-20
device_cgroup: Fix RCU list debugging warning
Amol Grover
1
-1
/
+2
2020-08-20
selinux: fix memdup.cocci warnings
kernel test robot
1
-3
/
+2
2020-08-19
selinux: avoid dereferencing the policy prior to initialization
Stephen Smalley
1
-0
/
+60
2020-08-19
selinux: fix allocation failure check on newpolicy->sidtab
Colin Ian King
1
-1
/
+1
2020-08-17
selinux: refactor changing booleans
Stephen Smalley
8
-64
/
+368
2020-08-17
selinux: move policy commit after updating selinuxfs
Stephen Smalley
6
-80
/
+104
2020-08-17
selinux: encapsulate policy state, refactor policy load
Stephen Smalley
2
-192
/
+221
2020-08-17
scripts/selinux,selinux: update mdp to enable policy capabilities
Stephen Smalley
4
-26
/
+40
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
[prev]
[next]