1. a0b21f8 Merge 4.9.183 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  2. 3acca2a arm64/mm: Inhibit huge-vmap with ptdump by Mark Rutland · 5 years ago
  3. 681e57b Merge 4.9.121 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. 6e6b637 ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 6 years ago
  5. 05baf14 Merge tag 'v4.9.93' into android-4.9 by Greg Hackmann · 6 years ago
  6. 9675042 arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 6 years ago
  7. 1809afd arm64: mm: Map entry trampoline into trampoline and kernel page tables by Will Deacon · 6 years ago
  8. bb94f9d Merge 4.9.91 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  9. 9c7f7bd mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 6 years ago
  10. a9d0273 Merge 4.9.84 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  11. fd2e662 arm64: fix warning about swapper_pg_dir overflow by Arnd Bergmann · 6 years ago
  12. 06fe41f UPSTREAM: arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 7 years ago
  13. 5e54c4b UPSTREAM: arm64: mm: Map entry trampoline into trampoline and kernel page tables by Will Deacon · 7 years ago
  14. f8fee94e UPSTREAM: arm64: Use __pa_symbol for kernel symbols by Laura Abbott · 7 years ago
  15. dae8c23 arm64: mm: drop fixup_init() and mm.h by Kefeng Wang · 8 years ago
  16. 5a9e3e1 arm64: apply __ro_after_init to some objects by Jisheng Zhang · 8 years ago
  17. 04a8481 arm64: mm: avoid fdt_check_header() before the FDT is fully mapped by Ard Biesheuvel · 8 years ago
  18. 1378dc3 arm64: mm: run pgtable_page_ctor() on non-swapper translation table pages by Ard Biesheuvel · 8 years ago
  19. 258a160 arm64: mm: make create_mapping_late() non-allocating by Ard Biesheuvel · 8 years ago
  20. 40f87d3 arm64: mm: fold init_pgd() into __create_pgd_mapping() by Ard Biesheuvel · 8 years ago
  21. 4133af6 arm64: mm: Remove split_p*d() functions by Catalin Marinas · 8 years ago
  22. 53e1b32 arm64: mm: add param to force create_pgd_mapping() to use page mappings by Ard Biesheuvel · 8 years ago
  23. 6c5269f arm64: mm: remove unnecessary BUG_ON by Kefeng Wang · 8 years ago
  24. 9fdc14c5 arm64: mm: fix location of _etext by Ard Biesheuvel · 8 years ago
  25. 3194ac6 arm64: Move unflatten_device_tree() call earlier. by David Daney · 8 years ago
  26. 7eb90f2 arm64: cover the .head.text section in the .text segment mapping by Ard Biesheuvel · 8 years ago
  27. 2c09ec0 arm64: use 'segment' rather than 'chunk' to describe mapped kernel regions by Ard Biesheuvel · 8 years ago
  28. c661cb1 arm64: consistently use p?d_set_huge by Mark Rutland · 8 years ago
  29. 2f39b5f arm64: mm: Mark .rodata as RO by Jeremy Linton · 8 years ago
  30. f80fb3a arm64: add support for kernel ASLR by Ard Biesheuvel · 8 years ago
  31. a7f8de1 arm64: allow kernel Image to be loaded anywhere in physical memory by Ard Biesheuvel · 8 years ago
  32. f904077 arm64: move kernel image to base of vmalloc area by Ard Biesheuvel · 8 years ago
  33. 157962f arm64: decouple early fixmap init from linear mapping by Ard Biesheuvel · 8 years ago
  34. 324420b arm64: add support for ioremap() block mappings by Ard Biesheuvel · 8 years ago
  35. 83863f2 arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC by Laura Abbott · 8 years ago
  36. 132233a arm64: Drop alloc function from create_mapping by Laura Abbott · 8 years ago
  37. 068a17a arm64: mm: create new fine-grained mappings at boot by Mark Rutland · 8 years ago
  38. 11509a3 arm64: mm: allow passing a pgdir to alloc_init_* by Mark Rutland · 8 years ago
  39. cdef5f6 arm64: mm: allocate pagetables anywhere by Mark Rutland · 8 years ago
  40. f471044 arm64: mm: use fixmap when creating page tables by Mark Rutland · 8 years ago
  41. 316b39db arm64: mm: avoid redundant __pa(__va(x)) by Mark Rutland · 8 years ago
  42. 86ccce8 arm64: unmap idmap earlier by Mark Rutland · 8 years ago
  43. 9e8e865 arm64: unify idmap removal by Mark Rutland · 8 years ago
  44. 5227cfa arm64: mm: place empty_zero_page in bss by Mark Rutland · 8 years ago
  45. 21ab99c arm64: mm: specialise pagetable allocators by Mark Rutland · 8 years ago
  46. 129b985 Merge branch 'aarch64/efi' into aarch64/for-next/core by Will Deacon · 9 years ago
  47. 32d6397 arm64: mm: ensure that the zero page is visible to the page table walker by Will Deacon · 9 years ago
  48. e2c30ee arm64: mm: remove pointless PAGE_MASKing by Mark Rutland · 9 years ago
  49. 68709f4 arm64: only consider memblocks with NOMAP cleared for linear mapping by Ard Biesheuvel · 9 years ago
  50. 9c4e08a arm64: mm: allow sections for unaligned bases by Mark Rutland · 9 years ago
  51. cc5d2b3 arm64: mm: detect bad __create_mapping uses by Mark Rutland · 9 years ago
  52. 667c275 Revert "arm64: Mark kernel page ranges contiguous" by Catalin Marinas · 9 years ago
  53. 7142392 arm64: early_alloc: Fix check for allocation failure by Suzuki K. Poulose · 9 years ago
  54. 0b2aa5b arm64: Fix R/O permissions in mark_rodata_ro by Laura Abbott · 9 years ago
  55. 4fee9f3 arm64: mm: use correct mapping granularity under DEBUG_RODATA by Ard Biesheuvel · 9 years ago
  56. 9a17a21 arm64: mmu: make split_pud and fixup_executable static by Jisheng Zhang · 9 years ago
  57. fb226c3 arm64: fix R/O permissions of FDT mapping by Ard Biesheuvel · 9 years ago
  58. b219545 arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulation by Ard Biesheuvel · 9 years ago
  59. b433dce arm64: Handle section maps for swapper/idmap by Suzuki K. Poulose · 9 years ago
  60. 348a65c arm64: Mark kernel page ranges contiguous by Jeremy Linton · 9 years ago
  61. 8e63d38 arm64: flush: use local TLB and I-cache invalidation by Will Deacon · 9 years ago
  62. c53e0ba arm64: mm: mark create_mapping as __init by Mark Rutland · 9 years ago
  63. b08d464 arm64: remove dead code by Mark Salter · 9 years ago
  64. 1e43ba9 arm64: fix incorrect use of pgprot_t variable by Ard Biesheuvel · 9 years ago
  65. 61bd93c arm64: use fixmap region for permanent FDT mapping by Ard Biesheuvel · 9 years ago
  66. 714d8e7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  67. 9f25e6a arm64: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  68. dd006da arm64: mm: increase VA range of identity map by Ard Biesheuvel · 9 years ago
  69. b63dbef arm64: fixmap: check idx is definitely valid by Mark Rutland · 9 years ago
  70. 4108935 arm64: Fix section mismatch on alloc_init_p[mu]d() by Catalin Marinas · 9 years ago
  71. a1c7657 arm64: mm: use *_sect to check for section maps by Mark Rutland · 9 years ago
  72. a3bba37 arm64: drop unnecessary cache+tlb maintenance by Mark Rutland · 9 years ago
  73. 523d6e9 arm64:mm: free the useless initial page table by zhichang.yuan · 10 years ago
  74. 60305db arm64/efi: move virtmap init to early initcall by Ard Biesheuvel · 9 years ago
  75. da14170 arm64: add better page protections to arm64 by Laura Abbott · 9 years ago
  76. 26a945c arm64: remove broken cachepolicy code by Mark Rutland · 9 years ago
  77. 9679be1 arm64/efi: remove idmap manipulations from UEFI code by Ard Biesheuvel · 10 years ago
  78. 8ce837c arm64/mm: add create_pgd_mapping() to create private page tables by Ard Biesheuvel · 10 years ago
  79. e1e1fdd arm64/mm: add explicit struct_mm argument to __create_mapping() by Ard Biesheuvel · 10 years ago
  80. af86e59 arm64: Factor out fixmap initialization from ioremap by Laura Abbott · 10 years ago
  81. 4ee2098 arm64: fix data type for physical address by Min-Hua Chen · 10 years ago
  82. 3dec0fe arm64: Fix memblock current_limit with 64K pages and 48-bit VA by Catalin Marinas · 10 years ago
  83. fe18406 arm64: LLVMLinux: Fix inline arm64 assembly for use with clang by Mark Charlebois · 10 years ago
  84. c79b954 arm64: mm: Implement 4 levels of translation tables by Jungseok Lee · 10 years ago
  85. cc07aab Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into next by Linus Torvalds · 10 years ago
  86. c3c55a0 Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  87. 206a2a7 arm64: mm: Create gigabyte kernel logical mappings where possible by Steve Capper · 10 years ago
  88. a501e32 arm64: Clean up the default pgprot setting by Catalin Marinas · 10 years ago
  89. da6e4cb arm64: Fix for the arm64 kern_addr_valid() function by Dave Anderson · 10 years ago
  90. d7ecbdd arm64: Add function to create identity mappings by Mark Salter · 10 years ago
  91. bf4b558 arm64: add early_ioremap support by Mark Salter · 10 years ago
  92. 0bf757c arm64: initialize pgprot info earlier in boot by Mark Salter · 10 years ago
  93. a55f992 arm64: Invalidate the TLB when replacing pmd entries during boot by Catalin Marinas · 10 years ago
  94. e25208f arm64: Fix mapping of memory banks not ending on a PMD_SIZE boundary by Catalin Marinas · 11 years ago
  95. aa729dc Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/linux into upstream-hugepages by Catalin Marinas · 11 years ago
  96. f6bc87c ARM64: mm: Restore memblock limit when map_mem finished. by Steve Capper · 11 years ago
  97. 7249b79 arm64: Do not flush the D-cache for anonymous pages by Catalin Marinas · 11 years ago
  98. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  99. d17cfb3 ARM64: early_printk: Fix check for CONFIG_ARM64_64K_PAGES by Ben Hutchings · 11 years ago
  100. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 11 years ago