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