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