aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
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-16mm: update mem char driver to use mmap_prepareLorenzo Stoakes1-34/+50
2025-11-16mm: 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-29lib/crypto: blake2s: Rename blake2s_state to blake2s_ctxEric Biggers1-1/+1
2025-10-29lib/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
2025-10-14ipmi: Skip channel scan if channels are already marked readyJinhui Guo1-0/+4
2025-10-14ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo1-5/+13
2025-10-14ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo1-2/+0
2025-10-14Merge tag 'for-linus-6.18-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-1/+4
2025-10-10tpm: Prevent local DOS via tpm/tpm0/ppi/*operationsDenis Aleksandrov1-23/+66
2025-10-10tpm: use a map for tpm2_calc_ordinal_duration()Jarkko Sakkinen3-97/+34
2025-10-10tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_singleGunnar Kudrjavets1-2/+2
2025-10-10tpm: Use HMAC-SHA256 library instead of open-coded HMACEric Biggers1-71/+27
2025-10-10tpm: Compare HMAC values in constant timeEric Biggers2-3/+4
2025-10-10tpm: Disable TPM2_TCG_HMAC by defaultJarkko Sakkinen1-1/+1
2025-10-07ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck1-1/+4
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-9/+706
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-2/+7
2025-10-04Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+17
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-10-01Merge tag 'for-linus-6.18-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds10-334/+590
2025-09-28hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon1-0/+4
2025-09-26sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth1-2/+2
2025-09-25tpm: loongson: Add bufsiz parameter to tpm_loongson_send()Nathan Chancellor1-1/+1
2025-09-16ipmi: Add Loongson-2K BMC supportBinbin Zhou5-0/+208
2025-09-13/dev/zero: try to align PMD_SIZE for private mappingZhang Qilong1-4/+17
2025-09-09char: hw_random: atmel: make it selectable for ARCH_MICROCHIPRobert Marko1-1/+1
2025-09-08ipmi:si: Gracefully handle if the BMC is non-functionalCorey Minyard1-6/+23
2025-09-08ipmi: Rename "user_data" to "recv_msg" in an SMI messageCorey Minyard1-13/+13