summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-29ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang1-1/+1
2020-10-01ipmi:bt-bmc: Fix error handling and status checkTang Bin1-6/+6
2020-10-01drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik1-7/+10
2020-10-01tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2-0/+10
2020-10-01random: fix data races at timer_rand_stateQian Cai1-6/+6
2020-10-01tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev1-33/+90
2020-08-19tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen4-19/+23
2020-08-19agp/intel: Fix a memory leak on module initialisation failureQiushi Wu1-1/+3
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau1-0/+1
2020-07-29/dev/mem: Add missing memory barriers for devmem_inodeEric Biggers1-3/+7
2020-07-22virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin1-1/+2
2020-07-22tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin1-1/+1
2020-07-09tpm: Fix TIS locality timeout problemsJames Bottomley1-10/+9
2020-06-30hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-06-24/dev/mem: Revoke mappings when a driver claims the regionDan Williams1-2/+99
2020-06-24ipmi: use vzalloc instead of kmalloc for user creationFeng Tang1-3/+4
2020-06-17agp/intel: Reinforce the barrier after GTT updatesChris Wilson1-1/+3
2020-04-29tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson1-63/+73
2020-04-29tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang1-1/+1
2020-04-29tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen1-1/+7
2020-04-17ipmi: fix hung processes in __get_guid()Wen Yang1-2/+2
2020-04-17tpm: tpm2_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-04-17tpm: tpm1_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-04-17tpm: Don't make log failures fatalMatthew Garrett3-12/+6
2020-04-13hwrng: imx-rngc - fix an error pathMartin Kaiser1-1/+3
2020-04-13random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld1-16/+4
2020-03-18ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai1-2/+2
2020-03-05ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2020-02-28tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu1-0/+2
2020-02-24char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva1-1/+1
2020-02-24char/random: silence a lockdep splat with printk()Sergey Senozhatsky1-2/+3
2020-02-19drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King1-1/+1
2020-02-06ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan1-6/+9
2020-01-26hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren1-2/+15
2020-01-26ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2020-01-14tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2-2/+2
2020-01-14tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger1-2/+0
2020-01-14tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger1-1/+0
2020-01-14tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen1-18/+17
2020-01-12tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin1-4/+18