summaryrefslogtreecommitdiffstats
path: root/mm/page_owner.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-03mm: reuse pageblock_start/end_pfn() macroKefeng Wang1-2/+2
2022-10-03mm/page_owner.c: remove redundant drain_all_pagesZhenhua Huang1-2/+0
2022-09-11mm/page_owner.c: add llseek for page_ownerKassey Li1-3/+21
2022-09-11mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla1-20/+53
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-05-19mm/page_owner.c: add missing __initdata attributeFanjun Kong1-1/+1
2022-05-13mm/page_owner: use strscpy() instead of strlcpy()Eric Dumazet1-1/+1
2022-04-06lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka1-3/+6
2022-03-24mm/page_owner.c: record tgidYixuan Cao1-6/+9
2022-03-24mm/page_owner: record task command nameWaiman Long1-4/+10
2022-03-24mm/page_owner: print memcg informationWaiman Long1-0/+42
2022-03-24mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long1-11/+3
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka1-0/+2
2022-01-15mm: make some vars and functions static or __initTing Liu1-2/+2
2021-11-11mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao1-3/+3
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+5
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan1-4/+1
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan1-9/+4
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)1-2/+2
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)1-5/+5
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport1-13/+1
2021-06-29mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle)1-1/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-04-30mm: page_owner: detect page_owner recursion via task_structSergei Trofimovich1-22/+10
2021-04-30mm: page_owner: use kstrtobool() to parse bool optionSergei Trofimovich1-7/+1
2021-04-30mm: page_owner: fetch backtrace only for tracked pagesSergei Trofimovich1-3/+3
2021-04-30mm, page_owner: remove unused parameter in __set_page_owner_handlezhongjiang-ali1-5/+5
2021-04-30mm/page_owner: record the timestamp of all pages during freeGeorgi Djakov1-4/+8
2021-02-24mm/page_owner: use helper function zone_end_pfn() to get end_pfnMiaohe Lin1-2/+2
2020-12-15mm/page_owner: record timestamp and pidLiam Mark1-4/+13
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)1-3/+3
2020-10-16mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)1-2/+2
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang1-4/+3
2019-10-19mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype...Qian Cai1-2/+3
2019-10-14mm, page_owner: rename flag indicating that page is allocatedVlastimil Babka1-6/+6
2019-10-14mm, page_owner: decouple freeing stack trace from debug_pageallocVlastimil Babka1-21/+7
2019-10-14mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka1-8/+7
2019-09-24mm, page_owner, debug_pagealloc: save and dump freeing stack traceVlastimil Babka1-13/+40
2019-09-24mm, page_owner: keep owner info when freeing the pageVlastimil Babka1-10/+24
2019-09-24mm, page_owner: record page owner for each subpageVlastimil Babka1-12/+28
2019-04-29mm/page_owner: Simplify stack trace handlingThomas Gleixner1-51/+28
2019-04-14mm/page_owner: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-3/+0
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+3
2018-12-28mm/page_owner: clamp read count to PAGE_SIZEMiles Chen1-0/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-2/+2
2018-04-05mm/page_owner.c: make early_page_owner_param() __initDou Liyang1-1/+1
2018-03-28mm/page_owner: fix recursion bug after changing skip entriesManinder Singh1-3/+3
2018-01-31mm/page_owner.c: clean up init_pages_in_zone()Oscar Salvador1-9/+7