aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-23bpftool: Adjust to new print_bpf_insn interfaceJiri Olsa1-6/+6
2018-03-23bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa3-47/+54
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher168-0/+168
2018-03-23bridge: Allow max MTU when multiple VLANs presentChas Williams4-7/+25
2018-03-23virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUSJay Vosburgh1-1/+1
2018-03-23devlink: Remove top_hierarchy arg for DEVLINK disabled pathDavid Ahern1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller636-4191/+6274
2018-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-79/+153
2018-03-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds8-49/+57
2018-03-22Merge tag 'drm-fixes-for-v4.16-rc7' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds29-84/+176
2018-03-22mm, thp: do not cause memcg oom for thpDavid Rientjes2-4/+9
2018-03-22mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin1-15/+16
2018-03-22Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek3-39/+1
2018-03-22mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov1-11/+20
2018-03-22mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov1-1/+3
2018-03-22mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov1-1/+6
2018-03-22x86/mm: implement free pmd/pte page interfacesToshi Kani1-2/+26
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani4-2/+48
2018-03-22h8300: remove extraneous __BIG_ENDIAN definitionArnd Bergmann1-1/+0
2018-03-22hugetlbfs: check for pgoff value overflowMike Kravetz2-3/+21
2018-03-22lockdep: fix fs_reclaim warningTetsuo Handa1-1/+1
2018-03-22MAINTAINERS: update Mark Fasheh's e-mailMark Fasheh1-1/+1
2018-03-22mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-03-23drm/ast: Fixed 1280x800 Display IssueY.C. Chen1-2/+2
2018-03-22Merge tag 'acpi-4.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-48/+6
2018-03-22Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2018-03-22Merge branch 'acpi-wdat'Rafael J. Wysocki2-3/+3
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds211-1152/+2086
2018-03-22Merge tag 'mmc-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds7-9/+46
2018-03-23Merge tag 'drm-misc-fixes-2018-03-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie5-8/+22
2018-03-23Merge tag 'drm-intel-fixes-2018-03-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie2-7/+4
2018-03-23Merge branch 'vmwgfx-fixes-4.16' of git://people.freedesktop.org/~thomash/linux into drm-fixesDave Airlie6-17/+59
2018-03-23Merge tag 'imx-drm-fixes-2018-03-22' of git://git.pengutronix.de/git/pza/linux into drm-fixesDave Airlie3-7/+20
2018-03-22Merge branch 'hns3-VF-reset'David S. Miller11-71/+534
2018-03-22net: hns3: Changes required in PF mailbox to support VF resetSalil Mehta3-1/+44
2018-03-22net: hns3: Add *Asserting Reset* mailbox message & handling in VFSalil Mehta2-0/+13
2018-03-22net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta5-14/+111
2018-03-22net: hns3: Add support to re-initialize the hclge deviceSalil Mehta2-14/+106
2018-03-22net: hns3: Add support to reset the enet/ring mgmt layerSalil Mehta2-4/+102
2018-03-22net: hns3: Add support to request VF Reset to PFSalil Mehta1-0/+19
2018-03-22net: hns3: Add VF Reset device state and its handlingSalil Mehta3-5/+68
2018-03-22net: hns3: Add VF Reset Service Task to support event handlingSalil Mehta2-0/+35
2018-03-22net: hns3: Changes to make enet watchdog timeout func common for PF/VFSalil Mehta5-43/+46
2018-03-22Merge branch 'Rework-ip_ra_chain-protection'David S. Miller7-30/+38
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai3-9/+8
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai4-18/+16
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai3-5/+9
2018-03-22net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai1-3/+2
2018-03-22net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai1-2/+10
2018-03-22liquidio: Added support for trusted VFIntiyaz Basha3-0/+125