1. 2dba5eb lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() by Vlastimil Babka · 3 years ago
  2. cab0a7c mm: make some vars and functions static or __init by Ting Liu · 3 years ago
  3. 0093de6 mm/page_owner.c: modify the type of argument "order" in some functions by Yixuan Cao · 3 years, 2 months ago
  4. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  5. 0f68d45 lib, stackdepot: add helper to print stack entries into buffer by Imran Khan · 3 years, 2 months ago
  6. 505be48 lib, stackdepot: add helper to print stack entries by Imran Khan · 3 years, 2 months ago
  7. 0aaa58e Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 2 months ago
  8. 23efd08 vsprintf: Make %pGp print the hex value by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  9. 1913834 mm/migrate: Add folio_migrate_flags() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  10. 859a85d mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE by Mike Rapoport · 3 years, 4 months ago
  11. 8bf6f45 mm/page_owner: constify dump_page_owner by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  12. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
  13. 8e9b16c mm: page_owner: detect page_owner recursion via task_struct by Sergei Trofimovich · 3 years, 8 months ago
  14. 608b5d6 mm: page_owner: use kstrtobool() to parse bool option by Sergei Trofimovich · 3 years, 8 months ago
  15. fab765c mm: page_owner: fetch backtrace only for tracked pages by Sergei Trofimovich · 3 years, 8 months ago
  16. 64ea78d mm, page_owner: remove unused parameter in __set_page_owner_handle by zhongjiang-ali · 3 years, 8 months ago
  17. 866b485 mm/page_owner: record the timestamp of all pages during free by Georgi Djakov · 3 years, 8 months ago
  18. 1d2cae8 mm/page_owner: use helper function zone_end_pfn() to get end_pfn by Miaohe Lin · 3 years, 10 months ago
  19. 9cc7e96a mm/page_owner: record timestamp and pid by Liam Mark · 4 years ago
  20. ab130f91 mm: rename page_order() to buddy_order() by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  21. 8fb156c mm/page_owner: change split_page_owner to take a count by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  22. 01c0bfe mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention by Wei Yang · 4 years, 7 months ago
  23. a26ee56 mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfo by Qian Cai · 5 years ago
  24. fdf3bf8 mm, page_owner: rename flag indicating that page is allocated by Vlastimil Babka · 5 years ago
  25. 0fe9a44 mm, page_owner: decouple freeing stack trace from debug_pagealloc by Vlastimil Babka · 5 years ago
  26. 5556cfe mm, page_owner: fix off-by-one error in __set_page_owner_handle() by Vlastimil Babka · 5 years ago
  27. 8974558 mm, page_owner, debug_pagealloc: save and dump freeing stack trace by Vlastimil Babka · 5 years ago
  28. 37389167 mm, page_owner: keep owner info when freeing the page by Vlastimil Babka · 5 years ago
  29. 7e2f2a0 mm, page_owner: record page owner for each subpage by Vlastimil Babka · 5 years ago
  30. af52bf6 mm/page_owner: Simplify stack trace handling by Thomas Gleixner · 6 years ago
  31. 4621c98 mm/page_owner: Remove the ULONG_MAX stack trace hackery by Thomas Gleixner · 6 years ago
  32. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  33. c8f61cf mm/page_owner: clamp read count to PAGE_SIZE by Miles Chen · 6 years ago
  34. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  35. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 7 years ago
  36. 1173194 mm/page_owner.c: make early_page_owner_param() __init by Dou Liyang · 7 years ago
  37. 299815a mm/page_owner: fix recursion bug after changing skip entries by Maninder Singh · 7 years ago
  38. 6787c1d mm/page_owner.c: clean up init_pages_in_zone() by Oscar Salvador · 7 years ago
  39. 8e33771 mm/page_owner.c: use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  40. 6bec6ad mm/page_owner.c: remove drain_all_pages from init_early_allocated_pages by Oscar Salvador · 7 years ago
  41. 6b4c54e mm/page_owner.c: reduce page_owner structure size by Ayush Mittal · 7 years ago
  42. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  43. 5f48f0b mm, page_owner: skip unnecessary stack_trace entries by Prakash Gupta · 7 years ago
  44. 1090302 mm, page_owner: don't grab zone->lock for init_pages_in_zone() by Vlastimil Babka · 7 years ago
  45. dab4ead mm, page_owner: make init_pages_in_zone() faster by Vlastimil Babka · 7 years ago
  46. 727c080 mm: avoid taking zone lock in pagetypeinfo_showmixed() by Vinayak Menon · 7 years ago
  47. 9300d8d mm/page_owner: don't define fields on struct page_ext by hard-coding by Joonsoo Kim · 8 years ago
  48. e2f612e mm/page_owner: move page_owner specific function to page_owner.c by Joonsoo Kim · 8 years ago
  49. f2ca0b5 mm/page_owner: use stackdepot to store stacktrace by Joonsoo Kim · 8 years ago
  50. a9627bc mm/page_owner: introduce split_page_owner and replace manual handling by Joonsoo Kim · 8 years ago
  51. a8efe1c mm/page_owner: copy last_migrate_reason in copy_page_owner() by Joonsoo Kim · 8 years ago
  52. 8285027 mm/page_owner: avoid null pointer dereference by Sudip Mukherjee · 9 years ago
  53. f86e427 mm: check the return value of lookup_page_ext for all call sites by Yang Shi · 9 years ago
  54. 0b423ca mm, page_alloc: inline pageblock lookup in page free fast paths by Mel Gorman · 9 years ago
  55. 9d43f5a mm/page_owner: add zone range overlapping check by Joonsoo Kim · 9 years ago
  56. 756a025 mm: coalesce split strings by Joe Perches · 9 years ago
  57. 4e46211 mm, page_owner: dump page owner info from dump_page() by Vlastimil Babka · 9 years ago
  58. 7cd12b4 mm, page_owner: track and print last migrate reason by Vlastimil Babka · 9 years ago
  59. d435edc mm, page_owner: copy page owner info during migration by Vlastimil Babka · 9 years ago
  60. 7dd80b8 mm, page_owner: convert page_owner_inited to static key by Vlastimil Babka · 9 years ago
  61. 60f3035 mm, page_owner: print migratetype of page and pageblock, symbolic flags by Vlastimil Babka · 9 years ago
  62. e2cfc91 mm/page_owner: set correct gfp_mask on page_owner by Joonsoo Kim · 9 years ago
  63. 44c5af9 mm/page_owner.c: use late_initcall to hook in enabling by Paul Gortmaker · 10 years ago
  64. 94f759d6 mm/page_owner.c: remove unnecessary stack_trace field by Sergei Rogachev · 10 years ago
  65. 61cf5fe mm/page_owner: correct owner information for early allocated pages by Joonsoo Kim · 10 years ago
  66. 48c96a3 mm/page_owner: keep track of page owners by Joonsoo Kim · 10 years ago