summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2017-10-18tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen
2017-10-18tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Jarkko Sakkinen
2017-10-18tpm-dev-common: Reject too short writesAlexander Steffen
2017-10-18tpm: React correctly to RC_TESTING from TPM 2.0 self testsAlexander Steffen
2017-10-18tpm: Use dynamic delay to wait for TPM 2.0 self test resultAlexander Steffen
2017-10-18tpm: Trigger only missing TPM 2.0 self testsAlexander Steffen
2017-10-18tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen
2017-10-18tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An
2017-10-18tpm: constify transmit data pointersArnd Bergmann
2017-10-18tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King
2017-10-17ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring
2017-10-17ipmi_si: fix memory leak on new_smiColin Ian King
2017-10-12hwrng: core - pr_err() strings should end with newlinesArvind Yadav
2017-10-12tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-10-05timer: Remove last user of TIMER_INITIALIZERKees Cook
2017-09-28ipmi: remove redundant initialization of bmcColin Ian King
2017-09-28ipmi: pr_err() strings should end with newlinesArvind Yadav
2017-09-28ipmi: Clean up some print operationsCorey Minyard
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard
2017-09-28ipmi_ssif: Add device attrs for the things in procCorey Minyard
2017-09-28ipmi_si: Add device attrs for the things in procCorey Minyard
2017-09-28ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard
2017-09-28ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard
2017-09-28ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard
2017-09-28ipmi_si: Move PARISC handling to another fileCorey Minyard
2017-09-28ipmi_si: Move PCI setup to another fileCorey Minyard
2017-09-28ipmi_si: Move platform device handling to another fileCorey Minyard
2017-09-27ipmi_si: Move hardcode handling to a separate file.Corey Minyard
2017-09-27ipmi_si: Move the hotmod handling to another file.Corey Minyard
2017-09-27ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard
2017-09-27ipmi_si: Move io setup into io structureCorey Minyard
2017-09-27ipmi_si: Move irq setup handling into the io structCorey Minyard
2017-09-27ipmi_si: Move some platform data into the io structureCorey Minyard
2017-09-27ipmi_si: Rename function to add smi, make it globalCorey Minyard
2017-09-27ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard
2017-09-27ipmi: Rescan channel list on BMC changesCorey Minyard
2017-09-27ipmi: Move lun and address out of channel structCorey Minyard
2017-09-27ipmi: Retry BMC registration on a failureCorey Minyard
2017-09-27ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard
2017-09-27ipmi: Use a temporary BMC for an interfaceCorey Minyard
2017-09-27ipmi: Dynamically fetch GUID periodicallyCorey Minyard
2017-09-27ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard
2017-09-27ipmi: Remove the device id from ipmi_register_smi()Corey Minyard
2017-09-27ipmi: allow dynamic BMC version informationJeremy Kerr
2017-09-27ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard
2017-09-27ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr
2017-09-27ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr
2017-09-27ipmi: Get the device id through a functionCorey Minyard