summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * tpm: dynamically allocate the allocated_banks arrayRoberto Sassu2019-02-135-19/+44
| * tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-1310-90/+73Star
| * tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen2019-02-136-37/+40
| * tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen2019-02-133-81/+116
| * tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-136-38/+17Star
| * tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen2019-02-131-45/+78
| * tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-138-53/+43Star
| * tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen2019-02-133-33/+34
| * tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-133-64/+66
| * tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-133-52/+45Star
| * tpm: encapsulate tpm_dev_transmit()Jarkko Sakkinen2019-02-131-7/+18
| * tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen2019-02-131-2/+2
| * tpm: declare struct tpm_headerJarkko Sakkinen2019-02-137-43/+34Star
| * tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen2019-02-132-5/+6
| * tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen2019-02-131-7/+6Star
| * tpm: fix invalid return value in pubek_show()Jarkko Sakkinen2019-02-131-3/+2Star
| * tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-137-80/+64Star
| * tpm: don't return bool from update_timeoutsJerry Snitselaar2019-02-132-8/+10
| * tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar2019-02-131-1/+1
| * tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu2019-02-131-6/+6
| * tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang2019-02-131-4/+4
| * tpm: Simplify the measurements loopJia Zhang2019-02-131-23/+14Star
| * tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-02-131-0/+4
| * tpm: Unify the send callback behaviourJarkko Sakkinen2019-02-1312-16/+28
| * tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen2019-02-085-20/+19Star
| * tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen2019-02-081-6/+16
* | Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-03-0820-482/+756
|\ \
| * | ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter2019-02-221-1/+2
| * | ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard2019-02-221-42/+3Star
| * | ipmi_si: Consolidate scanning the platform busCorey Minyard2019-02-224-30/+23Star
| * | ipmi_si: Remove hotmod devices on removal and exitCorey Minyard2019-02-223-6/+43
| * | ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard2019-02-221-7/+15
| * | ipmi_si: Switch hotmod to use a platform deviceCorey Minyard2019-02-223-113/+98Star
| * | ipmi: Consolidate the adding of platform devicesCorey Minyard2019-02-229-214/+205Star
| * | ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard2019-02-228-27/+29
| * | ipmi_si: Convert some types into unsignedCorey Minyard2019-02-221-4/+4
| * | ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-02-224-76/+216
| * | ipmi: Use dedicated API for copying a UUIDAndy Shevchenko2019-02-101-1/+1
| * | ipmi: Use defined constant for UUID representationAndy Shevchenko2019-02-101-4/+4
| * | ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard2019-02-101-42/+74
| * | ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire2019-02-101-2/+3
| * | ipmi: Fix return value when a message is truncatedCorey Minyard2019-02-101-3/+3
| * | ipmi: clean an indentation issue, remove extraneous spaceColin Ian King2019-02-101-1/+1
| * | ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-103-76/+92
| * | ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-103-45/+105
| * | ipmi: Fix SSIF flag requestsCorey Minyard2019-02-101-12/+52
| * | ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-02-103-4/+11
* | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-069-629/+300Star
|\ \ \
| * | | hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-261-5/+2Star
| * | | char: lp: mark expected switch fall-throughGustavo A. R. Silva2019-02-131-2/+2