1. 67843bb Merge 4.9.169 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  2. da6c493 arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear region by Yueyi Li · 5 years ago
  3. a925dfb Merge 4.9.125 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. a963711 arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() by Greg Hackmann · 6 years ago
  5. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  6. e8d77bd arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups by Johannes Weiner · 6 years ago
  7. cb7518e Merge 4.9.72 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  8. bb95f1c arm64: Initialise high_memory global variable earlier by Steve Capper · 7 years ago
  9. f8fee94e UPSTREAM: arm64: Use __pa_symbol for kernel symbols by Laura Abbott · 7 years ago
  10. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  11. 91d8631 ANDROID: arm64: check for upper PAGE_SHIFT bits in pfn_valid() by Greg Hackmann · 10 years ago
  12. 1fd1e6c swiotlb: Convert swiotlb_force from int to enum by Geert Uytterhoeven · 8 years ago
  13. 776c2b2 arm64: Fix swiotlb fallback allocation by Alexander Graf · 7 years ago
  14. f7881bd arm64: remove pr_cont abuse from mem_init by Mark Rutland · 8 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. cb0a650 arm64:acpi: fix the acpi alignment exception when 'mem=' specified by Dennis Chen · 8 years ago
  18. 9fdc14c5 arm64: mm: fix location of _etext by Ard Biesheuvel · 8 years ago
  19. ea2cbee arm64: mm: simplify memblock numa node extraction by Mark Rutland · 8 years ago
  20. b67a8b2 arm64: mm: only initialize swiotlb when necessary by Jisheng Zhang · 8 years ago
  21. 9974723 arm64: mm: Show bss segment in kernel memory layout by Kefeng Wang · 8 years ago
  22. d32351c arm64: mm: make pr_cont() per line in Virtual kernel memory layout by Kefeng Wang · 8 years ago
  23. 1a2db30 arm64, numa: Add NUMA support for arm64 platforms. by Ganapatrao Kulkarni · 8 years ago
  24. 3e1907d arm64: mm: move vmemmap region right below the linear region by Ard Biesheuvel · 8 years ago
  25. d386825 arm64: mm: free __init memory via the linear mapping by Ard Biesheuvel · 8 years ago
  26. 177e15f arm64: add the initrd region to the linear mapping explicitly by Ard Biesheuvel · 8 years ago
  27. 2958987 arm64/mm: ensure memstart_addr remains sufficiently aligned by Ard Biesheuvel · 8 years ago
  28. 9d85460 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  29. f09f1ba arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_cont() by Catalin Marinas · 8 years ago
  30. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  31. 6d2aa549de arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenly by Ard Biesheuvel · 8 years ago
  32. 020d044 arm64: mm: treat memstart_addr as a signed quantity by Ard Biesheuvel · 8 years ago
  33. a6e1f72 arm64: mm: list kernel sections in order by Ard Biesheuvel · 8 years ago
  34. dfd55ad arm64: vmemmap: use virtual projection of linear region by Ard Biesheuvel · 8 years ago
  35. 2f39b5f arm64: mm: Mark .rodata as RO by Jeremy Linton · 8 years ago
  36. b7dc8d1 arm64/mm: remove unnecessary boundary check by Miles Chen · 8 years ago
  37. c031a42 arm64: kaslr: randomize the linear region by Ard Biesheuvel · 8 years ago
  38. a7f8de1 arm64: allow kernel Image to be loaded anywhere in physical memory by Ard Biesheuvel · 8 years ago
  39. a89dea5 arm64: defer __va translation of initrd_start and initrd_end by Ard Biesheuvel · 8 years ago
  40. f904077 arm64: move kernel image to base of vmalloc area by Ard Biesheuvel · 8 years ago
  41. 129b985 Merge branch 'aarch64/efi' into aarch64/for-next/core by Will Deacon · 9 years ago
  42. 9aa4ec1 arm64: mm: fold alternatives into .init by Mark Rutland · 9 years ago
  43. 68709f4 arm64: only consider memblocks with NOMAP cleared for linear mapping by Ard Biesheuvel · 9 years ago
  44. a7c61a3 arm64: add __init/__initdata section marker to some functions/variables by Jisheng Zhang · 9 years ago
  45. 86a5906 arm64: Fix build with CONFIG_ZONE_DMA=n by Robin Murphy · 9 years ago
  46. ee7f881 ARM64: kasan: print memory assignment by Linus Walleij · 9 years ago
  47. 662ba3d arm64: mm: add __init section marker to free_initrd_mem by Wang Long · 9 years ago
  48. b9bcc91 arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAP by Dave P Martin · 9 years ago
  49. 61bd93c arm64: use fixmap region for permanent FDT mapping by Ard Biesheuvel · 9 years ago
  50. 24bbd92 of/fdt: split off FDT self reservation from memreserve processing by Ard Biesheuvel · 9 years ago
  51. 36dd908 arm64: add support for memtest by Vladimir Murzin · 9 years ago
  52. a1e50a8 arm64: Increase the swiotlb buffer size 64MB by Catalin Marinas · 9 years ago
  53. 6b00f7e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  54. aa03c42 arm64: Fix overlapping VA allocations by Mark Rutland · 9 years ago
  55. da14170 arm64: add better page protections to arm64 by Laura Abbott · 9 years ago
  56. 6083fe74 arm64: respect mem= for EFI by Mark Rutland · 9 years ago
  57. 0145058 arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd to be page aligned" by Catalin Marinas · 9 years ago
  58. e039ee4 arm64: add alternative runtime patching by Andre Przywara · 10 years ago
  59. 6325e94 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  60. d5d1689 Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  61. 421520b ARM: 8167/1: extend the reserved memory for initrd to be page aligned by Yalin Wang · 10 years ago
  62. a6583c7 arm64:mm: initialize max_mapnr using function set_max_mapnr by Ganapatrao Kulkarni · 10 years ago
  63. 0ceac9e efi/arm64: Fix fdt-related memory reservation by Mark Salter · 10 years ago
  64. 86c8b27 arm64: ignore DT memreserve entries when booting in UEFI mode by Leif Lindholm · 10 years ago
  65. 5167d09 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  66. 0837519 arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITS by Catalin Marinas · 10 years ago
  67. d50314a arm64: Create non-empty ZONE_DMA when DRAM starts above 4GB by Catalin Marinas · 10 years ago
  68. bd00cd5 arm64: place initial page tables above the kernel by Mark Rutland · 10 years ago
  69. 2d5a561 arm64: Limit the CMA buffer to 32-bit if ZONE_DMA by Catalin Marinas · 10 years ago
  70. d1552ce of/fdt: move memreserve and dtb memory reservations into core by Rob Herring · 10 years ago
  71. b9f2b21 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  72. 9bf14b7 arm64: add support for reserved memory defined by device tree by Marek Szyprowski · 10 years ago
  73. 3690951 arm64: Use swiotlb late initialisation by Catalin Marinas · 10 years ago
  74. 19e7640 arm64: Replace ZONE_DMA32 with ZONE_DMA by Catalin Marinas · 10 years ago
  75. 6ac2104 arm64: Enable CMA by Laura Abbott · 11 years ago
  76. e2d1c99 arm64: remove unnecessary prom.h include by Rob Herring · 11 years ago
  77. ec2eaa7 arm64: set initrd_start/initrd_end for fdt scan by Rob Herring · 11 years ago
  78. 374d5c9 of: Specify initrd location using 64-bit by Santosh Shilimkar · 11 years ago
  79. 6879ea8 mm/microblaze: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  80. bee4ebd mm/ARM64: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  81. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  82. 9af5b80 mm/ARM64: kill poison_init_mem() by Jiang Liu · 11 years ago
  83. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  84. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  85. 83db038 mm/ARM: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  86. 938edf5 arm64: mm: update max_dma32 before calculating size of NORMAL zone by Will Deacon · 12 years ago
  87. f483a85 arm64: mm: fix booting on systems with no memory below 4GB by Will Deacon · 12 years ago
  88. 27222a3 arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size() by Catalin Marinas · 12 years ago
  89. c1cc155 arm64: MMU initialisation by Catalin Marinas · 12 years ago