aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds39-215/+342
2021-06-29Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-6/+6
2021-06-29Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-6/+215
2021-06-29Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+4
2021-06-29Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+10
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-39/+49
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds3-2/+43
2021-06-29Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-10/+51
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-0/+5
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman1-1/+19
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport1-2/+2
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport4-9/+9
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-2/+2
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport2-36/+9
2021-06-29mm: drop SECTION_SHIFT in code commentsDong Aisheng1-2/+0
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman1-0/+3
2021-06-29mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman1-0/+1
2021-06-29mm/page_alloc: scale the number of pages that are batch freedMel Gorman1-1/+2
2021-06-29mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman1-1/+1
2021-06-29mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman1-3/+0
2021-06-29mm/page_alloc: batch the accounting updates in the bulk allocatorMel Gorman1-0/+8
2021-06-29mm/vmstat: inline NUMA event counter updatesMel Gorman1-1/+9
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2-27/+29
2021-06-29mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman1-0/+2
2021-06-29mm/page_alloc: split per cpu page lists and zone statsMel Gorman2-12/+14
2021-06-29mm: optimise nth_page for contiguous memmapMatthew Wilcox (Oracle)1-0/+4
2021-06-29mm: constify page_count and page_ref_countMatthew Wilcox (Oracle)1-2/+2
2021-06-29mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetypeMatthew Wilcox (Oracle)1-1/+1
2021-06-29mm: make compound_head const-preservingMatthew Wilcox (Oracle)1-5/+5
2021-06-29mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle)1-3/+3
2021-06-29mm: make __dump_page staticMatthew Wilcox (Oracle)1-2/+1
2021-06-29mm/mmzone.h: simplify is_highmem_idx()Mike Rapoport1-12/+1
2021-06-29mm: report which part of mem is being freed on initmem caseJungseung Lee1-1/+1
2021-06-29kasan: use MAX_PTRS_PER_* for early shadow tablesDaniel Axtens1-3/+3
2021-06-29mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens2-1/+22
2021-06-29kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL()David Gow1-1/+0
2021-06-29printk: introduce dump_stack_lvl()Alexander Potapenko1-0/+5
2021-06-29mm/page_alloc: add an alloc_pages_bulk_array_node() helperUladzislau Rezki (Sony)1-0/+9
2021-06-29mm, tracing: unify PFN format stringsVincent Whitchurch6-14/+14
2021-06-29mm: add vma_lookup(), update find_vma_intersection() commentsLiam Howlett1-4/+32
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand1-0/+2
2021-06-29mm: memcontrol: remove trailing semicolon in macrosHuilong Deng1-1/+1
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg1-0/+6
2021-06-29memcontrol: use flexible-array memberwenhuizhang1-2/+1
2021-06-29mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvecMuchun Song1-4/+4
2021-06-29mm: memcontrol: simplify lruvec_holds_page_lru_lockMuchun Song1-24/+7
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song1-5/+5
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long1-9/+33
2021-06-29mm: free idle swap cache page after COWHuang Ying1-0/+5
2021-06-29swap: fix do_swap_page() race with swapoffMiaohe Lin1-0/+9