summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen-43/+34
2019-02-13tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen-5/+6
2019-02-13tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen-7/+6
2019-02-13tpm: fix invalid return value in pubek_show()Jarkko Sakkinen-3/+2
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen-80/+64
2019-02-13tpm: don't return bool from update_timeoutsJerry Snitselaar-8/+10
2019-02-13tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar-1/+1
2019-02-13tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu-6/+6
2019-02-13tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang-4/+4
2019-02-13tpm: Simplify the measurements loopJia Zhang-23/+14
2019-02-13tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen-0/+4
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen-16/+28
2019-02-09ipmi: Use dedicated API for copying a UUIDAndy Shevchenko-1/+1
2019-02-09ipmi: Use defined constant for UUID representationAndy Shevchenko-4/+4
2019-02-09ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard-42/+74
2019-02-09ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire-2/+3
2019-02-09ipmi: Fix return value when a message is truncatedCorey Minyard-3/+3
2019-02-09ipmi: clean an indentation issue, remove extraneous spaceColin Ian King-1/+1
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard-76/+92
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard-45/+105
2019-02-09ipmi: Fix SSIF flag requestsCorey Minyard-12/+52
2019-02-09ipmi_si: fix use-after-free of resource->nameYang Yingliang-4/+11
2019-02-08tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen-20/+19
2019-02-08tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen-6/+16
2019-02-01hwrng: add OP-TEE based rng driverSumit Garg-0/+314
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman-81/+124
2019-01-25Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+7
2019-01-25hwrng: virtio - Avoid repeated init of completionDavid Tolnay-1/+1
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard-63/+80
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang-1/+1
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen-1/+1
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva-8/+18
2019-01-23ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard-8/+17
2019-01-22mbcs: add .owner to mbcs struct file_operationsNaveen Kumar Parna-0/+1
2019-01-22applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva-11/+24
2019-01-22hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh-1/+1
2019-01-22efirtc: remove unnecessary code efi_rtc_open & efi_rtc_closeNaveen Kumar Parna-23/+0
2019-01-22powerpc: Adopt nvram module for PPC64Finn Thain-0/+4
2019-01-22char/generic_nvram: Remove as unusedFinn Thain-165/+1
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain-10/+9
2019-01-22powerpc: Implement nvram ioctlsFinn Thain-0/+38
2019-01-22char/nvram: Add "devname:nvram" module aliasFinn Thain-0/+1
2019-01-22m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain-1/+2
2019-01-22char/nvram: Implement NVRAM read/write methodsFinn Thain-46/+74
2019-01-22char/nvram: Allow the set_checksum and initialize ioctls to be omittedFinn Thain-30/+40
2019-01-22char/nvram: Adopt arch_nvram_opsFinn Thain-6/+24
2019-01-22powerpc: Replace nvram_* extern declarations with standard headerFinn Thain-0/+1
2019-01-22nvram: Replace nvram_* function exports with static functionsFinn Thain-22/+5
2019-01-22char/nvram: Re-order functions to remove forward declarations and #ifdefsFinn Thain-95/+72
2019-01-22m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain-245/+35