aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-30/+16
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner1-14/+7
2020-06-03mm: initialize deferred pages with interrupts enabledPavel Tatashin1-0/+2
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim1-6/+6
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-1/+1
2020-06-03mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport1-9/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-14/+13
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-1/+0
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-12/+11
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig1-0/+2
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig1-2/+0
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2020-04-07mm: remove dummy struct bootmem_data/bootmem_data_tWaiman Long1-1/+0
2020-04-07mm/sparse.c: only use subsection map in VMEMMAP caseBaoquan He1-0/+2
2020-04-07mm: use zone and order instead of free area in free_list manipulatorsAlexander Duyck1-32/+0
2020-04-07mm: adjust shuffle code to allow for future coalescingAlexander Duyck1-12/+0
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-2/+2
2020-04-02mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard1-0/+2
2020-02-20mm/memremap_pages: Introduce memremap_compat_align()Dan Williams1-0/+1
2020-02-04mm: factor out next_present_section_nr()David Hildenbrand1-0/+10
2020-01-31mm: fix comments related to node reclaimHao Lee1-1/+1
2020-01-13mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin1-3/+2
2019-12-01mm: fix struct member name in function commentsHao Lee1-1/+1
2019-12-01mm: vmscan: enforce inactive:active ratio at the reclaim rootJohannes Weiner1-2/+2
2019-12-01mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner1-3/+8
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner1-7/+8
2019-12-01include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPED macroHao Lee1-1/+1
2019-10-14mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'Nicolas Saenz Julienne1-19/+26
2019-09-24mm: thp: extract split_queue_* into a structYang Shi1-3/+9
2019-09-24mm,thp: stats for file backed THPSong Liu1-0/+2
2019-08-30mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin1-2/+3
2019-07-18libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams1-0/+3
2019-07-18mm: kill is_dev_zone() helperDan Williams1-12/+0
2019-07-18mm/sparsemem: add helpers track active portions of a section at bootDan Williams1-1/+32
2019-07-18mm/sparsemem: introduce a SECTION_IS_EARLY flagDan Williams1-1/+7
2019-07-18mm/sparsemem: introduce struct mem_section_usageDan Williams1-3/+25
2019-07-18mm: section numbers use the type "unsigned long"David Hildenbrand1-2/+2
2019-05-14mm: maintain randomization of page free listsDan Williams1-0/+12
2019-05-14mm: move buddy list manipulations into helpersDan Williams1-0/+46
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams1-0/+1
2019-05-14mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() APIJohannes Weiner1-5/+0
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-4/+0
2019-03-05mm: fix some typos in mm directoryWei Yang1-1/+1
2019-03-05mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman1-0/+2
2019-01-08mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman1-0/+6
2018-12-28mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang1-2/+2
2018-12-28mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang1-2/+1
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang1-2/+0