summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2020-05-17Merge tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds-2/+2
2020-05-14char: ipmi: convert to use i2c_new_client_device()Wolfram Sang-2/+2
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+1
2020-04-21tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen-1/+7
2020-04-21tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang-1/+1
2020-04-21tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson-63/+73
2020-04-21tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as moduleStefan Berger-0/+1
2020-04-17virtio-rng: pull in slab.hMichael S. Tsirkin-0/+1
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2020-04-10change email address for Pali RohárPali Rohár-2/+2
2020-04-10Merge tag 'for-linus-5.7-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-32/+139
2020-04-07ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter-1/+1
2020-04-05sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnLinus Torvalds-4/+4
2020-04-05Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-35/+51
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1817/+64
2020-04-03ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...Jules Irenge-0/+2
2020-04-03ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery-23/+121
2020-04-03ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery-3/+4
2020-04-03ipmi: fix hung processes in __get_guid()Wen Yang-2/+2
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-24/+79
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+4
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar-5/+4
2020-03-24hwrng: via_rng: Convert to new X86 CPU match macrosThomas Gleixner-4/+3
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman-2/+2
2020-03-19char: mspec: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-03-19rtc/alpha: remove legacy rtc driverArnd Bergmann-1371/+0
2020-03-19rtc/ia64: remove legacy efirtc driverArnd Bergmann-371/+0
2020-03-18random: avoid warnings for !CONFIG_NUMA buildsMark Rutland-1/+1
2020-03-18misc: move FLASH_MINOR into miscdevice.h and fix conflictsZhenzhong Duan-1/+1
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan-4/+0
2020-03-17x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov-1/+1
2020-03-15tpm: ibmvtpm: Add support for TPM2Stefan Berger-1/+10
2020-03-15tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger-0/+10
2020-03-13tpm: of: Handle IBM,vtpm20 case when getting log parametersStefan Berger-1/+2
2020-03-13tpm: tpm_tis_spi_cr50: use new structure for SPI transfer delaysSergiu Cuciurean-1/+6
2020-03-13tpm_tis_spi: use new 'delay' structure for SPI transfer delaysAlexandru Ardelean-1/+2
2020-03-13tpm: tpm2_bios_measurements_next should increase position indexVasily Averin-1/+1
2020-03-13tpm: tpm1_bios_measurements_next should increase position indexVasily Averin-1/+1
2020-03-13tpm: Don't make log failures fatalMatthew Garrett-12/+6
2020-03-12drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover-4/+10
2020-03-12tty: source all tty Kconfig files in one placeRandy Dunlap-5/+0
2020-03-12char: group dev configs togtherRandy Dunlap-50/+50
2020-03-12hwrng: imx-rngc - simplify interrupt mask/unmaskMartin Kaiser-15/+28
2020-03-12hwrng: imx-rngc - check the rng typeMartin Kaiser-1/+27
2020-03-12hwrng: imx-rngc - (trivial) simplify error printsMartin Kaiser-2/+2
2020-03-12hwrng: imx-rngc - use automatic seedingMartin Kaiser-2/+14
2020-03-12hwrng: imx-rngc - fix an error pathMartin Kaiser-1/+3
2020-03-12hwrng: ks-sa - move TI Keystone driver into the config menu structureRandy Dunlap-7/+7
2020-03-11ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai-2/+2
2020-02-27random: fix data races at timer_rand_stateQian Cai-6/+6