index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm.c
Commit message (
Expand
)
Author
Age
*
As pointed out by Jonathan Corbet, the timer must be deleted before
Rajiv Andrade
2008-10-10
*
The tpm_dev_release function is only called for platform devices, not pnp
Rajiv Andrade
2008-10-10
*
Protect tpm_chip_list when transversing it.
Rajiv Andrade
2008-10-10
*
Renames num_open to is_open, as only one process can open the file at a time.
Rajiv Andrade
2008-10-10
*
Remove the BKL calls from the TPM driver, which were added in the overall
Rajiv Andrade
2008-10-10
*
tpm: Use correct data types for sizes in tpm_write() and tpm_read()
Michael Halcrow
2008-07-26
*
tpm: increase size of internal TPM response buffers
Marcin Obara
2008-07-26
*
tpm-tpm: BKL pushdown
Arnd Bergmann
2008-07-02
*
tpm.c: fix crash during device removal
Richard MUSIL
2008-02-06
*
TPM: fix suspend and resume failure
David Smith
2008-01-14
*
tpmdd maintainers
Kent Yoder
2007-08-22
*
use mutex instead of semaphore in TPM driver
Matthias Kaehlcke
2007-05-08
*
tpm: fix sleep-in-spinlock
Parag Warudkar
2007-05-08
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
*
[PATCH] Char: timers cleanup
Jiri Slaby
2007-02-12
*
[PATCH] Correct misc_register return code handling in several drivers
Neil Horman
2006-12-07
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
|
\
|
*
Driver core: change misc class_devices to be real devices
Greg Kroah-Hartman
2006-12-01
*
|
WorkStruct: make allyesconfig
David Howells
2006-11-22
|
/
*
[PATCH] tpm: fix error handling
Jeff Garzik
2006-10-11
*
[PATCH] TPM: fix failure path leak
Randy Dunlap
2006-07-15
*
[PATCH] tpm: use clear_bit
Kylene Jo Hall
2006-04-22
*
[PATCH] tpm: msecs_to_jiffies cleanups
Kylene Jo Hall
2006-04-22
*
[PATCH] tpm: driver for next generation TPM chips
Leendert van Doorn
2006-04-22
*
[PATCH] tpm: new 1.2 sysfs files
Kylene Jo Hall
2006-04-22
*
[PATCH] tpm: command duration update
Kylene Jo Hall
2006-04-22
*
[PATCH] tpm: return chip from tpm_register_hardware
Kylene Jo Hall
2006-04-22
*
[PATCH] tpm: chip struct update
Kylene Jo Hall
2006-04-22
*
[PATCH] tpm: reorganize sysfs files
Kylene Jo Hall
2006-04-22
*
[PATCH] tpm: spacing cleanups
Kylene Jo Hall
2006-04-22
*
[PATCH] tpm: add bios measurement log
Kylene Jo Hall
2006-01-08
*
[PATCH] tpm: use flush_scheduled_work()
Kylene Jo Hall
2005-11-18
*
[PATCH] tpm: locking fix
Kylene Jo Hall
2005-11-13
*
[PATCH] tpm: dev_mask handling fix
Kylene Jo Hall
2005-11-13
*
[PATCH] tpm-tidies
Andrew Morton
2005-10-30
*
[PATCH] tpm: change from pci_dev to dev power management functions
Kylene Jo Hall
2005-10-30
*
[PATCH] tpm: remove pci dependency
Kylene Jo Hall
2005-10-30
*
[PATCH] tpm: add status function to allow non-lpc bus chips
Kylene Jo Hall
2005-10-30
*
[PATCH] tpm: fix bug introduced by the /proc/misc
Kylene Jo Hall
2005-06-30
*
[PATCH] tpm: fix misc name memory problem
Kylene Jo Hall
2005-06-25
*
[PATCH] tpm: Fix pubek parsing
Kylene Jo Hall
2005-06-25
*
[PATCH] tpm: improve output in sysfs files when the TPM fails
Kylene Jo Hall
2005-06-24
*
[PATCH] tpm: add debugging output
Kylene Hall
2005-06-24
*
[PATCH] tpm: replace odd LPC init function
Kylene Hall
2005-06-24
*
[PATCH] tpm: locking fixes
Kylene Hall
2005-06-24
*
[PATCH] tpm: add cancel function
Kylene Hall
2005-06-24
*
[PATCH] tpm: sysfs owernship changes
Kylene Hall
2005-06-24
*
[PATCH] tpm: remove unnecessary __force
Kylene Hall
2005-06-24
*
[PATCH] tpm: use to_pci_dev
Kylene Hall
2005-06-24
*
[PATCH] tpm: fix timer initialization
Kylene Hall
2005-06-24
[next]