summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-1019/+202
2025-12-06Merge tag 'for-linus-6.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-7/+17
2025-12-06Merge tag 'tpmdd-sessions-next-6.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-79/+162
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-35/+51
2025-12-05tpm2-sessions: Open code tpm_buf_append_hmac_session()Jarkko Sakkinen1-3/+11
2025-12-05tpm2-sessions: Remove 'attributes' parameter from tpm_buf_append_authJarkko Sakkinen2-4/+3
2025-12-05tpm2-sessions: Fix tpm2_read_public range checksJarkko Sakkinen2-44/+53
2025-12-05tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen2-44/+111
2025-12-05Merge tag 'tpmdd-next-6.19-rc1-v4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-56/+25
2025-12-03tpm: Cap the number of PCR banksJarkko Sakkinen3-11/+3
2025-12-03tpm: Remove tpm_find_get_opsJonathan McDowell4-43/+17
2025-12-03tpm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+2
2025-12-03tpm_crb: add missing loc parameter to kerneldocStuart Yoder1-0/+2
2025-12-03tpm_crb: Fix a spelling mistakeChu Guangqing1-1/+1
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+3
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+10
2025-12-03Merge tag 'keys-trusted-next-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+13
2025-12-03Merge tag 'random-6.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+21
2025-12-03Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+3
2025-11-29KEYS: trusted: Replace a redundant instance of tpm2_hash_mapJarkko Sakkinen1-1/+13
2025-11-28char: applicom: fix NULL pointer dereference in ac_ioctlTianchu Chen1-1/+4
2025-11-26hangcheck-timer: fix coding style spacingClint George1-5/+9
2025-11-26hangcheck-timer: Replace %Ld with %lldClint George1-1/+1
2025-11-26hangcheck-timer: replace printk(KERN_CRIT) with pr_critClint George1-6/+6
2025-11-26char: xillybus: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari2-3/+3
2025-11-26char/mwave: drop typedefsJiri Slaby (SUSE)9-93/+89
2025-11-26char/mwave: drop printk wrapperJiri Slaby (SUSE)5-85/+74
2025-11-26char/mwave: remove printk tracingJiri Slaby (SUSE)7-524/+14
2025-11-26char/mwave: remove unneeded fopsJiri Slaby (SUSE)1-62/+0
2025-11-26char/mwave: remove MWAVE_FUTZ_WITH_OTHER_DEVICES ifdefferyJiri Slaby (SUSE)2-111/+0
2025-11-26char/mwave: remove dead codeJiri Slaby (SUSE)3-118/+0
2025-11-25random: complete sentence of commentJason A. Donenfeld1-1/+1
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-24hwrng: core - use min3() instead of nested min_t()David Laight1-1/+1
2025-11-19ipmi: Switch to use %ptSpAndy Shevchenko2-6/+3
2025-11-17mm: update mem char driver to use mmap_prepareLorenzo Stoakes1-34/+50
2025-11-17mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-1/+1
2025-11-14hwrng: bcm2835 - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-6/+2
2025-11-14hwrng: bcm2835 - Move MODULE_DEVICE_TABLE() to table definitionKrzysztof Kozlowski1-2/+1
2025-11-11random: drop check for static_key_initializedThomas Weißschuh1-4/+3
2025-10-30random: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-4/+4
2025-10-30random: use offstack cpumask when necessaryArnd Bergmann1-7/+12
2025-10-30random: add missing words in function commentsThorsten Blum1-2/+2
2025-10-30lib/crypto: blake2s: Rename blake2s_state to blake2s_ctxEric Biggers1-1/+1
2025-10-30lib/crypto: blake2s: Adjust parameter order of blake2s()Eric Biggers1-2/+2
2025-10-27Merge 6.18-rc3 into char-misc-nextGreg Kroah-Hartman2-10/+24
2025-10-22apm-emulation: remove unused __apm_get_power_statusAhelenia Ziemiańska1-9/+1
2025-10-22char/adi: Use min_t(size_t,,) in adi_read() + adi_write()Thorsten Blum1-3/+3
2025-10-18tpm_crb: Add idle support for the Arm FF-A start methodStuart Yoder1-9/+20
2025-10-17hwrng: core - Allow runtime disabling of the HW RNGJonathan McDowell1-3/+6