summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-02-212-4/+7
|\
| * OF: Prevent unaligned access in of_alias_scan()Paul Burton2017-01-031-1/+1
| * of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf2017-01-031-3/+6
* | Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-2124-639/+1056
|\ \
| * | xen/privcmd: add IOCTL_PRIVCMD_RESTRICTPaul Durrant2017-02-141-9/+79
| * | xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant2017-02-141-0/+139
| * | xen/privcmd: return -ENOTTY for unimplemented IOCTLsPaul Durrant2017-02-131-2/+1
| * | xen: optimize xenbus driver for multiple concurrent xenstore accessesJuergen Gross2017-02-094-391/+672
| * | xen: modify xenstore watch event interfaceJuergen Gross2017-02-0913-66/+56
| * | xen: clean up xenbus internal headersJuergen Gross2017-02-0912-93/+47
| * | xenbus: Neaten xenbus_va_dev_errorJoe Perches2017-02-081-29/+10
| * | xen/pvh: Enable CPU hotplugBoris Ostrovsky2017-02-071-1/+1
| * | xen/pvh: Initialize grant table for PVH guestsBoris Ostrovsky2017-02-071-4/+4
| * | xen/x86: Remove PVH supportBoris Ostrovsky2017-02-071-1/+0
| * | xen/manage: correct return value check on xenbus_scanf()Jan Beulich2017-02-031-1/+1
| * | xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross2017-01-291-2/+4
| * | xen/netfront: set default upper limit of tx/rx queues to 8Juergen Gross2017-01-291-2/+4
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-2124-301/+840
|\ \ \
| * | | tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen2017-02-202-50/+45
| * | | tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger2017-02-151-1/+1
| * | | tpm xen: drop unneeded chip variableJulia Lawall2017-02-141-2/+0
| * | | tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov2017-02-141-1/+1
| * | | tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-02-141-1/+1
| * | | tpm: silence an array overflow warningDan Carpenter2017-02-031-2/+2
| * | | tpm: fix the type of owned field in cap_tStefan Berger2017-02-031-1/+1
| * | | tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain2017-02-036-22/+279
| * | | tpm: enhance read_log_of() to support Physical TPM event logNayna Jain2017-02-031-4/+23
| * | | tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain2017-02-034-44/+71
| * | | tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain2017-02-032-0/+82
| * | | tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-02-032-1/+6
| * | | tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero2017-02-031-12/+13
| * | | tpm: Begin the process to deprecate user_read_timerJason Gunthorpe2017-02-031-1/+4
| * | | tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen2017-02-033-11/+18
| * | | tpm: Check size of response before accessing dataStefan Berger2017-01-235-51/+123
| * | | tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-01-234-26/+37
| * | | tpm: Do not print an error message when doing TPM auto startupJason Gunthorpe2017-01-231-3/+6
| * | | tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An2017-01-231-3/+5
| * | | tpm/tpm_tis_spi: drop duplicate header module.hGeliang Tang2017-01-231-1/+0
| * | | tpm/st33zp24: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-01-231-1/+0
| * | | tpm/vtpm: fix kdoc warningsWinkler, Tomas2017-01-232-63/+91
| * | | tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas2017-01-231-4/+4
| * | | tpm/tpm2-chip: fix kdoc errorsWinkler, Tomas2017-01-231-48/+56
| * | | tpm: add kdoc for tpm_transmit and tpm_transmit_cmdWinkler, Tomas2017-01-231-5/+28
* | | | Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-2116-227/+854
|\ \ \ \
| * | | | dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka2017-02-171-0/+55
| * | | | dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Mike Snitzer2017-02-171-53/+14
| * | | | dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka2017-02-161-0/+1
| * | | | dm space map metadata: constify dm_space_map structuresBhumika Goyal2017-02-161-2/+2
| * | | | dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()Mike Snitzer2017-02-161-7/+26
| * | | | dm persistent data: add cursor skip functions to the cursor APIsJoe Thornber2017-02-166-0/+70