summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-122-8/+1
* mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin2019-07-121-0/+2
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-0/+24
* mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-121-2/+1
* asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2019-07-121-4/+103
* mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2019-07-121-18/+0
* mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long2019-07-121-0/+4
* mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin2019-07-121-1/+1
* mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin2019-07-121-1/+2
* mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin2019-07-121-0/+10
* mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin2019-07-121-3/+3
* mm, memcg: introduce memory.events.localShakeel Butt2019-07-121-1/+6
* mm, swap: use rbtree for swap_extentAaron Lu2019-07-121-3/+2
* mm, swap: fix race between swapoff and some swap operationsHuang Ying2019-07-121-3/+10
* mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig2019-07-121-2/+1
* mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka2019-07-123-10/+7
* mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka2019-07-121-4/+11
* include/linux/pagemap.h: document trylock_page() return valueAndrew Morton2019-07-121-0/+3
* include/linux/vmpressure.h: use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-121-1/+1
* mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu2019-07-121-1/+1
* include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_infoAlexey Dobriyan2019-07-121-0/+2
* mm: make !CONFIG_HUGE_PAGE wrappers into static inlinesJason Gunthorpe2019-07-121-16/+86
* include/linux/pfn_t.h: remove pfn_t_to_virt()Andrew Morton2019-07-121-7/+0
* mm/kasan: add object validation in ksize()Marco Elver2019-07-121-2/+5
* mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-121-0/+1
* mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver2019-07-121-10/+20
* mm/kasan: introduce __kasan_check_{read,write}Marco Elver2019-07-121-3/+22
* asm-generic, x86: add bitops instrumentation for KASANMarco Elver2019-07-121-0/+263
* include/linux/dmar.h: replace single-char identifiers in macrosQian Cai2019-07-121-6/+8
* nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada2019-07-121-12/+12
* mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V2019-07-121-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-11160-2762/+3940
|\
| * pkt_sched: Include const.hDavid Ahern2019-07-091-0/+1
| * netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-093-0/+92
| * net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-092-35/+35
| * net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-091-0/+3
| * net: sched: remove tcf block APIPablo Neira Ayuso2019-07-091-69/+0
| * drivers: net: use flow block APIPablo Neira Ayuso2019-07-092-4/+1
| * net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso2019-07-091-0/+4
| * net: flow_offload: add list handling functionsPablo Neira Ayuso2019-07-091-0/+19
| * net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso2019-07-091-0/+14
| * net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-092-5/+4
| * net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-092-3/+2
| * net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-092-17/+30
| * net/sched: cls_flower: Add matching on conntrack infoPaul Blakey2019-07-091-0/+16
| * net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-092-0/+25
| * net/sched: Introduce action ctPaul Blakey2019-07-094-0/+110
| * devlink: Introduce PCI VF port flavour and port attributeParav Pandit2019-07-092-0/+16
| * devlink: Introduce PCI PF port flavour and port attributeParav Pandit2019-07-092-0/+13
| * devlink: Refactor physical port attributesParav Pandit2019-07-091-2/+11