summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
page_owner.c?h=linux-6.12.y&id=b1d5488a252dc9c0d9574100d0b8d807bf154603'>mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla 2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-05-19mm/page_owner.c: add missing __initdata attributeFanjun Kong 2022-05-13mm/page_owner: use strscpy() instead of strlcpy()Eric Dumazet 2022-04-06lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka 2022-03-24mm/page_owner.c: record tgidYixuan Cao 2022-03-24mm/page_owner: record task command nameWaiman Long 2022-03-24mm/page_owner: print memcg informationWaiman Long 2022-03-24mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long 2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka 2022-01-15mm: make some vars and functions static or __initTing Liu 2021-11-11mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao 2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan 2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan 2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle) 2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle) 2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport 2021-06-29mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle) 2021-05-07mm: fix typos in commentsIngo Molnar 2021-04-30mm: page_owner: detect page_owner recursion via task_structSergei Trofimovich 2021-04-30mm: page_owner: use kstrtobool() to parse bool optionSergei Trofimovich 2021-04-30mm: page_owner: fetch backtrace only for tracked pagesSergei Trofimovich 2021-04-30mm, page_owner: remove unused parameter in __set_page_owner_handlezhongjiang-ali 2021-04-30mm/page_owner: record the timestamp of all pages during freeGeorgi Djakov 2021-02-24mm/page_owner: use helper function zone_end_pfn() to get end_pfnMiaohe Lin 2020-12-15mm/page_owner: record timestamp and pidLiam Mark 2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle) 2020-10-16mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle) 2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang