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. 235aeaf arm64: Save and restore OSDLR_EL1 across suspend/resume by Jean-Philippe Brucker · 5 years ago
  4. 9013154 Merge 4.9.174 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  5. ee254b4 arm64: mm: don't print out page table entries on EL0 faults by Kristina Martsenko · 7 years ago
  6. 9cec5be arm64: mm: print out correct page table entries by Kristina Martsenko · 7 years ago
  7. df21425 arm64: proc: Set PTE_NG for table entries to avoid traversing them twice by Will Deacon · 6 years ago
  8. b46a4c2 arm64: kasan: avoid bad virt_to_pfn() by Mark Rutland · 7 years ago
  9. 67843bb Merge 4.9.169 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  10. da6c493 arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear region by Yueyi Li · 6 years ago
  11. 417da48 Merge 4.9.168 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  12. cc785dc arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals by Will Deacon · 5 years ago
  13. a925dfb Merge 4.9.125 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  14. a963711 arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() by Greg Hackmann · 6 years ago
  15. 681e57b Merge 4.9.121 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  16. 6e6b637 ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 6 years ago
  17. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  18. e8d77bd arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups by Johannes Weiner · 6 years ago
  19. 03c70fe Merge 4.9.111 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  20. fb6786c arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenance by Will Deacon · 6 years ago
  21. 39c8566 Merge 4.9.100 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  22. b8c3208 arm64: Add work around for Arm Cortex-A55 Erratum 1024718 by Suzuki K Poulose · 6 years ago
  23. 0ec3713 UPSTREAM: arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctx by Mark Rutland · 8 years ago
  24. b4c14c2 Merge tag 'v4.9.95' into android-4.9.95 by Greg Hackmann · 6 years ago
  25. 34dc20b arm64: entry: Apply BP hardening for suspicious interrupts from EL0 by Mark Rutland · 6 years ago
  26. e7c3b24 arm64: entry: Apply BP hardening for high-priority synchronous exceptions by Mark Rutland · 6 years ago
  27. bfaccecc arm64: Move BP hardening to check_and_switch_context by Mark Rutland · 6 years ago
  28. 4732001 arm64: Add skeleton to harden the branch predictor against aliasing attacks by Mark Rutland · 6 years ago
  29. 20bcfe0 arm64: Move post_ttbr_update_workaround to C code by Mark Rutland · 6 years ago
  30. 965924e arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro by Mark Rutland · 6 years ago
  31. c910086 arm64: Make USER_DS an inclusive limit by Mark Rutland · 6 years ago
  32. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  33. 50f4803 arm64: kernel: restrict /dev/mem read() calls to linear region by Ard Biesheuvel · 7 years ago
  34. 05baf14 Merge tag 'v4.9.93' into android-4.9 by Greg Hackmann · 6 years ago
  35. 574e44d arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives by Will Deacon · 6 years ago
  36. 4025fe1 arm64: kpti: Add ->enable callback to remap swapper using nG mappings by Will Deacon · 6 years ago
  37. 9675042 arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 6 years ago
  38. 1809afd arm64: mm: Map entry trampoline into trampoline and kernel page tables by Will Deacon · 6 years ago
  39. 8919d31 arm64: mm: Allocate ASIDs in pairs by Will Deacon · 6 years ago
  40. 984e60a arm64: mm: Move ASID from TTBR0 to TTBR1 by Will Deacon · 6 years ago
  41. bb94f9d Merge 4.9.91 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  42. 9c7f7bd mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 6 years ago
  43. a9d0273 Merge 4.9.84 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  44. fd2e662 arm64: fix warning about swapper_pg_dir overflow by Arnd Bergmann · 6 years ago
  45. 8788313 FROMLIST: arm64: kpti: Fix the interaction between ASID switching and software PAN by Catalin Marinas · 6 years ago
  46. 95bfec6 FROMLIST: arm64: Move post_ttbr_update_workaround to C code by Marc Zyngier · 6 years ago
  47. 06fe41f UPSTREAM: arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 7 years ago
  48. 5e54c4b UPSTREAM: arm64: mm: Map entry trampoline into trampoline and kernel page tables by Will Deacon · 7 years ago
  49. 5914b11 UPSTREAM: arm64: mm: Allocate ASIDs in pairs by Will Deacon · 7 years ago
  50. 599c71f UPSTREAM: arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN by Will Deacon · 7 years ago
  51. 071a49f UPSTREAM: arm64: mm: Rename post_ttbr0_update_workaround by Will Deacon · 7 years ago
  52. a72dd8a UPSTREAM: arm64: mm: Move ASID from TTBR0 to TTBR1 by Will Deacon · 7 years ago
  53. cb7518e Merge 4.9.72 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  54. bb95f1c arm64: Initialise high_memory global variable earlier by Steve Capper · 7 years ago
  55. f8fee94e UPSTREAM: arm64: Use __pa_symbol for kernel symbols by Laura Abbott · 7 years ago
  56. a6d71ba Merge 4.9.62 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  57. dea9c75 arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA by Will Deacon · 7 years ago
  58. 379e3b2 Merge 4.9.53 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  59. d49527e arm64: fault: Route pte translation faults via do_translation_fault by Will Deacon · 7 years ago
  60. 6cd2127 Merge 4.9.47 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  61. 509d8b5 arm64: mm: abort uaccess retries upon fatal signal by Mark Rutland · 7 years ago
  62. e6b0c64f Merge 4.9.41 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  63. e95ec35 arm64: mm: fix show_pte KERN_CONT fallout by Mark Rutland · 7 years ago
  64. 44e63be Merge 4.9.22 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  65. 3715dbf arm64: mm: unaligned access by user-land should be received as SIGBUS by Victor Kamensky · 7 years ago
  66. 45e0d34 arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB by Robin Murphy · 7 years ago
  67. a812304 arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB by Robin Murphy · 7 years ago
  68. 27b729b UPSTREAM: arm64: Handle faults caused by inadvertent user access with PAN enabled by Catalin Marinas · 8 years ago
  69. cfa9377 BACKPORT: arm64: Disable TTBR0_EL1 during normal kernel execution by Catalin Marinas · 8 years ago
  70. 2375913 UPSTREAM: arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro by Catalin Marinas · 8 years ago
  71. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  72. 7663ed4 ANDROID: arm64: pass return address to dma_common_contiguous_remap by Jin Qian · 9 years ago
  73. 91d8631 ANDROID: arm64: check for upper PAGE_SHIFT bits in pfn_valid() by Greg Hackmann · 10 years ago
  74. 1fd1e6c swiotlb: Convert swiotlb_force from int to enum by Geert Uytterhoeven · 8 years ago
  75. 776c2b2 arm64: Fix swiotlb fallback allocation by Alexander Graf · 7 years ago
  76. b90a617 arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flags by Huang Shijie · 7 years ago
  77. 2021e55 arm64: hugetlb: remove the wrong pmd check in find_num_contig() by Huang Shijie · 8 years ago
  78. 736aec9 arm64: hugetlb: fix the wrong address for several functions by Huang Shijie · 8 years ago
  79. 3f7a09f arm64/numa: fix incorrect log for memory-less node by Hanjun Guo · 8 years ago
  80. 26984c3 arm64/numa: fix pcpu_cpu_distance() to get correct CPU proximity by Yisheng Xie · 8 years ago
  81. f7881bd arm64: remove pr_cont abuse from mem_init by Mark Rutland · 8 years ago
  82. 7209c86 arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call by James Morse · 8 years ago
  83. 2a6dcb2 arm64: cpufeature: Schedule enable() calls instead of calling them via IPI by James Morse · 8 years ago
  84. 56e520c Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  85. 7af8a0f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  86. 6e0a166 Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu by Joerg Roedel · 8 years ago
  87. 0edfa83 arm64: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  88. fade1ec iommu/dma: Avoid PCI host bridge windows by Robin Murphy · 8 years ago
  89. 6ba3b55 arm64: use alternative auto-nop by Mark Rutland · 8 years ago
  90. 7ba5f60 arm64/numa: remove the limitation that cpu0 must bind to node0 by Zhen Lei · 8 years ago
  91. df7ffa3 arm64/numa: remove some useless code by Zhen Lei · 8 years ago
  92. 7af3a0a arm64/numa: support HAVE_SETUP_PER_CPU_AREA by Zhen Lei · 8 years ago
  93. f11c7ba arm64: numa: Use pr_fmt() by Kefeng Wang · 8 years ago
  94. 794224e arm64/numa: avoid inconsistent information to be printed by Zhen Lei · 8 years ago
  95. dae8c23 arm64: mm: drop fixup_init() and mm.h by Kefeng Wang · 8 years ago
  96. 744c6c3 arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1 by James Morse · 8 years ago
  97. 5ebe3a4 arm64: hibernate: Support DEBUG_PAGEALLOC by James Morse · 8 years ago
  98. b611303 arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmap by James Morse · 8 years ago
  99. cab15ce arm64: Introduce execute-only page access permissions by Catalin Marinas · 8 years ago
  100. 5a9e3e1 arm64: apply __ro_after_init to some objects by Jisheng Zhang · 8 years ago