1. 484e51e mm/xtensa: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  2. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  3. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  4. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  5. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  6. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 7 months ago
  7. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  8. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  9. 20b271d arch/kmap: define kmap_atomic_prot() for all arch's by Ira Weiny · 4 years, 8 months ago
  10. d8c2583 arch/kmap: don't hard code kmap_prot values by Ira Weiny · 4 years, 8 months ago
  11. abca250 arch/kunmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 8 months ago
  12. 78b6d91 arch/kmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 8 months ago
  13. 2159687 arch/xtensa: move kmap build bug out of the way by Ira Weiny · 4 years, 8 months ago
  14. da50c57 xtensa: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 8 months ago
  15. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
  16. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
  17. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 10 months ago
  18. e64681b xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow map by Max Filippov · 5 years ago
  19. 36de10c xtensa: fix TLB sanity checker by Max Filippov · 5 years ago
  20. f5ee256 xtensa: get rid of __ARCH_USE_5LEVEL_HACK by Mike Rapoport · 5 years ago
  21. f0d1eab xtensa: mm: fix PMD folding implementation by Mike Rapoport · 5 years ago
  22. 123b8db xtensa: use correct symbol for the end of .rodata by Max Filippov · 5 years ago
  23. f348f5c xtensa: remove free_initrd_mem by Mike Rapoport · 5 years ago
  24. 3e85947 Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  25. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  26. d6d5f19 xtensa: abstract 'entry' and 'retw' in assembly code by Max Filippov · 6 years ago
  27. 831c4f3 xtensa: One function call less in bootmem_init() by Markus Elfring · 6 years ago
  28. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  29. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  30. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  31. 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
  32. ecae26f xtensa: fix format string warning in init_pmd by Max Filippov · 6 years ago
  33. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  34. ecc3e77 memblock: memblock_phys_alloc(): don't panic by Mike Rapoport · 6 years ago
  35. f240ec0 memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc by Mike Rapoport · 6 years ago
  36. 9ef1034 Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  37. 9577dd7 kasan: rename kasan_zero_page to kasan_early_shadow_page by Andrey Konovalov · 6 years ago
  38. 4e460f6 xtensa: support memtest by Max Filippov · 6 years ago
  39. 90de1fb Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  40. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  41. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  42. e8625dc memblock: replace alloc_bootmem_low_pages with memblock_alloc_low by Mike Rapoport · 6 years ago
  43. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  44. fe278d1 xtensa: remove ZONE_DMA by Christoph Hellwig · 6 years ago
  45. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  46. 9181010 signal/xtensa: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  47. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  48. cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 7 years ago
  49. 6ac5a11 xtensa: fix high memory/reserved memory collision by Max Filippov · 7 years ago
  50. fed566c xtensa: print kernel sections info in mem_init by Max Filippov · 7 years ago
  51. c633544 xtensa: add support for KASAN by Max Filippov · 7 years ago
  52. 1af1e8a xtensa: move fixmap and kmap just above the KSEG by Max Filippov · 7 years ago
  53. d4e337f xtensa: don't clear swapper_pg_dir in paging_init by Max Filippov · 7 years ago
  54. c2edb35 xtensa: extract init_kio by Max Filippov · 7 years ago
  55. c130d3b xtensa: clean up custom-controlled debug output by Max Filippov · 7 years ago
  56. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  57. bc652eb xtensa: mm/cache: add missing EXPORT_SYMBOLs by Max Filippov · 7 years ago
  58. 6d0f581 xtensa: fix cache aliasing handling code for WT cache by Max Filippov · 7 years ago
  59. 6cc306e xtensa: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  60. 9d2ffe5 xtensa: enable HAVE_DMA_CONTIGUOUS by Max Filippov · 9 years ago
  61. d8ea757 Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  62. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  63. 4e7c84e xtensa: support reserved-memory DT node by Max Filippov · 9 years ago
  64. 0e46c11 xtensa: drop sysmem and switch to memblock by Max Filippov · 9 years ago
  65. d39af90 xtensa: add alternative kernel memory layouts by Max Filippov · 9 years ago
  66. f1883aa xtensa: move kernel mapping addresses into kmem_layout.h by Max Filippov · 9 years ago
  67. fffad3e Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 9 years ago
  68. 0e8fb93 mm: remove VM_FAULT_MINOR by Jan Kara · 9 years ago
  69. a67cc9a xtensa: fix preemption in {clear,copy}_user_highpage by Max Filippov · 9 years ago
  70. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
  71. 5bb8def xtensa: support ioremap for memory outside KIO region by Max Filippov · 9 years ago
  72. af885de xtensa: count software page fault perf events by Max Filippov · 10 years ago
  73. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  74. 2cb7c9c sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* by David Hildenbrand · 10 years ago
  75. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  76. 5a0b1d7 xtensa: nommu: clean up memory map dump by Max Filippov · 10 years ago
  77. 566fb58 xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_START by Max Filippov · 10 years ago
  78. b6cee17 xtensa: nommu: don't build most of the cache flushing code by Max Filippov · 10 years ago
  79. 270eec7 xtensa: support highmem in aliasing cache flushing code by Max Filippov · 11 years ago
  80. 8504b50 xtensa: support aliasing cache in kmap by Max Filippov · 11 years ago
  81. 32544d9 xtensa: support aliasing cache in k[un]map_atomic by Max Filippov · 11 years ago
  82. a91902d xtensa: implement clear_user_highpage and copy_user_highpage by Max Filippov · 10 years ago
  83. dec7305 xtensa: allow fixmap and kmap span more than one page table by Max Filippov · 11 years ago
  84. 22def76 xtensa: make fixmap region addressing grow with index by Max Filippov · 11 years ago
  85. be6ae38 xtensa: fix sysmem reservation at the end of existing block by Max Filippov · 11 years ago
  86. 65559100 xtensa: add HIGHMEM support by Max Filippov · 11 years ago
  87. 04c6b3e xtensa: optimize local_flush_tlb_kernel_range by Max Filippov · 11 years ago
  88. 8585b31 xtensa: dump sysmem from the bootmem_init by Max Filippov · 11 years ago
  89. 06bd282 xtensa: handle memmap kernel option by Max Filippov · 11 years ago
  90. 6232791 xtensa: keep sysmem banks ordered in mem_reserve by Max Filippov · 11 years ago
  91. 9d4b52d xtensa: keep sysmem banks ordered in add_sysmem_bank by Max Filippov · 11 years ago
  92. 9ba067f xtensa: split bootparam and kernel meminfo by Max Filippov · 11 years ago
  93. b3fdfc1 Merge tag 'xtensa-for-next-20140221-1' into for_next by Chris Zankel · 11 years ago
  94. e9d6dca xtensa: don't pass high memory to bootmem allocator by Max Filippov · 11 years ago
  95. 9848e49 xtensa: fix warning '"CONFIG_OF" is not defined' by Max Filippov · 11 years ago
  96. 6cb9711 xtensa: remap io area defined in device tree by Baruch Siach · 11 years ago
  97. f615136 xtensa: add SMP support by Max Filippov · 11 years ago
  98. ff38490 xtensa: fix build warning in 64-bit build environment by Max Filippov · 11 years ago
  99. f820e28 xtensa: use buddy allocator for PTE table by Kirill A. Shutemov · 11 years ago
  100. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago