aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-06MAINTAINERS: update orangefs list and add myself as reviewerMartin Brandenburg1-1/+2
2018-02-06blk-wbt: account flush requests correctlyJens Axboe1-1/+9
2018-02-06Merge tag 'nfs-rdma-for-4.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust2-5/+5
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar9071-252498/+388771
2018-02-06IDR test suite: Check handling negative end correctlyMatthew Wilcox1-0/+1
2018-02-06idr test suite: Fix ida_test_random()Matthew Wilcox1-2/+2
2018-02-06radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox1-2/+0
2018-02-06drm/i915/cnp: Properly handle VBT ddc pin out of bounds.Rodrigo Vivi1-2/+3
2018-02-06drm/i915/cnp: Ignore VBT request for know invalid DDC pin.Rodrigo Vivi1-3/+8
2018-02-06drm/i915/cmdparser: Do not check past the cmd length.Michal Srb1-0/+6
2018-02-06drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb1-2/+2
2018-02-06drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changingImre Deak3-9/+25
2018-02-06drm/i915/gvt: Use KVM r/w to access guest opregionTina Zhang2-29/+70
2018-02-06drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=onChangbin Du4-59/+35
2018-02-06drm/i915/gvt: only reset execlist state of one engine during VM engine resetWeinan Li3-14/+20
2018-02-06drm/i915/gvt: refine intel_vgpu_submission_ops as per engine opsWeinan Li6-18/+20
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds953-14000/+21688
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds55-642/+917
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds52-525/+1120
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds248-3753/+4500
2018-02-06x86: PM: Make APM idle driver initialize polling stateRafael J. Wysocki1-0/+1
2018-02-06ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530Kai Heng Feng1-7/+31
2018-02-06Merge branch 'be2net-patch-set'David S. Miller4-49/+73
2018-02-06be2net: Handle transmit completion errors in LancerSuresh Reddy4-48/+69
2018-02-06be2net: Fix HW stall issue in LancerSuresh Reddy1-1/+4
2018-02-06RDS: IB: Fix null pointer issueGuanglei Li1-1/+2
2018-02-06nfp: fix kdoc warnings on nested structuresJakub Kicinski5-49/+55
2018-02-06Merge branch 'net-erspan-fixes'David S. Miller5-61/+39
2018-02-06sample/bpf: fix erspan metadataWilliam Tu2-27/+18
2018-02-06net: erspan: fix erspan config overwriteWilliam Tu2-18/+0
2018-02-06net: erspan: fix metadata extractionWilliam Tu3-16/+21
2018-02-06cls_u32: fix use after free in u32_destroy_key()Paolo Abeni1-10/+11
2018-02-06net: amd-xgbe: fix comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2018-02-06net: phy: Handle not having GPIO enabled in the kernelAndrew Lunn1-1/+2
2018-02-06MIPS: Malta: Sanitize mouse and keyboard configuration.Ralf Baechle9-12/+11
2018-02-06MIPS: Update defconfigs after previous patch.Ralf Baechle7-7/+0
2018-02-06MIPS: Push ARCH_MIGHT_HAVE_PC_SERIO down to platform levelRalf Baechle1-1/+5
2018-02-06MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform levelRalf Baechle1-1/+3
2018-02-06platform/x86: mlx-platform: Fix an ERR_PTR vs NULL issueDan Carpenter1-2/+2
2018-02-06pvcalls-back: do not return error on inet_accept EAGAINStefano Stabellini1-1/+1
2018-02-06afs: Support the AFS dynamic rootDavid Howells7-97/+276
2018-02-06afs: Rearrange afs_select_fileserver() a littleDavid Howells1-22/+20
2018-02-06afs: Remove unused codeDavid Howells1-235/+0
2018-02-06afs: Fix server list handlingDavid Howells3-48/+11
2018-02-06afs: Need to clear responded flag in addr cursorDavid Howells1-6/+2
2018-02-06afs: Fix missing cursor clearanceDavid Howells2-9/+16
2018-02-06afs: Add missing afs_put_cell()David Howells1-0/+1
2018-02-06Merge branch 'bpf-sockmap-fixes'Daniel Borkmann4-77/+179
2018-02-06bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend1-5/+14
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend2-67/+103