summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-01Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2019-12-01Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2019-12-01Merge tag 'backlight-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-12-01Merge tag 'leds-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds
2019-12-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-01mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder
2019-12-01mm: fix struct member name in function commentsHao Lee
2019-12-01hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()Wei Yang
2019-12-01hugetlbfs: convert macros to static inline, fix sparse warningMike Kravetz
2019-12-01hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz
2019-12-01mm: support memblock alloc on the exact node for sparse_buffer_init()Yunfeng Ye
2019-12-01mm: vmscan: enforce inactive:active ratio at the reclaim rootJohannes Weiner
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner
2019-12-01mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner
2019-12-01include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPED macroHao Lee
2019-12-01mm, pcpu: make zone pcp updates and reset internal to the mmMel Gorman
2019-12-01mm/page_alloc: add alloc_contig_pages()Anshuman Khandual
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens
2019-12-01include/linux/memory_hotplug.h: move definitions of {set,clear}_zone_contiguousBen Dooks (Codethink)
2019-12-01mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand
2019-12-01mm/memory_hotplug: remove __online_page_free() and __online_page_increment_co...David Hildenbrand
2019-12-01mm/memory_hotplug: export generic_online_page()David Hildenbrand
2019-12-01mm, soft-offline: convert parameter to pfnNaoya Horiguchi
2019-12-01bpf: Avoid setting bpf insns pages read-only when prog is jitedDaniel Borkmann
2019-12-01mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom
2019-12-01mm: move the backup x_devmap() functions to asm-generic/pgtable.hThomas Hellstrom
2019-12-01asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDEDVineet Gupta
2019-12-01asm-generic/tlb: stub out pmd_free_tlb() if nopmdVineet Gupta
2019-12-01asm-generic/tlb: stub out p4d_free_tlb() if nop4d ...Vineet Gupta
2019-12-01asm-generic/tlb: stub out pud_free_tlb() if nopud ...Vineet Gupta
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)
2019-12-01mm: emit tracepoint when RSS changesJoel Fernandes (Google)
2019-12-01mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt
2019-12-01include/linux/memcontrol.h: fix comments based on per-node memcgHao Lee
2019-12-01mm, memcg: clean up reclaim iter arrayYafang Shao