summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-101-0/+1
|\
| * Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-142-11/+36
| |\
| * \ Merge drm/drm-next into drm-intel-nextJani Nikula2021-11-2229-430/+1099
| |\ \
| * | | agp/intel-gtt: reduce intel-gtt dependencies moreJani Nikula2021-11-151-0/+1
* | | | random: don't reset crng_init_cnt on urandom_read()Jann Horn2022-01-071-4/+0
* | | | random: avoid superfluous call to RDRAND in CRNG extractionJason A. Donenfeld2022-01-071-3/+1
* | | | random: early initialization of ChaCha constantsDominik Brodowski2022-01-071-1/+4
* | | | random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefsJason A. Donenfeld2022-01-071-19/+11
* | | | random: harmonize "crng init done" messagesDominik Brodowski2022-01-071-1/+1
* | | | 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-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