index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-07
ipmi: fix use after free in _ipmi_destroy_user()
Dan Carpenter
1
-1
/
+3
2023-01-07
ipmi: fix long wait in unload when IPMI disconnect
Zhang Yuchen
1
-8
/
+19
2023-01-04
tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak
Hanjun Guo
1
-4
/
+5
2023-01-04
tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
Hanjun Guo
1
-9
/
+20
2023-01-04
tpm: acpi: Call acpi_put_table() to fix memory leak
Hanjun Guo
1
-3
/
+9
2022-12-31
ipmi: fix memleak when unload ipmi driver
Zhang Yuchen
1
-2
/
+6
2022-12-31
hwrng: geode - Fix PCI device refcount leak
Xiongfeng Wang
1
-8
/
+28
2022-12-31
hwrng: amd - Fix PCI device refcount leak
Xiongfeng Wang
1
-5
/
+13
2022-12-31
ipmi: kcs: Poll OBF briefly to reduce OBE latency
Andrew Jeffery
1
-3
/
+21
2022-12-31
tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
Michael Kelley
1
-1
/
+1
2022-12-31
tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()
Yuan Can
1
-1
/
+7
2022-12-31
tpm: Add flag to use default cancellation policy
Eddie James
3
-8
/
+14
2022-12-31
tpm: tis_i2c: Fix sanity check interrupt enable mask
Eddie James
1
-1
/
+1
2022-12-08
char: tpm: Protect tpm_pm_suspend with locks
Jan Dabros
1
-2
/
+3
2022-11-10
hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()
Jason A. Donenfeld
1
-1
/
+1
2022-11-03
random: use arch_get_random*_early() in random_init()
Jean-Philippe Brucker
1
-2
/
+2
2022-10-21
random: schedule jitter credit for next jiffy, not in two jiffies
Jason A. Donenfeld
1
-2
/
+2
2022-10-21
hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()
Kshitiz Varshney
1
-7
/
+7
2022-10-21
hwrng: imx-rngc - use devm_clk_get_enabled
Martin Kaiser
1
-19
/
+6
2022-10-21
hwrng: arm-smccc-trng - fix NO_ENTROPY handling
James Cowgill
1
-2
/
+2
2022-10-21
hwrng: core - let sleep be interrupted when unregistering hwrng
Jason A. Donenfeld
1
-4
/
+15
2022-10-15
random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld
1
-7
/
+11
2022-10-15
random: avoid reading two cache lines on irq randomness
Jason A. Donenfeld
1
-1
/
+1
2022-10-15
random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld
1
-1
/
+1
2022-10-15
random: restore O_NONBLOCK support
Jason A. Donenfeld
2
-2
/
+7
2022-08-26
/dev/null: add IORING_OP_URING_CMD support
Paul Moore
1
-0
/
+6
2022-08-07
Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2022-08-07
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2022-08-06
Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-10
/
+7
2022-08-06
Merge tag 'tpmdd-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-1
/
+440
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-8
/
+1
2022-08-04
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-368
/
+3
2022-08-04
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-29
/
+29
2022-08-03
tpm: Add check for Failure mode for TPM2 modules
MÃ¥rten Lindahl
1
-0
/
+6
2022-08-03
tpm: fix platform_no_drv_owner.cocci warning
Yang Li
1
-1
/
+0
2022-08-03
tpm: Add tpm_tis_i2c backend for tpm_tis_core
Alexander Steffen
3
-0
/
+404
2022-08-03
tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
Alexander Steffen
2
-0
/
+24
2022-08-03
tpm: Add upgrade/reduced mode support for TPM1.2 modules
Stefan Mahnke-Hartmann
2
-1
/
+7
2022-08-03
Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-27
/
+34
2022-08-02
Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-07-30
random: correct spelling of "overwrites"
Jason A. Donenfeld
1
-1
/
+1
2022-07-29
Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...
Joerg Roedel
1
-10
/
+7
2022-07-28
char: remove VR41XX related char driver
Thomas Bogendoerfer
3
-365
/
+0
2022-07-28
powerpc/powernv: rename remaining rng powernv_ functions to pnv_
Jason A. Donenfeld
1
-1
/
+1
2022-07-25
random: handle archrandom with multiple longs
Jason A. Donenfeld
1
-14
/
+31
2022-07-22
hwrng: via - Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-19
s390/cpufeature: rework to allow more than only hwcap bits
Heiko Carstens
1
-1
/
+1
2022-07-18
random: use try_cmpxchg in _credit_init_bits
Uros Bizjak
1
-2
/
+2
2022-07-18
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
2
-10
/
+0
[next]