index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
debugobjects.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
3
-1
/
+37
2016-11-28
tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEV
Jarkko Sakkinen
2
-30
/
+65
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