summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2025-12-03tpm: Cap the number of PCR banksJarkko Sakkinen-11/+3
2025-12-03tpm: Remove tpm_find_get_opsJonathan McDowell-43/+17
2025-12-03tpm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+2
2025-12-03tpm_crb: add missing loc parameter to kerneldocStuart Yoder-0/+2
2025-12-03tpm_crb: Fix a spelling mistakeChu Guangqing-1/+1
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+3
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-12/+10
2025-12-03Merge tag 'keys-trusted-next-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+13
2025-12-02Merge tag 'random-6.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-17/+21
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+3
2025-11-29KEYS: trusted: Replace a redundant instance of tpm2_hash_mapJarkko Sakkinen-1/+13
2025-11-28char: applicom: fix NULL pointer dereference in ac_ioctlTianchu Chen-1/+4
2025-11-26hangcheck-timer: fix coding style spacingClint George-5/+9
2025-11-26hangcheck-timer: Replace %Ld with %lldClint George-1/+1
2025-11-26hangcheck-timer: replace printk(KERN_CRIT) with pr_critClint George-6/+6
2025-11-26char: xillybus: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari-3/+3
2025-11-26char/mwave: drop typedefsJiri Slaby (SUSE)-93/+89
2025-11-26char/mwave: drop printk wrapperJiri Slaby (SUSE)-85/+74
2025-11-26char/mwave: remove printk tracingJiri Slaby (SUSE)-524/+14
2025-11-26char/mwave: remove unneeded fopsJiri Slaby (SUSE)-62/+0
2025-11-26char/mwave: remove MWAVE_FUTZ_WITH_OTHER_DEVICES ifdefferyJiri Slaby (SUSE)-111/+0
2025-11-26char/mwave: remove dead codeJiri Slaby (SUSE)-118/+0
2025-11-25random: complete sentence of commentJason A. Donenfeld-1/+1
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens-2/+1
2025-11-24hwrng: core - use min3() instead of nested min_t()David Laight-1/+1
2025-11-19ipmi: Switch to use %ptSpAndy Shevchenko-6/+3
2025-11-16mm: update mem char driver to use mmap_prepareLorenzo Stoakes-34/+50
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts-1/+1
2025-11-14hwrng: bcm2835 - Simplify with of_device_get_match_data()Krzysztof Kozlowski-6/+2
2025-11-14hwrng: bcm2835 - Move MODULE_DEVICE_TABLE() to table definitionKrzysztof Kozlowski-2/+1
2025-11-11random: drop check for static_key_initializedThomas Weißschuh-4/+3
2025-10-30random: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-4/+4
2025-10-30random: use offstack cpumask when necessaryArnd Bergmann-7/+12
2025-10-30random: add missing words in function commentsThorsten Blum-2/+2
2025-10-29lib/crypto: blake2s: Rename blake2s_state to blake2s_ctxEric Biggers-1/+1
2025-10-29lib/crypto: blake2s: Adjust parameter order of blake2s()Eric Biggers-2/+2
2025-10-27Merge 6.18-rc3 into char-misc-nextGreg Kroah-Hartman-10/+24
2025-10-22apm-emulation: remove unused __apm_get_power_statusAhelenia Ziemiańska-9/+1
2025-10-22char/adi: Use min_t(size_t,,) in adi_read() + adi_write()Thorsten Blum-3/+3
2025-10-18tpm_crb: Add idle support for the Arm FF-A start methodStuart Yoder-9/+20
2025-10-17hwrng: core - Allow runtime disabling of the HW RNGJonathan McDowell-3/+6
2025-10-14ipmi: Skip channel scan if channels are already marked readyJinhui Guo-0/+4
2025-10-14ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo-5/+13
2025-10-14ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo-2/+0
2025-10-14Merge tag 'for-linus-6.18-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds-1/+4
2025-10-10tpm: Prevent local DOS via tpm/tpm0/ppi/*operationsDenis Aleksandrov-23/+66
2025-10-10tpm: use a map for tpm2_calc_ordinal_duration()Jarkko Sakkinen-97/+34
2025-10-10tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_singleGunnar Kudrjavets-2/+2
2025-10-10tpm: Use HMAC-SHA256 library instead of open-coded HMACEric Biggers-71/+27
2025-10-10tpm: Compare HMAC values in constant timeEric Biggers-3/+4