summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | random: mix bootloader randomness into poolJason A. Donenfeld2022-01-071-0/+1
* | | | | random: do not throw away excess input to crng_fast_loadJason A. Donenfeld2022-01-071-7/+12
* | | | | random: do not re-init if crng_reseed completes before primary initJason A. Donenfeld2022-01-071-1/+1
* | | | | random: fix crash on multiple early calls to add_bootloader_randomness()Dominik Brodowski2022-01-071-20/+36
* | | | | random: do not sign extend bytes for rotation when mixingJason A. Donenfeld2022-01-071-1/+1
* | | | | random: use BLAKE2s instead of SHA1 in extractionJason A. Donenfeld2022-01-071-41/+30
* | | | | random: fix data race on crng init timeEric Biggers2022-01-071-7/+10
* | | | | random: fix data race on crng_node_poolEric Biggers2022-01-071-20/+22
* | | | | random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-01-071-2/+2
* | | | | random: document add_hwgenerator_randomness() with other input functionsMark Brown2022-01-071-0/+11
| |_|_|/ |/| | |
* | | | Merge tag 'for-linus-5.16-3' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-12-222-11/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo2021-12-211-1/+1
| * | | ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo2021-12-171-6/+9
| * | | ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo2021-12-171-1/+3
| * | | ipmi: ssif: initialize ssif_info->client earlyMian Yousaf Kaukab2021-12-081-3/+4
* | | | 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-261-3/+5
* | | ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checkingCorey Minyard2021-11-261-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-025-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-0210-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