summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-182-3/+3
|\ \ \ | |_|/ |/| |
| * | hwrng: virtio - unregister device before resetMichael S. Tsirkin2022-01-141-1/+1
| * | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-142-3/+3
* | | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-163-57/+17
|\ \ \
| * | | via-agp: convert to generic power managementVaibhav Gupta2021-12-141-20/+5
| * | | sis-agp: convert to generic power managementVaibhav Gupta2021-12-141-19/+6
| * | | amd64-agp: convert to generic power managementVaibhav Gupta2021-12-141-18/+6
* | | | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-142-3/+3
|\ \ \ \
| * \ \ \ Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-032-11/+17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | applicom: unneed to initialise statics to 0Jason Wang2021-12-211-2/+2
| * | | | Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman2021-12-132-11/+36
| |\ \ \ \
| * | | | | char/mwave: Adjust io port register sizeKees Cook2021-12-031-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-143-171/+0
|\ \ \ \ \
| * | | | | MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer2022-01-023-171/+0
| |/ / / /
* | | | | Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-117-122/+96
|\ \ \ \ \
| * | | | | tpm: fix NPE on probe for missing devicePatrick Williams2022-01-091-2/+2
| * | | | | tpm: fix potential NULL pointer access in tpm_del_char_deviceLino Sanfilippo2022-01-091-5/+13
| * | | | | tpm: Add Upgrade/Reduced mode support for TPM2 modulesaxelj2022-01-093-7/+21
| * | | | | char: tpm: cr50: Set TPM_FIRMWARE_POWER_MANAGED based on device propertyRob Barnes2022-01-092-2/+30
| * | | | | tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'Christophe Jaillet2022-01-091-1/+1
| * | | | | tpm: tpm_tis_spi_cr50: Add default RNG qualityAngeloGioacchino Del Regno2022-01-091-0/+4
| * | | | | tpm/st33zp24: drop unneeded over-commentingSohaib Mohamed2022-01-091-105/+17
| * | | | | tpm: add request_locality before write TPM_INT_ENABLEChen Jun2022-01-091-0/+8
| | |_|/ / | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-115-17/+383
|\ \ \ \ \
| * | | | | hwrng: cn10k - Add random number generator supportSunil Goutham2021-12-243-0/+193
| * | | | | hwrng: cavium - Check health status while reading random dataSunil Goutham2021-11-203-17/+190
| | |/ / / | |/| | |
* | | | | 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