Age | Commit message (Expand) | Author | Files | Lines |
2020-06-03 | mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention |  Wei Yang | 1 | -4/+3 |
2019-10-19 | mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfo |  Qian Cai | 1 | -2/+3 |
2019-10-14 | mm, page_owner: rename flag indicating that page is allocated |  Vlastimil Babka | 1 | -6/+6 |
2019-10-14 | mm, page_owner: decouple freeing stack trace from debug_pagealloc |  Vlastimil Babka | 1 | -21/+7 |
2019-10-14 | mm, page_owner: fix off-by-one error in __set_page_owner_handle() |  Vlastimil Babka | 1 | -8/+7 |
2019-09-24 | mm, page_owner, debug_pagealloc: save and dump freeing stack trace |  Vlastimil Babka | 1 | -13/+40 |
2019-09-24 | mm, page_owner: keep owner info when freeing the page |  Vlastimil Babka | 1 | -10/+24 |
2019-09-24 | mm, page_owner: record page owner for each subpage |  Vlastimil Babka | 1 | -12/+28 |
2019-04-29 | mm/page_owner: Simplify stack trace handling |  Thomas Gleixner | 1 | -51/+28 |
2019-04-14 | mm/page_owner: Remove the ULONG_MAX stack trace hackery |  Thomas Gleixner | 1 | -3/+0 |
2019-03-05 | mm: no need to check return value of debugfs_create functions |  Greg Kroah-Hartman | 1 | -5/+3 |
2018-12-28 | mm/page_owner: clamp read count to PAGE_SIZE |  Miles Chen | 1 | -0/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h |  Mike Rapoport | 1 | -1/+1 |
2018-06-15 | mm: use octal not symbolic permissions |  Joe Perches | 1 | -2/+2 |
2018-04-05 | mm/page_owner.c: make early_page_owner_param() __init |  Dou Liyang | 1 | -1/+1 |
2018-03-28 | mm/page_owner: fix recursion bug after changing skip entries |  Maninder Singh | 1 | -3/+3 |
2018-01-31 | mm/page_owner.c: clean up init_pages_in_zone() |  Oscar Salvador | 1 | -9/+7 |
2018-01-31 | mm/page_owner.c: use PTR_ERR_OR_ZERO() |  Vasyl Gomonovych | 1 | -3/+1 |
2018-01-19 | mm/page_owner.c: remove drain_all_pages from init_early_allocated_pages |  Oscar Salvador | 1 | -1/+0 |
2017-11-15 | mm/page_owner.c: reduce page_owner structure size |  Ayush Mittal | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-13 | mm, page_owner: skip unnecessary stack_trace entries |  Prakash Gupta | 1 | -1/+1 |
2017-09-06 | mm, page_owner: don't grab zone->lock for init_pages_in_zone() |  Vlastimil Babka | 1 | -6/+10 |
2017-09-06 | mm, page_owner: make init_pages_in_zone() faster |  Vlastimil Babka | 1 | -20/+32 |
2017-07-10 | mm: avoid taking zone lock in pagetypeinfo_showmixed() |  Vinayak Menon | 1 | -1/+5 |
2016-10-07 | mm/page_owner: don't define fields on struct page_ext by hard-coding |  Joonsoo Kim | 1 | -25/+58 |
2016-10-07 | mm/page_owner: move page_owner specific function to page_owner.c |  Joonsoo Kim | 1 | -0/+77 |
2016-07-26 | mm/page_owner: use stackdepot to store stacktrace |  Joonsoo Kim | 1 | -19/+123 |
2016-07-26 | mm/page_owner: introduce split_page_owner and replace manual handling |  Joonsoo Kim | 1 | -7/+7 |
2016-07-26 | mm/page_owner: copy last_migrate_reason in copy_page_owner() |  Joonsoo Kim | 1 | -0/+1 |
2016-06-24 | mm/page_owner: avoid null pointer dereference |  Sudip Mukherjee | 1 | -2/+4 |
2016-06-03 | mm: check the return value of lookup_page_ext for all call sites |  Yang Shi | 1 | -0/+26 |
2016-05-19 | mm, page_alloc: inline pageblock lookup in page free fast paths |  Mel Gorman | 1 | -1/+1 |
2016-05-19 | mm/page_owner: add zone range overlapping check |  Joonsoo Kim | 1 | -0/+3 |
2016-03-17 | mm: coalesce split strings |  Joe Perches | 1 | -3/+2 |
2016-03-15 | mm, page_owner: dump page owner info from dump_page() |  Vlastimil Babka | 1 | -0/+25 |
2016-03-15 | mm, page_owner: track and print last migrate reason |  Vlastimil Babka | 1 | -0/+17 |
2016-03-15 | mm, page_owner: copy page owner info during migration |  Vlastimil Babka | 1 | -0/+25 |
2016-03-15 | mm, page_owner: convert page_owner_inited to static key |  Vlastimil Babka | 1 | -4/+5 |
2016-03-15 | mm, page_owner: print migratetype of page and pageblock, symbolic flags |  Vlastimil Babka | 1 | -17/+7 |
2015-07-17 | mm/page_owner: set correct gfp_mask on page_owner |  Joonsoo Kim | 1 | -0/+7 |
2015-06-16 | mm/page_owner.c: use late_initcall to hook in enabling |  Paul Gortmaker | 1 | -1/+1 |
2015-02-11 | mm/page_owner.c: remove unnecessary stack_trace field |  Sergei Rogachev | 1 | -12/+14 |
2014-12-13 | mm/page_owner: correct owner information for early allocated pages |  Joonsoo Kim | 1 | -2/+91 |
2014-12-13 | mm/page_owner: keep track of page owners |  Joonsoo Kim | 1 | -0/+222 |