aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds14-46/+20
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-5/+26
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds11-2764/+13
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-0/+23
2019-09-09random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd1-7/+5
2019-09-05hwrng: timeriomem - relax check on memory resource sizeDaniel Mack1-2/+2
2019-09-04toshiba: Add correct printk log level while emitting error logRishi Gupta1-4/+4
2019-09-04/dev/mem: Bail out upon SIGKILL.Tetsuo Handa1-0/+21
2019-09-02tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEESasha Levin4-0/+396
2019-09-02tpm: Remove a deprecated comments about implicit sysfs lockingJarkko Sakkinen2-12/+2
2019-09-02tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsStefan Berger1-0/+1
2019-09-02tpm_tis_core: Turn on the TPM before probing IRQ'sStefan Berger1-0/+2
2019-08-23fdt: add support for rng-seedHsin-Yi Wang2-0/+23
2019-08-22random: Support freezable kthreads in add_hwgenerator_randomness()Stephen Boyd1-3/+7
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-2/+2
2019-08-16ia64: remove the zx1 swiotlb machvecChristoph Hellwig1-1/+1
2019-08-16char/mspec: remove SGI SN2 supportChristoph Hellwig1-144/+11
2019-08-16char/agp: remove the sgi-agp driverChristoph Hellwig3-346/+0
2019-08-16char: remove the SGI tiocx/mbcs driverChristoph Hellwig4-1399/+0
2019-08-16char: remove the SGI snsc driverChristoph Hellwig5-873/+0
2019-08-15hwrng: core - Freeze khwrng thread during suspendStephen Boyd1-1/+4
2019-08-12Merge 5.3-rc4 into char-misc-nextGreg Kroah-Hartman5-25/+64
2019-08-08hwrng: n2-drv - fix typoStephen Rothwell1-1/+1
2019-08-05tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain4-17/+47
2019-08-05tpm: Fix null pointer dereference on chip register error pathMilan Broz1-7/+16
2019-08-02hwrng: drivers - Use device-managed registration APIChuhong Yuan9-36/+9
2019-07-31Merge tag 'for-linus-5.3-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-1/+1
2019-07-29Merge 5.3-rc2 into char-misc-nextGreg Kroah-Hartman1-2/+1
2019-07-27hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-07-27hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-07-25hpet: Fix division by zero in hpet_time_div()Kefeng Wang1-2/+1
2019-07-25char: ppdev: Fix a possible null-pointer dereference in pp_release()Jia-Ju Bai1-1/+1
2019-07-24Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi1-1/+1
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2-3/+3
2019-07-15docs: admin-guide: add laptops documentationMauro Carvalho Chehab1-1/+1
2019-07-15docs: laptops: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-07-13Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds6-4/+386
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-5/+5
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-4/+4
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-51/+2
2019-07-08Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds5-60/+66
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-06-24tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett1-1/+10
2019-06-24tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov1-3/+3
2019-06-24tpm: Append the final event log to the TPM event logMatthew Garrett1-7/+43
2019-06-24tpm: Reserve the TPM final events tableMatthew Garrett1-1/+1
2019-06-24tpm: Abstract crypto agile event size calculationsMatthew Garrett1-46/+1
2019-06-24tpm: Actually fail on TPM errors during "get random"Kees Cook2-4/+10
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-4/+4
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1