index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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-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-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
9
-9
/
+9
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-4
/
+4
2024-11-22
tpm: atmel: Drop PPC64 specific MMIO setup
Rob Herring (Arm)
3
-144
/
+61
2024-11-22
char: tpm: cr50: Add new device/vendor ID 0x50666666
Jett Rink
1
-4
/
+28
2024-11-22
char: tpm: cr50: Move i2c locking to request/relinquish locality ops
Jan Dabros
1
-9
/
+13
2024-11-22
char: tpm: cr50: Use generic request/relinquish locality ops
Jan Dabros
1
-40
/
+54
2024-11-22
tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver
Stefan Berger
2
-15
/
+1
2024-11-19
Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2024-11-19
Merge tag 'acpi-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-0
/
+1
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
18
-36
/
+477
2024-11-15
Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl'
Rafael J. Wysocki
1
-0
/
+1
2024-11-15
hwrng: amd - remove reference to removed PPC_MAPLE config
Lukas Bulwahn
1
-1
/
+1
2024-11-13
tpm: Disable TPM on tpm2_create_primary() failure
Jarkko Sakkinen
1
-2
/
+5
2024-11-13
tpm: Opt-in in disable PCR integrity protection
Jarkko Sakkinen
3
-31
/
+70
2024-11-10
hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver
Markus Mayer
3
-0
/
+139
2024-11-05
Merge 6.12-rc6 into char-misc-next
Greg Kroah-Hartman
4
-42
/
+77
2024-11-05
char: Switch back to struct platform_driver::remove()
Uwe Kleine-König
4
-4
/
+4
2024-11-04
tpm: Lock TPM chip in tpm_pm_suspend() first
Jarkko Sakkinen
2
-14
/
+22
2024-11-02
hwrng: drivers - Switch back to struct platform_driver::remove()
Uwe Kleine-König
12
-12
/
+12
2024-10-29
tpm: Lazily flush the auth session
Jarkko Sakkinen
4
-20
/
+44
2024-10-28
tpm: Rollback tpm2_load_null()
Jarkko Sakkinen
1
-20
/
+24
2024-10-28
tpm: Return tpm2_sessions_init() when null key creation fails
Jarkko Sakkinen
1
-2
/
+9
2024-10-28
hwrng: airoha - add support for Airoha EN7581 TRNG
Christian Marangi
3
-0
/
+257
2024-10-28
hwrng: stm32 - update STM32MP15 RNG max clock frequency
Gatien Chevallier
1
-1
/
+1
2024-10-28
hwrng: stm32 - implement support for STM32MP25x platforms
Gatien Chevallier
1
-18
/
+56
2024-10-24
ACPI: EC: make EC support compile-time conditional
Arnd Bergmann
1
-0
/
+1
2024-10-19
hwrng: histb - Fix the wrong format specifier
Zhu Jun
1
-1
/
+1
2024-10-16
hpet: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-0
/
+1
2024-10-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-8
/
+10
2024-10-05
hwrng: core - Add WARN_ON for buggy read return values
Herbert Xu
1
-2
/
+9
2024-10-05
hwrng: iproc-r200 - enable on BCMBCA
Linus Walleij
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
13
-13
/
+0
2024-09-26
Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2024-09-25
virtio_console: fix misc probe bugs
Michael S. Tsirkin
1
-8
/
+10
2024-09-19
Merge tag 'tpmdd-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-3
/
+9
2024-09-19
Merge tag 'for-linus-6.12-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-1
/
+24
2024-09-18
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+10
2024-09-17
tpm: export tpm2_sessions_init() to fix ibmvtpm building
Kexy Biscuit
1
-0
/
+1
2024-09-17
tpm: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
3
-3
/
+3
2024-09-17
tpm: Clean up TPM space after command failure
Jonathan McDowell
2
-0
/
+5
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+0
2024-09-16
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2
-8
/
+3
2024-09-16
Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-15
/
+252
[next]