summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | ipmi: Create a platform device for a DMI-specified IPMI interfaceCorey Minyard2017-06-194-0/+290
| * | ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-06-191-0/+5
| * | ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard2017-06-161-2/+3
| * | ipmi: Use the proper default value for register size in ACPICorey Minyard2017-06-091-4/+4
| * | ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King2017-05-181-2/+1Star
| * | ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-05-081-3/+4
| * | ipmi_ssif: unlock on allocation failureDan Carpenter2017-05-081-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-07-088-123/+240
|\ \ \
| * | | tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2017-07-073-0/+7
| * | | tpm: use tpm2_pcr_read() in tpm2_do_selftest()Roberto Sassu2017-07-071-30/+1Star
| * | | tpm: use tpm_buf functions in tpm2_pcr_read()Roberto Sassu2017-07-071-30/+30
| * | | tpm_tis: make ilb_base_addr staticColin Ian King2017-07-071-1/+1
| * | | tpm: consolidate the TPM startup codeJarkko Sakkinen2017-07-073-61/+44Star
| * | | tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-072-0/+117
| * | | tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss2017-07-071-2/+3
| * | | tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-07-071-1/+2
| * | | tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-072-0/+37
* | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-071-182/+151Star
|\ \ \ \
| * | | | ipmi: get rid of field-by-field __get_user()Al Viro2017-06-261-50/+37Star
| * | | | ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native oneAl Viro2017-06-261-133/+115Star
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-061-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-264-21/+20Star
| |\ \ \ \
| * | | | | drivers/char: kmem: disable on arm64Ard Biesheuvel2017-06-201-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-6/+6
| |\ \ \ \ \ \
| * | | | | | | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-053-2/+58
|\ \ \ \ \ \ \ \
| * | | | | | | | hwrng: mtk - add runtime PM supportSean Wang2017-06-201-0/+42
| * | | | | | | | hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr2017-06-011-0/+7
| * | | | | | | | hwrng: omap3-rom - Handle return value of clk_prepare_enableArvind Yadav2017-05-231-2/+9
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-0512-231/+265
|\ \ \ \ \ \ \ \
| * | | | | | | | tpm/tpm_atmel: remove unnecessary NULL checkGustavo A. R. Silva2017-06-191-7/+5Star
| * | | | | | | | tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-192-4/+2Star
| * | | | | | | | tpm: vtpm_proxy: Prevent userspace from sending driver commandStefan Berger2017-06-131-0/+33
| * | | | | | | | tpm: vtpm_proxy: Implement request_locality function.Stefan Berger2017-06-132-0/+37
| * | | | | | | | tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger2017-06-132-1/+3
| * | | | | | | | tpm: vtpm_proxy: Suppress error logging when in closed stateStefan Berger2017-06-132-3/+4
| * | | | | | | | tpm, tpmrm: Mark tpmrm_write as staticPeter Huewe2017-06-131-1/+1
| * | | | | | | | tpm: remove struct tpm_pcrextend_inJarkko Sakkinen2017-06-131-6/+0Star
| * | | | | | | | tpm, tpm_infineon: remove useless snprintf() callsJarkko Sakkinen2017-06-131-4/+4
| * | | | | | | | tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen2017-06-132-27/+16Star
| * | | | | | | | tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed2017-06-131-20/+56
| * | | | | | | | tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe2017-06-131-113/+54Star
| * | | | | | | | tpm_tis: Use platform_get_irqJason Gunthorpe2017-06-131-4/+2Star
| * | | | | | | | tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe2017-06-131-1/+1
| * | | | | | | | tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu2017-06-131-17/+24
| * | | | | | | | tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu2017-06-132-14/+14
| * | | | | | | | tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu2017-06-133-9/+9
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-07-041-2/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2017-07-031-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |