index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
Age
Commit message (
Expand
)
Author
Files
Lines
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-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2016-12-14
tpm: use idr_find(), not idr_find_slowpath()
Matthew Wilcox
1
-2
/
+2
2016-12-14
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
2016-11-28
tpm: replace dynamically allocated bios_dir with a static array
Jarkko Sakkinen
4
-54
/
+43
2016-11-28
tpm: replace symbolic permission with octal for securityfs files
Nayna Jain
1
-2
/
+2
2016-11-28
char: tpm: fix kerneldoc tpm2_unseal_trusted name typo
Baruch Siach
1
-1
/
+1
2016-11-28
tpm_tis: Allow tpm_tis to be bound using DT
Jason Gunthorpe
2
-1
/
+12
2016-11-28
tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEV
Jarkko Sakkinen
1
-25
/
+47
2016-11-28
tpm: Only call pm_runtime_get_sync if device has a parent
Stefan Berger
1
-2
/
+4
2016-11-28
tpm: define a generic open() method for ascii & bios measurements
Nayna Jain
1
-48
/
+15
2016-11-28
tpm: Get rid of TPM_CHIP_FLAG_REGISTERED
Jason Gunthorpe
2
-6
/
+0
2016-11-28
tpm xen: Remove bogus tpm_chip_unregister
Jason Gunthorpe
1
-1
/
+0
2016-11-28
tpm tis: Do not print timeout messages twice
Jason Gunthorpe
3
-10
/
+18
2016-11-28
tpm_tis: Check return values from get_burstcount.
Josh Zimmerman
1
-2
/
+13
[next]