summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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
| * TPM: Avoid reference to potentially freed memoryChristophe JAILLET2015-11-091-1/+2
| * tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck2015-11-091-1/+5
| * tpm_tis: free irq after probingMartin Wilck2015-11-091-0/+2
* | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-051-6/+10
|\ \
| * | agp/uninorth: fix a memleak in create_gatt_tableDenis Kirjanov2015-10-021-6/+10
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-0516-127/+720
|\ \ \ | | |/ | |/|
| * | TPM: remove unnecessary little endian conversionHon Ching \(Vicky\) Lo2015-10-191-2/+2
| * | vTPM: support little endian guestsHon Ching \(Vicky\) Lo2015-10-192-22/+62
| * | char: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-10-194-4/+0