aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds10-85/+185
8 daysMerge tag 'platform-drivers-x86-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-2/+0
9 daysMerge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds2-258/+76
13 daysMerge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds15-59/+339
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-10/+15
2026-08-15hwrng: drivers - use named initializers for acpi_device_idPawel Zalewski (The Capable Hub)2-2/+2
2026-08-15hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resumeThomas Richard (TI)1-15/+86
2026-08-10hwrng: imx-rngc - Disable clock on registration failureYuho Choi1-1/+3
2026-07-31virtio_console: fix race between hvc put_chars and virtqueue teardown on freezeSungho Bae1-6/+64
2026-07-31virtio_console: fix control queue race during restoreSungho Bae1-3/+12
2026-07-31virtio_console: fix hot-unplug races in TX pathsSungho Bae1-6/+31
2026-07-31virtio_console: refactor __send_to_port() buffer ownershipSungho Bae1-32/+37
2026-07-31virtio_console: take a kref in find_port_by_vq() to fix port UAFHari Mishal1-1/+12
2026-07-31initramfs_test: use test init/exit hooks to override init fsChristian Brauner1-10/+15
2026-07-28agp/amd-k7: Don't rely on address of pci_device_idGary Guo1-22/+4
2026-07-28agp/via: Don't rely on address of pci_device_idGary Guo1-236/+72
2026-07-27hwrng: stm32 - Fix runtime PM cleanup on registration failureCan Peng1-7/+3
2026-07-17char: xillybus: Remove redundant dev_err()Pan Chuang2-8/+2
2026-07-17tpm: Remove redundant dev_err()Pan Chuang3-9/+2
2026-07-17hwrng: drivers - Remove redundant dev_err()/dev_err_probe()Pan Chuang6-12/+6
2026-07-17char: xilinx_hwicap: unregister class on init errorsMyeonghun Pak1-1/+4
2026-07-17virtio_console: fix endian conversion in handle_control_message()Ben Dooks1-2/+4
2026-07-17char: powernv-op-panel: remove unnecessary reset of position pointerFernando Fernandez Mancera1-2/+0
2026-07-17ppdev: prevent overflow when setting port timeoutLinmao Li1-4/+6
2026-07-17tlclk: if sscanf() fails, fall back to 0, not random valueAlexander A. Klimov1-18/+18
2026-07-17hwrng: omap - Enable on Renesas RZ/N1DMiquel Raynal (Schneider Electric)1-1/+1
2026-07-17hwrng: drivers - Remove redundant dev_err()/dev_err_probe()Pan Chuang6-12/+6
2026-07-13hwrng: ks-sa - Fix runtime PM cleanup on registration failureYuho Choi1-1/+8
2026-07-12tpm: Make the TPM character devices non-seekableJaewon Yang2-2/+2
2026-07-09sonypi: Stop setting acpi_device_name/class()Rafael J. Wysocki1-2/+0
2026-07-05hwrng: omap - Fix probe error path cleanupMyeonghun Pak1-10/+20
2026-07-05hwrng: xilinx-trng - propagate timeout before any data is readPengpeng Hou1-8/+24
2026-07-05hwrng: qcom - Move qcom-rng.c into drivers/char/hw_random/Eric Biggers3-0/+182
2026-07-05hwrng: atmel - drop __maybe_unused from atmel_trng_pm_opsThorsten Blum1-1/+1
2026-07-05hwrng: core - fix rng list on registration errorManos Pitsidianakis1-1/+3
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)15-15/+0
2026-06-25Merge tag 'for-linus-7.2-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-24/+27
2026-06-23Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-2/+3
2026-06-23Merge tag 'for-next-tpm-7.2-rc1-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds8-60/+98
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds9-1649/+17
2026-06-21tpm: fix event_size output in tpm1_binary_bios_measurements_showThorsten Blum1-2/+2
2026-06-21tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-inYeoreum Yun1-15/+3
2026-06-21tpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_saltMichael Bommarito1-11/+34
2026-06-21tpm: tpm_tis: Add settle time for some TPMsJim Broadus2-0/+7
2026-06-21tpm: tpm_tis: store entire did_vidJim Broadus2-9/+15
2026-06-21tpm_crb: Check ACPI_COMPANION() against NULL during probeRafael J. Wysocki1-1/+5
2026-06-21tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()Jarkko Sakkinen1-14/+21
2026-06-21tpm: Initialize name_size_alg for non-NULL name in tpm_buf_append_name()Gunnar Kudrjavets1-4/+7
2026-06-21tpm: restore timeout for key creation commandsBaoli Zhang1-3/+3
2026-06-21tpm: svsm: constify tpm_chip_opsDavid Windsor1-1/+1