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
/
drivers
/
char
/
tpm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-03
tpm_tis_spi: Add small delay after last transfer
Peter Huewe
1
-0
/
+1
2017-04-03
tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes
Peter Huewe
1
-49
/
+58
2017-04-03
tpm_tis_spi: Check correct byte for wait state indicator
Peter Huewe
1
-18
/
+18
2017-04-03
tpm_tis_spi: Abort transfer when too many wait states are signaled
Peter Huewe
1
-0
/
+5
2017-04-03
tpm_tis_spi: Use single function to transfer data
Peter Huewe
1
-63
/
+24
2017-04-03
tpm/tpm_crb: enter the low power state upon device suspend
Winkler, Tomas
1
-1
/
+24
2017-04-03
tpm: select CONFIG_CRYPTO
Arnd Bergmann
1
-0
/
+1
2017-04-03
tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
Nayna Jain
1
-8
/
+15
2017-04-03
tpm crb: Work around BIOS's that report the wrong ACPI region size
Jason Gunthorpe
1
-2
/
+25
2017-04-03
tpm_tis_core: Choose appropriate timeout for reading burstcount
Alexander Steffen
1
-2
/
+4
2017-03-21
tpm-chip: utilize new cdev_device_add helper function
Logan Gunthorpe
1
-16
/
+3
2017-02-20
tpm: declare tpm2_get_pcr_allocation() as static
Jarkko Sakkinen
2
-50
/
+45
2017-02-15
tpm: Fix expected number of response bytes of TPM1.2 PCR Extend
Stefan Berger
1
-1
/
+1
2017-02-14
tpm xen: drop unneeded chip variable
Julia Lawall
1
-2
/
+0
2017-02-14
tpm: fix misspelled "facilitate" in module parameter description
Dmitry Torokhov
1
-1
/
+1
2017-02-14
tpm_tis: fix the error handling of init_tis()
Wei Yongjun
1
-1
/
+1
2017-02-03
tpm: silence an array overflow warning
Dan Carpenter
1
-2
/
+2
2017-02-03
tpm: fix the type of owned field in cap_t
Stefan Berger
1
-1
/
+1
2017-02-03
tpm: add securityfs support for TPM 2.0 firmware event log
Nayna Jain
6
-22
/
+279
2017-02-03
tpm: enhance read_log_of() to support Physical TPM event log
Nayna Jain
1
-4
/
+23
2017-02-03
tpm: enhance TPM 2.0 PCR extend to support multiple banks
Nayna Jain
4
-44
/
+71
2017-02-03
tpm: implement TPM 2.0 capability to get active PCR banks
Nayna Jain
2
-0
/
+82
2017-02-03
tpm: fix RC value check in tpm2_seal_trusted
Jarkko Sakkinen
2
-1
/
+6
2017-02-03
tpm_tis: fix iTPM probe via probe_itpm() function
Maciej S. Szmigiero
1
-12
/
+13
2017-02-03
tpm: Begin the process to deprecate user_read_timer
Jason Gunthorpe
1
-1
/
+4
2017-02-03
tpm: remove tpm_read_index and tpm_write_index from tpm.h
Jarkko Sakkinen
3
-11
/
+18
2017-01-23
tpm: Check size of response before accessing data
Stefan Berger
5
-51
/
+123
2017-01-23
tpm_tis: use default timeout value if chip reports it as zero
Maciej S. Szmigiero
4
-26
/
+37
2017-01-23
tpm: Do not print an error message when doing TPM auto startup
Jason Gunthorpe
1
-3
/
+6
2017-01-23
tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()
Jiandi An
1
-3
/
+5
2017-01-23
tpm/tpm_tis_spi: drop duplicate header module.h
Geliang Tang
1
-1
/
+0
2017-01-23
tpm/st33zp24: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2017-01-23
tpm/vtpm: fix kdoc warnings
Winkler, Tomas
2
-63
/
+91
2017-01-23
tmp: use pdev for parent device in tpm_chip_alloc
Winkler, Tomas
1
-4
/
+4
2017-01-23
tpm/tpm2-chip: fix kdoc errors
Winkler, Tomas
1
-48
/
+56
2017-01-23
tpm: add kdoc for tpm_transmit and tpm_transmit_cmd
Winkler, Tomas
1
-5
/
+28
2016-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2016-12-15
tpm: use idr_find(), not idr_find_slowpath()
Matthew Wilcox
1
-2
/
+2
2016-12-15
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
16
-375
/
+519
2016-11-28
tpm: adjust return value of tpm_read_log
Jason Gunthorpe
1
-2
/
+4
2016-11-28
tpm: vtpm_proxy: conditionally call tpm_chip_unregister
Jason Gunthorpe
1
-7
/
+6
2016-11-28
tpm: Fix handling of missing event log
Jason Gunthorpe
4
-21
/
+26
2016-11-28
tpm: Check the bios_dir entry for NULL before accessing it
Stefan Berger
1
-5
/
+7
2016-11-28
tpm: return -ENODEV if np is not set
Colin Ian King
1
-1
/
+1
2016-11-28
tpm: cleanup of printk error messages
Nayna Jain
2
-32
/
+13
2016-11-28
tpm: replace of_find_node_by_name() with dev of_node property
Nayna Jain
1
-4
/
+2
2016-11-28
tpm: redefine read_log() to handle ACPI/OF at runtime
Nayna Jain
5
-33
/
+42
2016-11-28
tpm: fix the missing .owner in tpm_bios_measurements_ops
Nayna Jain
1
-0
/
+1
2016-11-28
tpm: have event log use the tpm_chip
Nayna Jain
6
-37
/
+84
2016-11-28
tpm: drop tpm1_chip_register(/unregister)
Jarkko Sakkinen
3
-26
/
+11
[prev]
[next]