summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard1-2/+2
2022-06-14ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard1-0/+23
2022-06-06tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng1-0/+1
2022-06-06tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann1-1/+10
2022-04-15virtio_console: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-04-15hwrng: atmel - disable trng on failure pathClaudiu Beznea1-0/+1
2022-04-15tpm: fix reference counting for struct tpm_chipLino Sanfilippo3-38/+75
2022-04-15virtio_console: break out of buf poll on removeMichael S. Tsirkin1-0/+7
2022-03-28tpm: use try_get_ops() in tpm-space.cJames Bottomley1-4/+4
2022-03-28tpm: Fix error handling in async workTadeusz Struk1-1/+7
2022-01-27random: do not throw away excess input to crng_fast_loadJason A. Donenfeld1-7/+12
2022-01-27char/mwave: Adjust io port register sizeKees Cook1-1/+1
2022-01-27tpm: add request_locality before write TPM_INT_ENABLEChen Jun1-0/+8
2022-01-16random: fix crash on multiple early calls to add_bootloader_randomness()Dominik Brodowski1-21/+38
2022-01-16random: fix data race on crng init timeEric Biggers1-7/+10
2022-01-16random: fix data race on crng_node_poolEric Biggers1-20/+22
2021-12-29ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo1-6/+9
2021-12-29ipmi: ssif: initialize ssif_info->client earlyMian Yousaf Kaukab1-3/+4
2021-12-29ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo1-1/+3
2021-12-29ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo1-1/+1
2021-12-17parisc/agp: Annotate parisc agp init functions with __initHelge Deller1-3/+3
2021-12-08ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun1-1/+1
2021-12-08ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki1-1/+12
2021-11-17hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann1-2/+7
2021-11-17ipmi: Disable some operations during a panicCorey Minyard2-8/+19
2021-11-17tpm: Check for integer overflow in tpm2_map_response_body()Dan Carpenter1-0/+3
2021-08-12tpm_ftpm_tee: Free and unregister TEE shared memory during kexecTyler Hicks1-4/+4
2021-07-20virtio_console: Assure used length from device is limitedXie Yongji1-2/+2
2021-07-19ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu1-10/+12
2021-07-14char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()Yu Kuai1-0/+4
2021-07-14hwrng: exynos - Fix runtime PM imbalance on errorƁukasz Stelmach1-2/+2
2021-06-03char: hpet: add checks after calling ioremapTom Seewald1-0/+4
2021-06-03Revert "char: hpet: fix a missing check of ioremap"Greg Kroah-Hartman1-2/+0
2021-05-19tpm, tpm_tis: Reserve locality in tpm_tis_resume()Jarkko Sakkinen1-2/+10
2021-05-19tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt()Jarkko Sakkinen1-6/+4
2021-05-19tpm: fix error return code in tpm2_get_cc_attrs_tbl()Zhen Lei1-0/+1
2021-05-14ttyprintk: Add TTY hangup callback.Tetsuo Handa1-0/+11
2021-05-11tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger1-0/+3
2021-05-11tpm: efi: Use local variable for calculating final log sizeStefan Berger1-8/+21
2021-04-14parisc: parisc-agp requires SBA IOMMU driverHelge Deller1-1/+1
2021-03-09tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()Jarkko Sakkinen1-2/+12
2021-03-09tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()Lukasz Majczak1-3/+13
2021-03-04tpm_tis: Clean up locality releaseJames Bottomley1-46/+1
2021-03-04tpm_tis: Fix check_locality for correct locality acquisitionJames Bottomley1-1/+2
2021-03-04hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock1-1/+1
2021-03-04random: fix the RNDRESEEDCRNG ioctlEric Biggers1-1/+1
2020-11-18virtio: virtio_console: fix DMA memory allocation for rproc serialAlexander Lobakin1-4/+4
2020-11-18tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar1-2/+27
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin1-1/+0
2020-11-18tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks1-0/+5