aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-2/+0
2020-06-03mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner1-0/+4
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-3/+2
2020-06-03mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner1-1/+1
2020-06-03mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner1-36/+0
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-3/+1
2020-06-03mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner1-2/+3
2020-06-03mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner1-0/+10
2020-06-03mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner1-4/+2
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-14/+8
2020-06-03mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim1-0/+1
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)1-2/+2
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-0/+5
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-0/+9
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-1/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-0/+1
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan1-0/+3
2020-06-03padata: add basic support for multithreaded jobsDaniel Jordan1-0/+29
2020-06-03padata: allocate work structures for parallel jobs from a poolDaniel Jordan1-7/+1
2020-06-03padata: initialize earlierDaniel Jordan1-0/+6
2020-06-03mm: initialize deferred pages with interrupts enabledPavel Tatashin1-0/+2
2020-06-03mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual1-1/+1
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang1-1/+1
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2-10/+11
2020-06-03mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He1-4/+0
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-6/+3
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-0/+1
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-4/+3
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport3-16/+6
2020-06-03mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2-11/+2
2020-06-03mm: clarify __GFP_MEMALLOC usageMichal Hocko1-0/+5
2020-06-03string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens1-12/+48
2020-06-03mm/gup: introduce pin_user_pages_fast_only()John Hubbard1-0/+2
2020-06-03mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard1-0/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds69-471/+1610
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+21
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-17/+70
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds2-39/+31
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds2-3/+7
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds4-2/+30
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-36/+62
2020-06-03RDMA/mlx5: Return ECE DC supportLeon Romanovsky1-2/+3
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-25/+10
2020-06-03gpio: add a reusable generic gpio_chip using regmapMichael Walle1-0/+86
2020-06-03gpiolib: Introduce gpiochip_irqchip_add_domain()Michael Walle1-0/+3
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-2/+12