summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-120/+24
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-131/+537
2023-11-02Merge tag 'for-linus-6.7-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-9/+4
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-3/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1567/+4
2023-11-01Merge tag 'parisc-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+9
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-10-30parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR tableHelge Deller-7/+9
2023-10-24virtio_console: Annotate struct port_buffer with __counted_byKees Cook-1/+1
2023-10-18char: convert to new timestamp accessorsJeff Layton-1/+1
2023-10-18char: xilinx_hwicap: Modernize driver probeRob Herring-119/+19
2023-10-13hwrng: n2 - Use device_get_match_data()Rob Herring-7/+3
2023-10-11char-misc: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados-2/+0
2023-10-11hpet: Remove now superfluous sentinel element from ctl_table arrayJoel Granados-1/+0
2023-10-05drivers/char/mem: implement splice() for /dev/zero, /dev/fullMax Kellermann-0/+4
2023-10-05hpet: Annotate struct hpets with __counted_byKees Cook-1/+1
2023-10-05hwrng: meson - add support for S4Alexey Romanov-3/+77
2023-10-01hwrng: stm32 - rework power management sequencesGatien Chevallier-11/+97
2023-10-01hwrng: stm32 - support RNG configuration locking mechanismGatien Chevallier-0/+5
2023-10-01hwrng: stm32 - restrain RNG noise source clockGatien Chevallier-2/+32
2023-10-01hwrng: stm32 - rework error handling in stm32_rng_read()Gatien Chevallier-12/+41
2023-10-01hwrng: stm32 - implement error concealmentGatien Chevallier-4/+110
2023-10-01hwrng: stm32 - implement STM32MP13x supportGatien Chevallier-64/+158
2023-10-01hwrng: stm32 - use devm_platform_get_and_ioremap_resource() APIGatien Chevallier-7/+2
2023-09-20hwrng: imx-rngc - reasonable timeout for initial seedMartin Kaiser-3/+3
2023-09-20hwrng: imx-rngc - reasonable timeout for selftestMartin Kaiser-1/+3
2023-09-15hwrng: geode - fix accessing registersJonas Gorski-2/+4
2023-09-15hwrng: octeon - Fix warnings on 32-bit platformsHerbert Xu-3/+3
2023-09-15hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren-1/+7
2023-09-15hwrng: xiphera - removed unnneded platform_set_drvdata()Andrei Coardos-2/+0
2023-09-15hwrng: xgene - removed unneeded call to platform_set_drvdata()Andrei Coardos-1/+0
2023-09-15hwrng: mpfs - removed unneeded call to platform_set_drvdata()Andrei Coardos-2/+0
2023-09-15hwrng: st - add MODULE_DESCRIPTIONMartin Kaiser-0/+1
2023-09-15hwrng: nomadik - add MODULE_DESCRIPTIONMartin Kaiser-0/+1
2023-09-15hwrng: ks-sa - use dev_err_probeMartin Kaiser-6/+3
2023-09-15hwrng: ks-sa - remove dev from struct ks_sa_rngMartin Kaiser-2/+0
2023-09-15hwrng: ks-sa - access private data via struct hwrngMartin Kaiser-11/+4
2023-09-15hwrng: hisi - removed unneeded call to platform_set_drvdata()Andrei Coardos-2/+0
2023-09-15hwrng: bcm2835 - removed call to platform_set_drvdata()Andrei Coardos-2/+0
2023-09-13Merge tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-1/+1
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+0
2023-09-13ipmi: refactor deprecated strncpyJustin Stitt-9/+4
2023-09-12tpm: Fix typo in tpmrm class definitionJustin M. Forbes-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-1567/+4
2023-09-04tpm: Enable hwrng only for Pluton on AMD CPUsJarkko Sakkinen-25/+8
2023-09-04tpm_crb: Fix an error handling path in crb_acpi_add()Christophe JAILLET-2/+3
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-18/+20
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+2
2023-08-31parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller-2/+0