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.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-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
2025-11-13
char: misc: restrict the dynamic range to exclude reserved minors
Thadeu Lima de Souza Cascardo
1
-23
/
+5
2025-11-13
char: Use list_del_init() in misc_deregister() to reinitialize list pointer
Xion Wang
1
-1
/
+1
2025-11-13
char: misc: Does not request module for miscdevice with dynamic minor
Zijun Hu
1
-3
/
+5
2025-11-13
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
tpm: Disable TPM2_TCG_HMAC by default
Jarkko Sakkinen
1
-1
/
+1
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-20
ipmi: Fix strcpy source and destination the same
Corey Minyard
1
-17
/
+42
2025-08-20
ipmi: Use dev_warn_ratelimited() for incorrect message warnings
Breno Leitao
1
-4
/
+4
2025-08-20
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-06-04
char: tpm: tpm-buf: Add sanity check fallback in read helpers
Purva Yeshi
1
-3
/
+3
2025-05-29
tpm: Convert warn to dbg in tpm2_start_auth_session()
Jonathan McDowell
1
-1
/
+1
2025-05-22
tpm: Mask TPM RC in tpm2_start_auth_session()
Jarkko Sakkinen
1
-14
/
+6
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-20
tpm: do not start chip while suspended
Thadeu Lima de Souza Cascardo
2
-7
/
+5
2025-04-20
tpm, tpm_tis: Fix timeout handling when waiting for TPM status
Jonathan McDowell
1
-2
/
+1
2025-04-20
tpm: End any active auth session before shutdown
Jonathan McDowell
1
-0
/
+1
2025-04-20
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-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-04
tpm: Lock TPM chip in tpm_pm_suspend() first
Jarkko Sakkinen
2
-14
/
+22
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-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-8
/
+10
2024-10-03
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
[next]