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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-26
ima: pass the filename argument up to ima_add_template_entry()
Roberto Sassu
4
-10
/
+13
2013-10-26
ima: pass the file descriptor to ima_add_violation()
Roberto Sassu
3
-5
/
+5
2013-10-26
ima: ima_calc_boot_agregate must use SHA1
Dmitry Kasatkin
3
-5
/
+31
2013-10-26
ima: support arbitrary hash algorithms in ima_calc_buffer_hash
Dmitry Kasatkin
2
-6
/
+25
2013-10-26
ima: provide dedicated hash algo allocation function
Dmitry Kasatkin
1
-14
/
+29
2013-10-26
ima: differentiate between template hash and file data hash sizes
Mimi Zohar
6
-12
/
+12
2013-10-26
ima: use dynamically allocated hash storage
Dmitry Kasatkin
4
-30
/
+49
2013-10-26
ima: pass full xattr with the signature
Dmitry Kasatkin
4
-5
/
+7
2013-10-26
ima: read and use signature hash algorithm
Dmitry Kasatkin
6
-25
/
+94
2013-10-26
ima: provide support for arbitrary hash algorithms
Dmitry Kasatkin
9
-35
/
+100
2013-10-26
keys: change asymmetric keys to use common hash definitions
Dmitry Kasatkin
8
-48
/
+28
2013-10-26
crypto: provide single place for hash algo information
Dmitry Kasatkin
5
-0
/
+137
2013-10-25
Revert "ima: policy for RAMFS"
Mimi Zohar
1
-1
/
+0
2013-10-25
ima: fix script messages
Dmitry Kasatkin
6
-13
/
+13
2013-10-22
tpm: use tabs instead of whitespaces in Kconfig
Peter Huewe
1
-8
/
+8
2013-10-22
tpm: Fix module name description in Kconfig for tpm_i2c_infineon
Peter Huewe
1
-1
/
+1
2013-10-22
tpm: Add support for Atmel I2C TPMs
Jason Gunthorpe
4
-0
/
+295
2013-10-22
tpm: Add support for the Nuvoton NPCT501 I2C TPM
Jason Gunthorpe
4
-0
/
+723
2013-10-22
tpm: Merge the tpm-bios module with tpm.o
Jason Gunthorpe
3
-11
/
+3
2013-10-22
tpm: Rename tpm.c to tpm-interface.c
Jason Gunthorpe
2
-0
/
+2
2013-10-22
tpm: cleanup checkpatch warnings
Peter Huewe
1
-22
/
+22
2013-10-22
tpm: Remove tpm_show_caps_1_2
Jason Gunthorpe
6
-39
/
+27
2013-10-22
tpm: st33: Remove chip->data_buffer access from this driver
Jason Gunthorpe
1
-8
/
+0
2013-10-22
tpm: Remove redundant dev_set_drvdata
Jason Gunthorpe
3
-6
/
+0
2013-10-22
tpm: Use container_of to locate the tpm_chip in tpm_open
Jason Gunthorpe
1
-17
/
+4
2013-10-22
tpm: Store devname in the tpm_chip
Jason Gunthorpe
2
-11
/
+7
2013-10-22
tpm atmel: Call request_region with the correct base
Jason Gunthorpe
1
-1
/
+1
2013-10-22
tpm: ibmvtpm: Use %zd formatting for size_t format arguments
Jason Gunthorpe
1
-2
/
+2
2013-10-22
tpm: MAINTAINERS: Add myself as tpm maintainer
Peter Huewe
1
-0
/
+1
2013-10-22
Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into r...
James Morris
17
-400
/
+450
2013-09-27
selinux: correct locking in selinux_netlbl_socket_connect)
Paul Moore
1
-4
/
+2
2013-09-26
selinux: Use kmemdup instead of kmalloc + memcpy
Duan Jiong
1
-2
/
+2
2013-09-25
X.509: remove possible code fragility: enumeration values not handled
Antonio Alecrim Jr
1
-0
/
+2
2013-09-25
X.509: add module description and license
Konstantin Khlebnikov
1
-0
/
+3
2013-09-25
MPILIB: add module description and license
Konstantin Khlebnikov
1
-0
/
+3
2013-09-25
KEYS: initialize root uid and session keyrings early
Mimi Zohar
1
-0
/
+10
2013-09-25
KEYS: verify a certificate is signed by a 'trusted' key
Mimi Zohar
1
-1
/
+80
2013-09-25
KEYS: Make the system 'trusted' keyring viewable by userspace
Mimi Zohar
1
-3
/
+3
2013-09-25
KEYS: Set the asymmetric-key type default search method
David Howells
1
-0
/
+1
2013-09-25
KEYS: Add a 'trusted' flag and a 'trusted only' flag
David Howells
5
-1
/
+19
2013-09-25
KEYS: Separate the kernel signature checking keyring from module signing
David Howells
8
-115
/
+155
2013-09-25
KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicate
David Howells
1
-3
/
+9
2013-09-25
KEYS: Load *.x509 files into kernel keyring
David Howells
2
-8
/
+30
2013-09-25
X.509: Remove certificate date checks
David Howells
1
-38
/
+0
2013-09-25
X.509: Handle certificates that lack an authorityKeyIdentifier field
David Howells
1
-4
/
+5
2013-09-25
X.509: Check the algorithm IDs obtained from parsing an X.509 certificate
David Howells
1
-0
/
+11
2013-09-25
X.509: Embed public_key_signature struct and create filler function
David Howells
3
-55
/
+74
2013-09-25
X.509: struct x509_certificate needs struct tm declaring
David Howells
1
-0
/
+1
2013-09-25
KEYS: Store public key algo ID in public_key_signature struct
David Howells
1
-0
/
+1
2013-09-25
KEYS: Split public_key_verify_signature() and make available
David Howells
3
-9
/
+39
[next]