summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | /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/+0
| * | | | hpet: remove redundant pointer hpetColin Ian King2018-07-031-2/+0
* | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-08-1511-292/+272
|\ \ \ \ \
| * | | | | tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen2018-07-284-25/+20
| * | | | | tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger2018-07-281-19/+13
| * | | | | tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger2018-07-281-0/+27
| * | | | | tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger2018-07-283-11/+14
| * | | | | tpm: Allow tpm_tis drivers to set hwrng quality.Louis Collard2018-07-282-0/+3
| * | | | | tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier2018-07-281-1/+1
| * | | | | tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-284-92/+88
| * | | | | tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-281-4/+4