summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2017-08-06ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic
2017-07-27ipmi:ssif: Add missing unlock in error branchCorey Minyard
2017-07-27ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso
2017-07-15tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman
2017-07-12tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen
2017-07-05virtio_console: fix a crash in config_work_handlerG. Campana
2017-06-24vTPM: Fix missing NULL checkHon Ching \(Vicky) Lo
2017-06-14drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner
2017-06-07pcmcia: remove left-over %Z formatNicolas Iooss
2017-05-25drivers: char: mem: Check for address space wraparound with mmap()Julius Werner
2017-05-25tpm_crb: check for bad response sizeJerry Snitselaar
2017-05-25tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain
2017-05-25tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain
2017-05-25tpm_tis_spi: Add small delay after last transferPeter Huewe
2017-05-25tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe
2017-05-25tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe
2017-05-25tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe
2017-05-25tpm_tis_spi: Use single function to transfer dataPeter Huewe
2017-05-25tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen
2017-05-25char: lp: fix possible integer overflow in lp_setup()Willy Tarreau
2017-05-20ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang
2017-05-14tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas
2017-05-14tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen
2017-05-08tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero
2017-04-21virtio-console: avoid DMA from stackOmar Sandoval
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook
2017-04-21char: lack of bool string made CONFIG_DEVPORT always onMax Bires
2017-04-12random: use chacha20 for get_random_int/longJason A. Donenfeld
2017-04-12ppdev: fix registering same device nameSudip Mukherjee
2017-04-12ppdev: check before attaching portSudip Mukherjee
2017-03-30hwrng: geode - Revert managed API changesPrarit Bhargava
2017-03-30hwrng: amd - Revert managed API changesPrarit Bhargava
2017-03-12tpm_tis: fix the error handling of init_tis()Wei Yongjun
2017-01-19drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy
2017-01-12tpm_tis: Check return values from get_burstcount.Josh Zimmerman
2017-01-06tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe
2016-11-17ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'Cédric Le Goater
2016-11-13Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-11-10ppdev: fix double-free of pp->pdev->nameJann Horn
2016-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-10-31tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen
2016-10-31virtio: console: Unlock vqs while freeing buffersMatt Redfearn
2016-10-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-10-23Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds
2016-10-19hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-10-11random: remove unused randomize_range()Jason Cooper