summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tpm: Replace device number bitmap with IDRStefan Berger2017-08-063-42/+49
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-08-061-0/+2
* ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-08-061-3/+4
* ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-07-271-0/+5
* ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-07-271-0/+5
* tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-212-0/+43
* tpm: Provide strong locking for device removalJason Gunthorpe2017-07-215-21/+100
* tpm: Get rid of chip->pdevJason Gunthorpe2017-07-2113-93/+89
* virtio_console: fix a crash in config_work_handlerG. Campana2017-07-051-1/+1
* drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner2017-06-141-1/+1
* random: properly align get_random_int_hashEric Biggers2017-06-141-1/+3
* drivers: char: random: add get_random_long()Daniel Cashman2017-06-141-0/+22
* pcmcia: remove left-over %Z formatNicolas Iooss2017-06-071-3/+3
* drivers: char: mem: Check for address space wraparound with mmap()Julius Werner2017-05-251-0/+5
* tpm_crb: check for bad response sizeJerry Snitselaar2017-05-251-2/+1
* char: lp: fix possible integer overflow in lp_setup()Willy Tarreau2017-05-251-1/+5
* ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang2017-05-201-1/+3
* virtio-console: avoid DMA from stackOmar Sandoval2017-04-211-2/+10
* mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-211-30/+52
* char: lack of bool string made CONFIG_DEVPORT always onMax Bires2017-04-211-1/+4
* char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven2017-04-211-1/+0
* tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe2017-03-261-1/+1
* tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2017-01-061-1/+0
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-11-181-3/+3
* virtio: console: Unlock vqs while freeing buffersMatt Redfearn2016-11-101-6/+16
* hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach2016-10-311-2/+2
* tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen2016-10-161-2/+5
* tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen2016-10-165-65/+103
* hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon2016-10-071-2/+14
* tpm: fix byte-order for the value read by tpm2_get_tpm_ptapronin@chromium.org2016-10-071-1/+1
* hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski2016-09-151-1/+8
* random: add interrupt callback to VMBus IRQ handlerStephan Mueller2016-08-201-0/+1
* random: print a warning for the first ten uninitialized random usersTheodore Ts'o2016-08-201-4/+8
* random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o2016-08-201-5/+11
* random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o2016-08-161-6/+7
* ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura2016-07-271-2/+6
* hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski2016-06-071-3/+7
* tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen2016-04-121-1/+3
* tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer2016-04-121-4/+10
* tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen2016-04-121-2/+2
* tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen2016-04-121-5/+5
* ipmi: move timer init to before irq is setupJan Stancek2015-12-091-4/+4
* ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye2015-11-161-1/+7
* char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt2015-11-151-1/+1
* ipmi: Stop the timer immediately if idleCorey Minyard2015-11-151-0/+7
* ipmi: Start the timer and thread on internal msgsCorey Minyard2015-11-151-29/+44
* Merge tag 'tpmdd-next-20151110' of https://github.com/jsakkine/linux-tpmdd in...James Morris2015-11-124-16/+30
|\
| * tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen2015-11-091-8/+10
| * tpm: fix missing migratable flag in sealing functionality for TPM2Jarkko Sakkinen2015-11-091-5/+10
| * TPM: revert the list handling logic fixed in 398a1e7Jarkko Sakkinen2015-11-091-1/+1