summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/parisc-6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-051-3/+3
|\
| * parisc/agp: Annotate parisc agp init functions with __initHelge Deller2021-11-301-3/+3
* | ipmi:ipmb: Fix unknown command responseCorey Minyard2021-11-251-3/+5
* | ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checkingCorey Minyard2021-11-251-4/+15
* | ipmi: fix oob access due to uninit smi_msg typeJakub Kicinski2021-11-251-0/+1
* | ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun2021-11-231-1/+1
* | ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki2021-11-151-1/+12
|/
* 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
|\