summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2021-10-05ipmi: ipmb: Fix off-by-one size check on rcvlenColin Ian King-1/+1
2021-10-05char: xillybus: Eliminate redundant wrappers to DMA related callsEli Billauer-242/+86
2021-10-05ipmi:ssif: Use depends on, not select, for I2CCorey Minyard-1/+1
2021-10-05ipmi:ipmb: Add initial support for IPMI over IPMBCorey Minyard-0/+520
2021-10-05ipmi: Add support for IPMB direct messagesCorey Minyard-33/+255
2021-10-05ipmi: Export ipmb_checksum()Corey Minyard-1/+2
2021-10-05ipmi: Check error code before processing BMC responseCorey Minyard-1/+8
2021-10-05ipmi:devintf: Return a proper error when recv buffer too smallCorey Minyard-3/+5
2021-10-05ipmi: Disable some operations during a panicCorey Minyard-8/+19
2021-10-05ipmi:watchdog: Set panic count to proper value on a panicCorey Minyard-4/+4
2021-10-01hwrng: meson - Improve error handling for core clockUwe Kleine-König-2/+3
2021-09-25cm4000_cs: Use struct_group() to zero struct cm4000_dev regionKees Cook-5/+4
2021-09-17hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing-3/+1
2021-09-17hwrng: Kconfig - Add helper dependency on COMPILE_TESTCai Huoqing-6/+6
2021-09-14char: xillybus: Simplify 'xillybus_init_endpoint()'Christophe JAILLET-7/+4
2021-09-14char: xillybus: Remove usage of remaining deprecated pci_ APIChristophe JAILLET-12/+7
2021-09-14char: xillybus: Remove usage of 'pci_unmap_single()'Christophe JAILLET-8/+4
2021-09-14char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' APIChristophe JAILLET-5/+4
2021-09-14/dev/mem: nowait zero/null opsPavel Begunkov-2/+6
2021-09-12Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-12/+11
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+7
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-4/+4
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+3
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-14/+9
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-16/+154
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König-9/+7
2021-08-27char: mware: fix returnvar.cocci warningsjing yangyang-3/+1
2021-08-23tpm: ibmvtpm: Avoid error message when process gets signal while waitingStefan Berger-12/+16
2021-08-23char: tpm: cr50_i2c: convert to new probe interfaceAdrian Ratiu-10/+2
2021-08-23char: tpm: Kconfig: remove bad i2c cr50 selectAdrian Ratiu-1/+0
2021-08-16char: move RANDOM_TRUST_CPU & RANDOM_TRUST_BOOTLOADER into the Character devi...Randy Dunlap-2/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2021-08-12char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray-5/+4
2021-08-12ipmi: rate limit ipmi smi_event failure messageWen Yang-7/+7
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman-4/+4
2021-08-06hwrng: Add Arm SMCCC TRNG based driverAndre Przywara-0/+138
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann-14/+9
2021-07-27tty: drop put_tty_driverJiri Slaby-4/+4
2021-07-21tpm_ftpm_tee: Free and unregister TEE shared memory during kexecTyler Hicks-4/+4
2021-07-16hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap-16/+16
2021-07-13powerpc/powernv: Fix fall-through warning for ClangGustavo A. R. Silva-0/+1
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-26/+29
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-2/+2
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-63/+26
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-565/+2606
2021-07-03virtio_console: Assure used length from device is limitedXie Yongji-2/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2021-06-30Merge tag 'tpmdd-next-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-23/+37
2021-06-30Merge tag 'for-linus-5.14-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-673/+1492