summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang2019-07-091-5/+5
* tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-07-091-1/+8
* applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-07-091-11/+24
* hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh2019-07-091-1/+1
* tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman2019-05-021-1/+1
* ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-05-021-0/+6
* char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+7
* ipmi: Move BT capabilities detection to the detect callCorey Minyard2018-12-161-44/+48
* random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-11-201-1/+9
* tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-11-201-22/+19
* ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-11-201-1/+2
* virtio_console: reset on out of memoryMichael S. Tsirkin2018-10-211-7/+10
* virtio_console: move removal codeMichael S. Tsirkin2018-10-211-36/+36
* virtio_console: drop custom control queue cleanupMichael S. Tsirkin2018-10-211-17/+0
* virtio_console: free buffers after resetMichael S. Tsirkin2018-10-211-25/+24
* virtio_console: don't tie bufs to a vqMichael S. Tsirkin2018-10-211-7/+7
* tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-06-161-0/+4
* tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-06-161-2/+3
* tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-06-161-2/+6
* tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-06-161-2/+3
* tpm-dev-common: Reject too short writesAlexander Steffen2018-02-131-0/+6
* ipmi: fix unsigned long underflowCorey Minyard2018-02-131-4/+6
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-10-121-1/+2
* drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner2017-09-151-1/+1
* drivers: char: mem: Check for address space wraparound with mmap()Julius Werner2017-09-151-0/+5
* char: lp: fix possible integer overflow in lp_setup()Willy Tarreau2017-07-181-1/+5
* mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-07-181-30/+52
* virtio_console: fix uninitialized variable useMichael S. Tsirkin2017-07-181-2/+4
* virtio-console: avoid DMA from stackOmar Sandoval2017-06-051-2/+10
* virtio: console: Unlock vqs while freeing buffersMatt Redfearn2017-02-231-6/+16
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2017-02-231-3/+3
* tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin2016-11-201-5/+4
* hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon2016-11-201-2/+14
* random: add interrupt callback to VMBus IRQ handlerStephan Mueller2016-11-201-0/+1
* random: print a warning for the first ten uninitialized random usersTheodore Ts'o2016-11-201-4/+8
* hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ...Pali Rohár2016-08-221-7/+12
* char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven2016-08-221-1/+0
* ipmi: move timer init to before irq is setupJan Stancek2016-01-181-4/+4
* TPM: Avoid reference to potentially freed memoryChristophe JAILLET2015-12-131-1/+2
* vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \\(Vicky\\) Lo2015-12-131-1/+1
* agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson2015-07-151-1/+1
* vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \\(Vicky\\) Lo2015-07-151-2/+3
* virtio_console: avoid config access from irqMichael S. Tsirkin2015-03-301-0/+16
* virtio_console: init work unconditionallyMichael S. Tsirkin2015-03-301-1/+2
* tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-232-8/+8
* Added Little Endian support to vtpm modulehonclo2015-03-021-8/+12
* tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard2015-02-241-2/+5
* tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard2015-02-241-1/+1
* tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo2015-02-241-0/+8
* tpm_tis: verify interrupt during initScot Doyle2015-02-241-14/+62