summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnLinus Torvalds2020-04-051-4/+4
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-052-35/+51
|\
| * random: avoid warnings for !CONFIG_NUMA buildsMark Rutland2020-03-181-1/+1
| * random: fix data races at timer_rand_stateQian Cai2020-02-271-6/+6
| * random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld2020-02-271-16/+4
| * random: Make RANDOM_TRUST_CPU depend on ARCH_RANDOMRichard Henderson2020-02-271-1/+1
| * random: add arch_get_random_*long_early()Mark Rutland2020-02-271-1/+19
| * random: split primary/secondary crng init pathsMark Rutland2020-02-271-12/+22
* | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-0312-1817/+64
|\ \
| * \ Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-2/+2
| |\ \
| * | | char: mspec: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-191-1/+1
| * | | rtc/alpha: remove legacy rtc driverArnd Bergmann2020-03-193-1371/+0
| * | | rtc/ia64: remove legacy efirtc driverArnd Bergmann2020-03-193-371/+0
| * | | misc: move FLASH_MINOR into miscdevice.h and fix conflictsZhenzhong Duan2020-03-181-1/+1
| * | | misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan2020-03-183-4/+0
| * | | tty: source all tty Kconfig files in one placeRandy Dunlap2020-03-121-5/+0
| * | | char: group dev configs togtherRandy Dunlap2020-03-121-50/+50
| * | | Merge 5.6-rc3 into char-misc-nextGreg Kroah-Hartman2020-02-245-8/+45
| |\ \ \ | | | |/ | | |/|
| * | | pcmcia: Distribute switch variables for initializationKees Cook2020-02-231-1/+3
| * | | ppdev: Distribute switch variables for initializationKees Cook2020-02-231-12/+8
| * | | char: virtio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-141-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-013-24/+79
|\ \ \ \
| * | | | hwrng: imx-rngc - simplify interrupt mask/unmaskMartin Kaiser2020-03-121-15/+28
| * | | | hwrng: imx-rngc - check the rng typeMartin Kaiser2020-03-121-1/+27
| * | | | hwrng: imx-rngc - (trivial) simplify error printsMartin Kaiser2020-03-121-2/+2
| * | | | hwrng: imx-rngc - use automatic seedingMartin Kaiser2020-03-121-2/+14
| * | | | hwrng: imx-rngc - fix an error pathMartin Kaiser2020-03-121-1/+3
| * | | | hwrng: ks-sa - move TI Keystone driver into the config menu structureRandy Dunlap2020-03-121-7/+7
| * | | | hwrng: omap3-rom - Include linux/io.h for virt_to_physHerbert Xu2020-02-281-0/+1
| * | | | hwrng: imx-rngc - improve dependenciesUwe Kleine-König2020-02-221-1/+2
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-302-5/+4
|\ \ \ \
| * \ \ \ Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-252-5/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | hwrng: via_rng: Convert to new X86 CPU match macrosThomas Gleixner2020-03-241-4/+3
| | * | | x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov2020-03-171-1/+1
* | | | | tpm: ibmvtpm: Add support for TPM2Stefan Berger2020-03-153-1/+10
* | | | | tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2020-03-152-0/+10
* | | | | tpm: of: Handle IBM,vtpm20 case when getting log parametersStefan Berger2020-03-131-1/+2
* | | | | tpm: tpm_tis_spi_cr50: use new structure for SPI transfer delaysSergiu Cuciurean2020-03-131-1/+6
* | | | | tpm_tis_spi: use new 'delay' structure for SPI transfer delaysAlexandru Ardelean2020-03-131-1/+2
* | | | | tpm: tpm2_bios_measurements_next should increase position indexVasily Averin2020-03-131-1/+1
* | | | | tpm: tpm1_bios_measurements_next should increase position indexVasily Averin2020-03-131-1/+1
* | | | | tpm: Don't make log failures fatalMatthew Garrett2020-03-133-12/+6
|/ / / /
* | | / ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai2020-03-111-2/+2
| |_|/ |/| |
* | | tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu2020-02-171-0/+2
* | | tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.Jarkko Sakkinen2020-02-172-3/+5
|/ /
* | Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2020-02-162-5/+38
|\ \ | |/ |/|
| * drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King2020-01-201-1/+1
| * ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2019-12-231-3/+7
| * drivers: ipmi: Modify max length of IPMB packetVijay Khemka2019-12-111-1/+1
| * drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka2019-12-111-0/+29