summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-2/+4
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
* cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2019-12-031-0/+1
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-021-2/+6
|\
| * bpf: Avoid setting bpf insns pages read-only when prog is jitedDaniel Borkmann2019-12-011-2/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-0123-128/+334
|\ \
| * | mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder2019-12-011-2/+0
| * | mm: fix struct member name in function commentsHao Lee2019-12-011-1/+1
| * | hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()Wei Yang2019-12-011-2/+1
| * | hugetlbfs: convert macros to static inline, fix sparse warningMike Kravetz2019-12-011-22/+115
| * | hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2019-12-011-1/+1
| * | mm: support memblock alloc on the exact node for sparse_buffer_init()Yunfeng Ye2019-12-011-0/+3
| * | mm: vmscan: enforce inactive:active ratio at the reclaim rootJohannes Weiner2019-12-011-2/+2
| * | mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner2019-12-012-1/+6
| * | mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner2019-12-012-6/+11
| * | mm: clean up and clarify lruvec lookup procedureJohannes Weiner2019-12-012-19/+20
| * | include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPED macroHao Lee2019-12-011-1/+1
| * | mm, pcpu: make zone pcp updates and reset internal to the mmMel Gorman2019-12-011-3/+0
| * | mm/page_alloc: add alloc_contig_pages()Anshuman Khandual2019-12-011-0/+2
| * | kasan: support backing vmalloc space with real shadow memoryDaniel Axtens2019-12-013-1/+44
| * | include/linux/memory_hotplug.h: move definitions of {set,clear}_zone_contiguousBen Dooks (Codethink)2019-12-011-3/+3
| * | mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand2019-12-011-2/+2
| * | mm/memory_hotplug: remove __online_page_free() and __online_page_increment_co...David Hildenbrand2019-12-011-2/+0
| * | mm/memory_hotplug: export generic_online_page()David Hildenbrand2019-12-011-0/+1
| * | mm, soft-offline: convert parameter to pfnNaoya Horiguchi2019-12-011-1/+1
| * | mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom2019-12-011-0/+25
| * | mm: move the backup x_devmap() functions to asm-generic/pgtable.hThomas Hellstrom2019-12-012-15/+15
| * | asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDEDVineet Gupta2019-12-011-0/+11
| * | asm-generic/tlb: stub out pmd_free_tlb() if nopmdVineet Gupta2019-12-011-1/+1
| * | asm-generic/tlb: stub out p4d_free_tlb() if nop4d ...Vineet Gupta2019-12-013-4/+1
| * | asm-generic/tlb: stub out pud_free_tlb() if nopud ...Vineet Gupta2019-12-013-4/+1
| * | rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)2019-12-013-7/+35
| * | mm: emit tracepoint when RSS changesJoel Fernandes (Google)2019-12-012-3/+32
| * | mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt2019-12-011-8/+0
| * | include/linux/memcontrol.h: fix comments based on per-node memcgHao Lee2019-12-011-3/+2
| * | mm, memcg: clean up reclaim iter arrayYafang Shao2019-12-011-2/+1
| * | fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov2019-12-011-1/+5
| * | mm, slab: remove unused kmalloc_size()Pengfei Li2019-12-011-20/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-012-16/+15
|\ \ \
| * | | net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-281-1/+1
| * | | net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-11-281-1/+0
| * | | net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-11-281-14/+14
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-12-012-64/+1
|\ \ \ \
| * \ \ \ Merge branch 'ib-fwnode-gpiod-get-index' of https://git.kernel.org/pub/scm/li...Dmitry Torokhov2019-10-271-10/+44
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.4-rc5' into nextDmitry Torokhov2019-10-27702-8421/+17890
| |\ \ \ \ \
| * | | | | | Input: pixcir_i2c_ts - move definitions into a single fileFabio Estevam2019-10-091-64/+0
| * | | | | | Input: add input_get_poll_interval()Dmitry Torokhov2019-10-041-0/+1
* | | | | | | Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-012-8/+1
|\ \ \ \ \ \ \
| * | | | | | | libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams2019-11-191-2/+0