summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-05-16bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend
2019-05-16selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev
2019-05-16selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev
2019-05-16libbpf: don't fail when feature probing failsStanislav Fomichev
2019-05-15tcp: do not recycle cloned skbsEric Dumazet
2019-05-15enetc: Add missing link state info for ethtoolClaudiu Manoil
2019-05-15enetc: Allow to disable Tx SGClaudiu Manoil
2019-05-15enetc: Fix NULL dma address unmap for Tx BD extensionsClaudiu Manoil
2019-05-14nfp: flower: add rcu locks when accessing netdev for tunnelsPieter Jansen van Vuuren
2019-05-14ppp: deflate: Fix possible crash in deflate_initYueHaibing
2019-05-14net: macb: fix error format in dev_err()Luca Ceresoli
2019-05-14rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca
2019-05-14net/mlx4_core: Change the error print to info printYunjian Wang
2019-05-14NFC: Orphan the subsystemJohannes Berg
2019-05-14net: Always descend into dsa/Florian Fainelli
2019-05-14tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng
2019-05-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-05-14Add gitignore file for samples/vfs/ generated filesLinus Torvalds
2019-05-14Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-14Merge tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-14Merge branch 'lru-map-fix'Alexei Starovoitov
2019-05-14bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann
2019-05-14bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-14Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-14kernel/memremap.c: remove the unused device_private_entry_fault() exportChristoph Hellwig
2019-05-14mm: delete find_get_entries_tagMatthew Wilcox (Oracle)
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao
2019-05-14mm/vmscan: simplify trace_reclaim_flags and trace_shrink_flagsYafang Shao
2019-05-14mm/Kconfig: update "Memory Model" help textMike Rapoport
2019-05-14mm/vmscan.c: don't disable irq again when count pgrefill for memcgYafang Shao
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport
2019-05-14hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz
2019-05-14mm/z3fold.c: support page migrationVitaly Wool
2019-05-14mm/z3fold.c: add structure for buddy handlesVitaly Wool
2019-05-14mm/z3fold.c: improve compression by extending searchVitaly Wool
2019-05-14mm/z3fold.c: introduce helper functionsVitaly Wool
2019-05-14mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao
2019-05-14mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE KconfigJérôme Glisse
2019-05-14mm/vmscan.c: simplify shrink_inactive_list()Kirill Tkhai
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein
2019-05-14xen/privcmd-buf.c: convert to use vm_map_pages_zero()Souptick Joarder
2019-05-14xen/gntdev.c: convert to use vm_map_pages()Souptick Joarder