Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
361d24d40657d27bf9ba99a961e04171181b9719
/
drivers
/
char
/
tpm
e487a0f
tpm: Restore functionality to xen vtpm driver.
by Dr. Greg Wettstein
· 6 years ago
9e1b74a
tpm: add support for nonblocking operation
by Tadeusz Struk
· 6 years ago
c3d477a
tpm: add ptr to the tpm_space struct to file_priv
by Tadeusz Struk
· 6 years ago
2f7d8db
tpm: Make SECURITYFS a weak dependency
by Peter Huewe
· 6 years ago
0d6d0d6
tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
by Javier Martinez Canillas
· 6 years ago
84b59f6
tpm: fix response size validation in tpm_get_random()
by Jarkko Sakkinen
· 6 years ago
58bac8c
tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED
by Jarkko Sakkinen
· 7 years ago
eccc9bb
tpm: Convert tpm_find_get_ops() to use tpm_default_chip()
by Stefan Berger
· 7 years ago
aaae815
tpm: Implement tpm_default_chip() to find a TPM chip
by Stefan Berger
· 7 years ago
fc1d52b
tpm: rename tpm_chip_find_get() to tpm_find_get_ops()
by Stefan Berger
· 7 years ago
7a64c55
tpm: Allow tpm_tis drivers to set hwrng quality.
by Louis Collard
· 7 years ago
36a1102
tpm: Return the actual size when receiving an unsupported command
by Ricardo Schwarzmeier
· 7 years ago
627448e
tpm: separate cmd_ready/go_idle from runtime_pm
by Tomas Winkler
· 7 years ago
79e2472
tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
by Peter Rosin
· 7 years ago
1a339b6
tpm_tis_spi: Pass the SPI IRQ down to the driver
by Linus Walleij
· 7 years ago
ce63c05
tpm: migrate tpm2_get_random() to use struct tpm_buf
by Jarkko Sakkinen
· 7 years ago
2ab3241
tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf
by Jarkko Sakkinen
· 7 years ago
94e266b
tpm: migrate tpm2_probe() to use struct tpm_buf
by Jarkko Sakkinen
· 7 years ago
cc26c6e
tpm: migrate tpm2_shutdown() to use struct tpm_buf
by Jarkko Sakkinen
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
3ab2011
tpm: fix race condition in tpm_common_write()
by Tadeusz Struk
· 7 years ago
424eaf9
tpm: reduce polling time to usecs for even finer granularity
by Nayna Jain
· 7 years ago
f5495bb
tpm: replace kmalloc() + memcpy() with kmemdup()
by Ji-Hun Kim
· 7 years ago
6979891
tpm: replace kmalloc() + memcpy() with kmemdup()
by Ji-Hun Kim
· 7 years ago
8c81c24
tpm: fix use after free in tpm2_load_context()
by Tadeusz Struk
· 7 years ago
59f5a6b
tpm: reduce poll sleep time in tpm_transmit()
by Nayna Jain
· 7 years ago
33bafe9
tpm_tis: verify locality released before returning from release_locality
by Jerry Snitselaar
· 7 years ago
1fbad30
tpm: tpm_crb: relinquish locality on error path.
by Winkler, Tomas
· 7 years ago
c922ff8
tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWN
by Colin Ian King
· 7 years ago
75d647f
tpm: Move eventlog declarations to its own header
by Thiebaud Weksteen
· 7 years ago
9b01b53
tpm: Move shared eventlog functions to common.c
by Thiebaud Weksteen
· 7 years ago
0bfb237
tpm: Move eventlog files to a subdirectory
by Thiebaud Weksteen
· 7 years ago
09dd144
tpm: Add explicit endianness cast
by Thiebaud Weksteen
· 7 years ago
f20b4f2
tpm: st33zp24: remove redundant null check on chip
by Colin Ian King
· 7 years ago
92980756
tpm: move the delay_msec increment after sleep in tpm_transmit()
by Nayna Jain
· 7 years ago
4b3f1a1
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
3c8ba0d
kernel.h: Retain constant expression output for max()/min()
by Kees Cook
· 7 years ago
2be8ffe
tpm: fix intermittent failure with self tests
by James Bottomley
· 7 years ago
e2fb992
tpm: add retry logic
by James Bottomley
· 7 years ago
0803d7b
tpm: self test failure should not cause suspend to fail
by Chris Chiu
· 7 years ago
076d3564
tpm2: add longer timeouts for creation commands.
by Tomas Winkler
· 7 years ago
09b17f3
tpm_crb: use __le64 annotated variable for response buffer address
by Tomas Winkler
· 7 years ago
62c09e1
tpm: fix buffer type in tpm_transmit_cmd
by Winkler, Tomas
· 7 years ago
65520d4
tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
by Winkler, Tomas
· 7 years ago
888d867
tpm: cmd_ready command can be issued only after granting locality
by Tomas Winkler
· 7 years ago
3be2327
tpm: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
6d24cd1
tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
9b8cb28
tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
f9d4d9b
tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
6bb320c
tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
ae0cb7b
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
68021bf
tpm: remove unused variables
by Arnd Bergmann
· 7 years ago
b4f2082
tpm: remove unused data fields from I2C and OF device ID tables
by Javier Martinez Canillas
· 7 years ago
6c9f0ce
tpm: only attempt to disable the LPC CLKRUN if is already enabled
by Javier Martinez Canillas
· 7 years ago
5fc0bea
tpm: follow coding style for variable declaration in tpm_tis_core_init()
by Javier Martinez Canillas
· 7 years ago
764325a
tpm: delete the TPM_TIS_CLK_ENABLE flag
by Javier Martinez Canillas
· 7 years ago
b3e958c
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
by Azhar Shaikh
· 7 years ago
c382bab
tpm_tis: Move ilb_base_addr to tpm_tis_data
by Azhar Shaikh
· 7 years ago
0b66f2a
tpm2-cmd: allow more attempts for selftest execution
by Alexander.Steffen@infineon.com
· 7 years ago
095531f
tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
by Javier Martinez Canillas
· 7 years ago
6e592a0
tpm: Move Linux RNG connection to hwrng
by Jason Gunthorpe
· 7 years ago
aad887f
tpm: use struct tpm_chip for tpm_chip_find_get()
by Jarkko Sakkinen
· 7 years ago
58cc1e4
tpm: parse TPM event logs based on EFI table
by Thiebaud Weksteen
· 7 years ago
67cb8e1
tpm: rename event log provider files
by Thiebaud Weksteen
· 7 years ago
fd3ec36
tpm: move tpm_eventlog.h outside of drivers folder
by Thiebaud Weksteen
· 7 years ago
5ef924d
tpm: use tpm_msleep() value as max delay
by Nayna Jain
· 7 years ago
cf151a9
tpm: reduce tpm polling delay in tpm_tis_core
by Nayna Jain
· 7 years ago
87cdfdd
tpm: move wait_for_tpm_stat() to respective driver files
by Nayna Jain
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
55b3a0c
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
33957a1
tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDX
by Jérémy Lefaure
· 7 years ago
2d56c718
tpm: fix duplicate inline declaration specifier
by Ruben Roy
· 7 years ago
1a7a9b2
tpm: fix type of a local variables in tpm_tis_spi.c
by Jarkko Sakkinen
· 7 years ago
4557d4b
tpm: fix type of a local variable in tpm2_map_command()
by Jarkko Sakkinen
· 7 years ago
171360d
tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()
by Jarkko Sakkinen
· 7 years ago
ee70bc1
tpm-dev-common: Reject too short writes
by Alexander Steffen
· 7 years ago
125a221
tpm: React correctly to RC_TESTING from TPM 2.0 self tests
by Alexander Steffen
· 7 years ago
87434f5
tpm: Use dynamic delay to wait for TPM 2.0 self test result
by Alexander Steffen
· 7 years ago
2482b1b
tpm: Trigger only missing TPM 2.0 self tests
by Alexander Steffen
· 7 years ago
6b3a131
tpm_tis_spi: Use DMA-safe memory for SPI transfers
by Alexander Steffen
· 7 years ago
f535741
tpm/tpm_crb: Use start method value from ACPI table directly
by Jiandi An
· 7 years ago
c37fbc0
tpm: constify transmit data pointers
by Arnd Bergmann
· 7 years ago
0bbc931
tpm_tis: make array cmd_getticks static const to shrink object code size
by Colin Ian King
· 7 years ago
da379f3
tpm: migrate pubek_show to struct tpm_buf
by Jarkko Sakkinen
· 8 years ago
1436ab0
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
fb154e0
tpm: ibmvtpm: simplify crq initialization and document crq format
by Michal Suchanek
· 8 years ago
9f3fc7b
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
by Hamza Attak
· 7 years ago
e1ec650
tpm: tpm_crb: constify acpi_device_id.
by Arvind Yadav
· 8 years ago
c2a9c4b
tpm: vtpm: constify vio_device_id
by Arvind Yadav
· 7 years ago
7521621
Do not disable driver and bus shutdown hook when class shutdown hook is set.
by Michal Suchanek
· 7 years ago
b5d0ebc
tpm: do not suspend/resume if power stays on
by Enric Balletbo i Serra
· 8 years ago
28707bf
tpm: use tpm2_pcr_read() in tpm2_do_selftest()
by Roberto Sassu
· 8 years ago
91f7f3d
tpm: use tpm_buf functions in tpm2_pcr_read()
by Roberto Sassu
· 8 years ago
bc39708
tpm_tis: make ilb_base_addr static
by Colin Ian King
· 8 years ago
19cbe4f
tpm: consolidate the TPM startup code
by Jarkko Sakkinen
· 8 years ago
5e572ca
tpm: Enable CLKRUN protocol for Braswell systems
by Azhar Shaikh
· 8 years ago
f128480
tpm/tpm_crb: fix priv->cmd_size initialisation
by Manuel Lauss
· 8 years ago
Next »