summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-08-151-23/+20
* random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-08-061-1/+9
* ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-07-031-1/+2
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2018-06-161-2/+3
* tpm: self test failure should not cause suspend to failChris Chiu2018-06-131-0/+4
* tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2018-06-133-0/+17
* 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
* ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun2018-05-301-2/+3
* 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_ssif: unlock on allocation failureDan Carpenter2018-04-131-0/+2
* ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert2018-03-241-4/+4
* tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-241-2/+3
* tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-242-0/+11
* agp/intel: Flush all chipset writes after updating the GGTTChris Wilson2018-03-221-0/+2
* 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
* tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-111-2/+2
* hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann2018-02-251-6/+4
* hwrng: core - sleep interruptible in readJiri Slaby2018-01-171-1/+5
* x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina2018-01-171-5/+1
* ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-161-21/+23
* ipmi: fix unsigned long underflowCorey Minyard2017-11-241-4/+6
* tpm: Replace device number bitmap with IDRStefan Berger2017-08-063-42/+49
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-08-061-0/+2
* ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-08-061-3/+4
* ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-07-271-0/+5
* ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-07-271-0/+5
* tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-212-0/+43
* tpm: Provide strong locking for device removalJason Gunthorpe2017-07-215-21/+100
* tpm: Get rid of chip->pdevJason Gunthorpe2017-07-2113-93/+89
* virtio_console: fix a crash in config_work_handlerG. Campana2017-07-051-1/+1
* 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
* tpm_crb: check for bad response sizeJerry Snitselaar2017-05-251-2/+1
* char: lp: fix possible integer overflow in lp_setup()Willy Tarreau2017-05-251-1/+5
* ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang2017-05-201-1/+3
* virtio-console: avoid DMA from stackOmar Sandoval2017-04-211-2/+10
* mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-211-30/+52
* char: lack of bool string made CONFIG_DEVPORT always onMax Bires2017-04-211-1/+4
* char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven2017-04-211-1/+0
* tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe2017-03-261-1/+1
* tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2017-01-061-1/+0
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-11-181-3/+3