summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* hpet: Fix division by zero in hpet_time_div()Kefeng Wang2019-07-311-2/+1Star
* 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-135-104/+97Star
|\
| * 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/+6Star
| * ipmi: Move BT capabilities detection to the detect callCorey Minyard2018-08-311-44/+48
| * ipmi: Rework SMI registration failureCorey Minyard2018-08-313-46/+37Star
| * 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-211-13/+0Star
|\ \
| * | char: rtc: remove task handlingAlexandre Belloni2018-08-021-13/+0Star
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-188-44/+27Star
|\ \ \
| * | | virtio: virtconsole: Use seq_file for debugfs operationsTuomas Tynkkynen2018-07-161-38/+22Star
| * | | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-163-39/+27Star
| |\ \ \
| * | | | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-074-0/+4
| * | | | /dev/mem: Mark expected switch fall-throughGustavo A. R. Silva2018-07-071-0/+1
| * | | | char: pcmcia: remove redundant pointer devColin Ian King2018-07-031-4/+0Star
| * | | | hpet: remove redundant pointer hpetColin Ian King2018-07-031-2/+0Star
* | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-08-1611-292/+272Star
|\ \ \ \ \
| * | | | | tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen2018-07-284-25/+20Star
| * | | | | tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger2018-07-281-19/+13Star