index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
Commit message (
Expand
)
Author
Age
Files
Lines
*
tpm: declare tpm2_get_pcr_allocation() as static
Jarkko Sakkinen
2017-02-20
2
-50
/
+45
*
tpm: Fix expected number of response bytes of TPM1.2 PCR Extend
Stefan Berger
2017-02-15
1
-1
/
+1
*
tpm xen: drop unneeded chip variable
Julia Lawall
2017-02-14
1
-2
/
+0
*
tpm: fix misspelled "facilitate" in module parameter description
Dmitry Torokhov
2017-02-14
1
-1
/
+1
*
tpm_tis: fix the error handling of init_tis()
Wei Yongjun
2017-02-14
1
-1
/
+1
*
tpm: silence an array overflow warning
Dan Carpenter
2017-02-03
1
-2
/
+2
*
tpm: fix the type of owned field in cap_t
Stefan Berger
2017-02-03
1
-1
/
+1
*
tpm: add securityfs support for TPM 2.0 firmware event log
Nayna Jain
2017-02-03
6
-22
/
+279
*
tpm: enhance read_log_of() to support Physical TPM event log
Nayna Jain
2017-02-03
1
-4
/
+23
*
tpm: enhance TPM 2.0 PCR extend to support multiple banks
Nayna Jain
2017-02-03
4
-44
/
+71
*
tpm: implement TPM 2.0 capability to get active PCR banks
Nayna Jain
2017-02-03
2
-0
/
+82
*
tpm: fix RC value check in tpm2_seal_trusted
Jarkko Sakkinen
2017-02-03
2
-1
/
+6
*
tpm_tis: fix iTPM probe via probe_itpm() function
Maciej S. Szmigiero
2017-02-03
1
-12
/
+13
*
tpm: Begin the process to deprecate user_read_timer
Jason Gunthorpe
2017-02-03
1
-1
/
+4
*
tpm: remove tpm_read_index and tpm_write_index from tpm.h
Jarkko Sakkinen
2017-02-03
3
-11
/
+18
*
tpm: Check size of response before accessing data
Stefan Berger
2017-01-23
5
-51
/
+123
*
tpm_tis: use default timeout value if chip reports it as zero
Maciej S. Szmigiero
2017-01-23
4
-26
/
+37
*
tpm: Do not print an error message when doing TPM auto startup
Jason Gunthorpe
2017-01-23
1
-3
/
+6
*
tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()
Jiandi An
2017-01-23
1
-3
/
+5
*
tpm/tpm_tis_spi: drop duplicate header module.h
Geliang Tang
2017-01-23
1
-1
/
+0
*
tpm/st33zp24: Remove unneeded linux/miscdevice.h include
Corentin Labbe
2017-01-23
1
-1
/
+0
*
tpm/vtpm: fix kdoc warnings
Winkler, Tomas
2017-01-23
2
-63
/
+91
*
tmp: use pdev for parent device in tpm_chip_alloc
Winkler, Tomas
2017-01-23
1
-4
/
+4
*
tpm/tpm2-chip: fix kdoc errors
Winkler, Tomas
2017-01-23
1
-48
/
+56
*
tpm: add kdoc for tpm_transmit and tpm_transmit_cmd
Winkler, Tomas
2017-01-23
1
-5
/
+28
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-12-14
1
-2
/
+2
|
\
|
*
tpm: use idr_find(), not idr_find_slowpath()
Matthew Wilcox
2016-12-14
1
-2
/
+2
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-12-14
16
-375
/
+519
|
\
\
|
|
/
|
/
|
|
*
tpm: adjust return value of tpm_read_log
Jason Gunthorpe
2016-11-28
1
-2
/
+4
|
*
tpm: vtpm_proxy: conditionally call tpm_chip_unregister
Jason Gunthorpe
2016-11-28
1
-7
/
+6
|
*
tpm: Fix handling of missing event log
Jason Gunthorpe
2016-11-28
4
-21
/
+26
|
*
tpm: Check the bios_dir entry for NULL before accessing it
Stefan Berger
2016-11-28
1
-5
/
+7
|
*
tpm: return -ENODEV if np is not set
Colin Ian King
2016-11-28
1
-1
/
+1
|
*
tpm: cleanup of printk error messages
Nayna Jain
2016-11-28
2
-32
/
+13
|
*
tpm: replace of_find_node_by_name() with dev of_node property
Nayna Jain
2016-11-28
1
-4
/
+2
|
*
tpm: redefine read_log() to handle ACPI/OF at runtime
Nayna Jain
2016-11-28
5
-33
/
+42
|
*
tpm: fix the missing .owner in tpm_bios_measurements_ops
Nayna Jain
2016-11-28
1
-0
/
+1
|
*
tpm: have event log use the tpm_chip
Nayna Jain
2016-11-28
6
-37
/
+84
|
*
tpm: drop tpm1_chip_register(/unregister)
Jarkko Sakkinen
2016-11-28
3
-26
/
+11
|
*
tpm: replace dynamically allocated bios_dir with a static array
Jarkko Sakkinen
2016-11-28
4
-54
/
+43
|
*
tpm: replace symbolic permission with octal for securityfs files
Nayna Jain
2016-11-28
1
-2
/
+2
|
*
char: tpm: fix kerneldoc tpm2_unseal_trusted name typo
Baruch Siach
2016-11-28
1
-1
/
+1
|
*
tpm_tis: Allow tpm_tis to be bound using DT
Jason Gunthorpe
2016-11-28
2
-1
/
+12
|
*
tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEV
Jarkko Sakkinen
2016-11-28
1
-25
/
+47
|
*
tpm: Only call pm_runtime_get_sync if device has a parent
Stefan Berger
2016-11-28
1
-2
/
+4
|
*
tpm: define a generic open() method for ascii & bios measurements
Nayna Jain
2016-11-28
1
-48
/
+15
|
*
tpm: Get rid of TPM_CHIP_FLAG_REGISTERED
Jason Gunthorpe
2016-11-28
2
-6
/
+0
|
*
tpm xen: Remove bogus tpm_chip_unregister
Jason Gunthorpe
2016-11-28
1
-1
/
+0
|
*
tpm tis: Do not print timeout messages twice
Jason Gunthorpe
2016-11-28
3
-10
/
+18
|
*
tpm_tis: Check return values from get_burstcount.
Josh Zimmerman
2016-11-28
1
-2
/
+13
[next]