summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2023-07-17tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQsLino Sanfilippo-15/+92
2023-07-17tpm/tpm_tis: Disable interrupts for Lenovo L590 devicesFlorian Bezdeka-0/+8
2023-07-17tpm: Do not remap from ACPI resources again for Pluton TPMValentin David-8/+11
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th genChristian Hesse-0/+8
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th genChristian Hesse-0/+8
2023-07-17tpm: return false from tpm_amd_is_rng_defective on non-x86 platformsJerry Snitselaar-0/+7
2023-07-17tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin-7/+15
2023-07-17tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin-15/+22
2023-07-17tpm_tis_spi: Release chip select when flow control failsPeijie Shao-0/+8
2023-07-17tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11Peter Ujfalusi-0/+1
2023-07-17tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen-23/+7
2023-07-04ipmi: fix potential deadlock on &kcs_bmc->lockChengfeng Ye-2/+3
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+1
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-118/+112
2023-07-03virtio-console: call scheduler when we free unused buffsXianting Tian-0/+1
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-66/+282
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-7/+0
2023-06-29ipmi_si: fix a memleak in try_smi_init()Yi Yang-0/+5
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-2/+2
2023-06-26bsr: fix build problem with bsr_class static cleanupGreg Kroah-Hartman-1/+1
2023-06-23char: xillybus: make xillybus_class a static const structureIvan Orlov-13/+8
2023-06-23xilinx_hwicap: make icap_class a static const structureIvan Orlov-5/+9
2023-06-23virtio_console: make port class a static const structureIvan Orlov-13/+11
2023-06-23ppdev: make ppdev_class a static const structureIvan Orlov-9/+10
2023-06-23char: misc: make misc_class a static const structureIvan Orlov-19/+20
2023-06-23/dev/mem: make mem_class a static const structureIvan Orlov-6/+9
2023-06-23char: lp: make lp_class a static const structureIvan Orlov-9/+9
2023-06-23dsp56k: make dsp56k_class a static const structureIvan Orlov-9/+9
2023-06-23bsr: make bsr_class a static const structureIvan Orlov-11/+10
2023-06-23hwrng: imx-rngc - switch to DEFINE_SIMPLE_DEV_PM_OPSMartin Kaiser-4/+4
2023-06-23hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser-20/+1
2023-06-23hwrng: st - support compile-testingMartin Kaiser-1/+1
2023-06-23hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser-4/+2
2023-06-20ipmi: Change request_module to request_module_nowaitCorey Minyard-2/+2
2023-06-20ipmi: make ipmi_class a static const structureIvan Orlov-12/+12
2023-06-20ipmi:ssif: Fix a memory leak when scanning for an adapterCorey Minyard-1/+1
2023-06-19ipmi:ssif: Add check for kstrdupJiasheng Jiang-0/+5
2023-06-15char: xilinx_hwicap: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-06-15char: xilinx_hwicap: Drop if block with always false conditionUwe Kleine-König-2/+0
2023-06-15char: xilinx_hwicap: Fold hwicap_remove() into only callerUwe Kleine-König-22/+18
2023-06-09mips: provide unxlate_dev_mem_ptr() in asm/io.hArnd Bergmann-7/+0
2023-06-05Merge 6.4-rc5 into char-misc-nextGreg Kroah-Hartman-4/+4
2023-06-02tpm, tpm_tis: correct tpm_tis_flags enumeration valuesLino Sanfilippo-4/+4
2023-06-02hwrng: cn10k - Add extended trng register supportBharat Bhushan-4/+59
2023-05-31char: add HAS_IOPORT dependenciesNiklas Schnelle-1/+2
2023-05-25Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+14
2023-05-25ipmi: Switch i2c drivers back to use .probe()Uwe Kleine-König-4/+4
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells-2/+2
2023-05-24hwrng: imx-rngc - don't init of_device_id's dataMartin Kaiser-1/+1
2023-05-24hwrng: imx-rngc - mark the probe function as __initMartin Kaiser-1/+1