index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-09
TPM: fix pcrread
Rajiv Andrade
1
-2
/
+1
2009-09-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-3
/
+2
2009-09-23
tpm-fixup-pcrs-sysfs-file-update
Jason Gunthorpe
1
-3
/
+2
2009-09-23
BUILD_BUG_ON(): fix it and a couple of bogus uses of it
Jan Beulich
1
-2
/
+2
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-02-06
TPM: integrity fix
Rajiv Andrade
1
-3
/
+5
2009-02-03
TPM: integrity interface
Rajiv Andrade
1
-19
/
+110
2009-02-03
TPM: sysfs functions consolidation
Rajiv Andrade
1
-269
/
+142
2008-10-20
tpm: don't export static functions
Stephen Rothwell
1
-1
/
+1
2008-10-16
drivers/char/tpm/tpm.c: fix error-path memory leak
Andrew Morton
1
-7
/
+8
2008-10-16
tpm: work around bug in Broadcom BCM0102 chipset
Valdis Kletnieks
1
-0
/
+7
2008-10-16
tpm: correct tpm timeouts to jiffies conversion
Marcin Obara
1
-7
/
+7
2008-10-11
As pointed out by Jonathan Corbet, the timer must be deleted before
Rajiv Andrade
1
-1
/
+1
2008-10-11
The tpm_dev_release function is only called for platform devices, not pnp
Rajiv Andrade
1
-6
/
+16
2008-10-11
Protect tpm_chip_list when transversing it.
Rajiv Andrade
1
-37
/
+24
2008-10-11
Renames num_open to is_open, as only one process can open the file at a time.
Rajiv Andrade
1
-4
/
+3
2008-10-11
Remove the BKL calls from the TPM driver, which were added in the overall
Rajiv Andrade
1
-4
/
+4
2008-07-26
tpm: Use correct data types for sizes in tpm_write() and tpm_read()
Michael Halcrow
1
-2
/
+2
2008-07-26
tpm: increase size of internal TPM response buffers
Marcin Obara
1
-31
/
+93
2008-07-03
tpm-tpm: BKL pushdown
Arnd Bergmann
1
-0
/
+5
2008-02-06
tpm.c: fix crash during device removal
Richard MUSIL
1
-17
/
+27
2008-01-14
TPM: fix suspend and resume failure
David Smith
1
-6
/
+6
2007-08-23
tpmdd maintainers
Kent Yoder
1
-1
/
+1
2007-05-08
use mutex instead of semaphore in TPM driver
Matthias Kaehlcke
1
-11
/
+13
2007-05-08
tpm: fix sleep-in-spinlock
Parag Warudkar
1
-4
/
+8
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-12
[PATCH] Char: timers cleanup
Jiri Slaby
1
-3
/
+2
2006-12-07
[PATCH] Correct misc_register return code handling in several drivers
Neil Horman
1
-0
/
+1
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-1
/
+1
2006-12-02
Driver core: change misc class_devices to be real devices
Greg Kroah-Hartman
1
-1
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-3
/
+3
2006-10-11
[PATCH] tpm: fix error handling
Jeff Garzik
1
-1
/
+8
2006-07-15
[PATCH] TPM: fix failure path leak
Randy Dunlap
1
-0
/
+1
2006-04-22
[PATCH] tpm: use clear_bit
Kylene Jo Hall
1
-18
/
+7
2006-04-22
[PATCH] tpm: msecs_to_jiffies cleanups
Kylene Jo Hall
1
-8
/
+14
2006-04-22
[PATCH] tpm: driver for next generation TPM chips
Leendert van Doorn
1
-0
/
+3
2006-04-22
[PATCH] tpm: new 1.2 sysfs files
Kylene Jo Hall
1
-2
/
+233
2006-04-22
[PATCH] tpm: command duration update
Kylene Jo Hall
1
-3
/
+309
2006-04-22
[PATCH] tpm: return chip from tpm_register_hardware
Kylene Jo Hall
1
-5
/
+6
2006-04-22
[PATCH] tpm: chip struct update
Kylene Jo Hall
1
-25
/
+23
2006-04-22
[PATCH] tpm: reorganize sysfs files
Kylene Jo Hall
1
-59
/
+86
2006-04-22
[PATCH] tpm: spacing cleanups
Kylene Jo Hall
1
-5
/
+4
2006-01-09
[PATCH] tpm: add bios measurement log
Kylene Jo Hall
1
-0
/
+3
2005-11-18
[PATCH] tpm: use flush_scheduled_work()
Kylene Jo Hall
1
-0
/
+2
2005-11-14
[PATCH] tpm: locking fix
Kylene Jo Hall
1
-0
/
+9
2005-11-14
[PATCH] tpm: dev_mask handling fix
Kylene Jo Hall
1
-3
/
+2
2005-10-31
[PATCH] tpm-tidies
Andrew Morton
1
-24
/
+11
2005-10-31
[PATCH] tpm: change from pci_dev to dev power management functions
Kylene Jo Hall
1
-4
/
+4
2005-10-31
[PATCH] tpm: remove pci dependency
Kylene Jo Hall
1
-35
/
+30
2005-10-31
[PATCH] tpm: add status function to allow non-lpc bus chips
Kylene Jo Hall
1
-1
/
+1
[next]