summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-10-071-5/+19
* tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov2019-10-071-2/+3
* tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen2019-10-071-51/+83
* hwrng: core - don't wait on add_early_randomness()Laurent Vivier2019-10-051-1/+1
* /dev/mem: Bail out upon SIGKILL.Tetsuo Handa2019-10-051-0/+21
* tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen2019-09-165-20/+19
* hpet: Fix division by zero in hpet_time_div()Kefeng Wang2019-07-311-2/+1
* 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
* random: fix CRNG initialization when random.trust_cpu=1Jon DeVree2019-05-311-1/+4
* ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-05-221-1/+5
* ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso2019-05-161-0/+2
* tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing2019-04-271-2/+2
* tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-04-271-0/+4
* ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard2019-04-271-2/+17
* 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
* ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-04-034-74/+218
* 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
* ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-03-233-4/+11
* applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-03-101-11/+24
* char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-311-0/+7
* ipmi: Don't initialize anything in the core until something uses itCorey Minyard2019-01-261-66/+82
* ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-261-8/+17
* ipmi: Prevent use-after-free in deliver_responseFred Klassen2019-01-261-1/+1
* ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-261-8/+18
* ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang2019-01-261-1/+1
* 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: fix response size validation in tpm_get_random()Jarkko Sakkinen2018-11-132-2/+5
* 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
* Merge tag 'for-linus-4.19' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-09-125-104/+97
|\
| * ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva2018-08-311-1/+3
| * ipmi: Fix I2C client removal in the SSIF driverCorey Minyard2018-08-311-11/+6
| * ipmi: Move BT capabilities detection to the detect callCorey Minyard2018-08-311-44/+48
| * ipmi: Rework SMI registration failureCorey Minyard2018-08-313-46/+37
| * ipmi: kcs_bmc: don't change device nameBenjamin Fair2018-08-301-3/+4
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Linus Torvalds2018-09-092-5/+10
|\ \ | |/ |/|
| * random: make CPU trust a boot parameterKees Cook2018-09-012-5/+10
* | Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-08-201-13/+0
|\ \
| * | char: rtc: remove task handlingAlexandre Belloni2018-08-021-13/+0
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-188-44/+27
|\ \ \
| * | | virtio: virtconsole: Use seq_file for debugfs operationsTuomas Tynkkynen2018-07-161-38/+22
| * | | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-163-39/+27
| |\ \ \
| * | | | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-074-0/+4