index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
4
-0
/
+4
2010-02-12
tpm_infineon: fix suspend/resume handler for pnp_driver
Marcel Selhorst
1
-22
/
+57
2009-11-03
tpm: autoload tpm_tis based on system PnP IDs
Matt Domsch
1
-0
/
+1
2009-11-02
tpm_tis: TPM_STS_DATA_EXPECT workaround
Rajiv Andrade
1
-1
/
+9
2009-10-01
TPM: fix pcrread
Rajiv Andrade
1
-2
/
+1
2009-09-30
Merge branch 'master' into next
James Morris
2
-6
/
+5
2009-09-25
TPM: increase default TPM buffer
Rajiv Andrade
1
-1
/
+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-09-23
seq_file: constify seq_operations
James Morris
1
-2
/
+2
2009-09-10
TPM: Fixup boot probe timeout for tpm_tis driver
Jason Gunthorpe
1
-6
/
+6
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-05-20
TPM: get_event_name stack corruption
Eric Paris
1
-1
/
+2
2009-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2
-18
/
+38
2009-03-25
platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...
Ming Lei
2
-18
/
+38
2009-03-24
Merge branch 'master' into next
James Morris
1
-2
/
+2
2009-02-12
tpm: correct email address for tpm_infineon-driver
Marcel Selhorst
1
-2
/
+2
2009-02-06
Merge branch 'master' into next
James Morris
2
-15
/
+22
2009-02-06
TPM: integrity fix
Rajiv Andrade
1
-3
/
+5
2009-02-03
TPM: integrity interface
Rajiv Andrade
2
-19
/
+128
2009-02-03
TPM: sysfs functions consolidation
Rajiv Andrade
2
-269
/
+266
2009-01-09
Merge branch 'linus' into release
Len Brown
1
-13
/
+22
2009-01-08
tpm: clean up tpm_nsc driver for platform_device suspend/resume compliance
David Smith
1
-13
/
+22
2008-12-31
ACPI: remove private acpica headers from driver files
Lin Ming
1
-2
/
+0
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
3
-7
/
+30
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
2
-5
/
+4
2008-10-11
Remove the BKL calls from the TPM driver, which were added in the overall
Rajiv Andrade
1
-4
/
+4
2008-08-28
securityfs: do not depend on CONFIG_SECURITY
Eric Paris
1
-0
/
+1
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-26
tpm_bios.c: make 2 structs static
Adrian Bunk
1
-2
/
+2
2008-07-26
tpm: add support for Broadcom TPM TIS device HID
LE DISEZ Erwan
1
-0
/
+1
2008-07-15
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
1
-0
/
+1
2008-07-11
tpm: add Intel TPM TIS device HID
Marcin Obara
1
-0
/
+1
2008-07-03
tpm-tpm: BKL pushdown
Arnd Bergmann
1
-0
/
+5
2008-04-29
tpm: change Kconfig dependencies from PNPACPI to PNP
Bjorn Helgaas
1
-3
/
+2
2008-04-29
tpm: fix section mismatch warning
Sam Ravnborg
1
-1
/
+1
2008-04-21
drivers/char: minor irq handler cleanups
Jeff Garzik
1
-1
/
+1
2008-02-06
tpm: infineon section mismatch
Randy Dunlap
1
-3
/
+3
2008-02-06
tpm.c: fix crash during device removal
Richard MUSIL
2
-17
/
+29
2008-01-14
TPM: fix suspend and resume failure
David Smith
1
-6
/
+6
2007-11-29
TPM: fix TIS device driver locality request
Marcel Selhorst
1
-5
/
+5
2007-10-24
Eliminate pointless casts from void* in a few driver irq handlers.
Jeff Garzik
1
-2
/
+2
[next]