summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-0812-415/+324
|\
| * afs: Support the AFS dynamic rootDavid Howells2018-02-067-97/+276
| * afs: Rearrange afs_select_fileserver() a littleDavid Howells2018-02-061-22/+20
| * afs: Remove unused codeDavid Howells2018-02-061-235/+0
| * afs: Fix server list handlingDavid Howells2018-02-063-48/+11
| * afs: Need to clear responded flag in addr cursorDavid Howells2018-02-061-6/+2
| * afs: Fix missing cursor clearanceDavid Howells2018-02-062-9/+16
| * afs: Add missing afs_put_cell()David Howells2018-02-061-0/+1
* | Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-0816-70/+83
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel2018-01-17858-4067/+12085
| |\ \ \ \ \ \
| | | | | | * | iommu: Clean up of_iommu_init_fnRobin Murphy2018-01-178-32/+13
| | | | | | * | iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hookRobin Murphy2018-01-171-12/+2
| | | | | | * | iommu/msm: Claim bus ops on probeRobin Murphy2018-01-171-13/+3
| | | | | | * | iommu: Check the result of iommu_group_get() for NULLJordan Crouse2017-12-201-0/+5
| | | | | * | | iommu/vt-d: Enable 5-level paging mode in the PASID entrySohil Mehta2018-01-171-2/+13
| | | | | * | | iommu/vt-d: Add a check for 5-level paging supportSohil Mehta2018-01-172-0/+5
| | | | | * | | iommu/vt-d: Add a check for 1GB page supportSohil Mehta2018-01-172-0/+5
| | | | | * | | iommu/vt-d: Enable upto 57 bits of domain address widthSohil Mehta2018-01-171-1/+1
| | | | | * | | iommu/vt-d: Use domain instead of cache fetchingPeter Xu2018-01-171-2/+1
| | | | | * | | iommu/vt-d: clean up pr_irq if request_threaded_irq failsJerry Snitselaar2017-12-201-3/+6
| | | | | |/ /
| | | | * | | iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGary R Hook2017-12-202-5/+17
| | | | * | | iommu/amd - Record more information about unknown eventsGary R Hook2017-12-201-1/+3
| | | | |/ /
| | | * | | iommu/exynos: Don't unconditionally steal bus opsRobin Murphy2018-01-171-0/+7
| | * | | | iommu/omap: Fix debugfs_create_*() usageGeert Uytterhoeven2018-01-171-2/+2
| | |/ / /
| * | | | iommu/ipmmu-vmsa: Add r8a779(70|95) DT bindingsSimon Horman2017-12-201-0/+2
| * | | | iommu/ipmmu-vmsa: Add r8a7796 DT bindingMagnus Damm2017-12-201-0/+1
| | |/ / | |/| |
* | | | Merge branch 'pcmcia' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2018-02-083-7/+9
|\ \ \ \
| * | | | pcmcia: soc_common: Handle return value of clk_prepare_enableArvind Yadav2018-01-241-2/+6
| * | | | pcmcia: use proper printk format for resourceDominik Brodowski2018-01-241-1/+1
| * | | | pcmcia: remove mailing list, update MAINTAINERSDominik Brodowski2018-01-241-4/+2
* | | | | Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds2018-02-0890-1788/+3168
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-next-fixes-2018-02-07' of git://anongit.freedesktop.org/...Dave Airlie2018-02-0717-136/+193
| |\ \ \ \ \
| | * | | | | drm/i915/bios: add DP max link rate to VBT child device structJani Nikula2018-02-072-3/+7
| | * | | | | drm/i915/cnp: Properly handle VBT ddc pin out of bounds.Rodrigo Vivi2018-02-061-2/+3
| | * | | | | drm/i915/cnp: Ignore VBT request for know invalid DDC pin.Rodrigo Vivi2018-02-061-3/+8
| | * | | | | drm/i915/cmdparser: Do not check past the cmd length.Michal Srb2018-02-061-0/+6
| | * | | | | drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb2018-02-061-2/+2
| | * | | | | drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changingImre Deak2018-02-063-9/+25
| | * | | | | drm/i915/gvt: Use KVM r/w to access guest opregionTina Zhang2018-02-062-29/+70
| | * | | | | drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=onChangbin Du2018-02-064-59/+35
| | * | | | | drm/i915/gvt: only reset execlist state of one engine during VM engine resetWeinan Li2018-02-063-14/+20
| | * | | | | drm/i915/gvt: refine intel_vgpu_submission_ops as per engine opsWeinan Li2018-02-066-18/+20
| * | | | | | Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-02-077-28/+26
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | drm/amdgpu: re-enable CGCG on CZ and disable on STShirish S2018-02-061-1/+1
| | * | | | | drm/amdgpu: disable coarse grain clockgating for STShirish S2018-01-301-1/+0
| | * | | | | drm/radeon: adjust tested variableJulia Lawall2018-01-301-1/+1
| | * | | | | drm/amdgpu: remove WARN_ON when VM isn't found v2Christian König2018-01-301-1/+1
| | * | | | | drm/amdgpu: fix locking in vega10_ih_prescreen_ivChristian König2018-01-301-1/+3
| | * | | | | drm/amdgpu: fix another potential cause of VM faultsChristian König2018-01-301-20/+12
| | * | | | | drm/amdgpu: use queue 0 for kiq ringHuang Rui2018-01-301-2/+6