aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-13tpm: vtpm_proxy: Implement request_locality function.Stefan Berger2-0/+37
2017-06-13tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger2-1/+3
2017-06-13tpm: vtpm_proxy: Suppress error logging when in closed stateStefan Berger2-3/+4
2017-06-13tpm, tpmrm: Mark tpmrm_write as staticPeter Huewe1-1/+1
2017-06-13tpm: remove struct tpm_pcrextend_inJarkko Sakkinen1-6/+0
2017-06-13tpm, tpm_infineon: remove useless snprintf() callsJarkko Sakkinen1-4/+4
2017-06-13tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen2-27/+16
2017-06-13tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed1-20/+56
2017-06-13tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe1-113/+54
2017-06-13tpm_tis: Use platform_get_irqJason Gunthorpe1-4/+2
2017-06-13tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe1-1/+1
2017-06-13tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu1-17/+24
2017-06-13tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu2-14/+14
2017-06-13tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu3-9/+9
2017-06-12ACPICA: Add header support for TPM2 table changesBob Moore1-2/+2
2017-06-11Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-6/+43
2017-06-11Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2017-06-09ipmi: Use the proper default value for register size in ACPICorey Minyard1-4/+4
2017-06-07random: invalidate batched entropy after crng initJason A. Donenfeld1-0/+37
2017-06-07random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o1-6/+6
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2-17/+12
2017-06-04Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2-4/+8
2017-06-03drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner1-1/+1
2017-06-02Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-1/+5
2017-06-02pcmcia: remove left-over %Z formatNicolas Iooss1-3/+3
2017-06-01hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr1-0/+7
2017-05-26mmtimer: Remove the SGI SN2 mmtimer driverChristoph Hellwig3-868/+0
2017-05-24fix race in drivers/char/random.c:get_reg()Michael Schmitz1-1/+5
2017-05-23hwrng: omap3-rom - Handle return value of clk_prepare_enableArvind Yadav1-2/+9
2017-05-18drivers: char: mem: Check for address space wraparound with mmap()Julius Werner1-0/+5
2017-05-17ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King1-2/+1
2017-05-16char: lp: fix possible integer overflow in lp_setup()Willy Tarreau1-1/+5
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-13/+13
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-05-08agp: use set_memory.h headerLaura Abbott5-1/+7
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-7/+1
2017-05-08ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic1-3/+4
2017-05-08ipmi_ssif: unlock on allocation failureDan Carpenter1-0/+2
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds6-52/+28
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-8/+8
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds22-433/+1549
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-336/+298
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-3/+3
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-0/+283
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+14
2017-05-01Merge tag 'for-linux-4.12' of git://github.com/cminyard/linux-ipmiLinus Torvalds4-11/+26
2017-04-28ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert1-4/+4
2017-04-26s390/trng: Introduce s390 TRNG device driver.Harald Freudenberger3-0/+283