summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* virtio_console: eliminate anonymous module_init & module_exitRandy Dunlap2022-04-131-4/+4
* hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin2022-04-081-2/+2
* hwrng: atmel - disable trng on failure pathClaudiu Beznea2022-04-081-0/+1
* hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven2022-04-081-1/+1
* hwrng: cavium - Check health status while reading random dataSunil Goutham2022-04-083-17/+190
* tpm: fix reference counting for struct tpm_chipLino Sanfilippo2022-04-083-38/+75
* virtio_console: break out of buf poll on removeMichael S. Tsirkin2022-04-081-0/+7
* tpm: use try_get_ops() in tpm-space.cJames Bottomley2022-03-281-4/+4
* tpm: Fix error handling in async workTadeusz Struk2022-03-281-1/+7
* random: wake up /dev/random writers after zapJason A. Donenfeld2022-02-231-1/+4
* tpm: fix NPE on probe for missing devicePatrick Williams2022-01-271-2/+2
* tpm: fix potential NULL pointer access in tpm_del_char_deviceLino Sanfilippo2022-01-271-5/+13
* random: do not throw away excess input to crng_fast_loadJason A. Donenfeld2022-01-271-7/+12
* char/mwave: Adjust io port register sizeKees Cook2022-01-271-1/+1
* tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'Christophe Jaillet2022-01-271-1/+1
* tpm: add request_locality before write TPM_INT_ENABLEChen Jun2022-01-271-0/+8
* random: fix crash on multiple early calls to add_bootloader_randomness()Dominik Brodowski2022-01-161-20/+36
* random: fix data race on crng init timeEric Biggers2022-01-161-7/+10
* random: fix data race on crng_node_poolEric Biggers2022-01-161-20/+22
* ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo2021-12-291-6/+9
* ipmi: ssif: initialize ssif_info->client earlyMian Yousaf Kaukab2021-12-291-3/+4
* ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo2021-12-291-1/+3
* ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo2021-12-291-1/+1
* parisc/agp: Annotate parisc agp init functions with __initHelge Deller2021-12-171-3/+3
* ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun2021-12-081-1/+1
* ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki2021-12-081-1/+12
* ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio...Christophe JAILLET2021-11-181-1/+3
* tpm_tis_spi: Add missing SPI IDMark Brown2021-11-181-0/+1
* tpm: fix Atmel TPM crash caused by too frequent queriesHao Wu2021-11-182-8/+22
* hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann2021-11-181-2/+7
* ipmi: Disable some operations during a panicCorey Minyard2021-11-182-8/+19
* ipmi:watchdog: Set panic count to proper value on a panicCorey Minyard2021-11-181-4/+4
* tpm: Check for integer overflow in tpm2_map_response_body()Dan Carpenter2021-11-181-0/+3
* char: xillybus: fix msg_ep UAF in xillyusb_probe()Ziyang Xuan2021-11-181-0/+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
| |\| |
| * | | tty: drop put_tty_driverJiri Slaby2021-07-272-4/+4
| | |/ | |/|
* | | Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-012-5/+3
|\ \ \
| * | | char: mware: fix returnvar.cocci warningsjing yangyang2021-08-271-3/+1
| * | | char: move RANDOM_TRUST_CPU & RANDOM_TRUST_BOOTLOADER into the Character devi...Randy Dunlap2021-08-161-2/+2
| | |/ | |/|
* | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-14/+9
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-4/+4
| |\| |
| * | | net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-14/+9
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-08-307-16/+154
|\ \ \
| * | | hwrng: Add Arm SMCCC TRNG based driverAndre Przywara2021-08-063-0/+138