| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/compaction: fix a typo in comment "pessemistic"->"pessimistic" | Ethon Paul | 2020-06-04 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-03 | 1 | -34/+36 |
|\ |
|
| * | mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention | Wei Yang | 2020-06-03 | 1 | -1/+1 |
| * | mm/page_alloc: integrate classzone_idx and high_zoneidx | Joonsoo Kim | 2020-06-03 | 1 | -32/+32 |
| * | mm: memmap_init: iterate over memblock regions rather that check each PFN | Baoquan He | 2020-06-03 | 1 | -1/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-06-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 2020-04-27 | 1 | -1/+1 |
* | | mm/swap: Use local_lock for protection | Ingo Molnar | 2020-05-28 | 1 | -5/+1 |
|/ |
|
* | mm/compaction: add missing annotation for compact_lock_irqsave | Jules Irenge | 2020-04-07 | 1 | -0/+1 |
* | mm: code cleanup for MADV_FREE | Huang Ying | 2020-04-07 | 1 | -1/+1 |
* | mm/compaction.c: clean code by removing unnecessary assignment | Mateusz Nosek | 2020-04-02 | 1 | -1/+0 |
* | mm/compaction: Disable compact_unevictable_allowed on RT | Sebastian Andrzej Siewior | 2020-04-02 | 1 | -0/+4 |
* | mm, compaction: fully assume capture is not NULL in compact_zone_order() | Vlastimil Babka | 2020-04-02 | 1 | -2/+2 |
* | mm,thp,compaction,cma: allow THP migration for CMA allocations | Rik van Riel | 2020-04-02 | 1 | -9/+13 |
* | mm, compaction: fix wrong pfn handling in __reset_isolation_pfn() | Vlastimil Babka | 2019-10-14 | 1 | -3/+4 |
* | mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages() | Pengfei Li | 2019-09-24 | 1 | -7/+6 |
* | mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zone | Yafang Shao | 2019-09-24 | 1 | -22/+13 |
* | mm: introduce compound_nr() | Matthew Wilcox (Oracle) | 2019-09-24 | 1 | -1/+1 |
* | mm: compaction: avoid 100% CPU usage during compaction when a task is killed | Mel Gorman | 2019-08-03 | 1 | -4/+7 |
* | mm, compaction: make sure we isolate a valid PFN | Suzuki K Poulose | 2019-06-01 | 1 | -1/+1 |
* | mm/compaction.c: correct zone boundary handling when isolating pages from a p... | Mel Gorman | 2019-05-18 | 1 | -2/+2 |
* | mm: move buddy list manipulations into helpers | Dan Williams | 2019-05-14 | 1 | -2/+2 |
* | mm/compaction.c: fix an undefined behaviour | Qian Cai | 2019-05-14 | 1 | -1/+3 |
* | mm/compaction.c: abort search if isolation fails | Qian Cai | 2019-04-04 | 1 | -1/+1 |
* | mm/compaction.c: correct zone boundary handling when resetting pageblock skip... | Mel Gorman | 2019-04-04 | 1 | -10/+17 |
* | mm/compaction: pass pgdat to too_many_isolated() instead of zone | Andrey Ryabinin | 2019-03-05 | 1 | -10/+9 |
* | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 2019-03-05 | 1 | -7/+8 |
* | mm, compaction: capture a page under direct compaction | Mel Gorman | 2019-03-05 | 1 | -7/+24 |
* | mm, compaction: be selective about what pageblocks to clear skip hints | Mel Gorman | 2019-03-05 | 1 | -18/+106 |
* | mm, compaction: sample pageblocks for free pages | Mel Gorman | 2019-03-05 | 1 | -6/+22 |
* | mm, compaction: round-robin the order while searching the free lists for a ta... | Mel Gorman | 2019-03-05 | 1 | -3/+30 |
* | mm, compaction: reduce premature advancement of the migration target scanner | Mel Gorman | 2019-03-05 | 1 | -17/+10 |
* | mm, compaction: do not consider a need to reschedule as contention | Mel Gorman | 2019-03-05 | 1 | -19/+4 |
* | mm, compaction: rework compact_should_abort as compact_check_resched | Mel Gorman | 2019-03-05 | 1 | -38/+23 |
* | mm, compaction: keep cached migration PFNs synced for unusable pageblocks | Mel Gorman | 2019-03-05 | 1 | -0/+18 |
* | mm, compaction: check early for huge pages encountered by the migration scanner | Mel Gorman | 2019-03-05 | 1 | -4/+12 |
* | mm, compaction: finish pageblock scanning on contention | Mel Gorman | 2019-03-05 | 1 | -56/+34 |
* | mm, compaction: avoid rescanning the same pageblock multiple times | Mel Gorman | 2019-03-05 | 1 | -6/+26 |
* | mm, compaction: use free lists to quickly locate a migration target | Mel Gorman | 2019-03-05 | 1 | -5/+213 |
* | mm, compaction: keep migration source private to a single compaction instance | Mel Gorman | 2019-03-05 | 1 | -25/+99 |
* | mm, compaction: use free lists to quickly locate a migration source | Mel Gorman | 2019-03-05 | 1 | -3/+175 |
* | mm, compaction: always finish scanning of a full pageblock | Mel Gorman | 2019-03-05 | 1 | -11/+8 |
* | mm, compaction: rename map_pages to split_map_pages | Mel Gorman | 2019-03-05 | 1 | -3/+3 |
* | mm, compaction: remove unnecessary zone parameter in some instances | Mel Gorman | 2019-03-05 | 1 | -28/+26 |
* | mm, compaction: remove last_migrated_pfn from compact_control | Mel Gorman | 2019-03-05 | 1 | -16/+9 |
* | mm: remove sysctl_extfrag_handler() | Matthew Wilcox | 2019-03-05 | 1 | -8/+0 |
* | mm: move zone watermark accesses behind an accessor | Mel Gorman | 2018-12-28 | 1 | -1/+1 |
* | psi: pressure stall information for CPU, memory, and IO | Johannes Weiner | 2018-10-26 | 1 | -0/+5 |
* | mm: use octal not symbolic permissions | Joe Perches | 2018-06-15 | 1 | -1/+1 |
* | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" | Joonsoo Kim | 2018-05-24 | 1 | -1/+3 |