1. 83863f2 arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC by Laura Abbott · 9 years ago
  2. 132233a arm64: Drop alloc function from create_mapping by Laura Abbott · 9 years ago
  3. afb83cc arm64: prefetch: add missing #include for spin_lock_prefetch by Will Deacon · 9 years ago
  4. 60e0a09 arm64: lib: patch in prfm for copy_page if requested by Andrew Pinski · 9 years ago
  5. 223e23e arm64: lib: improve copy_page to deal with 128 bytes at a time by Will Deacon · 9 years ago
  6. d5370f7 arm64: prefetch: add alternative pattern for CPUs without a prefetcher by Will Deacon · 9 years ago
  7. cd5e10b arm64: prefetch: don't provide spin_lock_prefetch with LSE by Will Deacon · 9 years ago
  8. 5e89c55 arm64: kernel: implement ACPI parking protocol by Lorenzo Pieralisi · 9 years ago
  9. 068a17a arm64: mm: create new fine-grained mappings at boot by Mark Rutland · 9 years ago
  10. fca082b arm64: ensure _stext and _etext are page-aligned by Mark Rutland · 9 years ago
  11. 11509a3 arm64: mm: allow passing a pgdir to alloc_init_* by Mark Rutland · 9 years ago
  12. cdef5f6 arm64: mm: allocate pagetables anywhere by Mark Rutland · 9 years ago
  13. f471044 arm64: mm: use fixmap when creating page tables by Mark Rutland · 9 years ago
  14. 961faac arm64: mm: add functions to walk tables in fixmap by Mark Rutland · 9 years ago
  15. 1e531cc arm64: mm: add __{pud,pgd}_populate by Mark Rutland · 9 years ago
  16. 316b39db arm64: mm: avoid redundant __pa(__va(x)) by Mark Rutland · 9 years ago
  17. dca56dc arm64: mm: add functions to walk page tables by PA by Mark Rutland · 9 years ago
  18. 053520f arm64: mm: move pte_* macros by Mark Rutland · 9 years ago
  19. c1a88e9 arm64: kasan: avoid TLB conflicts by Mark Rutland · 9 years ago
  20. 50e1881 arm64: mm: add code to safely replace TTBR1_EL1 by Mark Rutland · 9 years ago
  21. 609116d arm64: add function to install the idmap by Mark Rutland · 9 years ago
  22. 86ccce8 arm64: unmap idmap earlier by Mark Rutland · 9 years ago
  23. 9e8e865 arm64: unify idmap removal by Mark Rutland · 9 years ago
  24. 5227cfa arm64: mm: place empty_zero_page in bss by Mark Rutland · 9 years ago
  25. 21ab99c arm64: mm: specialise pagetable allocators by Mark Rutland · 9 years ago
  26. 8ab54ed Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  27. 1a1ebd5 irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor by Tirumalesh Chalamarla · 9 years ago
  28. afc6074 Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
  29. c17dfb0 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  30. df48ab3 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  31. 3e275c6 arm64: asm: Explicitly include linux/personality.h in asm/page.h by Mark Brown · 9 years ago
  32. 811d61e arm64: futex.h: Add missing PAN toggling by James Morse · 9 years ago
  33. 95f5c80 arm64: allow vmalloc regions to be set with set_memory_* by Ard Biesheuvel · 9 years ago
  34. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  35. aa5306a Merge tag 'vexpress-for-v4.5/fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into fixes by Olof Johansson · 9 years ago
  36. 43acf83 ARM64: tegra: Add chosen node for tegra132 norrin by Jon Hunter · 9 years ago
  37. aeb2ee5 arm64: dts: Add missing DMA Abort interrupt to Juno by Robin Murphy · 9 years ago
  38. 57adec8 arm64: mm: avoid calling apply_to_page_range on empty range by Mika Penttilä · 9 years ago
  39. 531d306 arm64: defconfig: updates for 4.5 by Will Deacon · 9 years ago
  40. 67dfa17 arm64: errata: Add -mpc-relative-literal-loads to build flags by dann frazier · 9 years ago
  41. 728dabd Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modules by William Cohen · 9 years ago
  42. b312202 arm64: Fix an enum typo in mm/dump.c by Masanari Iida · 9 years ago
  43. ac15bd6 arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings by Catalin Marinas · 9 years ago
  44. f436b2a arm64: kernel: fix architected PMU registers unconditional access by Lorenzo Pieralisi · 9 years ago
  45. 7b1af97 arm64: kasan: ensure that the KASAN zero page is mapped read-only by Ard Biesheuvel · 9 years ago
  46. 75feee3 arm64: hide __efistub_ aliases from kallsyms by Ard Biesheuvel · 9 years ago
  47. 6327f35 arm64: KVM: Fix guest dead loop when register accessor returns false by Shannon Zhao · 9 years ago
  48. 7769db9 arm64: KVM: Fix comments of the CP handler by Shannon Zhao · 9 years ago
  49. 9586a2e arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guests by Shannon Zhao · 9 years ago
  50. a7e0ac2 arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2 by Dave Martin · 9 years ago
  51. 8fc153c arm64: KVM: Fix AArch64 guest userspace exception injection by Marc Zyngier · 9 years ago
  52. 79d2453 Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  53. eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  54. 48189d6 net: hns: enet specifies a reference to dsaf by yankejian · 9 years ago
  55. 9638685 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  56. 03d7d12 Merge tag 'armsoc-defconfig64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  57. 62c79bb Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  58. 6d1c244 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  59. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  60. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  61. 48f58ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  62. 42ff712 arm64: bpf: add extra pass to handle faulty codegen by Zi Shen Lim · 9 years ago
  63. c94ae4f arm64: insn: remove BUG_ON from codegen by Zi Shen Lim · 9 years ago
  64. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  65. 05ee26d arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THP by Minchan Kim · 9 years ago
  66. b7ed934 arm64, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  67. 4e5448a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  68. b70ce2a dts: hisi: fixes no syscon fault when init mdio by yankejian · 9 years ago
  69. 8f0d3aa arm64: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 9 years ago
  70. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  71. 237f38c Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  72. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  73. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  74. c9bed1c Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  75. 01e9d22 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  76. 541d284 Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  77. fa5fd7c Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  78. fd072df arm64: define __smp_xxx by Michael S. Tsirkin · 9 years ago
  79. 90ff6a1 arm64: reuse asm-generic/barrier.h by Michael S. Tsirkin · 9 years ago
  80. 5f4900b Merge tag 'tegra-for-4.5-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into late/tegra by Olof Johansson · 9 years ago
  81. d0ac611 Merge tag 'tegra-for-4.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into late/tegra by Olof Johansson · 9 years ago
  82. 6660800 Merge branch 'devel-stable' into for-linus by Russell King · 9 years ago
  83. 21266be arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug by Dan Williams · 9 years ago
  84. 2a803c4 arm64: head.S: use memset to clear BSS by Mark Rutland · 9 years ago
  85. ee03353 arm64: entry: remove pointless SPSR mode check by Mark Rutland · 9 years ago
  86. 39b5be9 arm64: mm: move pgd_cache initialisation to pgtable_cache_init by Will Deacon · 9 years ago
  87. f930896 arm64: module: avoid undefined shift behavior in reloc_data() by Ard Biesheuvel · 9 years ago
  88. b24a557 arm64: module: fix relocation of movz instruction with negative immediate by Ard Biesheuvel · 9 years ago
  89. 598bcc6 Merge branches 'misc' and 'misc-rc6' into for-linus by Russell King · 9 years ago
  90. e679660 ARM: 8481/2: drivers: psci: replace psci firmware calls by Jens Wiklander · 9 years ago
  91. 1445745 ARM: 8480/2: arm64: add implementation for arm-smccc by Jens Wiklander · 9 years ago
  92. 06312f4 Merge tag 'arm32-efi-for-v4.5' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into devel-stable by Russell King · 9 years ago
  93. d07822a Merge tag 'xgene-dts-fixes-for-v4.5' of https://github.com/AppliedMicro/xgene-next into next/dt64 by Arnd Bergmann · 9 years ago
  94. d50a8b4 dts/ls2080a: Update DTSI to add support of SP805 WDT by Bhupesh Sharma · 9 years ago
  95. 9ebf47b arm64: dts: X-Gene v2: I2C1 clock is always on by Duc Dang · 9 years ago
  96. 0fe8588 arm64: dts: X-Gene v1: I2C0 clock is always on by Duc Dang · 9 years ago
  97. 93beff2 arm64: dts: Fix to use standard DT node names for X-Gene 1 and X-Gene 2 platforms by Duc Dang · 9 years ago
  98. 0ac0148 Merge tag 'v4.5-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt64 by Olof Johansson · 9 years ago
  99. a25682e Merge tag 'v4.4-next-kconfig' of https://github.com/mbgg/linux-mediatek into next/config64 by Olof Johansson · 9 years ago
  100. 4e9ab19 Merge tag 'v4.4-next-dts' of https://github.com/mbgg/linux-mediatek into next/dt by Olof Johansson · 9 years ago