summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2018-01-17hwrng: core - sleep interruptible in readJiri Slaby1-1/+5
2018-01-17x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina1-5/+1
2017-12-16ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki1-21/+23
2017-11-24ipmi: fix unsigned long underflowCorey Minyard1-4/+6
2017-08-07tpm: Replace device number bitmap with IDRStefan Berger3-42/+49
2017-08-07tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen1-0/+2
2017-08-07ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic1-3/+4
2017-07-28ipmi:ssif: Add missing unlock in error branchCorey Minyard1-0/+5
2017-07-28ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso1-0/+5
2017-07-21tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2-0/+43
2017-07-21tpm: Provide strong locking for device removalJason Gunthorpe5-21/+100
2017-07-21tpm: Get rid of chip->pdevJason Gunthorpe13-93/+89
2017-07-05virtio_console: fix a crash in config_work_handlerG. Campana1-1/+1
2017-06-14drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner1-1/+1
2017-06-14random: properly align get_random_int_hashEric Biggers1-1/+3
2017-06-14drivers: char: random: add get_random_long()Daniel Cashman1-0/+22
2017-06-07pcmcia: remove left-over %Z formatNicolas Iooss1-3/+3
2017-05-25drivers: char: mem: Check for address space wraparound with mmap()Julius Werner1-0/+5
2017-05-25tpm_crb: check for bad response sizeJerry Snitselaar1-2/+1
2017-05-25char: lp: fix possible integer overflow in lp_setup()Willy Tarreau1-1/+5
2017-05-20ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang1-1/+3
2017-04-21virtio-console: avoid DMA from stackOmar Sandoval1-2/+10
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-30/+52
2017-04-21char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2017-04-21char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2017-03-26tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe1-1/+1
2017-01-06tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe1-1/+0
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