summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2016-09-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-8/+15
2016-09-09virtio_console: Stop doing DMA on the stackAndy Lutomirski-8/+15
2016-09-03tpm: invalid self test error messageJarkko Sakkinen-2/+1
2016-08-24hwrng: mxc-rnga - Fix Kconfig dependencyFabian Frederick-1/+1
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-567/+1
2016-08-01Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+8
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+238
2016-07-30random: Fix crashes with sparse node idsMichael Ellerman-3/+2
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1452/+2968
2016-07-28Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+1
2016-07-27random: use for_each_online_node() to iterate over NUMA nodesTheodore Ts'o-2/+1
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-98/+384
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-1/+5
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso-87/+2
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+24
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins-0/+24
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-16/+209
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+1
2016-07-19tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)Jason Gunthorpe-6/+20
2016-07-19tpm: Factor out common startup codeJason Gunthorpe-63/+87
2016-07-19tpm: use devm_add_action_or_resetSudip Mukherjee-4/+4
2016-07-19tpm2_i2c_nuvoton: add irq validity checkAndrew Zamansky-4/+2
2016-07-19tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin-8/+3
2016-07-19tpm: fix byte-order for the value read by tpm2_get_tpm_ptapronin@chromium.org-1/+1
2016-07-19tpm_tis_core: convert max timeouts from msec to jiffiesapronin@chromium.org-4/+4
2016-07-14dsp56k: prevent a harmless underflowDan Carpenter-1/+1
2016-07-08x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina-5/+1
2016-07-03random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o-6/+7
2016-07-03random: add backtracking protection to the CRNGTheodore Ts'o-5/+49
2016-07-03random: make /dev/urandom scalable for silly userspace programsTheodore Ts'o-4/+58
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o-102/+276
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie-2/+6
2016-06-29powerpc/powernv: Add driver for operator panel on FSP machinesSuraj Jitindar Singh-0/+238
2016-06-27hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon-2/+14
2016-06-26mn10300: use RTC_DRV_CMOS instead of CONFIG_RTCArnd Bergmann-1/+1
2016-06-25tpm_crb: fix address space of the return pointer in crb_map_res()Jarkko Sakkinen-1/+1
2016-06-25tpm_vtpm_proxy: fix address space of a user pointer in vtpmx_fops_ioctl()Jarkko Sakkinen-1/+1
2016-06-25tpm/tpm_tis_spi: Add support for spi phyChristophe Ricard-0/+285
2016-06-25tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard-882/+958
2016-06-25tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard-101/+270
2016-06-25tpm: tpm_tis: Share common data between physChristophe Ricard-76/+132
2016-06-25tpm: Add include guards in tpm.hChristophe Ricard-0/+5
2016-06-25tpm: Fix suspend regressionStefan Berger-2/+2
2016-06-25tpm: fix for typo in tpm/tpm_ibmvtpm.cStephen Rothwell-1/+1
2016-06-25tpm: select ANON_INODES for proxy driverArnd Bergmann-0/+1
2016-06-25tpm: Fix IRQ unwind ordering in TISJason Gunthorpe-2/+2
2016-06-25tpm: Proxy driver for supporting multiple emulated TPMsStefan Berger-0/+655
2016-06-25tpm: Introduce TPM_CHIP_FLAG_VIRTUALStefan Berger-2/+6
2016-06-25tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe-67/+84
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard-165/+131