summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-04-271-1/+9
* tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman2019-04-271-1/+1
* hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh2019-04-271-1/+1
* hwrng: virtio - Avoid repeated init of completionDavid Tolnay2019-04-271-1/+1
* random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-08-091-1/+9
* ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-07-031-1/+2
* agp: uninorth: make two functions staticMathieu Malaterre2018-07-031-2/+2
* virtio_console: free buffers after resetMichael S. Tsirkin2018-05-021-25/+24
* random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o2018-04-241-1/+1
* random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o2018-04-131-6/+6
* fix race in drivers/char/random.c:get_reg()Michael Schmitz2018-04-131-1/+5
* ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert2018-03-241-4/+4
* tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-111-2/+6
* tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-03-111-2/+3
* ipmi: fix unsigned long underflowCorey Minyard2017-11-241-4/+6
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-08-111-0/+2
* ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-08-111-3/+4
* drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner2017-06-141-1/+1
* random: properly align get_random_int_hashEric Biggers2017-06-141-1/+3
* drivers: char: random: add get_random_long()Daniel Cashman2017-06-141-0/+22
* pcmcia: remove left-over %Z formatNicolas Iooss2017-06-071-3/+3
* drivers: char: mem: Check for address space wraparound with mmap()Julius Werner2017-05-251-0/+5
* char: lp: fix possible integer overflow in lp_setup()Willy Tarreau2017-05-251-1/+5
* virtio-console: avoid DMA from stackOmar Sandoval2017-04-221-2/+10
* mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-221-30/+52
* char: lack of bool string made CONFIG_DEVPORT always onMax Bires2017-04-221-1/+4
* char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven2017-04-221-1/+0
* virtio: console: Unlock vqs while freeing buffersMatt Redfearn2016-11-231-6/+16
* hwmon: (dell-smm) Blacklist Dell Studio XPS 8100Pali Rohár2015-08-271-1/+17
* hwrng: core - correct error check of kthread_run callMartin Schwidefsky2015-08-271-1/+1
* agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson2015-07-051-1/+1
* vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo2015-07-031-2/+3
* tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard2015-03-281-4/+6
* tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-282-8/+8
* virtio_console: avoid config access from irqMichael S. Tsirkin2015-03-281-0/+16
* virtio_console: init work unconditionallyMichael S. Tsirkin2015-03-281-1/+2
* Added Little Endian support to vtpm modulehonclo2015-03-061-8/+12
* tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard2015-03-061-1/+1
* tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo2015-03-061-0/+8
* char: tpm: Add missing error check for devm_kzallocKiran Padwal2015-03-062-0/+9
* TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells2015-03-061-1/+1
* tpm_tis: verify interrupt during initScot Doyle2015-03-061-14/+62
* random: Fix fast_mix() functionGeorge Spelvin2015-03-061-4/+4
* i8k: Add support for Dell Latitude E6440Pali Rohár2015-01-161-0/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-11-131-2/+2
|\
| * virtio_console: move early VQ enablementCornelia Huck2014-11-131-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-11-121-4/+7
|\ \ | |/ |/|
| * hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz2014-11-061-4/+7
* | Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-311-1/+1
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-241-4/+4
|\ \ | |/ |/|