1. 031e6e6 arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flags by Steve Capper · 6 years ago
  2. 469ed9d arm64: hugetlb: Fix handling of young ptes by Steve Capper · 6 years ago
  3. fac880c arm64: fix erroneous warnings in page freeing functions by Mark Rutland · 6 years ago
  4. 6ada4e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  5. d834c5a kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous() by Marek Szyprowski · 6 years ago
  6. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  7. edb0a20 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  8. 5ad356e arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() by Greg Hackmann · 6 years ago
  9. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  10. 2c20443 Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  11. 203b4fc Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  12. 1035a07 arm64 / ACPI: clean the additional checks before calling ghes_notify_sea() by Dongjiu Geng · 6 years ago
  13. 8b11ec1 mm: do not initialize TLB stack vma's with vma_init() by Linus Torvalds · 6 years ago
  14. 864af0d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  15. c515710 arm64: mm: Export __sync_icache_dcache() for xen-privcmd by Ben Hutchings · 7 years ago
  16. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
  17. 7b0eb6b arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups by Johannes Weiner · 6 years ago
  18. 25be597 arm64: kill config_sctlr_el1() by Mark Rutland · 7 years ago
  19. bedbeec arm64: mm: Export __flush_icache_range() to modules by Will Deacon · 7 years ago
  20. 97fd601 arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap by Sudeep Holla · 7 years ago
  21. ec28bb9 arm64: Implement page table free interfaces by Chintan Pandya · 7 years ago
  22. f355152 Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into aarch64/for-next/core by Will Deacon · 7 years ago
  23. 3b8c9f1 arm64: IPI each CPU after invalidating the I-cache for kernel mappings by Will Deacon · 7 years ago
  24. 785a19f ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 7 years ago
  25. 90aff8d ARM64: dump: Convert to use DEFINE_SHOW_ATTRIBUTE macro by Peng Donglin · 7 years ago
  26. 71c8fc0 arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenance by Will Deacon · 7 years ago
  27. dd65a94 arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag by Marek Szyprowski · 7 years ago
  28. d7dc899 treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX by Stefan Agner · 7 years ago
  29. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  30. 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  31. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  32. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  33. 82034c2 arm64: Make sure permission updates happen for pmd/pud by Laura Abbott · 7 years ago
  34. c870f14 arm64: Unify kernel fault reporting by Mark Rutland · 7 years ago
  35. 969e61b arm64: make is_permission_fault() name clearer by Mark Rutland · 7 years ago
  36. cc19846 arm64: fault: Don't leak data in ESR context for user fault on kernel VA by Peter Maydell · 7 years ago
  37. ebc7e21 arm64: Increase ARCH_DMA_MINALIGN to 128 by Catalin Marinas · 7 years ago
  38. 15b28bb dma-debug: move initialization to common code by Christoph Hellwig · 7 years ago
  39. 05c5875 arm64: To remove initrd reserved area entry from memblock by CHANDAN VN · 7 years ago
  40. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  41. 907e21c arm64: mm: drop addr parameter from sync icache and dcache by Shaokun Zhang · 7 years ago
  42. 800cb2e arm64: kasan: avoid pfn_to_nid() before page array is initialized by Mark Rutland · 7 years ago
  43. 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 7 years ago
  44. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  45. 3f251cf Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)" by Will Deacon · 7 years ago
  46. 05abb59 arm64: Delay enabling hardware DBM feature by Suzuki K Poulose · 7 years ago
  47. c0cda3b arm64: capabilities: Update prototype for enable call back by Dave Martin · 7 years ago
  48. b6bdb75 mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 7 years ago
  49. af40ff6 arm64: signal: Ensure si_code is valid for all fault signals by Dave Martin · 7 years ago
  50. 6ae4b6e arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC by Shanker Donthineni · 7 years ago
  51. e03e61c arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=y by Will Deacon · 7 years ago
  52. 1f85b42 arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size) by Catalin Marinas · 7 years ago
  53. 92ff067 arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info by Will Deacon · 7 years ago
  54. 1049c30 arm64: Pass user fault info to arm64_notify_die instead of printing it by Will Deacon · 7 years ago
  55. 753e8ab arm64: mm: fix thinko in non-global page table attribute check by Ard Biesheuvel · 7 years ago
  56. 15122ee arm64: Enforce BBM for huge IO/VMAP mappings by Will Deacon · 7 years ago
  57. 20a004e arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables by Will Deacon · 7 years ago
  58. 2ce77f6 arm64: proc: Set PTE_NG for table entries to avoid traversing them twice by Will Deacon · 7 years ago
  59. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  60. c013632 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  61. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  62. 917538e kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage by Andrey Konovalov · 7 years ago
  63. 30d88c0 arm64: entry: Apply BP hardening for suspicious interrupts from EL0 by Will Deacon · 7 years ago
  64. 5dfc6ed arm64: entry: Apply BP hardening for high-priority synchronous exceptions by Will Deacon · 7 years ago
  65. 51369e3 arm64: Make USER_DS an inclusive limit by Robin Murphy · 7 years ago
  66. 439e70e arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives by Will Deacon · 7 years ago
  67. fa0465f arm64: assembler: Change order of macro arguments in phys_to_ttbr by Will Deacon · 7 years ago
  68. f992b4d arm64: kpti: Add ->enable callback to remap swapper using nG mappings by Will Deacon · 7 years ago
  69. 4e60205 arm64: mm: Permit transitioning from Global to Non-Global without BBM by Will Deacon · 7 years ago
  70. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  71. 7bf14c2 Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Radim Krčmář · 7 years ago
  72. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  73. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  74. 0aebc6a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  75. ec89ab5 arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mm by Steve Capper · 7 years ago
  76. a8e4c0a arm64: Move BP hardening to check_and_switch_context by Marc Zyngier · 7 years ago
  77. e9eaa80 arm64: mm: ignore memory above supported physical address size by Kristina Martsenko · 7 years ago
  78. 0482b50 arm64: mm: Add additional parameter to uaccess_ttbr0_disable by Christoffer Dall · 7 years ago
  79. 6b88a32 arm64: kpti: Fix the interaction between ASID switching and software PAN by Catalin Marinas · 7 years ago
  80. 68ddbf0 arm64: kernel: Prepare for a DISR user by James Morse · 7 years ago
  81. 7a00d68 arm64: sysreg: Move to use definitions for all the SCTLR bits by James Morse · 7 years ago
  82. 071929d arm64: Stop printing the virtual memory layout by Laura Abbott · 7 years ago
  83. 0d8488a arm64: use swiotlb_alloc and swiotlb_free by Christoph Hellwig · 7 years ago
  84. ad67f5a arm64: replace ZONE_DMA with ZONE_DMA32 by Christoph Hellwig · 7 years ago
  85. b7da409 arm64: rename swiotlb_dma_ops by Christoph Hellwig · 7 years ago
  86. 0370b31 arm64: Extend early page table code to allow for larger kernels by Steve Capper · 7 years ago
  87. 83f8ee3 arm64: mmu: add the entry trampolines start/end section markers into sections.h by James Morse · 7 years ago
  88. 6d99b68 arm64: alternatives: use tpidr_el2 on VHE hosts by James Morse · 7 years ago
  89. 526c3dd signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS by Eric W. Biederman · 7 years ago
  90. ea8c64a dma-mapping: move swiotlb arch helpers to a new header by Christoph Hellwig · 7 years ago
  91. 448fadc arm64: mm: Add additional parameter to uaccess_ttbr0_enable by Christoffer Dall · 7 years ago
  92. 24b6d41 mm: pass the vmem_altmap to vmemmap_free by Christoph Hellwig · 7 years ago
  93. 7b73d97 mm: pass the vmem_altmap to vmemmap_populate by Christoph Hellwig · 7 years ago
  94. 0f15adb arm64: Add skeleton to harden the branch predictor against aliasing attacks by Will Deacon · 7 years ago
  95. 95e3de3 arm64: Move post_ttbr_update_workaround to C code by Marc Zyngier · 7 years ago
  96. 4fee947 arm64: KVM: Add invalidate_icache_range helper by Marc Zyngier · 7 years ago
  97. a8ffaaa arm64: asid: Do not replace active_asids if already 0 by Catalin Marinas · 7 years ago
  98. 1f911c3 Merge branch 'for-next/52-bit-pa' into for-next/core by Catalin Marinas · 7 years ago
  99. fa2a844 arm64: allow ID map to be extended to 52 bits by Kristina Martsenko · 7 years ago
  100. 1933830 arm64: don't open code page table entry creation by Kristina Martsenko · 7 years ago