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
/
integrity
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-27
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+1
2018-12-27
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
12
-17
/
+10
2018-12-27
Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2018-12-20
security: integrity: partial revert of make ima_main explicitly non-modular
Paul Gortmaker
1
-1
/
+1
2018-12-17
ima: cleanup the match_token policy code
Mimi Zohar
1
-5
/
+5
2018-12-17
Merge tag 'v4.20-rc7' into next-general
James Morris
1
-0
/
+1
2018-12-12
security: audit and remove any unnecessary uses of module.h
Paul Gortmaker
10
-10
/
+7
2018-12-12
security: integrity: make evm_main explicitly non-modular
Paul Gortmaker
1
-4
/
+1
2018-12-12
security: integrity: make ima_main explicitly non-modular
Paul Gortmaker
1
-4
/
+3
2018-11-26
audit: use current whenever possible
Paul Moore
1
-1
/
+1
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
1
-2
/
+1
2018-11-13
integrity: support new struct public_key_signature encoding field
Mimi Zohar
1
-0
/
+1
2018-10-25
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-43
/
+54
2018-10-10
LSM: Record LSM name in struct lsm_info
Kees Cook
1
-0
/
+1
2018-10-10
LSM: Convert security_initcall() into DEFINE_LSM()
Kees Cook
1
-1
/
+3
2018-10-10
LSM: Convert from initcall to struct lsm_info
Kees Cook
1
-0
/
+1
2018-10-10
ima: open a new file instance if no read permissions
Goldwyn Rodrigues
1
-20
/
+34
2018-10-10
ima: fix showing large 'violations' or 'runtime_measurements_count'
Eric Biggers
1
-3
/
+3
2018-10-10
security/integrity: remove unnecessary 'init_keyring' variable
Eric Biggers
1
-7
/
+1
2018-10-10
security/integrity: constify some read-only data
Eric Biggers
8
-13
/
+16
2018-08-15
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-45
/
+102
2018-08-15
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
4
-16
/
+10
2018-08-15
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-17
/
+158
2018-07-28
ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead
Stefan Berger
4
-8
/
+4
2018-07-28
ima: Use tpm_default_chip() and call TPM functions with a tpm_chip
Stefan Berger
4
-9
/
+7
2018-07-22
EVM: fix return value check in evm_write_xattrs()
Wei Yongjun
1
-2
/
+2
2018-07-18
integrity: prevent deadlock during digsig verification.
Mikhail Kurinnoi
1
-0
/
+23
2018-07-18
evm: Allow non-SHA1 digital signatures
Matthew Garrett
4
-31
/
+46
2018-07-18
evm: Don't deadlock if a crypto algorithm is unavailable
Matthew Garrett
1
-1
/
+2
2018-07-18
integrity: silence warning when CONFIG_SECURITYFS is not enabled
Sudeep Holla
1
-3
/
+6
2018-07-18
ima: Differentiate auditing policy rules from "audit" actions
Stefan Berger
1
-2
/
+2
2018-07-18
ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not set
Stefan Berger
3
-1
/
+21
2018-07-18
ima: Use audit_log_format() rather than audit_log_string()
Stefan Berger
2
-7
/
+2
2018-07-18
ima: Call audit_log_string() rather than logging it untrusted
Stefan Berger
1
-1
/
+1
2018-07-16
ima: based on policy warn about loading firmware (pre-allocated buffer)
Mimi Zohar
1
-0
/
+8
2018-07-16
module: replace the existing LSM hook in init_module
Mimi Zohar
1
-13
/
+10
2018-07-16
ima: add build time policy
Mimi Zohar
2
-3
/
+101
2018-07-16
ima: based on policy require signed firmware (sysfs fallback)
Mimi Zohar
1
-1
/
+9
2018-07-16
ima: based on policy require signed kexec kernel images
Mimi Zohar
3
-0
/
+30
2018-07-12
IMA: don't propagate opened through the entire thing
Al Viro
3
-12
/
+12
2018-06-07
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-83
/
+362
2018-06-06
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
2018-06-01
EVM: unlock on error path in evm_read_xattrs()
Dan Carpenter
1
-1
/
+3
2018-05-31
EVM: prevent array underflow in evm_write_xattrs()
Dan Carpenter
1
-1
/
+1
2018-05-31
EVM: Fix null dereference on xattr when xattr fails to allocate
Colin Ian King
1
-2
/
+4
2018-05-31
EVM: fix memory leak of temporary buffer 'temp'
Colin Ian King
1
-0
/
+2
2018-05-31
IMA: use list_splice_tail_init_rcu() instead of its open coded variant
Petko Manolov
1
-15
/
+2
2018-05-31
ima: use match_string() helper
Yisheng Xie
1
-7
/
+4
2018-05-22
ima: fix updating the ima_appraise flag
Mimi Zohar
1
-9
/
+19
[next]