summaryrefslogtreecommitdiffstats
path: root/mm/page_owner.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-2/+2
|\
| * mm/page_owner.c: add missing __initdata attributeFanjun Kong2022-05-191-1/+1
| * mm/page_owner: use strscpy() instead of strlcpy()Eric Dumazet2022-05-131-1/+1
* | lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka2022-04-061-3/+6
|/
* mm/page_owner.c: record tgidYixuan Cao2022-03-241-6/+9
* mm/page_owner: record task command nameWaiman Long2022-03-241-4/+10
* mm/page_owner: print memcg informationWaiman Long2022-03-241-0/+42
* mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long2022-03-241-11/+3
* lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-221-0/+2
* mm: make some vars and functions static or __initTing Liu2022-01-151-2/+2
* mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao2021-11-111-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-13/+5
|\
| * lib, stackdepot: add helper to print stack entries into bufferImran Khan2021-11-091-4/+1
| * lib, stackdepot: add helper to print stack entriesImran Khan2021-11-091-9/+4
* | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-021-2/+2
|\ \
| * | vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)2021-10-271-2/+2
| |/
* / mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)2021-10-181-5/+5
|/
* mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-081-13/+1
* mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle)2021-06-291-1/+1
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm: page_owner: detect page_owner recursion via task_structSergei Trofimovich2021-04-301-22/+10
* mm: page_owner: use kstrtobool() to parse bool optionSergei Trofimovich2021-04-301-7/+1
* mm: page_owner: fetch backtrace only for tracked pagesSergei Trofimovich2021-04-301-3/+3
* mm, page_owner: remove unused parameter in __set_page_owner_handlezhongjiang-ali2021-04-301-5/+5
* mm/page_owner: record the timestamp of all pages during freeGeorgi Djakov2021-04-301-4/+8
* mm/page_owner: use helper function zone_end_pfn() to get end_pfnMiaohe Lin2021-02-241-2/+2
* mm/page_owner: record timestamp and pidLiam Mark2020-12-151-4/+13
* mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)2020-10-161-3/+3
* mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)2020-10-161-2/+2
* mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang2020-06-031-4/+3
* mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype...Qian Cai2019-10-191-2/+3
* mm, page_owner: rename flag indicating that page is allocatedVlastimil Babka2019-10-141-6/+6
* mm, page_owner: decouple freeing stack trace from debug_pageallocVlastimil Babka2019-10-141-21/+7
* mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka2019-10-141-8/+7
* mm, page_owner, debug_pagealloc: save and dump freeing stack traceVlastimil Babka2019-09-241-13/+40
* mm, page_owner: keep owner info when freeing the pageVlastimil Babka2019-09-241-10/+24
* mm, page_owner: record page owner for each subpageVlastimil Babka2019-09-241-12/+28
* mm/page_owner: Simplify stack trace handlingThomas Gleixner2019-04-291-51/+28
* mm/page_owner: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-3/+0
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-051-5/+3
* mm/page_owner: clamp read count to PAGE_SIZEMiles Chen2018-12-281-0/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* mm: use octal not symbolic permissionsJoe Perches2018-06-151-2/+2
* mm/page_owner.c: make early_page_owner_param() __initDou Liyang2018-04-051-1/+1
* mm/page_owner: fix recursion bug after changing skip entriesManinder Singh2018-03-281-3/+3
* mm/page_owner.c: clean up init_pages_in_zone()Oscar Salvador2018-01-311-9/+7
* mm/page_owner.c: use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-311-3/+1
* mm/page_owner.c: remove drain_all_pages from init_early_allocated_pagesOscar Salvador2018-01-191-1/+0
* mm/page_owner.c: reduce page_owner structure sizeAyush Mittal2017-11-151-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1