| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-05-26 | 1 | -2/+2 |
|\ |
|
| * | mm/page_owner.c: add missing __initdata attribute | Fanjun Kong | 2022-05-19 | 1 | -1/+1 |
| * | mm/page_owner: use strscpy() instead of strlcpy() | Eric Dumazet | 2022-05-13 | 1 | -1/+1 |
* | | lib/stackdepot: allow requesting early initialization dynamically | Vlastimil Babka | 2022-04-06 | 1 | -3/+6 |
|/ |
|
* | mm/page_owner.c: record tgid | Yixuan Cao | 2022-03-24 | 1 | -6/+9 |
* | mm/page_owner: record task command name | Waiman Long | 2022-03-24 | 1 | -4/+10 |
* | mm/page_owner: print memcg information | Waiman Long | 2022-03-24 | 1 | -0/+42 |
* | mm/page_owner: use scnprintf() to avoid excessive buffer overrun check | Waiman Long | 2022-03-24 | 1 | -11/+3 |
* | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() | Vlastimil Babka | 2022-01-22 | 1 | -0/+2 |
* | mm: make some vars and functions static or __init | Ting Liu | 2022-01-15 | 1 | -2/+2 |
* | mm/page_owner.c: modify the type of argument "order" in some functions | Yixuan Cao | 2021-11-11 | 1 | -3/+3 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-09 | 1 | -13/+5 |
|\ |
|
| * | lib, stackdepot: add helper to print stack entries into buffer | Imran Khan | 2021-11-09 | 1 | -4/+1 |
| * | lib, stackdepot: add helper to print stack entries | Imran Khan | 2021-11-09 | 1 | -9/+4 |
* | | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-11-02 | 1 | -2/+2 |
|\ \ |
|
| * | | vsprintf: Make %pGp print the hex value | Matthew Wilcox (Oracle) | 2021-10-27 | 1 | -2/+2 |
| |/ |
|
* / | mm/migrate: Add folio_migrate_flags() | Matthew Wilcox (Oracle) | 2021-10-18 | 1 | -5/+5 |
|/ |
|
* | mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE | Mike Rapoport | 2021-09-08 | 1 | -13/+1 |
* | mm/page_owner: constify dump_page_owner | Matthew Wilcox (Oracle) | 2021-06-29 | 1 | -1/+1 |
* | mm: fix typos in comments | Ingo Molnar | 2021-05-07 | 1 | -1/+1 |
* | mm: page_owner: detect page_owner recursion via task_struct | Sergei Trofimovich | 2021-04-30 | 1 | -22/+10 |
* | mm: page_owner: use kstrtobool() to parse bool option | Sergei Trofimovich | 2021-04-30 | 1 | -7/+1 |
* | mm: page_owner: fetch backtrace only for tracked pages | Sergei Trofimovich | 2021-04-30 | 1 | -3/+3 |
* | mm, page_owner: remove unused parameter in __set_page_owner_handle | zhongjiang-ali | 2021-04-30 | 1 | -5/+5 |
* | mm/page_owner: record the timestamp of all pages during free | Georgi Djakov | 2021-04-30 | 1 | -4/+8 |
* | mm/page_owner: use helper function zone_end_pfn() to get end_pfn | Miaohe Lin | 2021-02-24 | 1 | -2/+2 |
* | mm/page_owner: record timestamp and pid | Liam Mark | 2020-12-15 | 1 | -4/+13 |
* | mm: rename page_order() to buddy_order() | Matthew Wilcox (Oracle) | 2020-10-16 | 1 | -3/+3 |
* | mm/page_owner: change split_page_owner to take a count | Matthew Wilcox (Oracle) | 2020-10-16 | 1 | -2/+2 |
* | mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention | Wei Yang | 2020-06-03 | 1 | -4/+3 |
* | mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype... | Qian Cai | 2019-10-19 | 1 | -2/+3 |
* | mm, page_owner: rename flag indicating that page is allocated | Vlastimil Babka | 2019-10-14 | 1 | -6/+6 |
* | mm, page_owner: decouple freeing stack trace from debug_pagealloc | Vlastimil Babka | 2019-10-14 | 1 | -21/+7 |
* | mm, page_owner: fix off-by-one error in __set_page_owner_handle() | Vlastimil Babka | 2019-10-14 | 1 | -8/+7 |
* | mm, page_owner, debug_pagealloc: save and dump freeing stack trace | Vlastimil Babka | 2019-09-24 | 1 | -13/+40 |
* | mm, page_owner: keep owner info when freeing the page | Vlastimil Babka | 2019-09-24 | 1 | -10/+24 |
* | mm, page_owner: record page owner for each subpage | Vlastimil Babka | 2019-09-24 | 1 | -12/+28 |
* | mm/page_owner: Simplify stack trace handling | Thomas Gleixner | 2019-04-29 | 1 | -51/+28 |
* | mm/page_owner: Remove the ULONG_MAX stack trace hackery | Thomas Gleixner | 2019-04-14 | 1 | -3/+0 |
* | 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 |