index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-2
/
+2
2019-11-29
x86/efi: remove unused variables
YueHaibing
1
-5
/
+0
2019-11-12
powerpc: Load firmware trusted keys/hashes into kernel keyring
Nayna Jain
3
-1
/
+108
2019-11-12
x86/efi: move common keyring handler functions to new file
Nayna Jain
4
-67
/
+115
2019-11-12
ima: Check against blacklisted hashes for files with modsig
Nayna Jain
5
-6
/
+60
2019-11-12
ima: Make process_buffer_measurement() generic
Nayna Jain
2
-18
/
+43
2019-10-05
integrity: remove pointless subdir-$(CONFIG_...)
Masahiro Yamada
1
-2
/
+0
2019-10-05
integrity: remove unneeded, broken attempt to add -fshort-wchar
Masahiro Yamada
1
-1
/
+0
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-3
/
+55
2019-08-29
ima: ima_api: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2019-08-29
ima: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+2
2019-08-28
ima: Fix use after free in ima_read_modsig()
Thiago Jung Bauermann
1
-1
/
+2
2019-08-20
kexec: Allow kexec_file() with appropriate IMA policy when locked down
Matthew Garrett
3
-1
/
+53
2019-08-20
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
2
-2
/
+2
2019-08-06
ima: fix freeing ongoing ahash_request
Sascha Hauer
1
-0
/
+5
2019-08-06
ima: always return negative code for error
Sascha Hauer
1
-1
/
+4
2019-08-06
ima: Store the measurement again when appraising a modsig
Thiago Jung Bauermann
4
-7
/
+47
2019-08-06
ima: Define ima-modsig template
Thiago Jung Bauermann
8
-6
/
+156
2019-08-06
ima: Collect modsig
Thiago Jung Bauermann
5
-5
/
+60
2019-08-06
ima: Implement support for module-style appended signatures
Thiago Jung Bauermann
8
-23
/
+209
2019-08-06
ima: Factor xattr_verify() out of ima_appraise_measurement()
Thiago Jung Bauermann
1
-60
/
+81
2019-08-06
ima: Add modsig appraise_type option for module-style appended signatures
Thiago Jung Bauermann
6
-2
/
+62
2019-08-06
integrity: Select CONFIG_KEYS instead of depending on it
Thiago Jung Bauermann
1
-1
/
+1
2019-08-01
ima: initialize the "template" field with the default template
Mimi Zohar
1
-2
/
+4
2019-07-11
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-39
/
+29
2019-07-09
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-67
/
+363
2019-07-09
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-29
/
+39
2019-07-09
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2019-07-01
integrity: Introduce struct evm_xattr
Thiago Jung Bauermann
3
-7
/
+14
2019-07-01
ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definition
Thiago Jung Bauermann
1
-1
/
+7
2019-07-01
IMA: Define a new template field buf
Prakhar Srivastava
5
-1
/
+33
2019-06-28
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
6
-29
/
+39
2019-06-26
keys: Add a 'recurse' flag for keyring searches
David Howells
1
-2
/
+2
2019-06-24
IMA: Define a new hook to measure the kexec boot command line arguments
Prakhar Srivastava
4
-0
/
+81
2019-06-20
IMA: support for per policy rule template formats
Matthew Garrett
7
-27
/
+76
2019-06-17
integrity: Fix __integrity_init_keyring() section mismatch
Geert Uytterhoeven
1
-2
/
+3
2019-06-14
ima: Use designated initializers for struct ima_event_data
Thiago Jung Bauermann
2
-6
/
+11
2019-06-14
ima: use the lsm policy update notifier
Janne Karhunen
3
-20
/
+106
2019-06-14
x86/ima: fix the Kconfig dependency for IMA_ARCH_POLICY
Nayna Jain
1
-1
/
+2
2019-06-14
ima: Make arch_policy_entry static
YueHaibing
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
23
-110
/
+23
2019-06-04
ima: prevent a file already mmap'ed write to be mmap'ed execute
Mimi Zohar
1
-2
/
+30
2019-05-31
Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+19
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-30
ima: show rules with IMA_INMASK correctly
Roberto Sassu
1
-9
/
+12
2019-05-30
evm: check hash algorithm passed to init_desc()
Roberto Sassu
1
-0
/
+3
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
4
-0
/
+4
2019-05-20
ima: fix wrong signed policy requirement when not appraising
Petr Vorel
1
-3
/
+4
2019-05-08
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+5
2019-05-07
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-7
/
+9
[next]