index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
char: misc: restrict the dynamic range to exclude reserved minors
Thadeu Lima de Souza Cascardo
1
-23
/
+5
2025-11-24
char: Use list_del_init() in misc_deregister() to reinitialize list pointer
Xion Wang
1
-1
/
+1
2025-11-24
char: misc: Does not request module for miscdevice with dynamic minor
Zijun Hu
1
-3
/
+5
2025-11-24
char: misc: Make misc_register() reentry for miscdevice who wants dynamic minor
Zijun Hu
1
-0
/
+2
2025-10-19
ipmi: Fix handling of messages with provided receive message pointer
Guenter Roeck
1
-1
/
+4
2025-10-19
ipmi: Rework user message limit handling
Corey Minyard
1
-217
/
+198
2025-10-19
Revert "ipmi: fix msg stack when IPMI is disconnected"
Corey Minyard
1
-11
/
+5
2025-10-19
tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_single
Gunnar Kudrjavets
1
-2
/
+2
2025-10-15
hwrng: ks-sa - fix division by zero in ks_sa_rng_init
Nishanth Menon
1
-0
/
+4
2025-10-15
hwrng: nomadik - add ARM_AMBA dependency
Arnd Bergmann
1
-0
/
+1
2025-08-28
ipmi: Fix strcpy source and destination the same
Corey Minyard
1
-17
/
+42
2025-08-28
ipmi: Use dev_warn_ratelimited() for incorrect message warnings
Breno Leitao
1
-4
/
+4
2025-08-28
char: misc: Fix improper and inaccurate error code returned by misc_init()
Zijun Hu
1
-2
/
+2
2025-08-15
hwrng: mtk - handle devm_pm_runtime_enable errors
Ovidiu Panait
1
-1
/
+3
2025-07-17
ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()
Dan Carpenter
1
-1
/
+2
2025-05-22
tpm: tis: Double the timeout B to 4s
Michal Suchanek
1
-1
/
+1
2025-05-02
char: misc: register chrdev region with all possible minors
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2025-05-02
virtio_console: fix missing byte order handling for cols and rows
Halil Pasic
1
-3
/
+4
2025-04-25
tpm: do not start chip while suspended
Thadeu Lima de Souza Cascardo
2
-7
/
+5
2025-04-25
tpm, tpm_tis: Fix timeout handling when waiting for TPM status
Jonathan McDowell
1
-2
/
+1
2025-04-25
tpm, tpm_tis: Workaround failed command reception on Infineon devices
Jonathan McDowell
2
-3
/
+15
2025-03-13
char: misc: deallocate static minor in error path
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2025-02-17
misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minors
Vimal Agrawal
1
-9
/
+30
2025-02-17
tpm: Change to kvalloc() in eventlog/acpi.c
Jarkko Sakkinen
1
-2
/
+13
2025-02-08
ipmi: ssif_bmc: Fix new request loss when bmc ready for a response
Quan Nguyen
1
-2
/
+3
2025-02-08
ipmi: ipmb: Add check devm_kasprintf() returned value
Charles Han
1
-0
/
+3
2024-12-09
tpm: Lock TPM chip in tpm_pm_suspend() first
Jarkko Sakkinen
2
-12
/
+21
2024-10-17
virtio_console: fix misc probe bugs
Michael S. Tsirkin
1
-8
/
+10
2024-10-04
hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume
Gaosheng Cui
1
-0
/
+1
2024-10-04
hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_init
Gaosheng Cui
1
-1
/
+3
2024-10-04
hwrng: mtk - Use devm_pm_runtime_enable
Guoqing Jiang
1
-1
/
+1
2024-10-04
tpm: Clean up TPM space after command failure
Jonathan McDowell
2
-0
/
+5
2024-08-29
char: xillybus: Check USB endpoints when probing device
Eli Billauer
1
-2
/
+20
2024-08-29
char: xillybus: Refine workqueue handling
Eli Billauer
1
-3
/
+5
2024-08-29
char: xillybus: Don't destroy workqueue from work item running on it
Eli Billauer
1
-5
/
+11
2024-08-03
hwrng: amd - Convert PCIBIOS_* return codes to errnos
Ilpo Järvinen
1
-1
/
+3
2024-08-03
char: tpm: Fix possible memory leak in tpm_bios_measurements_open()
Joe Hattori
1
-0
/
+2
2024-08-03
hwrng: core - Fix wrong quality calculation at hw rng registration
Harald Freudenberger
1
-1
/
+3
2024-08-03
ipmi: ssif_bmc: prevent integer overflow on 32bit systems
Dan Carpenter
1
-2
/
+4
2024-07-18
hpet: Support 32-bit userspace
He Zhe
1
-5
/
+29
2024-06-16
tpm_tis: Do *not* flush uninitialized work
Jan Beulich
1
-1
/
+2
2024-06-12
tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer
Matthew R. Ochs
1
-1
/
+2
2024-06-12
ppdev: Add an error check in register_device
Huai-Yuan Liu
1
-4
/
+11
2024-06-12
ppdev: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-04-27
random: handle creditable entropy from atomic process context
Jason A. Donenfeld
1
-5
/
+5
2024-04-03
tpm,tpm_tis: Avoid warning splat at shutdown
Lino Sanfilippo
1
-2
/
+1
2024-02-05
hwrng: starfive - Fix dev_err_probe return error
Jia Jie Ho
1
-1
/
+1
2024-01-31
hwrng: core - Fix page fault dead lock on mmap-ed hwrng
Herbert Xu
1
-13
/
+21
2023-11-28
parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR table
Helge Deller
1
-7
/
+9
2023-11-20
hwrng: geode - fix accessing registers
Jonas Gorski
1
-2
/
+4
[next]