summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * tpm: fix invalid return value in pubek_show()Jarkko Sakkinen2019-02-131-3/+2
| * tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-137-80/+64
| * 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/+14
| * 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/+19
| * 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/+3
| * | ipmi_si: Consolidate scanning the platform busCorey Minyard2019-02-224-30/+23
| * | 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/+98
| * | ipmi: Consolidate the adding of platform devicesCorey Minyard2019-02-229-214/+205
| * | 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-091-1/+1
| * | ipmi: Use defined constant for UUID representationAndy Shevchenko2019-02-091-4/+4
| * | ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard2019-02-091-42/+74
| * | ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire2019-02-091-2/+3
| * | ipmi: Fix return value when a message is truncatedCorey Minyard2019-02-091-3/+3
| * | ipmi: clean an indentation issue, remove extraneous spaceColin Ian King2019-02-091-1/+1
| * | ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-093-76/+92
| * | ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-093-45/+105
| * | ipmi: Fix SSIF flag requestsCorey Minyard2019-02-091-12/+52
| * | ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-02-093-4/+11
* | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-069-629/+300
|\ \ \
| * | | hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-261-5/+2
| * | | char: lp: mark expected switch fall-throughGustavo A. R. Silva2019-02-131-2/+2
| * | | Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-283-81/+124
| |\| |
| * | | mbcs: add .owner to mbcs struct file_operationsNaveen Kumar Parna2019-01-221-0/+1
| * | | applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-221-11/+24
| * | | hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh2019-01-221-1/+1
| * | | efirtc: remove unnecessary code efi_rtc_open & efi_rtc_closeNaveen Kumar Parna2019-01-221-23/+0
| * | | powerpc: Adopt nvram module for PPC64Finn Thain2019-01-221-0/+4
| * | | char/generic_nvram: Remove as unusedFinn Thain2019-01-222-165/+1
| * | | powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain2019-01-221-10/+9
| * | | powerpc: Implement nvram ioctlsFinn Thain2019-01-221-0/+38
| * | | char/nvram: Add "devname:nvram" module aliasFinn Thain2019-01-221-0/+1
| * | | m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain2019-01-221-1/+2
| * | | char/nvram: Implement NVRAM read/write methodsFinn Thain2019-01-221-46/+74
| * | | char/nvram: Allow the set_checksum and initialize ioctls to be omittedFinn Thain2019-01-221-30/+40
| * | | char/nvram: Adopt arch_nvram_opsFinn Thain2019-01-221-6/+24
| * | | powerpc: Replace nvram_* extern declarations with standard headerFinn Thain2019-01-221-0/+1
OpenPOWER on IntegriCloud