index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-30
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-5
/
+4
2020-03-25
Merge branch 'x86/cpu' into perf/core, to resolve conflict
Ingo Molnar
2
-5
/
+4
2020-03-24
hwrng: via_rng: Convert to new X86 CPU match macros
Thomas Gleixner
1
-4
/
+3
2020-03-17
x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessor
Borislav Petkov
1
-1
/
+1
2020-03-15
tpm: ibmvtpm: Add support for TPM2
Stefan Berger
3
-1
/
+10
2020-03-15
tpm: ibmvtpm: Wait for buffer to be set before proceeding
Stefan Berger
2
-0
/
+10
2020-03-13
tpm: of: Handle IBM,vtpm20 case when getting log parameters
Stefan Berger
1
-1
/
+2
2020-03-13
tpm: tpm_tis_spi_cr50: use new structure for SPI transfer delays
Sergiu Cuciurean
1
-1
/
+6
2020-03-13
tpm_tis_spi: use new 'delay' structure for SPI transfer delays
Alexandru Ardelean
1
-1
/
+2
2020-03-13
tpm: tpm2_bios_measurements_next should increase position index
Vasily Averin
1
-1
/
+1
2020-03-13
tpm: tpm1_bios_measurements_next should increase position index
Vasily Averin
1
-1
/
+1
2020-03-13
tpm: Don't make log failures fatal
Matthew Garrett
3
-12
/
+6
2020-03-11
ipmi_si: Avoid spurious errors for optional IRQs
Takashi Iwai
1
-2
/
+2
2020-02-17
tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST
Roberto Sassu
1
-0
/
+2
2020-02-17
tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.
Jarkko Sakkinen
2
-3
/
+5
2020-02-16
Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
2
-5
/
+38
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
2
-3
/
+3
2020-02-03
Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-02-01
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-263
/
+53
2020-01-30
char: hpet: Fix out-of-bounds read bug
Gustavo A. R. Silva
1
-1
/
+1
2020-01-29
Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-01-29
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-6
/
+9
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+1
2020-01-28
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-1
/
+2
2020-01-27
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
5
-7
/
+7
2020-01-23
char: hpet: Use flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-01-22
tpm: Add tpm_version_major sysfs file
Jerry Snitselaar
1
-7
/
+27
2020-01-20
drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write
Colin Ian King
1
-1
/
+1
2020-01-14
ttyprintk: fix a potential deadlock in interrupt context issue
Zhenzhong Duan
1
-6
/
+9
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-29
/
+18
2020-01-08
tpm: Handle negative priv->response_len in tpm_common_read()
Tadeusz Struk
2
-2
/
+2
2020-01-07
random: remove some dead code of poolinfo
Yangtao Li
1
-30
/
+0
2020-01-07
random: fix typo in add_timer_randomness()
Yangtao Li
1
-1
/
+1
2020-01-07
random: Add and use pr_fmt()
Yangtao Li
1
-12
/
+11
2020-01-07
random: convert to ENTROPY_BITS for better code readability
Yangtao Li
1
-3
/
+2
2020-01-07
random: remove unnecessary unlikely()
Yangtao Li
1
-4
/
+2
2020-01-07
random: remove kernel.random.read_wakeup_threshold
Andy Lutomirski
1
-17
/
+1
2020-01-07
random: delete code to pull data into pools
Andy Lutomirski
1
-40
/
+0
2020-01-07
random: remove the blocking pool
Andy Lutomirski
1
-106
/
+0
2020-01-07
random: make /dev/random be almost like /dev/urandom
Andy Lutomirski
1
-41
/
+14
2020-01-07
random: ignore GRND_RANDOM in getentropy(2)
Andy Lutomirski
1
-3
/
+0
2020-01-07
random: add GRND_INSECURE to return best-effort non-cryptographic bytes
Andy Lutomirski
1
-2
/
+9
2020-01-07
random: Add a urandom_read_nowait() for random APIs that don't warn
Andy Lutomirski
1
-6
/
+15
2020-01-07
random: Don't wake crng_init_wait when crng_init == 1
Andy Lutomirski
1
-1
/
+0
2020-01-07
char/random: silence a lockdep splat with printk()
Sergey Senozhatsky
1
-2
/
+3
2020-01-06
tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"
Stefan Berger
1
-2
/
+0
2020-01-06
tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"
Stefan Berger
1
-1
/
+0
2020-01-06
tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"
Jarkko Sakkinen
1
-18
/
+17
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
5
-7
/
+7
2020-01-03
agp: remove unused variable arqsz in agp_3_5_enable()
Yunfeng Ye
1
-3
/
+1
[next]