summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'for-linus-6.8-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2024-01-103-11/+7
|\ \ \ | |/ / |/| |
| * | ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-191-2/+2
| * | ipmi: Use regspacings passed as a module parameterEmilio Perez2023-12-191-1/+1
| * | ipmi: si: Use device_get_match_data()Rob Herring2023-12-191-8/+4
| |/
* | iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-2/+2
* | iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-4/+2
|/
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-043-120/+24
|\
| * char: xilinx_hwicap: Modernize driver probeRob Herring2023-10-181-119/+19
| * drivers/char/mem: implement splice() for /dev/zero, /dev/fullMax Kellermann2023-10-051-0/+4
| * hpet: Annotate struct hpets with __counted_byKees Cook2023-10-051-1/+1
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-0315-131/+537
|\ \
| * | hwrng: n2 - Use device_get_match_data()Rob Herring2023-10-131-7/+3
| * | hwrng: meson - add support for S4Alexey Romanov2023-10-051-3/+77
| * | hwrng: stm32 - rework power management sequencesGatien Chevallier2023-10-011-11/+97
| * | hwrng: stm32 - support RNG configuration locking mechanismGatien Chevallier2023-10-011-0/+5
| * | hwrng: stm32 - restrain RNG noise source clockGatien Chevallier2023-10-011-2/+32
| * | hwrng: stm32 - rework error handling in stm32_rng_read()Gatien Chevallier2023-10-011-12/+41
| * | hwrng: stm32 - implement error concealmentGatien Chevallier2023-10-011-4/+110
| * | hwrng: stm32 - implement STM32MP13x supportGatien Chevallier2023-10-011-64/+158
| * | hwrng: stm32 - use devm_platform_get_and_ioremap_resource() APIGatien Chevallier2023-10-011-7/+2
| * | hwrng: imx-rngc - reasonable timeout for initial seedMartin Kaiser2023-09-201-3/+3
| * | hwrng: imx-rngc - reasonable timeout for selftestMartin Kaiser2023-09-201-1/+3
| * | hwrng: geode - fix accessing registersJonas Gorski2023-09-151-2/+4
| * | hwrng: octeon - Fix warnings on 32-bit platformsHerbert Xu2023-09-151-3/+3
| * | hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren2023-09-152-1/+7
| * | hwrng: xiphera - removed unnneded platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
| * | hwrng: xgene - removed unneeded call to platform_set_drvdata()Andrei Coardos2023-09-151-1/+0
| * | hwrng: mpfs - removed unneeded call to platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
| * | hwrng: st - add MODULE_DESCRIPTIONMartin Kaiser2023-09-151-0/+1
| * | hwrng: nomadik - add MODULE_DESCRIPTIONMartin Kaiser2023-09-151-0/+1
| * | hwrng: ks-sa - use dev_err_probeMartin Kaiser2023-09-151-6/+3
| * | hwrng: ks-sa - remove dev from struct ks_sa_rngMartin Kaiser2023-09-151-2/+0
| * | hwrng: ks-sa - access private data via struct hwrngMartin Kaiser2023-09-151-11/+4
| * | hwrng: hisi - removed unneeded call to platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
| * | hwrng: bcm2835 - removed call to platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
* | | Merge tag 'for-linus-6.7-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2023-11-032-9/+4
|\ \ \
| * | | ipmi: refactor deprecated strncpyJustin Stitt2023-09-132-9/+4
| |/ /
* | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-023-3/+0
|\ \ \
| * | | char-misc: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-112-2/+0
| * | | hpet: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
| | |/ | |/|
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-0210-1567/+4
|\ \ \
| * | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-1110-1567/+4
| | |/ | |/|
* | | Merge tag 'parisc-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-011-7/+9
|\ \ \
| * | | parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR tableHelge Deller2023-10-301-7/+9
| | |/ | |/|
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-311-1/+1
|\ \ \
| * | | virtio_console: Annotate struct port_buffer with __counted_byKees Cook2023-10-241-1/+1
| |/ /
* / / char: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
|/ /
* | Merge tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2023-09-131-1/+1
|\ \
| * | tpm: Fix typo in tpmrm class definitionJustin M. Forbes2023-09-121-1/+1
| |/
* | Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-131-2/+0
|\ \ | |/ |/|