summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-01-31char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+7
2019-01-26ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17
2019-01-26ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard1-0/+12
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler1-4/+7
2019-01-09tpm: tpm_try_transmit() refactor error flow.Tomas Winkler1-7/+8
2018-11-13tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein1-1/+1
2018-11-13tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas1-1/+2
2018-11-13ipmi: Fix timer race with module unloadJan Glauber1-4/+6
2018-11-04tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas1-3/+7
2018-11-04tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain1-1/+2
2018-09-26ipmi: Fix I2C client removal in the SSIF driverCorey Minyard1-12/+7
2018-09-19tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-4/+4
2018-09-19tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij1-1/+8
2018-09-19tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler4-91/+88
2018-09-05tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier1-1/+1
2018-08-03random: mix rdrand with entropy sent in from userspaceTheodore Ts'o1-1/+9
2018-07-03tpm: fix race condition in tpm_common_write()Tadeusz Struk2-23/+19
2018-07-03tpm: fix use after free in tpm2_load_context()Tadeusz Struk1-1/+2
2018-07-03ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard1-1/+2
2018-06-21agp: uninorth: make two functions staticMathieu Malaterre1-2/+2
2018-05-30hwrng: stm32 - add reset during probelionel.debieve@st.com1-0/+9
2018-05-30ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel1-2/+2
2018-05-01virtio_console: reset on out of memoryMichael S. Tsirkin1-7/+10
2018-05-01virtio_console: move removal codeMichael S. Tsirkin1-36/+36
2018-05-01virtio_console: drop custom control queue cleanupMichael S. Tsirkin1-17/+0
2018-05-01virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24
2018-05-01virtio_console: don't tie bufs to a vqMichael S. Tsirkin1-7/+7
2018-05-01random: rate limit unseeded randomness warningsTheodore Ts'o1-5/+34
2018-05-01random: fix possible sleeping allocation from irq contextTheodore Ts'o1-1/+8
2018-05-01random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o1-19/+27
2018-04-29tpm: add retry logicJames Bottomley2-15/+61
2018-04-29tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas1-2/+4
2018-04-29tpm: cmd_ready command can be issued only after granting localityTomas Winkler3-47/+119
2018-04-26ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun1-2/+3
2018-04-24random: add new ioctl RNDRESEEDCRNGTheodore Ts'o1-1/+12
2018-04-24random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o1-2/+2
2018-04-24random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o1-4/+51
2018-04-24random: fix crng_ready() testTheodore Ts'o1-5/+5
2018-04-24tpm: self test failure should not cause suspend to failChris Chiu1-0/+4
2018-04-24random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o1-1/+1
2018-04-12tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2-8/+25
2018-04-08/dev/mem: Avoid overwriting "err" in read_mem()Kees Cook1-3/+3
2018-03-24/dev/mem: Add bounce buffer for copy-outKees Cook1-5/+22
2018-03-19agp/intel: Flush all chipset writes after updating the GGTTChris Wilson1-0/+2
2018-03-15tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas1-1/+10
2018-03-15tpm: remove unused variablesArnd Bergmann1-2/+0
2018-03-15tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas3-18/+0
2018-03-15tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh4-92/+118
2018-03-15tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh3-48/+56
2018-03-08tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen1-18/+27