1. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  2. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  3. 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
  4. 0e25498 exit: Add and use make_task_dead. by Eric W. Biederman · 3 years, 6 months ago
  5. 376e3fd m68k: Enable memtest functionality by Finn Thain · 3 years, 1 month ago
  6. 952eea9 memblock: allow to specify flags with memblock_add_node() by David Hildenbrand · 3 years, 2 months ago
  7. 9fde0348 m68k: Remove set_fs() by Christoph Hellwig · 3 years, 3 months ago
  8. c4f607c m68k: Remove the 030 case in virt_to_phys_slow by Christoph Hellwig · 3 years, 3 months ago
  9. 5ab06e1 m68k: remove support for DISCONTIGMEM by Mike Rapoport · 3 years, 6 months ago
  10. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 8 months ago
  11. 4bfc848 m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM by Mike Rapoport · 4 years ago
  12. 6b2ad8d m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM by Mike Rapoport · 4 years ago
  13. af9db1d Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 4 years, 3 months ago
  14. 7e15882 m68k: mm: Remove superfluous memblock_alloc*() casts by Geert Uytterhoeven · 4 years, 4 months ago
  15. 41f1bf3 m68k: mm: Use PAGE_ALIGNED() helper by Geert Uytterhoeven · 4 years, 4 months ago
  16. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  17. e1c17f6 mm/m68k: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  18. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  19. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  20. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  21. 58f80fa m68k: mcfmmu: remove stale part of comment about steal_context by Mike Rapoport · 4 years, 6 months ago
  22. 416426a m68k: fix ColdFire mmu init compile warning by Greg Ungerer · 4 years, 7 months ago
  23. c43e557 m68k: mm: fix node memblock init by Angelo Dureghello · 4 years, 6 months ago
  24. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  25. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  26. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
  27. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 7 months ago
  28. 1bcdc68 m68k/mm: move {cache,nocahe}_page() definitions close to their user by Mike Rapoport · 4 years, 7 months ago
  29. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  30. 490741a module: move the set_fs hack for flush_icache_range to m68k by Christoph Hellwig · 4 years, 7 months ago
  31. a1e81f9 m68k: implement flush_icache_user_range by Christoph Hellwig · 4 years, 7 months ago
  32. 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 7 months ago
  33. 5d2ee1a m68k: mm: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  34. fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 7 months ago
  35. 3f08a30 mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option by Mike Rapoport · 4 years, 7 months ago
  36. 5093c58 mm/vma: append unlikely() while testing VMA access permissions by Anshuman Khandual · 4 years, 9 months ago
  37. 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
  38. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
  39. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
  40. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 9 months ago
  41. 518a6b5 m68k: mm: Fully initialize the page-table allocator by Peter Zijlstra · 5 years ago
  42. 0e071ee m68k: mm: Extend table allocator for multiple sizes by Peter Zijlstra · 5 years ago
  43. ef9285f m68k: mm: Improve kernel_page_table() by Peter Zijlstra · 5 years ago
  44. ef22d8a m68k: mm: Restructure Motorola MMU page-table layout by Peter Zijlstra · 5 years ago
  45. 5ad272a m68k: mm: Move the pointer table allocator to motorola.c by Peter Zijlstra · 5 years ago
  46. 13076a2 m68k: mm: Unify Motorola MMU page setup by Peter Zijlstra · 5 years ago
  47. 60e50f3 m68k: mm: use pgtable-nopXd instead of 4level-fixup by Mike Rapoport · 5 years ago
  48. 0768634 m68k: rename __iounmap and mark it static by Christoph Hellwig · 5 years ago
  49. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  50. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  51. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  52. 0240dfd arch: don't memset(0) memory returned by memblock_alloc() by Mike Rapoport · 6 years ago
  53. 5ffb90b m68k/mm: use __ClearPageReserved() by David Hildenbrand · 6 years ago
  54. 1d51b4b Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  55. bed1369 m68k: Fix memblock-related crashes by Geert Uytterhoeven · 6 years ago
  56. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  57. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  58. 15c3c11 memblock: replace alloc_bootmem_pages with memblock_alloc by Mike Rapoport · 6 years ago
  59. e8625dc memblock: replace alloc_bootmem_low_pages with memblock_alloc_low by Mike Rapoport · 6 years ago
  60. c90bbce m68k: fix early memory reservation for ColdFire MMU systems by Mike Rapoport · 6 years ago
  61. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  62. 1008a11 m68k: switch to MEMBLOCK + NO_BOOTMEM by Mike Rapoport · 6 years ago
  63. eab733a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 7 years ago
  64. 137f5ae Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  65. be39cbc m68k: fix ioremapping for internal ColdFire peripherals by Greg Ungerer · 7 years ago
  66. 3f90f9e m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap() by Michael Schmitz · 7 years ago
  67. 3c67075 signal/m68k: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  68. 3183333 m68k/mm: Stop printing the virtual memory layout by Geert Uytterhoeven · 7 years ago
  69. 5f74972 signal: Don't use structure initializers for struct siginfo by Eric W. Biederman · 7 years ago
  70. f55ab8f m68k: fix ColdFire node shift size calculation by Greg Ungerer · 7 years ago
  71. 34fa9b2 m68k: move coldfire MMU initialization code by Greg Ungerer · 7 years ago
  72. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  73. 68acfdc m68k: switch to generic extable.h by Al Viro · 8 years ago
  74. 3dfe330 m68k/sun3: Remove dead code in paging_init() by Mathias Krause · 8 years ago
  75. e699113 m68k/mm: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  76. 05b70ff m68k/mm: sun3 - Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  77. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  78. f711606 m68k: move ColdFire _bootmem_alloc code by Greg Ungerer · 8 years ago
  79. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  80. 79ae4fa m68k/mm: motorola - Add missing initialization of max_pfn by Geert Uytterhoeven · 9 years ago
  81. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  82. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  83. f0b99a64 m68k/mm: Eliminate memset after alloc_bootmem_pages by Himangi Saraogi · 10 years ago
  84. 24cae79 m68k: Reformat arch/m68k/mm/hwtest.c by Geert Uytterhoeven · 10 years ago
  85. e4dc601 m68k: Disable/restore interrupts in hwreg_present()/hwreg_write() by Geert Uytterhoeven · 10 years ago
  86. 486df8b m68k: Increase initial mapping to 8 or 16 MiB if possible by Andreas Schwab · 11 years ago
  87. f6fc30d m68k/mm: kmap spelling/grammar fixes by Geert Uytterhoeven · 11 years ago
  88. 8e398f6 m68k: Convert arch/m68k/mm/fault.c to pr_*() by Geert Uytterhoeven · 11 years ago
  89. 4e25c0e m68k/mm: Check for mm != NULL in do_page_fault() debug code by Geert Uytterhoeven · 11 years ago
  90. 7993008 m68k/UAPI: Move generic definitions to <asm/bootinfo.h> by Geert Uytterhoeven · 11 years ago
  91. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  92. 3e548a9 mm/m68k: fix build warning of unused variable by Jiang Liu · 11 years ago
  93. b69a978 mm/m68k: prepare for killing free_all_bootmem_node() by Jiang Liu · 11 years ago
  94. 9671468 mm/m68k: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  95. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  96. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  97. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  98. 920f1ad mm/m68k: use common help functions to free reserved pages by Jiang Liu · 12 years ago
  99. be3f695 m68knommu: fix build when CPU is not coldfire by Thadeu Lima de Souza Cascardo · 12 years ago
  100. d6fccc7 m68k: fix conditional use of init_pointer_table by Greg Ungerer · 12 years ago