summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-67/+107
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+5
2026-02-06ipmi:si: Use a long timeout when the BMC is misbehavingCorey Minyard-1/+3
2026-02-06ipmi:si: Handle waiting messages when BMC failure detectedCorey Minyard-0/+6
2026-02-06hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang-63/+105
2026-02-06hwrng: optee - simplify OP-TEE context matchRouven Czerwinski-4/+1
2026-02-03ipmi:ls2k: Make ipmi_ls2k_platform_driver staticCorey Minyard-1/+1
2026-02-03ipmi: ipmb: initialise event handler read bytesMatt Johnston-0/+5
2026-02-03ipmi: Consolidate the run to completion checking for xmit msgs lockCorey Minyard-18/+24
2026-02-03ipmi: Fix use-after-free and list corruption on sender errorCorey Minyard-2/+9
2026-02-03tpm: st33zp24: Fix missing cleanup on get_burstcount() errorAlper Ak-2/+4
2026-02-03tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failureAlper Ak-2/+4
2026-02-01char: tpm: cr50: Remove IRQF_ONESHOTSebastian Andrzej Siewior-3/+2
2026-01-23hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski-0/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-16xilinx_hwicap: fifo_icap.c: fix all kernel-doc warningsRandy Dunlap-8/+19
2026-01-15lib/crypto: aescfb: Use new AES library APIEric Biggers-5/+5
2026-01-15tpm/tpm_ftpm_tee: Fix kdoc after function renamesUwe Kleine-König-2/+2
2026-01-08virtio-rng: fix DMA alignment for data bufferMichael S. Tsirkin-0/+3
2026-01-07tpm/tpm_ftpm_tee: Make use of tee bus methodsUwe Kleine-König-7/+19
2026-01-07tpm/tpm_ftpm_tee: Make use of tee specific driver registrationUwe Kleine-König-3/+2
2026-01-07hwrng: optee - Make use of tee bus methodsUwe Kleine-König-7/+5
2026-01-07hwrng: optee - Make use of module_tee_client_driver()Uwe Kleine-König-13/+1
2025-12-29char: misc: Use IS_ERR() for filp_open() return valueAlper Ak-1/+1
2025-12-29char/mwave: drop itJiri Slaby (SUSE)-2639/+0
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1019/+202
2025-12-05Merge tag 'for-linus-6.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-7/+17
2025-12-05Merge tag 'tpmdd-sessions-next-6.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-79/+162
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-35/+51
2025-12-05tpm2-sessions: Open code tpm_buf_append_hmac_session()Jarkko Sakkinen-3/+11
2025-12-05tpm2-sessions: Remove 'attributes' parameter from tpm_buf_append_authJarkko Sakkinen-4/+3
2025-12-05tpm2-sessions: Fix tpm2_read_public range checksJarkko Sakkinen-44/+53
2025-12-05tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen-44/+111
2025-12-04Merge tag 'tpmdd-next-6.19-rc1-v4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-56/+25
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