summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
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-09tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen1-18/+27
2018-03-09tpm: constify transmit data pointersArnd Bergmann4-19/+16
2018-03-09tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+3
2018-03-09tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+6
2018-03-09tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone1-2/+3
2018-03-09tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2-0/+8
2018-03-09tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+2
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-1/+0
2018-02-16ipmi: use dynamic memory for DMI driver overrideJohn Garry1-1/+4
2017-12-29Revert "ipmi_si: fix memory leak on new_smi"John Einar Reitan1-1/+0
2017-12-20ipmi_si: fix memory leak on new_smiColin Ian King1-0/+1
2017-12-17ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki1-21/+23
2017-11-24ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard1-10/+23
2017-11-24ipmi: fix unsigned long underflowCorey Minyard1-4/+6
2017-11-24tpm-dev-common: Reject too short writesAlexander Steffen1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman22-0/+22
2017-09-24Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds7-52/+83
2017-09-24tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek1-36/+60
2017-09-24tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak5-14/+21
2017-09-24tpm: tpm_crb: constify acpi_device_id.Arvind Yadav1-1/+1
2017-09-24tpm: vtpm: constify vio_device_idArvind Yadav1-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1