aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'char-misc-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown9-1649/+17
2 daysMerge branch 'for-next' of https://github.com/cminyard/linux-ipmi.gitMark Brown6-20/+12
2 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/pd...Mark Brown1-2/+3
2 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/...Mark Brown1-0/+1
2 daysMerge branch 'for-next-tpm' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown5-23/+37
2 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb...Mark Brown5-46/+123
2 daysipmi:ssif: Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-1/+1
3 daysMerge branch into tip/master: 'x86/cpu'Ingo Molnar1-0/+1
3 daysmm/vma: eliminate mmap_action->error_hook, introduce error_filterLorenzo Stoakes1-7/+1
3 daysdrivers/char/mem: eliminate unnecessary use of success_hookLorenzo Stoakes1-12/+5
9 dayschar: applicom: remove low-quality, unused driverEthan Nelson-Moore4-959/+0
9 dayschar: dtlk: remove driver for ISA speech synthesizer cardEthan Nelson-Moore3-675/+0
9 dayschar/nvram: Remove redundant nvram_mutexVenkat Rao Bagalkote1-13/+3
9 dayssonypi: Check ACPI_COMPANION() against NULL at probe timeRafael J. Wysocki1-1/+5
9 dayshpet: Check ACPI_COMPANION() against NULL at probe timeRafael J. Wysocki1-1/+5
9 dayschar: tlclk: fix use-after-free in tlclk_cleanup()James Kim1-0/+4
11 daysipmi: Fix user refcount underflow in event deliveryMatt Fleming1-2/+0
12 daysipmi: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)4-6/+6
13 daysipmi: Use LIST_HEAD() to initialize on stack list headJisheng Zhang1-10/+4
13 daysipmi:kcs: Reduce the number of retriesCorey Minyard1-1/+1
2026-05-16tpm_crb: Check ACPI_COMPANION() against NULL during probeRafael J. Wysocki1-1/+5
2026-05-15tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()Jarkko Sakkinen1-14/+21
2026-05-15hwrng: core - use sysfs_emit_at in rng_available_showThorsten Blum1-10/+7
2026-05-15hwrng: core - use MAX to simplify RNG_BUFFER_SIZEThorsten Blum1-1/+1
2026-05-15hwrng: core - use bool for wait parameter in rng_get_dataThorsten Blum1-4/+3
2026-05-15hwrng: core - drop unnecessary forward declarationsThorsten Blum1-4/+0
2026-05-15hwrng: drivers - Drop unused assignment to pci driver_dataUwe Kleine-König (The Capable Hub)3-7/+7
2026-05-10tpm: Initialize name_size_alg for non-NULL name in tpm_buf_append_name()Gunnar Kudrjavets1-4/+7
2026-05-09tpm: restore timeout for key creation commandsBaoli Zhang1-3/+3
2026-05-09tpm: svsm: constify tpm_chip_opsDavid Windsor1-1/+1
2026-05-07hwrng: mtk - add support for hw access via SMCCDaniel Golle1-20/+105
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1
2026-05-04Merge tag 'for-linus-7.1-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds2-16/+78
2026-04-28ipmi:ssif: NULL thread on errorCorey Minyard1-0/+1
2026-04-28ipmi:si: Return state to normal if message allocation failsCorey Minyard1-2/+6
2026-04-28ipmi: Add limits to event and receive message requestsCorey Minyard2-13/+64
2026-04-28sonypi: use strscpy() in sonypi_acpi_probeThorsten Blum1-2/+3
2026-04-25Merge tag 'for-next-tpm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-38/+57
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-50/+23
2026-04-21tpm: tpm_tis: stop transmit if retries are exhaustedJacqueline Wong1-1/+6
2026-04-21tpm: tpm_tis: add error logging for data transferJacqueline Wong1-0/+4
2026-04-21tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()Gunnar Kudrjavets1-1/+1
2026-04-21tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()Gunnar Kudrjavets1-1/+4
2026-04-21tpm: Fix auth session leak in tpm2_get_random() error pathGunnar Kudrjavets1-4/+2
2026-04-21tpm: i2c: atmel: fix block comment formattingEthan Luna1-11/+23
2026-04-21tpm_crb: Convert ACPI driver to a platform oneRafael J. Wysocki1-19/+16
2026-04-21tpm: Make tcpci_pm_ops variable static constKrzysztof Kozlowski1-1/+1
2026-04-21ipmi: Check event message buffer response for bad dataCorey Minyard1-1/+7
2026-04-18Merge tag 'for-linus-7.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds4-31/+435
2026-04-17ipmi:ssif: Clean up kthread on errorsCorey Minyard1-1/+12
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+8
2026-04-13ipmi:ssif: Remove unnecessary indentionCorey Minyard1-16/+12
2026-04-07ipmi: ssif_bmc: Fix KUnit test link failure when KUNIT=mJian Zhang1-1/+1
2026-04-05hpet: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)1-5/+7
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)1-1/+1
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)1-1/+1
2026-04-03ipmi: ssif_bmc: add unit test for state machineJian Zhang2-0/+380
2026-04-03ipmi: ssif_bmc: change log level to dbg in irq callbackJian Zhang1-9/+9
2026-04-03ipmi: ssif_bmc: fix message desynchronization after truncated responseJian Zhang1-0/+14
2026-04-03ipmi: ssif_bmc: fix missing check for copy_to_user() partial failureJian Zhang1-0/+2
2026-04-03ipmi: ssif_bmc: cancel response timer on removeJian Zhang1-0/+1
2026-04-02sonypi: Convert ACPI driver to a platform oneRafael J. Wysocki1-12/+13
2026-04-02hpet: Convert ACPI driver to a platform oneRafael J. Wysocki1-8/+10
2026-04-02char: remove unnecessary module_init/exit functionsEthan Nelson-Moore2-30/+0
2026-03-11random: vDSO: Remove ifdefferyThomas Weißschuh1-8/+6
2026-03-11random: vDSO: Trim vDSO includesThomas Weißschuh1-2/+0
2026-03-05ipmi: Replace use of system_wq with system_percpu_wqMarco Crivellari1-5/+5
2026-02-26Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds4-60/+125
2026-02-23Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds1-11/+1
2026-02-23ipmi:si: Fix check for a misbehaving BMCCorey Minyard1-11/+13
2026-02-23ipmi:msghandler: Handle error returns from the SMI senderCorey Minyard1-32/+68
2026-02-23ipmi:si: Don't block module unload if the BMC is messed upCorey Minyard1-1/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds35-55/+55
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook38-73/+65
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-2648/+20
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+3
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-3/+3
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-32/+29
2026-02-10Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+2
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-67/+107
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2026-02-06ipmi:si: Use a long timeout when the BMC is misbehavingCorey Minyard1-1/+3
2026-02-06ipmi:si: Handle waiting messages when BMC failure detectedCorey Minyard1-0/+6
2026-02-06hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang1-63/+105
2026-02-06hwrng: optee - simplify OP-TEE context matchRouven Czerwinski1-4/+1
2026-02-03ipmi:ls2k: Make ipmi_ls2k_platform_driver staticCorey Minyard1-1/+1
2026-02-03ipmi: ipmb: initialise event handler read bytesMatt Johnston1-0/+5
2026-02-03ipmi: Consolidate the run to completion checking for xmit msgs lockCorey Minyard1-18/+24
2026-02-03ipmi: Fix use-after-free and list corruption on sender errorCorey Minyard1-2/+9
2026-02-03tpm: st33zp24: Fix missing cleanup on get_burstcount() errorAlper Ak1-2/+4
2026-02-03tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failureAlper Ak1-2/+4
2026-02-01char: tpm: cr50: Remove IRQF_ONESHOTSebastian Andrzej Siewior2-3/+2
2026-01-23hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski1-0/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-16xilinx_hwicap: fifo_icap.c: fix all kernel-doc warningsRandy Dunlap1-8/+19
2026-01-15lib/crypto: aescfb: Use new AES library APIEric Biggers1-5/+5
2026-01-15tpm/tpm_ftpm_tee: Fix kdoc after function renamesUwe Kleine-König1-2/+2
2026-01-08virtio-rng: fix DMA alignment for data bufferMichael S. Tsirkin1-0/+3
2026-01-07tpm/tpm_ftpm_tee: Make use of tee bus methodsUwe Kleine-König1-7/+19
2026-01-07tpm/tpm_ftpm_tee: Make use of tee specific driver registrationUwe Kleine-König1-3/+2
2026-01-07hwrng: optee - Make use of tee bus methodsUwe Kleine-König1-7/+5
2026-01-07hwrng: optee - Make use of module_tee_client_driver()Uwe Kleine-König1-13/+1
2025-12-29char: misc: Use IS_ERR() for filp_open() return valueAlper Ak1-1/+1
2025-12-29char/mwave: drop itJiri Slaby (SUSE)13-2639/+0
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-1019/+202
2025-12-05Merge tag 'for-linus-6.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-7/+17
2025-12-05Merge tag 'tpmdd-sessions-next-6.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-78/+161
2025-12-05Merge 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-04Merge 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-02Merge tag 'random-6.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+21
2025-12-02Merge 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-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-332/+588
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
2025-09-08ipmi: Allow an SMI sender to return an errorCorey Minyard5-20/+29
2025-09-08ipmi:si: Move flags get start to its own functionCorey Minyard1-6/+13
2025-09-08ipmi:si: Merge some if statementsCorey Minyard1-9/+5
2025-09-08ipmi: Set a timer for maintenance modeCorey Minyard1-2/+6
2025-09-08ipmi: Add a maintenance mode sysfs fileCorey Minyard1-0/+23
2025-09-08ipmi: Disable sysfs access and requests in maintenance modeCorey Minyard1-0/+11
2025-09-08ipmi: Differentiate between reset and firmware update in maintenanceCorey Minyard1-12/+30
2025-09-08ipmi: Rework user message limit handlingCorey Minyard1-218/+198
2025-09-08Revert "ipmi: fix msg stack when IPMI is disconnected"Corey Minyard1-11/+5
2025-09-08ipmi:msghandler:Change seq_lock to a mutexCorey Minyard1-37/+26
2025-09-06char: Use list_del_init() in misc_deregister() to reinitialize list pointerXion Wang1-1/+1
2025-09-06misc: remove ineffective WARN_ON() check from misc_deregister()Xion Wang1-3/+0
2025-09-06char/adi: Remove redundant less-than-zero check in adi_write()Thorsten Blum1-1/+1
2025-09-02tpm: Add a driver for Loongson TPM deviceQunqin Zhao3-0/+94
2025-08-30hwrng: cn10k - Remove the use of dev_err_probe()Liao Yuanhong1-1/+1
2025-08-19hpet: Use str_plural() to simplify the codeXichao Zhao1-1/+1
2025-08-19char: misc: Does not request module for miscdevice with dynamic minorZijun Hu1-3/+5