summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2016-11-18hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski1-3/+3
2016-11-10virtio: console: Unlock vqs while freeing buffersMatt Redfearn1-6/+16
2016-10-31hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach1-2/+2
2016-10-16tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen1-2/+5
2016-10-16tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen5-65/+103
2016-10-07hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon1-2/+14
2016-10-07tpm: fix byte-order for the value read by tpm2_get_tpm_ptapronin@chromium.org1-1/+1
2016-09-15hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski1-1/+8
2016-08-20random: add interrupt callback to VMBus IRQ handlerStephan Mueller1-0/+1
2016-08-20random: print a warning for the first ten uninitialized random usersTheodore Ts'o1-4/+8
2016-08-20random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o1-5/+11
2016-08-16random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o1-6/+7
2016-07-27ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura1-2/+6
2016-06-08hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski1-3/+7
2016-04-12tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen1-1/+3
2016-04-12tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer1-4/+10
2016-04-12tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen1-2/+2
2016-04-12tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen1-5/+5
2015-12-09ipmi: move timer init to before irq is setupJan Stancek1-4/+4
2015-11-16ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye1-1/+7
2015-11-16char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt1-1/+1
2015-11-16ipmi: Stop the timer immediately if idleCorey Minyard1-0/+7
2015-11-16ipmi: Start the timer and thread on internal msgsCorey Minyard1-29/+44
2015-11-12Merge tag 'tpmdd-next-20151110' of https://github.com/jsakkine/linux-tpmdd in...James Morris4-16/+30
2015-11-09tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen1-8/+10
2015-11-09tpm: fix missing migratable flag in sealing functionality for TPM2Jarkko Sakkinen1-5/+10
2015-11-09TPM: revert the list handling logic fixed in 398a1e7Jarkko Sakkinen1-1/+1
2015-11-09TPM: Avoid reference to potentially freed memoryChristophe JAILLET1-1/+2
2015-11-09tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck1-1/+5
2015-11-09tpm_tis: free irq after probingMartin Wilck1-0/+2
2015-11-06Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-6/+10
2015-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds16-127/+720
2015-11-06Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+0
2015-11-05Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-39/+13
2015-11-05Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-9/+0
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-32/+435
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-25char: ipmi: ipmi_ssif: Replace timeval with timespec64Amitoj Kaur Chawla1-4/+5
2015-10-20hwrng: exynos - Add Device Tree supportKrzysztof Kozlowski1-0/+9
2015-10-20hwrng: exynos - Fix missing configuration after suspend to RAMKrzysztof Kozlowski1-7/+35
2015-10-20hwrng: exynos - Add timeout for waiting on init doneKrzysztof Kozlowski1-1/+4
2015-10-20hwrng: exynos - Fix unbalanced PM runtime get/putsDaniel Thompson1-1/+1
2015-10-19TPM: remove unnecessary little endian conversionHon Ching \(Vicky\) Lo1-2/+2
2015-10-19vTPM: support little endian guestsHon Ching \(Vicky\) Lo2-22/+62
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski4-4/+0
2015-10-19vTPM: fix searching for the right vTPM node in device treeHon Ching \(Vicky\) Lo1-1/+1
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen3-2/+339
2015-10-19tpm: introduce tpm_bufJarkko Sakkinen1-0/+97
2015-10-19tpm: move the PPI attributes to character device directory.Jarkko Sakkinen3-42/+33