1. 5f8856c xtensa/mm: convert check_tlb_entry() to sanity check folios by David Hildenbrand · 11 months ago
  2. fa92722 xtensa: remove uses of PG_arch_1 on individual pages by Matthew Wilcox (Oracle) · 11 months ago
  3. 25b9a3c xtensa: tlb: include <asm/tlb.h> for missing prototype by Randy Dunlap · 1 year, 5 months ago
  4. 84e34a9 xtensa: fault: include <asm/traps.h> by Randy Dunlap · 1 year, 5 months ago
  5. 4fbb7e7 xtensa: implement the new page table range API by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  6. ca6c1af xtensa: mm: convert to GENERIC_IOREMAP by Baoquan He · 1 year, 8 months ago
  7. 9471f1f Merge branch 'expand-stack' by Linus Torvalds · 1 year, 8 months ago
  8. 6e17c6de Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 8 months ago
  9. a050ba1 mm/fault: convert remaining simple cases to lock_mm_and_find_vma() by Linus Torvalds · 1 year, 8 months ago
  10. 56e0d1c xtensa: add pte_unmap() to balance pte_offset_map() by Hugh Dickins · 1 year, 9 months ago
  11. 67e88622 xtensa: move early_trap_init from kasan_early_init to init_arch by Max Filippov · 1 year, 9 months ago
  12. 338d915 xtensa: add asm-prototypes.h by Max Filippov · 1 year, 10 months ago
  13. 4414c1f xtensa: drop unused members of struct thread_struct by Max Filippov · 2 years, 2 months ago
  14. 2de9eae1 xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROT by Anshuman Khandual · 2 years, 8 months ago
  15. d927252 mm: avoid unnecessary page fault retires on shared memory types by Peter Xu · 2 years, 9 months ago
  16. a8f0c31 xtensa: noMMU: allow handling protection faults by Max Filippov · 5 years ago
  17. 270a830 xtensa: extract vmalloc_fault code into a function by Max Filippov · 3 years ago
  18. 4916be4 xtensa: move asid_cache from fault.c to mmu.c by Max Filippov · 5 years ago
  19. 1c4664f xtensa: define update_mmu_tlb function by Max Filippov · 3 years, 2 months ago
  20. 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years, 2 months ago
  21. 5147da9 Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 4 months ago
  22. 9fd5a04 exit: Remove calls of do_exit after noreturn versions of die by Eric W. Biederman · 3 years, 4 months ago
  23. d67ed25 xtensa: use CONFIG_USE_OF instead of CONFIG_OF by Randy Dunlap · 3 years, 5 months ago
  24. d42f323 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 10 months ago
  25. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 10 months ago
  26. 4f22ca7 xtensa: simplify coherent_kvaddr logic by Max Filippov · 4 years ago
  27. 7b9acbb xtensa: fix uaccess-related livelock in do_page_fault by Max Filippov · 4 years, 1 month ago
  28. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  29. 1eb0616 xtensa/mm/highmem: Make generic kmap_atomic() work correctly by Thomas Gleixner · 4 years, 4 months ago
  30. 3a860d1 xtensa: disable preemption around cache alias management calls by Max Filippov · 4 years, 4 months ago
  31. 629ed3f xtensa/mm/highmem: Switch to generic kmap atomic by Thomas Gleixner · 4 years, 4 months ago
  32. b9bc367 ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations by Ard Biesheuvel · 4 years, 4 months ago
  33. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 5 months ago
  34. cddb5dd arm, xtensa: simplify initialization of high memory pages by Mike Rapoport · 4 years, 5 months ago
  35. 0b1abd1 dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 6 months ago
  36. 484e51e mm/xtensa: use general page fault accounting by Peter Xu · 4 years, 7 months ago
  37. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 7 months ago
  38. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 7 months ago
  39. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 9 months ago
  40. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
  41. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 9 months ago
  42. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
  43. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
  44. 20b271d arch/kmap: define kmap_atomic_prot() for all arch's by Ira Weiny · 4 years, 9 months ago
  45. d8c2583 arch/kmap: don't hard code kmap_prot values by Ira Weiny · 4 years, 9 months ago
  46. abca250 arch/kunmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 9 months ago
  47. 78b6d91 arch/kmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 9 months ago
  48. 2159687 arch/xtensa: move kmap build bug out of the way by Ira Weiny · 4 years, 9 months ago
  49. da50c57 xtensa: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 9 months ago
  50. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 5 years ago
  51. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 5 years ago
  52. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 5 years ago
  53. e64681b xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow map by Max Filippov · 5 years ago
  54. 36de10c xtensa: fix TLB sanity checker by Max Filippov · 5 years ago
  55. f5ee256 xtensa: get rid of __ARCH_USE_5LEVEL_HACK by Mike Rapoport · 5 years ago
  56. f0d1eab xtensa: mm: fix PMD folding implementation by Mike Rapoport · 5 years ago
  57. 123b8db xtensa: use correct symbol for the end of .rodata by Max Filippov · 5 years ago
  58. f348f5c xtensa: remove free_initrd_mem by Mike Rapoport · 6 years ago
  59. 3e85947 Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  60. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  61. d6d5f19 xtensa: abstract 'entry' and 'retw' in assembly code by Max Filippov · 6 years ago
  62. 831c4f3 xtensa: One function call less in bootmem_init() by Markus Elfring · 6 years ago
  63. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  64. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  65. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  66. 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
  67. ecae26f xtensa: fix format string warning in init_pmd by Max Filippov · 6 years ago
  68. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  69. ecc3e77 memblock: memblock_phys_alloc(): don't panic by Mike Rapoport · 6 years ago
  70. f240ec0 memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc by Mike Rapoport · 6 years ago
  71. 9ef1034 Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  72. 9577dd7 kasan: rename kasan_zero_page to kasan_early_shadow_page by Andrey Konovalov · 6 years ago
  73. 4e460f6 xtensa: support memtest by Max Filippov · 6 years ago
  74. 90de1fb Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  75. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  76. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  77. e8625dc memblock: replace alloc_bootmem_low_pages with memblock_alloc_low by Mike Rapoport · 6 years ago
  78. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  79. fe278d1 xtensa: remove ZONE_DMA by Christoph Hellwig · 6 years ago
  80. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 7 years ago
  81. 9181010 signal/xtensa: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  82. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  83. cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 7 years ago
  84. 6ac5a11 xtensa: fix high memory/reserved memory collision by Max Filippov · 7 years ago
  85. fed566c xtensa: print kernel sections info in mem_init by Max Filippov · 7 years ago
  86. c633544 xtensa: add support for KASAN by Max Filippov · 7 years ago
  87. 1af1e8a xtensa: move fixmap and kmap just above the KSEG by Max Filippov · 7 years ago
  88. d4e337f xtensa: don't clear swapper_pg_dir in paging_init by Max Filippov · 7 years ago
  89. c2edb35 xtensa: extract init_kio by Max Filippov · 7 years ago
  90. c130d3b xtensa: clean up custom-controlled debug output by Max Filippov · 7 years ago
  91. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  92. bc652eb xtensa: mm/cache: add missing EXPORT_SYMBOLs by Max Filippov · 8 years ago
  93. 6d0f581 xtensa: fix cache aliasing handling code for WT cache by Max Filippov · 8 years ago
  94. 6cc306e xtensa: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 9 years ago
  95. 9d2ffe5 xtensa: enable HAVE_DMA_CONTIGUOUS by Max Filippov · 9 years ago
  96. d8ea757 Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  97. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 9 years ago
  98. 4e7c84e xtensa: support reserved-memory DT node by Max Filippov · 9 years ago
  99. 0e46c11 xtensa: drop sysmem and switch to memblock by Max Filippov · 9 years ago
  100. d39af90 xtensa: add alternative kernel memory layouts by Max Filippov · 9 years ago