aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAge
* Initial attempt to "connect the wires"Nathan O2019-12-09
* mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner2019-11-06
* mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman2019-11-06
* mm, hugetlb: allow hugepage allocations to reclaim as neededDavid Rientjes2019-10-14
* mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai2019-10-07
* Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2019-09-28
|\
| * mm, page_alloc: avoid expensive reclaim when compaction may not succeedDavid Rientjes2019-09-28
* | mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi2019-09-24
* | mm: thp: extract split_queue_* into a structYang Shi2019-09-24
* | mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka2019-09-24
* | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-24
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-21
|\ \
| * | memremap: remove the dev field in struct dev_pagemapChristoph Hellwig2019-08-20
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-16
|\ \ \ | |_|/ |/| |
| * | sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming2019-09-03
| |/
* / mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes2019-08-24
|/
* mm/sparsemem: support sub-section hotplugDan Williams2019-07-18
* mm: kill is_dev_zone() helperDan Williams2019-07-18
* mm/sparsemem: add helpers track active portions of a section at bootDan Williams2019-07-18
* mm/sparsemem: introduce struct mem_section_usageDan Williams2019-07-18
* mm/vmscan.c: add a new member reclaim_state in struct shrink_controlYafang Shao2019-07-16
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-14
|\
| * mm: simplify ZONE_DEVICE page private dataChristoph Hellwig2019-07-02
| * memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-02
* | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-12
* | mm/large system hash: clear hashdist when only one node with memory is bootedNicholas Piggin2019-07-12
* | mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdistNicholas Piggin2019-07-12
* | mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka2019-07-12
* | mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka2019-07-12
* | mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka2019-07-12
* | mm: remove the exporting of totalram_pagesDenis Efremov2019-07-12
* | mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross2019-07-04
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* mm: maintain randomization of page free listsDan Williams2019-05-14
* mm: move buddy list manipulations into helpersDan Williams2019-05-14
* mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-14
* mm: update references to page _refcountBaruch Siach2019-05-14
* mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-14
* mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao2019-05-14
* mm, memory_hotplug: cleanup memory offline pathMichal Hocko2019-05-14
* mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsAlexander Duyck2019-05-14
* mm: implement new zone specific memblock iteratorAlexander Duyck2019-05-14
* mm: drop meminit_pfn_in_nid as it is redundantAlexander Duyck2019-05-14
* mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang2019-05-14
* hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-14
* mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-14
* mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka2019-05-14
* mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe2019-04-30
* mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin2019-04-26
* mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin2019-04-26