1. 4b5ef1e microblaze: use is_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
  2. 22e7878 microblaze: simplify pte_alloc_one_kernel() by Mike Rapoport · 3 years, 4 months ago
  3. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 8 months ago
  4. 9dc12e4 microblaze: tag highmem_setup() with __meminit by David Hildenbrand · 3 years, 10 months ago
  5. 66fc6a6 Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 4 years, 1 month ago
  6. 05cdf45 microblaze: Remove noMMU code by Michal Simek · 4 years, 1 month ago
  7. a0e16997 microblaze/mm/highmem: Add dropped #ifdef back by Thomas Gleixner · 4 years, 1 month ago
  8. 7ac1b26 microblaze/mm/highmem: Switch to generic kmap atomic by Thomas Gleixner · 4 years, 2 months ago
  9. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  10. b10d6bc arch, drivers: replace for_each_membock() with for_each_mem_range() by Mike Rapoport · 4 years, 3 months ago
  11. 4964579 mircoblaze: drop unneeded NUMA and sparsemem initializations by Mike Rapoport · 4 years, 3 months ago
  12. 9f4df96 dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 3 months ago
  13. 0b1abd1 dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 4 months ago
  14. 08134e7 microblaze: fix min_low_pfn/max_low_pfn build errors by Randy Dunlap · 4 years, 4 months ago
  15. aeb6aef mm/microblaze: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  16. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  17. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 5 months ago
  18. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  19. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  20. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  21. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 7 months ago
  22. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  23. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  24. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  25. db458d7 arch/kmap: ensure kmap_prot visibility by Ira Weiny · 4 years, 7 months ago
  26. abca250 arch/kunmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 7 months ago
  27. ee9bc5f {x86,powerpc,microblaze}/kmap: move preempt disable by Ira Weiny · 4 years, 7 months ago
  28. 9691a07 mm: use free_area_init() instead of free_area_init_nodes() by Mike Rapoport · 4 years, 7 months ago
  29. 6f43bae Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 9 months ago
  30. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
  31. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
  32. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 9 months ago
  33. fa7e224 dma-direct: make uncached_kernel_address more general by Christoph Hellwig · 4 years, 11 months ago
  34. 4f8232b dma-direct: remove the cached_kernel_address hook by Christoph Hellwig · 4 years, 11 months ago
  35. 1babf55 microblaze: Stop printing the virtual memory layout by Arvind Sankar · 4 years, 10 months ago
  36. dcf639f microblaze: Kernel parameters should be parsed earlier by Michal Simek · 5 years ago
  37. 2602276 microblaze: Wire CMA allocator by Michal Simek · 5 years ago
  38. ed48e1f microblaze: use pgtable-nopmd instead of 4level-fixup by Mike Rapoport · 5 years ago
  39. 9c9fa97 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  40. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  41. 5184d44 Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 5 years ago
  42. 04e3543 microblaze: use the generic dma coherent remap allocator by Christoph Hellwig · 5 years ago
  43. d3b9f65 microblaze/nommu: use the generic uncached segment support by Christoph Hellwig · 5 years ago
  44. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  45. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  46. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  47. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  48. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  49. 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
  50. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  51. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  52. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  53. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  54. 0240dfd arch: don't memset(0) memory returned by memblock_alloc() by Mike Rapoport · 6 years ago
  55. 3e5e79f microblaze: prefer memblock API returning virtual address by Mike Rapoport · 6 years ago
  56. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  57. 518a2f1 dma-mapping: zero memory returned from dma_alloc_* by Christoph Hellwig · 6 years ago
  58. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  59. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  60. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  61. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  62. 58b0440 dma-mapping: consolidate the dma mmap implementations by Christoph Hellwig · 6 years ago
  63. 5e26830 Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 6 years ago
  64. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  65. ed207a7 microblaze: remove consistent_sync and consistent_sync_page by Christoph Hellwig · 6 years ago
  66. 5411ad2 microblaze: use generic dma_noncoherent_ops by Christoph Hellwig · 6 years ago
  67. 6f46798 signal/microblaze: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  68. ceb91ed signal/microblaze: Remove the commented out force_sig_info in do_page_fault by Eric W. Biederman · 7 years ago
  69. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  70. 101646a microblaze: switch to NO_BOOTMEM by Rob Herring · 7 years ago
  71. cd4dfee microblaze: remove unused alloc_maybe_bootmem by Rob Herring · 7 years ago
  72. 2c95790 microblaze: fix iounmap prototype by Arnd Bergmann · 7 years ago
  73. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  74. a753499 microblaze: mm: Flush TLB to ensure correct mapping when higmem ON by Michal Simek · 9 years ago
  75. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  76. a75f310 microblaze: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  77. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  78. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  79. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 9 years ago
  80. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  81. 2cb7c9c sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* by David Hildenbrand · 10 years ago
  82. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  83. 3a8e326 microblaze: Fix mmap for cache coherent memory by Lars-Peter Clausen · 10 years ago
  84. a66a626 microblaze: Use asm-generic/io.h by Michal Simek · 12 years ago
  85. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  86. c1ce4b3 mm/arch: use __free_reserved_page() to simplify the code by Xishi Qiu · 11 years ago
  87. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  88. 6879ea8 mm/microblaze: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 12 years ago
  89. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 12 years ago
  90. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 12 years ago
  91. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 12 years ago
  92. 5eec2f0 microblaze: Fix initrd support by Michal Simek · 12 years ago
  93. ec601a3 mm/microblaze: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 12 years ago
  94. 7beb598 mm/microblaze: use common help functions to free reserved pages by Jiang Liu · 12 years ago
  95. d64af91 microblaze: Do not use module.h in files which are not modules by Michal Simek · 12 years ago
  96. 6bd55f0 microblaze: Fix coding style issues by Michal Simek · 12 years ago
  97. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  98. f397c07 microblaze: Port OOM changes to do_page_fault by Kautuk Consul · 13 years ago
  99. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  100. c40d04d Disintegrate asm/system.h for Microblaze by David Howells · 13 years ago