aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-120/+24
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 15-131/+537
2023-11-02Merge tag 'for-linus-6.7-1' of https://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 2-9/+4
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 3-3/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 10-1567/+4
2023-11-01Merge tag 'parisc-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-7/+9
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-10-30parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR tableGravatar Helge Deller 1-7/+9
2023-10-24virtio_console: Annotate struct port_buffer with __counted_byGravatar Kees Cook 1-1/+1
2023-10-18char: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-18char: xilinx_hwicap: Modernize driver probeGravatar Rob Herring 1-119/+19
2023-10-13hwrng: n2 - Use device_get_match_data()Gravatar Rob Herring 1-7/+3
2023-10-11char-misc: Remove the now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 2-2/+0
2023-10-11hpet: Remove now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-10-05drivers/char/mem: implement splice() for /dev/zero, /dev/fullGravatar Max Kellermann 1-0/+4
2023-10-05hpet: Annotate struct hpets with __counted_byGravatar Kees Cook 1-1/+1
2023-10-05hwrng: meson - add support for S4Gravatar Alexey Romanov 1-3/+77
2023-10-01hwrng: stm32 - rework power management sequencesGravatar Gatien Chevallier 1-11/+97
2023-10-01hwrng: stm32 - support RNG configuration locking mechanismGravatar Gatien Chevallier 1-0/+5
2023-10-01hwrng: stm32 - restrain RNG noise source clockGravatar Gatien Chevallier 1-2/+32
2023-10-01hwrng: stm32 - rework error handling in stm32_rng_read()Gravatar Gatien Chevallier 1-12/+41
2023-10-01hwrng: stm32 - implement error concealmentGravatar Gatien Chevallier 1-4/+110
2023-10-01hwrng: stm32 - implement STM32MP13x supportGravatar Gatien Chevallier 1-64/+158
2023-10-01hwrng: stm32 - use devm_platform_get_and_ioremap_resource() APIGravatar Gatien Chevallier 1-7/+2
2023-09-20hwrng: imx-rngc - reasonable timeout for initial seedGravatar Martin Kaiser 1-3/+3
2023-09-20hwrng: imx-rngc - reasonable timeout for selftestGravatar Martin Kaiser 1-1/+3
2023-09-15hwrng: geode - fix accessing registersGravatar Jonas Gorski 1-2/+4
2023-09-15hwrng: octeon - Fix warnings on 32-bit platformsGravatar Herbert Xu 1-3/+3
2023-09-15hwrng: bcm2835 - Fix hwrng throughput regressionGravatar Stefan Wahren 2-1/+7
2023-09-15hwrng: xiphera - removed unnneded platform_set_drvdata()Gravatar Andrei Coardos 1-2/+0
2023-09-15hwrng: xgene - removed unneeded call to platform_set_drvdata()Gravatar Andrei Coardos 1-1/+0
2023-09-15hwrng: mpfs - removed unneeded call to platform_set_drvdata()Gravatar Andrei Coardos 1-2/+0
2023-09-15hwrng: st - add MODULE_DESCRIPTIONGravatar Martin Kaiser 1-0/+1
2023-09-15hwrng: nomadik - add MODULE_DESCRIPTIONGravatar Martin Kaiser 1-0/+1
2023-09-15hwrng: ks-sa - use dev_err_probeGravatar Martin Kaiser 1-6/+3
2023-09-15hwrng: ks-sa - remove dev from struct ks_sa_rngGravatar Martin Kaiser 1-2/+0
2023-09-15hwrng: ks-sa - access private data via struct hwrngGravatar Martin Kaiser 1-11/+4
2023-09-15hwrng: hisi - removed unneeded call to platform_set_drvdata()Gravatar Andrei Coardos 1-2/+0
2023-09-15hwrng: bcm2835 - removed call to platform_set_drvdata()Gravatar Andrei Coardos 1-2/+0
2023-09-13Merge tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-1/+1
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2023-09-13ipmi: refactor deprecated strncpyGravatar Justin Stitt 2-9/+4
2023-09-12tpm: Fix typo in tpmrm class definitionGravatar Justin M. Forbes 1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 10-1567/+4
2023-09-04tpm: Enable hwrng only for Pluton on AMD CPUsGravatar Jarkko Sakkinen 1-25/+8
2023-09-04tpm_crb: Fix an error handling path in crb_acpi_add()Gravatar Christophe JAILLET 1-2/+3
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-3/+3
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-18/+20
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+2
2023-08-31parisc: sba: Fix compile warning wrt list of SBA devicesGravatar Helge Deller 1-2/+0