summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* hwrng: omap - Set default qualityRouven Czerwinski2019-05-311-0/+1
* virtio_console: initialize vtermno value for portsPankaj Gupta2019-05-311-1/+2
* random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior2019-05-311-25/+27
* ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-05-211-1/+5
* tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-04-271-0/+4
* tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman2019-04-171-1/+1
* hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh2019-04-051-1/+1
* hwrng: virtio - Avoid repeated init of completionDavid Tolnay2019-04-051-1/+1
* tpm: Unify the send callback behaviourJarkko Sakkinen2019-03-2312-16/+28
* tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen2019-03-231-6/+16
* applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-03-131-11/+24
* char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-311-0/+7
* ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-261-8/+17
* ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard2019-01-261-0/+12
* tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler2019-01-091-4/+7
* tpm: tpm_try_transmit() refactor error flow.Tomas Winkler2019-01-091-7/+8
* tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein2018-11-131-1/+1
* tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas2018-11-131-1/+2
* ipmi: Fix timer race with module unloadJan Glauber2018-11-131-4/+6
* tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas2018-11-041-3/+7
* tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain2018-11-041-1/+2
* ipmi: Fix I2C client removal in the SSIF driverCorey Minyard2018-09-261-12/+7
* tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-09-191-4/+4
* tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij2018-09-191-1/+8
* tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-09-194-91/+88
* tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier2018-09-051-1/+1
* random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-08-031-1/+9
* tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-07-032-23/+19
* tpm: fix use after free in tpm2_load_context()Tadeusz Struk2018-07-031-1/+2
* ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-07-031-1/+2
* agp: uninorth: make two functions staticMathieu Malaterre2018-06-211-2/+2
* hwrng: stm32 - add reset during probelionel.debieve@st.com2018-05-301-0/+9
* ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel2018-05-301-2/+2
* virtio_console: reset on out of memoryMichael S. Tsirkin2018-05-011-7/+10
* virtio_console: move removal codeMichael S. Tsirkin2018-05-011-36/+36
* virtio_console: drop custom control queue cleanupMichael S. Tsirkin2018-05-011-17/+0
* virtio_console: free buffers after resetMichael S. Tsirkin2018-05-011-25/+24
* virtio_console: don't tie bufs to a vqMichael S. Tsirkin2018-05-011-7/+7
* random: rate limit unseeded randomness warningsTheodore Ts'o2018-05-011-5/+34
* random: fix possible sleeping allocation from irq contextTheodore Ts'o2018-05-011-1/+8
* random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o2018-05-011-19/+27
* tpm: add retry logicJames Bottomley2018-04-292-15/+61
* tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas2018-04-291-2/+4
* tpm: cmd_ready command can be issued only after granting localityTomas Winkler2018-04-293-47/+119
* ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun2018-04-261-2/+3
* random: add new ioctl RNDRESEEDCRNGTheodore Ts'o2018-04-241-1/+12
* random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o2018-04-241-2/+2
* random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o2018-04-241-4/+51
* random: fix crng_ready() testTheodore Ts'o2018-04-241-5/+5
* tpm: self test failure should not cause suspend to failChris Chiu2018-04-241-0/+4