summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* hwrng: cavium - Check health status while reading random dataSunil Goutham2021-11-203-17/+190
* Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-046-260/+96
|\
| * char: xillybus: fix msg_ep UAF in xillyusb_probe()Ziyang Xuan2021-10-191-0/+1
| * char: xillybus: Eliminate redundant wrappers to DMA related callsEli Billauer2021-10-054-242/+86
| * char: xillybus: Simplify 'xillybus_init_endpoint()'Christophe JAILLET2021-09-144-7/+4
| * char: xillybus: Remove usage of remaining deprecated pci_ APIChristophe JAILLET2021-09-143-12/+7
| * char: xillybus: Remove usage of 'pci_unmap_single()'Christophe JAILLET2021-09-142-8/+4
| * char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' APIChristophe JAILLET2021-09-141-5/+4
| * /dev/mem: nowait zero/null opsPavel Begunkov2021-09-141-2/+6
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-032-21/+74
|\ \
| * | virtio_console: validate max_nr_ports before trying to use itJason Wang2021-11-011-0/+9
| * | hwrng: virtio - always add a pending requestLaurent Vivier2021-11-011-14/+12
| * | hwrng: virtio - don't waste entropyLaurent Vivier2021-11-011-17/+35
| * | hwrng: virtio - don't wait on cleanupLaurent Vivier2021-11-011-1/+6
| * | hwrng: virtio - add an internal bufferLaurent Vivier2021-11-011-10/+33
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-11-015-15/+19
|\ \
| * | hwrng: s390 - replace snprintf in show functions with sysfs_emitQing Wang2021-10-221-2/+2
| * | hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann2021-10-081-2/+7
| * | hwrng: meson - Improve error handling for core clockUwe Kleine-König2021-10-011-2/+3
| * | hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-171-3/+1
| * | hwrng: Kconfig - Add helper dependency on COMPILE_TESTCai Huoqing2021-09-171-6/+6
| |/
* | Merge tag 'for-linus-5.16-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2021-11-0110-120/+879
|\ \
| * | ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio...Christophe JAILLET2021-10-291-1/+3
| * | char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-213-16/+16
| * | ipmi: ipmb: fix dependencies to eliminate build errorRandy Dunlap2021-10-141-1/+1
| * | ipmi:ipmb: Add OF supportCorey Minyard2021-10-141-5/+34
| * | ipmi: bt: Add ast2600 compatible stringJoel Stanley2021-10-071-0/+1
| * | ipmi: bt-bmc: Use registers directlyJoel Stanley2021-10-061-52/+16
| * | ipmi: ipmb: Fix off-by-one size check on rcvlenColin Ian King2021-10-051-1/+1
| * | ipmi:ssif: Use depends on, not select, for I2CCorey Minyard2021-10-051-1/+1
| * | ipmi:ipmb: Add initial support for IPMI over IPMBCorey Minyard2021-10-053-0/+520
| * | ipmi: Add support for IPMB direct messagesCorey Minyard2021-10-051-33/+255
| * | ipmi: Export ipmb_checksum()Corey Minyard2021-10-051-1/+2
| * | ipmi: Check error code before processing BMC responseCorey Minyard2021-10-051-1/+8
| * | ipmi:devintf: Return a proper error when recv buffer too smallCorey Minyard2021-10-051-3/+5
| * | ipmi: Disable some operations during a panicCorey Minyard2021-10-052-8/+19
| * | ipmi:watchdog: Set panic count to proper value on a panicCorey Minyard2021-10-051-4/+4
| |/
* | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-5/+4
|\ \
| * | cm4000_cs: Use struct_group() to zero struct cm4000_dev regionKees Cook2021-09-251-5/+4
| |/
* | tpm_tis_spi: Add missing SPI IDMark Brown2021-10-261-0/+1
* | tpm: fix Atmel TPM crash caused by too frequent queriesHao Wu2021-10-262-8/+22
* | tpm: Check for integer overflow in tpm2_map_response_body()Dan Carpenter2021-10-261-0/+3
* | tpm: tis: Kconfig: Add helper dependency on COMPILE_TESTCai Huoqing2021-10-261-1/+1
|/
* Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-09-121-12/+11
|\
| * char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray2021-08-121-5/+4
| * ipmi: rate limit ipmi smi_event failure messageWen Yang2021-08-121-7/+7
* | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-024-9/+7
|\ \
| * | parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-304-9/+7
* | | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-012-4/+4
|\ \ \
| * | | Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-091-4/+4
| |\| |