1. 2f5d27d xtensa: fix TLB sanity checker by Max Filippov · 4 years, 9 months ago
  2. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  3. 9181010 signal/xtensa: Use force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
  4. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 6 years ago
  5. cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 6 years ago
  6. 6ac5a11 xtensa: fix high memory/reserved memory collision by Max Filippov · 6 years ago
  7. fed566c xtensa: print kernel sections info in mem_init by Max Filippov · 7 years ago
  8. c633544 xtensa: add support for KASAN by Max Filippov · 7 years ago
  9. 1af1e8a xtensa: move fixmap and kmap just above the KSEG by Max Filippov · 7 years ago
  10. d4e337f xtensa: don't clear swapper_pg_dir in paging_init by Max Filippov · 7 years ago
  11. c2edb35 xtensa: extract init_kio by Max Filippov · 7 years ago
  12. c130d3b xtensa: clean up custom-controlled debug output by Max Filippov · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. bc652eb xtensa: mm/cache: add missing EXPORT_SYMBOLs by Max Filippov · 7 years ago
  15. 6d0f581 xtensa: fix cache aliasing handling code for WT cache by Max Filippov · 7 years ago
  16. 6cc306e xtensa: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  17. 9d2ffe5 xtensa: enable HAVE_DMA_CONTIGUOUS by Max Filippov · 8 years ago
  18. d8ea757 Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  19. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  20. 4e7c84e xtensa: support reserved-memory DT node by Max Filippov · 8 years ago
  21. 0e46c11 xtensa: drop sysmem and switch to memblock by Max Filippov · 8 years ago
  22. d39af90 xtensa: add alternative kernel memory layouts by Max Filippov · 8 years ago
  23. f1883aa xtensa: move kernel mapping addresses into kmem_layout.h by Max Filippov · 8 years ago
  24. fffad3e Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 8 years ago
  25. 0e8fb93 mm: remove VM_FAULT_MINOR by Jan Kara · 8 years ago
  26. a67cc9a xtensa: fix preemption in {clear,copy}_user_highpage by Max Filippov · 8 years ago
  27. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
  28. 5bb8def xtensa: support ioremap for memory outside KIO region by Max Filippov · 9 years ago
  29. af885de xtensa: count software page fault perf events by Max Filippov · 9 years ago
  30. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  31. 2cb7c9c sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* by David Hildenbrand · 9 years ago
  32. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  33. 5a0b1d7 xtensa: nommu: clean up memory map dump by Max Filippov · 10 years ago
  34. 566fb58 xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_START by Max Filippov · 10 years ago
  35. b6cee17 xtensa: nommu: don't build most of the cache flushing code by Max Filippov · 10 years ago
  36. 270eec7 xtensa: support highmem in aliasing cache flushing code by Max Filippov · 10 years ago
  37. 8504b50 xtensa: support aliasing cache in kmap by Max Filippov · 10 years ago
  38. 32544d9 xtensa: support aliasing cache in k[un]map_atomic by Max Filippov · 10 years ago
  39. a91902d xtensa: implement clear_user_highpage and copy_user_highpage by Max Filippov · 10 years ago
  40. dec7305 xtensa: allow fixmap and kmap span more than one page table by Max Filippov · 10 years ago
  41. 22def76 xtensa: make fixmap region addressing grow with index by Max Filippov · 10 years ago
  42. be6ae38 xtensa: fix sysmem reservation at the end of existing block by Max Filippov · 10 years ago
  43. 6555910 xtensa: add HIGHMEM support by Max Filippov · 10 years ago
  44. 04c6b3e xtensa: optimize local_flush_tlb_kernel_range by Max Filippov · 10 years ago
  45. 8585b31 xtensa: dump sysmem from the bootmem_init by Max Filippov · 10 years ago
  46. 06bd282 xtensa: handle memmap kernel option by Max Filippov · 10 years ago
  47. 6232791 xtensa: keep sysmem banks ordered in mem_reserve by Max Filippov · 10 years ago
  48. 9d4b52d xtensa: keep sysmem banks ordered in add_sysmem_bank by Max Filippov · 10 years ago
  49. 9ba067f xtensa: split bootparam and kernel meminfo by Max Filippov · 10 years ago
  50. b3fdfc1 Merge tag 'xtensa-for-next-20140221-1' into for_next by Chris Zankel · 10 years ago
  51. e9d6dca xtensa: don't pass high memory to bootmem allocator by Max Filippov · 10 years ago
  52. 9848e49 xtensa: fix warning '"CONFIG_OF" is not defined' by Max Filippov · 11 years ago
  53. 6cb9711 xtensa: remap io area defined in device tree by Baruch Siach · 11 years ago
  54. f615136 xtensa: add SMP support by Max Filippov · 11 years ago
  55. ff38490 xtensa: fix build warning in 64-bit build environment by Max Filippov · 11 years ago
  56. f820e28 xtensa: use buddy allocator for PTE table by Kirill A. Shutemov · 11 years ago
  57. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  58. d4d1cda Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 11 years ago
  59. a99e07e xtensa: check TLB sanity on return to userspace by Max Filippov · 11 years ago
  60. 808c2c3 mm/xtensa: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  61. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  62. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  63. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  64. 87962c4 xtensa: flush TLB entries for pages of non-current mm correctly by Max Filippov · 11 years ago
  65. c61c48d Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 11 years ago
  66. e85e335 xtensa: add MMU v3 support by Max Filippov · 12 years ago
  67. 7acb2c2 mm/xtensa: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  68. c4c4594 xtensa: clean up files to make them code-style compliant by Chris Zankel · 12 years ago
  69. ec747b2 xtensa: fix RASID SR initialization by Max Filippov · 12 years ago
  70. 382cb5b xtensa: fix build warning for arch/xtensa/mm/tlb.c by Max Filippov · 12 years ago
  71. d1538c4 xtensa: provide proper assembler function boundaries with ENDPROC() by Chris Zankel · 12 years ago
  72. 1bbedc3 xtensa: fix missing return in do_page_fault for SIGBUS case by Marc Gauthier · 12 years ago
  73. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  74. f107701 xtensa/mm/fault.c: port OOM changes to do_page_fault by Kautuk Consul · 12 years ago
  75. f022d0f xtensa: use the declarations provided by <asm/sections.h> by Geert Uytterhoeven · 12 years ago
  76. 5e7b6ed xtensa: replace xtensa-specific _f{data,text} by _s{data,text} by Geert Uytterhoeven · 12 years ago
  77. f9aa7e1 Disintegrate asm/system.h for Xtensa by David Howells · 12 years ago
  78. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  79. 45fd951 xtensa/mm: remove pgtable.c by Sebastian Andrzej Siewior · 13 years ago
  80. f76f5d7 xtensa: invoke oom-killer from page fault by Nick Piggin · 14 years ago
  81. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  82. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  83. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  84. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  85. e5083a6 xtensa: nommu support by Johannes Weiner · 15 years ago
  86. c947a58 xtensa: cope with ram beginning at higher addresses by Johannes Weiner · 15 years ago
  87. 264da9f xtensa: don't make bootmem bitmap larger than required by Johannes Weiner · 15 years ago
  88. 0bef42e xtensa: fix init_bootmem_node() argument order by Johannes Weiner · 15 years ago
  89. 5a891ed xtensa: fix compilation somewhat by Alexey Dobriyan · 15 years ago
  90. 4722122 xtensa: use generic show_mem() by Johannes Weiner · 16 years ago
  91. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  92. 0b2c3af [XTENSA] Fix icache flush for cache aliasing by Chris Zankel · 16 years ago
  93. b67360d [XTENSA] Flush the page-address in update-mmu instead of user-address by Chris Zankel · 17 years ago
  94. 4988322 [XTENSA] Fix argument list for pgd_ctor constructor. by Chris Zankel · 17 years ago
  95. 1e12e39 [XTENSA] Remove duplicate includes. by Chris Zankel · 17 years ago
  96. d3883ec Remove references to "make dep" by Adrian Bunk · 17 years ago
  97. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  98. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  99. 6656920 [XTENSA] Add support for cache-aliasing by Chris Zankel · 17 years ago
  100. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago