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