summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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
* tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain2017-05-251-2/+3
* tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain2017-05-251-8/+15
* tpm_tis_spi: Add small delay after last transferPeter Huewe2017-05-251-0/+1
* tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe2017-05-251-49/+58
* tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe2017-05-251-18/+18
* tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe2017-05-251-0/+5
* tpm_tis_spi: Use single function to transfer dataPeter Huewe2017-05-251-63/+24
* tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen2017-05-251-2/+4
* 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
* tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas2017-05-141-4/+4
* tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-05-142-1/+6
* tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-05-081-21/+32
* 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
* random: use chacha20 for get_random_int/longJason A. Donenfeld2017-04-121-41/+43
* ppdev: fix registering same device nameSudip Mukherjee2017-04-121-1/+9
* ppdev: check before attaching portSudip Mukherjee2017-04-121-2/+21
* hwrng: geode - Revert managed API changesPrarit Bhargava2017-03-301-15/+35
* hwrng: amd - Revert managed API changesPrarit Bhargava2017-03-301-8/+34
* tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-03-121-1/+1
* drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy2017-01-191-6/+4
* tpm_tis: Check return values from get_burstcount.Josh Zimmerman2017-01-121-2/+13
* tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2017-01-061-1/+0
* ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'Cédric Le Goater2016-11-171-2/+2
* Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-11-131-3/+0
|\
| * ppdev: fix double-free of pp->pdev->nameJann Horn2016-11-101-3/+0
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-11-011-6/+16
|\ \
| * | virtio: console: Unlock vqs while freeing buffersMatt Redfearn2016-10-311-6/+16
| |/
* / tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen2016-10-311-3/+0
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-241-3/+3
|\
| * hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-10-191-3/+3
* | Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-10-234-4/+517
|\ \ | |/ |/|
| * ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi2016-10-031-4/+3
| * ipmi/bt-bmc: remove redundant return value check of platform_get_resource()Wei Yongjun2016-09-301-5/+0
| * ipmi/bt-bmc: add a dependency on ARCH_ASPEEDCédric Le Goater2016-09-291-0/+1
| * ipmi: Fix ioremap error handling in bt-bmcJoel Stanley2016-09-291-2/+2
| * ipmi: add an Aspeed BT IPMI BMC driverAlistair Popple2016-09-293-0/+518
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+2
|\ \
| * | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+2
| |/
* | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-0/+1
|\ \
| * | mips: separate extable.h, switch module.h to itAl Viro2016-10-051-0/+1
| |/
* | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-111-0/+2
|\ \
| * | Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-283-11/+17
| |\|
| * | agp/intel: Flush chipset writes after updating a single PTEChris Wilson2016-08-181-0/+2
* | | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
* | | random: remove unused randomize_range()Jason Cooper2016-10-111-19/+0