index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_console: drop unused config fields
Michael S. Tsirkin
2016-12-15
1
-7
/
+7
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-12-14
3
-5
/
+4
|
\
|
*
tpm: use idr_find(), not idr_find_slowpath()
Matthew Wilcox
2016-12-14
1
-2
/
+2
|
*
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
2016-12-14
2
-3
/
+2
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-12-14
16
-375
/
+519
|
\
\
|
*
|
tpm: adjust return value of tpm_read_log
Jason Gunthorpe
2016-11-28
1
-2
/
+4
|
*
|
tpm: vtpm_proxy: conditionally call tpm_chip_unregister
Jason Gunthorpe
2016-11-28
1
-7
/
+6
|
*
|
tpm: Fix handling of missing event log
Jason Gunthorpe
2016-11-28
4
-21
/
+26
|
*
|
tpm: Check the bios_dir entry for NULL before accessing it
Stefan Berger
2016-11-28
1
-5
/
+7
|
*
|
tpm: return -ENODEV if np is not set
Colin Ian King
2016-11-28
1
-1
/
+1
|
*
|
tpm: cleanup of printk error messages
Nayna Jain
2016-11-28
2
-32
/
+13
|
*
|
tpm: replace of_find_node_by_name() with dev of_node property
Nayna Jain
2016-11-28
1
-4
/
+2
|
*
|
tpm: redefine read_log() to handle ACPI/OF at runtime
Nayna Jain
2016-11-28
5
-33
/
+42
|
*
|
tpm: fix the missing .owner in tpm_bios_measurements_ops
Nayna Jain
2016-11-28
1
-0
/
+1
|
*
|
tpm: have event log use the tpm_chip
Nayna Jain
2016-11-28
6
-37
/
+84
|
*
|
tpm: drop tpm1_chip_register(/unregister)
Jarkko Sakkinen
2016-11-28
3
-26
/
+11
|
*
|
tpm: replace dynamically allocated bios_dir with a static array
Jarkko Sakkinen
2016-11-28
4
-54
/
+43
|
*
|
tpm: replace symbolic permission with octal for securityfs files
Nayna Jain
2016-11-28
1
-2
/
+2
|
*
|
char: tpm: fix kerneldoc tpm2_unseal_trusted name typo
Baruch Siach
2016-11-28
1
-1
/
+1
|
*
|
tpm_tis: Allow tpm_tis to be bound using DT
Jason Gunthorpe
2016-11-28
2
-1
/
+12
|
*
|
tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEV
Jarkko Sakkinen
2016-11-28
1
-25
/
+47
|
*
|
tpm: Only call pm_runtime_get_sync if device has a parent
Stefan Berger
2016-11-28
1
-2
/
+4
|
*
|
tpm: define a generic open() method for ascii & bios measurements
Nayna Jain
2016-11-28
1
-48
/
+15
|
*
|
tpm: Get rid of TPM_CHIP_FLAG_REGISTERED
Jason Gunthorpe
2016-11-28
2
-6
/
+0
|
*
|
tpm xen: Remove bogus tpm_chip_unregister
Jason Gunthorpe
2016-11-28
1
-1
/
+0
|
*
|
tpm tis: Do not print timeout messages twice
Jason Gunthorpe
2016-11-28
3
-10
/
+18
|
*
|
tpm_tis: Check return values from get_burstcount.
Josh Zimmerman
2016-11-28
1
-2
/
+13
|
*
|
tpm: place kdoc just above tpm_pcr_extend
Winkler, Tomas
2016-11-28
1
-8
/
+8
|
*
|
tpm: sanitize constant expressions
Jarkko Sakkinen
2016-11-28
3
-21
/
+23
|
*
|
tpm: Clean up reading of timeout and duration capabilities
Ed Swierk
2016-11-28
1
-48
/
+17
|
*
|
char/tpm: Check return code of wait_for_tpm_stat
Peter Huewe
2016-11-28
1
-9
/
+20
|
*
|
tmp/tpm_crb: implement runtime pm for tpm_crb
Winkler, Tomas
2016-11-28
2
-4
/
+43
|
*
|
tpm/tpm_crb: open code the crb_init into acpi_add
Winkler, Tomas
2016-11-28
1
-16
/
+10
|
*
|
tmp/tpm_crb: fix Intel PTT hw bug during idle state
Winkler, Tomas
2016-11-28
1
-8
/
+39
|
*
|
tpm/tpm_crb: implement tpm crb idle state
Winkler, Tomas
2016-11-28
1
-0
/
+66
*
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-12-14
8
-56
/
+151
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hwrng: Make explicit that max >= 32 always
PrasannaKumar Muralidharan
2016-11-21
3
-10
/
+2
|
*
|
hwrng: atmel - use clk_disable_unprepare instead of clk_disable
Wei Yongjun
2016-11-17
1
-1
/
+1
|
*
|
hwrng: atmel - disable TRNG during suspend
Wenyou Yang
2016-11-01
1
-3
/
+21
|
*
|
hwrng: core - zeroize buffers with random data
Stephan Mueller
2016-11-01
1
-0
/
+3
|
*
|
hwrng: meson - Remove unneeded platform MODULE_ALIAS
Javier Martinez Canillas
2016-10-25
1
-1
/
+0
|
*
|
hwrng: meson - Fix module autoload for OF registration
Javier Martinez Canillas
2016-10-25
1
-0
/
+1
|
*
|
hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K
Romain Perier
2016-10-21
2
-3
/
+85
|
*
|
hwrng: omap - Don't prefix the probe message with OMAP
Romain Perier
2016-10-21
1
-1
/
+1
|
*
|
hwrng: omap - Add support for 128-bit output of data
Romain Perier
2016-10-21
1
-6
/
+8
|
*
|
hwrng: omap - Remove global definition of hwrng
Romain Perier
2016-10-21
1
-9
/
+14
|
*
|
hwrng: omap - Switch to non-obsolete read API implementation
Romain Perier
2016-10-21
1
-24
/
+17
*
|
|
Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-12-13
1
-6
/
+2
|
\
\
\
|
*
|
|
xen: make use of xenbus_read_unsigned() in xen-tpmfront
Juergen Gross
2016-11-07
1
-6
/
+2
*
|
|
|
Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-12-13
7
-13
/
+416
|
\
\
\
\
[next]