Sign in
googlers
/
maze
/
linux
/
95211279c5ad00a317c98221d7e4365e02f20836
/
drivers
/
char
/
tpm
/
tpm.c
3ab1aff
TPM: Zero buffer whole after copying to userspace
by Tim Gardner
· 13 years ago
be40541
tpm: fix (ACPI S3) suspend regression
by Stefan Berger
· 13 years ago
8077e8b
Merge branch 'for-james' of git://github.com/srajiv/tpm into next
by James Morris
· 13 years ago
b9e3238
TPM: fix transmit_cmd error logic
by Rajiv Andrade
· 13 years ago
fd04886
TPM: Export wait_for_stat for other vendor specific drivers
by Rajiv Andrade
· 13 years ago
68d6e67
tpm: Introduce function to poll for result of self test
by Stefan Berger
· 13 years ago
d97c6ad
tpm: Cleanup tpm_continue_selftest
by Stefan Berger
· 13 years ago
2b30a90
tpm: Have tpm_get_timeouts return an error code
by Stefan Berger
· 13 years ago
36b8d18
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
3321c07
TPM: Zero buffer after copying to userspace
by Peter Huewe
· 13 years ago
6b07d30
TPM: Call tpm_transmit with correct size
by Peter Huewe
· 13 years ago
403d1d0
tpm: suppress durations sysfs output if not read
by Stefan Berger
· 13 years ago
c920669
tpm: Fix a typo
by Stefan Berger
· 14 years ago
5a79444
tpm: Fix display of data in pubek sysfs entry
by Stefan Berger
· 14 years ago
6259210
tpm_tis: Add timeouts sysfs entry
by Stefan Berger
· 14 years ago
e3e1a1e
tpm: Adjust interface timeouts if they are too small
by Stefan Berger
· 14 years ago
829bf06
tpm: Use interface timeouts returned from the TPM
by Stefan Berger
· 14 years ago
04ab229
tpm_tis: Introduce durations sysfs entry
by Stefan Berger
· 14 years ago
e934acc
tpm: Adjust the durations if they are too small
by Stefan Berger
· 14 years ago
979b140
tpm: Use durations returned from TPM
by Stefan Berger
· 14 years ago
1309d7a
char/tpm: Fix unitialized usage of data buffer
by Peter Huewe
· 14 years ago
8d1dc20
Revert "TPM: Long default timeout fix"
by Linus Torvalds
· 14 years ago
e587137
Revert "tpm_tis: Use timeouts returned from TPM"
by Linus Torvalds
· 14 years ago
9b29050
tpm_tis: Use timeouts returned from TPM
by Stefan Berger
· 14 years ago
c4ff4b8
TPM: Long default timeout fix
by Rajiv Andrade
· 14 years ago
d2e7ad1
Merge branch 'master' into next
by James Morris
· 14 years ago
2e5c44c
tpm: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
c749ba9
key: add tpm_send command
by Mimi Zohar
· 14 years ago
a0e3934
tpm: add module_put wrapper
by Mimi Zohar
· 14 years ago
9b3056c
tpm: change 'tpm_suspend_pcr' to be module parameter
by Dmitry Torokhov
· 14 years ago
0ffbe26
Merge branch 'master' into next
by James Morris
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
225a9be
TPM: workaround to enforce PCR updates across suspends
by Rajiv Andrade
· 15 years ago
23acb98
TPM: fix pcrread
by Rajiv Andrade
· 15 years ago
1669b04
Merge branch 'master' into next
by James Morris
· 15 years ago
7f36678
TPM: increase default TPM buffer
by Rajiv Andrade
· 15 years ago
c82ffab
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 15 years ago
0afd905
tpm-fixup-pcrs-sysfs-file-update
by Jason Gunthorpe
· 15 years ago
8c87df4
BUILD_BUG_ON(): fix it and a couple of bogus uses of it
by Jan Beulich
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
8920d5a
TPM: integrity fix
by Rajiv Andrade
· 16 years ago
659aaf2
TPM: integrity interface
by Rajiv Andrade
· 16 years ago
0883743
TPM: sysfs functions consolidation
by Rajiv Andrade
· 16 years ago
cbb2ed4
tpm: don't export static functions
by Stephen Rothwell
· 16 years ago
dd78c94
drivers/char/tpm/tpm.c: fix error-path memory leak
by Andrew Morton
· 16 years ago
292cf4a
tpm: work around bug in Broadcom BCM0102 chipset
by Valdis Kletnieks
· 16 years ago
9e5b1b1
tpm: correct tpm timeouts to jiffies conversion
by Marcin Obara
· 16 years ago
4bdec11
As pointed out by Jonathan Corbet, the timer must be deleted before
by Rajiv Andrade
· 16 years ago
253115b
The tpm_dev_release function is only called for platform devices, not pnp
by Rajiv Andrade
· 16 years ago
f02a936
Protect tpm_chip_list when transversing it.
by Rajiv Andrade
· 16 years ago
dc36d32
Renames num_open to is_open, as only one process can open the file at a time.
by Rajiv Andrade
· 16 years ago
f89c5ed
Remove the BKL calls from the TPM driver, which were added in the overall
by Rajiv Andrade
· 16 years ago
0147600
tpm: Use correct data types for sizes in tpm_write() and tpm_read()
by Michael Halcrow
· 16 years ago
ec288bd
tpm: increase size of internal TPM response buffers
by Marcin Obara
· 16 years ago
25368ca
tpm-tpm: BKL pushdown
by Arnd Bergmann
· 17 years ago
5bd91f1
tpm.c: fix crash during device removal
by Richard MUSIL
· 17 years ago
2490c68
TPM: fix suspend and resume failure
by David Smith
· 17 years ago
8e81cc1
tpmdd maintainers
by Kent Yoder
· 17 years ago
d081d47
use mutex instead of semaphore in TPM driver
by Matthias Kaehlcke
· 18 years ago
8e39c93
tpm: fix sleep-in-spinlock
by Parag Warudkar
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
40565f1
[PATCH] Char: timers cleanup
by Jiri Slaby
· 18 years ago
5d469ec
[PATCH] Correct misc_register return code handling in several drivers
by Neil Horman
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
94fbcde
Driver core: change misc class_devices to be real devices
by Greg Kroah-Hartman
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
f33d9bd
[PATCH] tpm: fix error handling
by Jeff Garzik
· 18 years ago
2e82636
[PATCH] TPM: fix failure path leak
by Randy Dunlap
· 18 years ago
10685a9
[PATCH] tpm: use clear_bit
by Kylene Jo Hall
· 19 years ago
36b2002
[PATCH] tpm: msecs_to_jiffies cleanups
by Kylene Jo Hall
· 19 years ago
27084ef
[PATCH] tpm: driver for next generation TPM chips
by Leendert van Doorn
· 19 years ago
08e96e4
[PATCH] tpm: new 1.2 sysfs files
by Kylene Jo Hall
· 19 years ago
9e18ee1
[PATCH] tpm: command duration update
by Kylene Jo Hall
· 19 years ago
e0dd03c
[PATCH] tpm: return chip from tpm_register_hardware
by Kylene Jo Hall
· 19 years ago
90dda52
[PATCH] tpm: chip struct update
by Kylene Jo Hall
· 19 years ago
beed53a
[PATCH] tpm: reorganize sysfs files
by Kylene Jo Hall
· 19 years ago
3c2f606
[PATCH] tpm: spacing cleanups
by Kylene Jo Hall
· 19 years ago
55a82ab
[PATCH] tpm: add bios measurement log
by Kylene Jo Hall
· 19 years ago
ba39611
[PATCH] tpm: use flush_scheduled_work()
by Kylene Jo Hall
· 19 years ago
09e12f9
[PATCH] tpm: locking fix
by Kylene Jo Hall
· 19 years ago
f6a2382
[PATCH] tpm: dev_mask handling fix
by Kylene Jo Hall
· 19 years ago
b888c87
[PATCH] tpm-tidies
by Andrew Morton
· 19 years ago
ce2c87d
[PATCH] tpm: change from pci_dev to dev power management functions
by Kylene Jo Hall
· 19 years ago
e659a3f
[PATCH] tpm: remove pci dependency
by Kylene Jo Hall
· 19 years ago
b4ed3e3
[PATCH] tpm: add status function to allow non-lpc bus chips
by Kylene Jo Hall
· 19 years ago
9a936eb
[PATCH] tpm: fix bug introduced by the /proc/misc
by Kylene Jo Hall
· 19 years ago
6f9becc
[PATCH] tpm: fix misc name memory problem
by Kylene Jo Hall
· 20 years ago
1dda8ab
[PATCH] tpm: Fix pubek parsing
by Kylene Jo Hall
· 20 years ago
34d6e07
[PATCH] tpm: improve output in sysfs files when the TPM fails
by Kylene Jo Hall
· 20 years ago
e234bc9
[PATCH] tpm: add debugging output
by Kylene Hall
· 20 years ago
e1a23c6
[PATCH] tpm: replace odd LPC init function
by Kylene Hall
· 20 years ago
5e976d5
[PATCH] tpm: locking fixes
by Kylene Hall
· 20 years ago
d9e5b6b
[PATCH] tpm: add cancel function
by Kylene Hall
· 20 years ago
6659ca2
[PATCH] tpm: sysfs owernship changes
by Kylene Hall
· 20 years ago
81179bb
[PATCH] tpm: remove unnecessary __force
by Kylene Hall
· 20 years ago
e2fe906
[PATCH] tpm: use to_pci_dev
by Kylene Hall
· 20 years ago
fe3fd48
[PATCH] tpm: fix timer initialization
by Kylene Hall
· 20 years ago
2df7111
[PATCH] tpm: large stack objects
by Kylene Hall
· 20 years ago
5b44bd5
[PATCH] tpm: read return code issue
by Kylene Hall
· 20 years ago
f87ea32
[PATCH] tpm: remove unnecessary module stuff
by Kylene Hall
· 20 years ago
Next »