summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2018-03-11tpm-dev-common: Reject too short writesAlexander Steffen1-0/+6
2018-03-11tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen1-18/+27
2018-03-11tpm: constify transmit data pointersArnd Bergmann4-19/+16
2018-03-11tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+3
2018-03-11tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+6
2018-03-11tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone1-2/+3
2018-03-11tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+2
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2017-12-16ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki1-21/+23
2017-11-24ipmi: fix unsigned long underflowCorey Minyard1-4/+6
2017-08-07ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic1-3/+4
2017-07-28ipmi:ssif: Add missing unlock in error branchCorey Minyard1-0/+5
2017-07-28ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso1-0/+5
2017-07-15tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2-0/+41
2017-07-12tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen1-1/+2
2017-07-05virtio_console: fix a crash in config_work_handlerG. Campana1-1/+1
2017-06-24vTPM: Fix missing NULL checkHon Ching \(Vicky) Lo1-6/+11
2017-06-14drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner1-1/+1
2017-06-07pcmcia: remove left-over %Z formatNicolas Iooss1-3/+3
2017-05-25drivers: char: mem: Check for address space wraparound with mmap()Julius Werner1-0/+5
2017-05-25tpm_crb: check for bad response sizeJerry Snitselaar1-2/+1
2017-05-25tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain1-2/+3
2017-05-25tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain1-8/+15
2017-05-25tpm_tis_spi: Add small delay after last transferPeter Huewe1-0/+1
2017-05-25tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe1-49/+58
2017-05-25tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe1-18/+18
2017-05-25tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe1-0/+5
2017-05-25tpm_tis_spi: Use single function to transfer dataPeter Huewe1-63/+24
2017-05-25tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen1-2/+4
2017-05-25char: lp: fix possible integer overflow in lp_setup()Willy Tarreau1-1/+5
2017-05-20ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang1-1/+3
2017-05-14tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas1-4/+4
2017-05-14tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2-1/+6
2017-05-08tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero1-21/+32
2017-04-21virtio-console: avoid DMA from stackOmar Sandoval1-2/+10
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-30/+52
2017-04-21char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2017-04-12random: use chacha20 for get_random_int/longJason A. Donenfeld1-41/+43
2017-04-12ppdev: fix registering same device nameSudip Mukherjee1-1/+9
2017-04-12ppdev: check before attaching portSudip Mukherjee1-2/+21
2017-03-30hwrng: geode - Revert managed API changesPrarit Bhargava1-15/+35
2017-03-30hwrng: amd - Revert managed API changesPrarit Bhargava1-8/+34
2017-03-12tpm_tis: fix the error handling of init_tis()Wei Yongjun1-1/+1
2017-01-19drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy1-6/+4
2017-01-12tpm_tis: Check return values from get_burstcount.Josh Zimmerman1-2/+13
2017-01-06tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe1-1/+0
2016-11-18ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'Cédric Le Goater1-2/+2
2016-11-13Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2016-11-10ppdev: fix double-free of pp->pdev->nameJann Horn1-3/+0
2016-11-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+16