aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-245/+389
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds20-513/+563
2018-01-31Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds7-14/+21
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds16-29/+29
2018-01-26hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)1-3/+1
2018-01-22ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2018-01-22ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun1-2/+3
2018-01-22ipmi: use dynamic memory for DMI driver overrideJohn Garry1-1/+4
2018-01-18hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser1-10/+3
2018-01-18hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)1-3/+1
2018-01-18hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter1-1/+1
2018-01-18hwrng: mediatek - Setup default RNG qualitySean Wang1-0/+1
2018-01-16ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driverJeremy Kerr1-1/+0
2018-01-15ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki1-1/+3
2018-01-08ipmi: use correct string lengthXiongfeng Wang2-2/+2
2018-01-08tpm: remove unused variablesArnd Bergmann1-2/+0
2018-01-08tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas1-21/+6
2018-01-08tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas1-1/+10
2018-01-08tpm: follow coding style for variable declaration in tpm_tis_core_init()Javier Martinez Canillas1-1/+3
2018-01-08tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas3-18/+0
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh4-92/+118
2018-01-08tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh3-48/+56
2018-01-08tpm2-cmd: allow more attempts for selftest executionAlexander.Steffen@infineon.com1-7/+5
2018-01-08tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2-8/+25
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe6-69/+52
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen4-76/+87
2018-01-08tpm: parse TPM event logs based on EFI tableThiebaud Weksteen6-4/+88
2018-01-08tpm: rename event log provider filesThiebaud Weksteen3-2/+2
2018-01-08tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen8-148/+30
2018-01-08tpm: use tpm_msleep() value as max delayNayna Jain1-2/+2
2018-01-08tpm: reduce tpm polling delay in tpm_tis_coreNayna Jain1-2/+8
2018-01-05hwrng: exynos - add Samsung Exynos True RNG driverƁukasz Stelmach3-0/+250
2017-12-22hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook1-0/+4
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain4-62/+121
2017-12-12ipmi_si: Fix error handling of platform deviceCorey Minyard1-3/+6
2017-12-12ipmi watchdog: fix typo in parameter descriptionWei Yongjun1-1/+1
2017-12-12ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun1-1/+1
2017-12-11Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds3-23/+30
2017-12-11ipmi_si: fix crash on pariscMikulas Patocka1-0/+2
2017-12-11ipmi_si: Fix oops with PCI devicesCorey Minyard1-2/+5
2017-12-06ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki1-21/+23
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers1-12/+12
2017-11-29hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli3-168/+0
2017-11-29hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli2-4/+14
2017-11-29hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli1-2/+11
2017-11-29hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli1-8/+19
2017-11-29hwrng: bcm2835 - Manage an optional clockFlorian Fainelli1-1/+16
2017-11-29hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli1-16/+23
2017-11-29hwrng: bcm2835 - Use device managed helpersFlorian Fainelli1-12/+1
2017-11-29hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli1-3/+9