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
/
tpm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-19
tpm: Factor out common startup code
Jason Gunthorpe
1
-2
/
+2
2016-06-25
tpm: Add include guards in tpm.h
Christophe Ricard
1
-0
/
+5
2016-06-25
tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
Stefan Berger
1
-0
/
+1
2016-06-25
tpm: Remove all uses of drvdata from the TPM Core
Jason Gunthorpe
1
-5
/
+5
2016-06-25
tpm: Remove useless priv field in struct tpm_vendor_specific
Christophe Ricard
1
-9
/
+0
2016-06-25
tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip
Christophe Ricard
1
-4
/
+7
2016-06-25
tpm: drop 'locality' from struct tpm_vendor_specific
Christophe Ricard
1
-1
/
+0
2016-06-25
tpm: drop 'read_queue' from struct tpm_vendor_specific
Christophe Ricard
1
-2
/
+0
2016-06-25
tpm: drop 'irq' from struct tpm_vendor_specific
Christophe Ricard
1
-2
/
+1
2016-06-25
tpm: drop 'iobase' from struct tpm_vendor_specific
Christophe Ricard
1
-2
/
+0
2016-06-25
tpm: drop list from struct tpm_vendor_specific
Christophe Ricard
1
-1
/
+0
2016-06-25
tpm: drop the field 'time_expired' from struct tpm_chip
Jarkko Sakkinen
1
-1
/
+0
2016-06-25
tpm: drop 'base' from struct tpm_vendor_specific
Jarkko Sakkinen
1
-1
/
+0
2016-06-25
tpm: drop manufacturer_id from struct tpm_vendor_specific
Jarkko Sakkinen
1
-2
/
+0
2016-06-25
tpm: drop tpm_atmel specific fields from tpm_vendor_specific
Jarkko Sakkinen
1
-3
/
+0
2016-06-25
tpm: drop int_queue from tpm_vendor_specific
Jarkko Sakkinen
1
-1
/
+0
2016-06-25
tpm: Replace device number bitmap with IDR
Stefan Berger
1
-3
/
+2
2016-06-25
tpm: Split out the devm stuff from tpmm_chip_alloc
Jason Gunthorpe
1
-1
/
+3
2016-06-25
tpm: Provide strong locking for device removal
Jason Gunthorpe
1
-5
/
+9
2016-06-25
tpm: Get rid of devname
Jason Gunthorpe
1
-1
/
+0
2016-06-25
tpm: Get rid of chip->pdev
Jason Gunthorpe
1
-2
/
+1
2016-02-10
tpm_crb: Use the common ACPI definition of struct acpi_tpm2
Jason Gunthorpe
1
-7
/
+0
2015-12-20
keys, trusted: select hash algorithm for TPM2 chips
Jarkko Sakkinen
1
-3
/
+7
2015-12-20
tpm_tis: Get rid of the duplicate IRQ probing code
Jason Gunthorpe
1
-1
/
+0
2015-10-19
tpm: seal/unseal for TPM 2.0
Jarkko Sakkinen
1
-1
/
+14
2015-10-19
tpm: introduce tpm_buf
Jarkko Sakkinen
1
-0
/
+97
2015-10-19
tpm: move the PPI attributes to character device directory.
Jarkko Sakkinen
1
-11
/
+6
2015-10-19
tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0
Jarkko Sakkinen
1
-0
/
+7
2015-02-15
tpm, tpm_tis: fix TPM 2.0 probing
Jarkko Sakkinen
1
-1
/
+2
2015-02-15
tpm: fix suspend/resume paths for TPM 2.0
Jarkko Sakkinen
1
-1
/
+1
2015-01-18
char/tpm: fixed white spaces coding style issues
Bruno E O Meneguele
1
-3
/
+3
2015-01-17
tpm: TPM 2.0 baseline support
Jarkko Sakkinen
1
-0
/
+66
2015-01-17
tpm: device class for tpm
Jarkko Sakkinen
1
-4
/
+8
2015-01-17
tpm: rename chip->dev to chip->pdev
Jarkko Sakkinen
1
-2
/
+2
2015-01-17
tpm: fix raciness of PPI interface lookup
Jarkko Sakkinen
1
-4
/
+13
2015-01-17
tpm: two-phase chip management functions
Jarkko Sakkinen
1
-5
/
+11
2015-01-17
tpm: merge duplicate transmit_cmd() functions
Jarkko Sakkinen
1
-1
/
+2
2014-01-06
tpm: Make tpm-dev allocate a per-file structure
Jason Gunthorpe
1
-7
/
+0
2014-01-06
tpm: Use the ops structure instead of a copy in tpm_vendor_specific
Jason Gunthorpe
1
-8
/
+1
2014-01-06
tpm: Create a tpm_class_ops structure and use it in the drivers
Jason Gunthorpe
1
-3
/
+3
2014-01-06
tpm: Pull all driver sysfs code into tpm-sysfs.c
Jason Gunthorpe
1
-22
/
+2
2014-01-06
tpm: Move sysfs functions from tpm-interface to tpm-sysfs
Jason Gunthorpe
1
-0
/
+30
2014-01-06
tpm: Pull everything related to /dev/tpmX into tpm-dev.c
Jason Gunthorpe
1
-6
/
+5
2013-10-22
tpm: Remove tpm_show_caps_1_2
Jason Gunthorpe
1
-2
/
+0
2013-10-22
tpm: Store devname in the tpm_chip
Jason Gunthorpe
1
-0
/
+1
2013-05-27
tpm: fix regression caused by section type conflict of tpm_dev_release() in p...
Peter Huewe
1
-0
/
+1
2013-05-21
tpm: move TPM_DIGEST_SIZE defintion
Mimi Zohar
1
-1
/
+0
2013-04-17
TPM: Retry SaveState command in suspend path
Duncan Laurie
1
-0
/
+3
2013-02-05
tpm: Fix cancellation of TPM commands (interrupt mode)
Stefan Berger
1
-1
/
+1
2013-02-05
tpm: Fix cancellation of TPM commands (polling mode)
Stefan Berger
1
-1
/
+3
[next]