1. e47690d x86: mm: avoid allocating struct mm_struct on the stack by Steven Price · 5 years ago
  2. f8f0d0b mm: ptdump: reduce level numbers by 1 in note_page() by Steven Price · 5 years ago
  3. 9c7869c arm64: mm: display non-present entries in ptdump by Steven Price · 5 years ago
  4. 102f45f arm64: mm: convert mm/dump.c to use walk_page_range() by Steven Price · 5 years ago
  5. 0238d3c Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  6. aa246c0 Merge branch 'for-next/asm-annotations' into for-next/core by Will Deacon · 5 years ago
  7. 4f6cdf2 Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for-next/e0pd', 'for-next/entry', 'for-next/kbuild', 'for-next/kexec/cleanup', 'for-next/kexec/file-kdump', 'for-next/misc', 'for-next/nofpsimd', 'for-next/perf' and 'for-next/scs' into for-next/core by Will Deacon · 5 years ago
  8. 95b3f74 arm64: Use macros instead of hard-coded constants for MAIR_EL1 by Catalin Marinas · 5 years ago
  9. e3ec658 arm64: mm: avoid x18 in idmap_kpti_install_ng_mappings by Sami Tolvanen · 5 years ago
  10. f88f42f arm64: context: Free up kernel ASIDs if KPTI is not in use by Vladimir Murzin · 5 years ago
  11. edf9081 mm: change_memory_common: add spaces for `*` operator by Pan Zhang · 5 years ago
  12. f465925 arm64: mm: Use modern annotations for assembly functions by Mark Brown · 5 years ago
  13. 24cecc3 arm64: Revert support for execute-only user mappings by Catalin Marinas · 5 years ago
  14. feee6b2 mm/memory_hotplug: shrink zones when offlining memory by David Hildenbrand · 5 years ago
  15. 9888428 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  16. cba779d arm64: mm: Fix column alignment for UXN in kernel_page_tables by Mark Brown · 5 years ago
  17. 93b9041 arm64: mm: Fix initialisation of DMA zones on non-NUMA systems by Will Deacon · 5 years ago
  18. 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  19. 6e9f879 Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  20. d7293f7 Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into dma-mapping-for-next by Christoph Hellwig · 5 years ago
  21. 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
  22. 6be2280 Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', 'for-next/zone-dma', 'for-next/relax-icc_pmr_el1-sync', 'for-next/double-page-fault', 'for-next/misc', 'for-next/kselftest-arm64-signal' and 'for-next/kaslr-diagnostics' into for-next/core by Catalin Marinas · 5 years ago
  23. 16993c0 arm/efi: EFI soft reservation to memblock by Dan Williams · 5 years ago
  24. bff3b04 arm64: mm: reserve CMA and crashkernel in ZONE_DMA32 by Nicolas Saenz Julienne · 5 years ago
  25. 32d1870 arm64: mm: simplify the page end calculation in __create_pgd_mapping() by Masahiro Yamada · 5 years ago
  26. 8b5369e dma/direct: turn ARCH_ZONE_DMA_BITS into a variable by Nicolas Saenz Julienne · 5 years ago
  27. e44ec4a arm64: print additional fault message when executing non-exec memory by Xiang Zheng · 5 years ago
  28. 8301ae8 Merge branch 'for-next/entry-s-to-c' into for-next/core by Catalin Marinas · 5 years ago
  29. 4686da5 arm64: Make arm64_dma32_phys_limit static by Catalin Marinas · 5 years ago
  30. bfe2987 arm64: entry-common: don't touch daif before bp-hardening by James Morse · 5 years ago
  31. afa7c0e arm64: Remove asmlinkage from updated functions by James Morse · 5 years ago
  32. b6e43c0 arm64: remove __exception annotations by James Morse · 5 years ago
  33. 3813733 arm64: mm: fix inverted PAR_EL1.F check by Mark Rutland · 5 years ago
  34. 4399d43 arm64: mm: Fix unused variable warning in zone_sizes_init by Nathan Chancellor · 5 years ago
  35. 6ec939f arm64/mm: Poison initmem while freeing with free_reserved_area() by Anshuman Khandual · 5 years ago
  36. 899ee4a arm64: use generic free_initrd_mem() by Mike Rapoport · 5 years ago
  37. 1a8e1ce arm64: use both ZONE_DMA and ZONE_DMA32 by Nicolas Saenz Julienne · 5 years ago
  38. a573cdd arm64: rename variables used to calculate ZONE_DMA32's size by Nicolas Saenz Julienne · 5 years ago
  39. ae970dc arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys() by Nicolas Saenz Julienne · 5 years ago
  40. 308c515 arm64: mm: fix spurious fault detection by Mark Rutland · 5 years ago
  41. e4365f9 arm64: mm: avoid virt_to_phys(init_mm.pgd) by Mark Rutland · 5 years ago
  42. b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
  43. 67f3977 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 5 years ago
  44. e8d54b6 arm64: consider stack randomization for mmap base only when necessary by Alexandre Ghiti · 5 years ago
  45. 28058ed arm64: make use of is_compat_task instead of hardcoding this test by Alexandre Ghiti · 5 years ago
  46. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  47. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  48. 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  49. e77fafe Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  50. 5489c8e arm64: use asm-generic/dma-mapping.h by Christoph Hellwig · 5 years ago
  51. 0e0d26e xen/arm: remove xen_dma_ops by Christoph Hellwig · 5 years ago
  52. e376897 arm64: remove __iounmap by Christoph Hellwig · 5 years ago
  53. ac12cf8 Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/core by Will Deacon · 5 years ago
  54. 8e3a68f dma-mapping: make dma_atomic_pool_init self-contained by Christoph Hellwig · 5 years ago
  55. 419e2f1 dma-mapping: remove arch_dma_mmap_pgprot by Christoph Hellwig · 5 years ago
  56. f32c7a8 arm64: kpti: ensure patched kernel text is fetched from PoU by Mark Rutland · 5 years ago
  57. b333b0b arm64: fix fixmap copy for 16K pages and 48-bit VA by Mark Rutland · 5 years ago
  58. 42f9109 arm64: mm: Ignore spurious translation faults taken from the kernel by Will Deacon · 5 years ago
  59. e112b03 arm64: map FDT as RW for early_init_dt_scan() by Hsin-Yi Wang · 5 years ago
  60. d225bb8 arm64: unexport set_memory_x and set_memory_nx by Christoph Hellwig · 5 years ago
  61. 77ad4ce arm64: memory: rename VA_START to PAGE_END by Mark Rutland · 5 years ago
  62. 233947e arm64: memory: fix flipped VA space fallout by Mark Rutland · 5 years ago
  63. 33dcb37 dma-mapping: fix page attributes for dma_mmap_* by Christoph Hellwig · 5 years ago
  64. 2c624fe arm64: mm: Remove vabits_user by Steve Capper · 5 years ago
  65. b6d00d4 arm64: mm: Introduce 52-bit Kernel VAs by Steve Capper · 5 years ago
  66. c8b6d2c arm64: mm: Separate out vmemmap by Steve Capper · 5 years ago
  67. c812026 arm64: mm: Logic to make offset_ttbr1 conditional by Steve Capper · 5 years ago
  68. 5383cc6 arm64: mm: Introduce vabits_actual by Steve Capper · 5 years ago
  69. 90ec95c arm64: mm: Introduce VA_BITS_MIN by Steve Capper · 5 years ago
  70. 99426e5 arm64: dump: De-constify VA_START and KASAN_SHADOW_START by Steve Capper · 5 years ago
  71. 14c127c arm64: mm: Flip kernel VA space by Steve Capper · 5 years ago
  72. 2951d5e arm64: mm: print hexadecimal EC value in mem_abort_decode() by Miles Chen · 5 years ago
  73. 13776f9 arm64: mm: free the initrd reserved memblock in a aligned manner by Junhua Huang · 6 years ago
  74. b3e089c arm64: Replace strncmp with str_has_prefix by Chuhong Yuan · 5 years ago
  75. d8bb671 arm64: Make debug exception handlers visible from RCU by Masami Hiramatsu · 5 years ago
  76. 80ec922 mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE by David Hildenbrand · 5 years ago
  77. 22eb634 arm64/mm: add temporary arch_remove_memory() implementation by David Hildenbrand · 5 years ago
  78. b98cca4 mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() by Anshuman Khandual · 5 years ago
  79. 0f472d0 mm/ioremap: probe platform for p4d huge map support by Anshuman Khandual · 5 years ago
  80. 8b1e0f8 mm/pgtable: drop pgtable_t variable from pte_fn_t functions by Anshuman Khandual · 5 years ago
  81. 50f11a8 arm64: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
  82. 6b04014 Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 5 years ago
  83. dfd437a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  84. 4739d53 arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAP by Ard Biesheuvel · 6 years ago
  85. ceedd5f Merge tag 'v5.2-rc6' into generic-dma-ops by Joerg Roedel · 6 years ago
  86. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  87. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  88. 8f5c903 arm64/mm: Correct the cache line size warning with non coherent device by Masayoshi Mizuma · 6 years ago
  89. 4745224 arm64/mm: Refactor __do_page_fault() by Anshuman Khandual · 6 years ago
  90. c49bd02 arm64/mm: Document write abort detection from ESR by Anshuman Khandual · 6 years ago
  91. 8e01076 arm64: Fix comment after #endif by Odin Ugedal · 6 years ago
  92. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  93. 97fb5e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 by Thomas Gleixner · 6 years ago
  94. 6168103 arm64/mm: Drop task_struct argument from __do_page_fault() by Anshuman Khandual · 6 years ago
  95. a050931 arm64/mm: Drop mmap_sem before calling __do_kernel_fault() by Anshuman Khandual · 6 years ago
  96. 01de177 arm64/mm: Identify user instruction aborts by Anshuman Khandual · 6 years ago
  97. 87dedf7 arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge() by Anshuman Khandual · 6 years ago
  98. 0c1f14e arm64: mm: make CONFIG_ZONE_DMA32 configurable by Miles Chen · 6 years ago
  99. f7f0097 arm64/mm: Simplify protection flag creation for kernel huge mappings by Anshuman Khandual · 6 years ago
  100. 441a627 arm64/hugetlb: Use macros for contiguous huge page sizes by Anshuman Khandual · 6 years ago