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
path:
root
/
drivers
/
char
/
tpm
/
tpm_tis_core.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-05
tpm: Switch to new Intel CPU model defines
Tony Luck
1
-1
/
+1
2023-08-17
tpm_tis: Use responseRetry to recover from data transfer errors
Alexander Steffen
1
-0
/
+1
2023-07-17
tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs
Lino Sanfilippo
1
-0
/
+4
2023-06-03
tpm, tpm_tis: correct tpm_tis_flags enumeration values
Lino Sanfilippo
1
-4
/
+4
2023-04-24
tpm, tpm: Implement usage counter for locality
Lino Sanfilippo
1
-0
/
+2
2023-04-24
tpm, tpm_tis: Only handle supported interrupts
Lino Sanfilippo
1
-0
/
+1
2023-04-24
tpm, tpm_tis: Avoid cache incoherency in test for interrupts
Lino Sanfilippo
1
-1
/
+1
2022-12-08
tpm: Add flag to use default cancellation policy
Eddie James
1
-0
/
+1
2022-08-03
tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
Alexander Steffen
1
-0
/
+10
2022-05-23
tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
Johannes Holland
1
-12
/
+46
2021-10-26
tpm: fix Atmel TPM crash caused by too frequent queries
Hao Wu
1
-0
/
+4
2021-06-23
tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
Jarkko Sakkinen
1
-1
/
+2
2020-10-02
tpm_tis: Add a check for invalid status
James Bottomley
1
-0
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2018-07-28
tpm: Allow tpm_tis drivers to set hwrng quality.
Louis Collard
1
-0
/
+1
2018-04-06
kernel.h: Retain constant expression output for max()/min()
Kees Cook
1
-4
/
+4
2018-01-08
tpm: delete the TPM_TIS_CLK_ENABLE flag
Javier Martinez Canillas
1
-1
/
+0
2018-01-08
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
Azhar Shaikh
1
-0
/
+4
2018-01-08
tpm_tis: Move ilb_base_addr to tpm_tis_data
Azhar Shaikh
1
-0
/
+13
2017-10-18
tpm: constify transmit data pointers
Arnd Bergmann
1
-2
/
+2
2017-01-23
tpm_tis: use default timeout value if chip reports it as zero
Maciej S. Szmigiero
1
-1
/
+1
2016-06-25
tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
Christophe Ricard
1
-0
/
+68
2016-06-25
tpm_tis: Introduce intermediate layer for TPM access
Christophe Ricard
1
-0
/
+51
2016-06-25
tpm: tpm_tis: Share common data between phys
Christophe Ricard
1
-0
/
+37