1. 3194ac6 arm64: Move unflatten_device_tree() call earlier. by David Daney · 9 years ago
  2. 7eb90f2 arm64: cover the .head.text section in the .text segment mapping by Ard Biesheuvel · 9 years ago
  3. 2c09ec0 arm64: use 'segment' rather than 'chunk' to describe mapped kernel regions by Ard Biesheuvel · 9 years ago
  4. c661cb1 arm64: consistently use p?d_set_huge by Mark Rutland · 9 years ago
  5. 2f39b5f arm64: mm: Mark .rodata as RO by Jeremy Linton · 9 years ago
  6. f80fb3a arm64: add support for kernel ASLR by Ard Biesheuvel · 9 years ago
  7. a7f8de1 arm64: allow kernel Image to be loaded anywhere in physical memory by Ard Biesheuvel · 9 years ago
  8. f904077 arm64: move kernel image to base of vmalloc area by Ard Biesheuvel · 9 years ago
  9. 157962f arm64: decouple early fixmap init from linear mapping by Ard Biesheuvel · 9 years ago
  10. 324420b arm64: add support for ioremap() block mappings by Ard Biesheuvel · 9 years ago
  11. 83863f2 arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC by Laura Abbott · 9 years ago
  12. 132233a arm64: Drop alloc function from create_mapping by Laura Abbott · 9 years ago
  13. 068a17a arm64: mm: create new fine-grained mappings at boot by Mark Rutland · 9 years ago
  14. 11509a3 arm64: mm: allow passing a pgdir to alloc_init_* by Mark Rutland · 9 years ago
  15. cdef5f6 arm64: mm: allocate pagetables anywhere by Mark Rutland · 9 years ago
  16. f471044 arm64: mm: use fixmap when creating page tables by Mark Rutland · 9 years ago
  17. 316b39db arm64: mm: avoid redundant __pa(__va(x)) by Mark Rutland · 9 years ago
  18. 86ccce8 arm64: unmap idmap earlier by Mark Rutland · 9 years ago
  19. 9e8e865 arm64: unify idmap removal by Mark Rutland · 9 years ago
  20. 5227cfa arm64: mm: place empty_zero_page in bss by Mark Rutland · 9 years ago
  21. 21ab99c arm64: mm: specialise pagetable allocators by Mark Rutland · 9 years ago
  22. 129b985 Merge branch 'aarch64/efi' into aarch64/for-next/core by Will Deacon · 9 years ago
  23. 32d6397 arm64: mm: ensure that the zero page is visible to the page table walker by Will Deacon · 9 years ago
  24. e2c30ee arm64: mm: remove pointless PAGE_MASKing by Mark Rutland · 9 years ago
  25. 68709f4 arm64: only consider memblocks with NOMAP cleared for linear mapping by Ard Biesheuvel · 9 years ago
  26. 9c4e08a arm64: mm: allow sections for unaligned bases by Mark Rutland · 9 years ago
  27. cc5d2b3 arm64: mm: detect bad __create_mapping uses by Mark Rutland · 9 years ago
  28. 667c275 Revert "arm64: Mark kernel page ranges contiguous" by Catalin Marinas · 9 years ago
  29. 7142392 arm64: early_alloc: Fix check for allocation failure by Suzuki K. Poulose · 9 years ago
  30. 0b2aa5b arm64: Fix R/O permissions in mark_rodata_ro by Laura Abbott · 9 years ago
  31. 4fee9f3 arm64: mm: use correct mapping granularity under DEBUG_RODATA by Ard Biesheuvel · 9 years ago
  32. 9a17a21 arm64: mmu: make split_pud and fixup_executable static by Jisheng Zhang · 9 years ago
  33. fb226c3 arm64: fix R/O permissions of FDT mapping by Ard Biesheuvel · 9 years ago
  34. b219545 arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulation by Ard Biesheuvel · 9 years ago
  35. b433dce arm64: Handle section maps for swapper/idmap by Suzuki K. Poulose · 9 years ago
  36. 348a65c arm64: Mark kernel page ranges contiguous by Jeremy Linton · 9 years ago
  37. 8e63d38 arm64: flush: use local TLB and I-cache invalidation by Will Deacon · 9 years ago
  38. c53e0ba arm64: mm: mark create_mapping as __init by Mark Rutland · 9 years ago
  39. b08d464 arm64: remove dead code by Mark Salter · 9 years ago
  40. 1e43ba9 arm64: fix incorrect use of pgprot_t variable by Ard Biesheuvel · 10 years ago
  41. 61bd93c arm64: use fixmap region for permanent FDT mapping by Ard Biesheuvel · 10 years ago
  42. 714d8e7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  43. 9f25e6a arm64: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  44. dd006da arm64: mm: increase VA range of identity map by Ard Biesheuvel · 10 years ago
  45. b63dbef arm64: fixmap: check idx is definitely valid by Mark Rutland · 10 years ago
  46. 4108935 arm64: Fix section mismatch on alloc_init_p[mu]d() by Catalin Marinas · 10 years ago
  47. a1c7657 arm64: mm: use *_sect to check for section maps by Mark Rutland · 10 years ago
  48. a3bba37 arm64: drop unnecessary cache+tlb maintenance by Mark Rutland · 10 years ago
  49. 523d6e9 arm64:mm: free the useless initial page table by zhichang.yuan · 10 years ago
  50. 60305db arm64/efi: move virtmap init to early initcall by Ard Biesheuvel · 10 years ago
  51. da14170 arm64: add better page protections to arm64 by Laura Abbott · 10 years ago
  52. 26a945c arm64: remove broken cachepolicy code by Mark Rutland · 10 years ago
  53. 9679be1 arm64/efi: remove idmap manipulations from UEFI code by Ard Biesheuvel · 10 years ago
  54. 8ce837c arm64/mm: add create_pgd_mapping() to create private page tables by Ard Biesheuvel · 10 years ago
  55. e1e1fdd arm64/mm: add explicit struct_mm argument to __create_mapping() by Ard Biesheuvel · 10 years ago
  56. af86e59 arm64: Factor out fixmap initialization from ioremap by Laura Abbott · 10 years ago
  57. 4ee2098 arm64: fix data type for physical address by Min-Hua Chen · 10 years ago
  58. 3dec0fe arm64: Fix memblock current_limit with 64K pages and 48-bit VA by Catalin Marinas · 10 years ago
  59. fe18406 arm64: LLVMLinux: Fix inline arm64 assembly for use with clang by Mark Charlebois · 10 years ago
  60. c79b954 arm64: mm: Implement 4 levels of translation tables by Jungseok Lee · 11 years ago
  61. cc07aab Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into next by Linus Torvalds · 11 years ago
  62. c3c55a0 Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  63. 206a2a7 arm64: mm: Create gigabyte kernel logical mappings where possible by Steve Capper · 11 years ago
  64. a501e32 arm64: Clean up the default pgprot setting by Catalin Marinas · 11 years ago
  65. da6e4cb arm64: Fix for the arm64 kern_addr_valid() function by Dave Anderson · 11 years ago
  66. d7ecbdd arm64: Add function to create identity mappings by Mark Salter · 11 years ago
  67. bf4b558 arm64: add early_ioremap support by Mark Salter · 11 years ago
  68. 0bf757c arm64: initialize pgprot info earlier in boot by Mark Salter · 11 years ago
  69. a55f992 arm64: Invalidate the TLB when replacing pmd entries during boot by Catalin Marinas · 11 years ago
  70. e25208f arm64: Fix mapping of memory banks not ending on a PMD_SIZE boundary by Catalin Marinas · 11 years ago
  71. aa729dc Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/linux into upstream-hugepages by Catalin Marinas · 12 years ago
  72. f6bc87c ARM64: mm: Restore memblock limit when map_mem finished. by Steve Capper · 12 years ago
  73. 7249b79 arm64: Do not flush the D-cache for anonymous pages by Catalin Marinas · 12 years ago
  74. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 12 years ago
  75. d17cfb3 ARM64: early_printk: Fix check for CONFIG_ARM64_64K_PAGES by Ben Hutchings · 12 years ago
  76. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 12 years ago
  77. 2475ff9 arm64: Add simple earlyprintk support by Catalin Marinas · 12 years ago
  78. c1cc155 arm64: MMU initialisation by Catalin Marinas · 13 years ago