1. deb2a1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  2. c2c93e5 arm64: mm: Introduce PTE_WRITE by Steve Capper · 11 years ago
  3. 44b6dfc arm64: mm: Remove PTE_BIT_FUNC macro by Steve Capper · 11 years ago
  4. ac525f5 arm64: fix build error if DMA_CMA is enabled by Pankaj Dubey · 11 years ago
  5. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  6. 7ebd3fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  7. 82b5173 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  8. 6ffbe7d Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  9. 4180442 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  10. 8b6d79f Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  11. 4ce00df Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache" by Catalin Marinas · 11 years ago
  12. ab53f22 Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/linux-kvm-arm into kvm-queue by Paolo Bonzini · 11 years ago
  13. 1c62448 Merge tag 'v3.13-rc8' into core/locking by Ingo Molnar · 11 years ago
  14. 47933ad arch: Introduce smp_load_acquire(), smp_store_release() by Peter Zijlstra · 11 years ago
  15. 9732caf arm64, jump label: optimize jump label implementation by Jiang Liu · 11 years ago
  16. 5c5bf25 arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functions by Jiang Liu · 11 years ago
  17. c84fced arm64: move encode_insn_immediate() from module.c to insn.c by Jiang Liu · 11 years ago
  18. ae16480 arm64: introduce interfaces to hotpatch kernel and module code by Jiang Liu · 11 years ago
  19. b11a64a arm64: introduce basic aarch64 instruction decoding helpers by Jiang Liu · 11 years ago
  20. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  21. da91747 Merge branch 'kvm-arm64/for-3.14' into kvm-arm64/next by Marc Zyngier · 11 years ago
  22. e28100b arm64: KVM: Support X-Gene guest VCPU on APM X-Gene host by Anup Patel · 11 years ago
  23. da78147 arm64: KVM: Add Kconfig option for max VCPUs per-Guest by Anup Patel · 11 years ago
  24. 39735a3 ARM/KVM: save and restore generic timer registers by Andre Przywara · 11 years ago
  25. 4203d0e Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  26. 0a5be74 Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstream by Catalin Marinas · 11 years ago
  27. 6ac2104 arm64: Enable CMA by Laura Abbott · 11 years ago
  28. 4bff28c arm64: Add hwcaps for crypto and CRC32 extensions. by Steve Capper · 11 years ago
  29. 148eb0a arm64: drop redundant macros from read_cpuid() by Ard Biesheuvel · 11 years ago
  30. 60010e5 arm64: cmpxchg: update macros to prevent warnings by Mark Hambleton · 11 years ago
  31. ee6214c arm64: support single-step and breakpoint handler hooks by Sandeepa Prabhu · 11 years ago
  32. 7bc13fd arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUs by Will Deacon · 11 years ago
  33. 4da7a56 arm64: futex: ensure .fixup entries are sufficiently aligned by Will Deacon · 11 years ago
  34. 12a0ef7 arm64: use generic strnlen_user and strncpy_from_user functions by Will Deacon · 11 years ago
  35. 7158627 arm64: percpu: implement optimised pcpu access using tpidr_el1 by Will Deacon · 11 years ago
  36. e26db3f arm64: Correct virt_addr_valid by Laura Abbott · 11 years ago
  37. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago
  39. 1f85008 arm64: enable generic clockevent broadcast by Lorenzo Pieralisi · 11 years ago
  40. 9532252 arm64: kernel: cpu_{suspend/resume} implementation by Lorenzo Pieralisi · 11 years ago
  41. 6732bc6 arm64: kernel: suspend/resume registers save/restore by Lorenzo Pieralisi · 11 years ago
  42. 976d7d3 arm64: kernel: build MPIDR_EL1 hash function data structure by Lorenzo Pieralisi · 11 years ago
  43. b058450 arm64: kernel: add MPIDR_EL1 accessors macros by Lorenzo Pieralisi · 11 years ago
  44. 4fda342 arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappings by Santosh Shilimkar · 11 years ago
  45. 02ab71c xen/arm64: do not call the swiotlb functions twice by Stefano Stabellini · 11 years ago
  46. db4ed53 arm64: mm: Fix PMD_SECT_PROT_NONE definition by Steve Capper · 11 years ago
  47. 2f7dc60 arm64: Fix memory shareability attribute for ioremap_wc/cache by Catalin Marinas · 11 years ago
  48. 3676f9e arm64: Move PTE_PROT_NONE higher up by Catalin Marinas · 11 years ago
  49. 4f00130 arm64: Use Normal NonCacheable memory for writecombine by Catalin Marinas · 11 years ago
  50. b3bf6aa arm64: Unmask asynchronous aborts when in kernel mode by Catalin Marinas · 11 years ago
  51. 4007162 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  52. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  53. eda670c Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  54. d97a229 arm64: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  55. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  56. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  57. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  58. 8709382 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  59. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  60. ede5822 Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into kvm-next by Paolo Bonzini · 11 years ago
  61. 6da8ae5 Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-next by Paolo Bonzini · 11 years ago
  62. aed3a4e ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h" by Chen Gang · 11 years ago
  63. ffc555b arm,arm64/include/asm/io.h: define struct bio_vec by Stefano Stabellini · 11 years ago
  64. ce94fe9 arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpu by Marc Zyngier · 11 years ago
  65. 6d89d2d arm/arm64: KVM: MMIO support for BE guest by Marc Zyngier · 12 years ago
  66. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  67. 847264fb arm64: Use 42-bit address space with 64K pages by Catalin Marinas · 11 years ago
  68. c04e8e2 arm64: allow ioremap_cache() to use existing RAM mappings by Mark Salter · 11 years ago
  69. d241aac arm64: KVM: Yield CPU when vcpu executes a WFE by Marc Zyngier · 11 years ago
  70. 5bb3398 Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-queue by Paolo Bonzini · 11 years ago
  71. 4a12cae7 arm64: Fix the endianness of arch_spinlock_t by Catalin Marinas · 11 years ago
  72. 828e983 arm64: head: create a new function for setting the boot_cpu_mode flag by Matthew Leach · 11 years ago
  73. e68beda arm64: asm: add CPU_LE & CPU_BE assembler helpers by Matthew Leach · 11 years ago
  74. 55b8954 arm64: compat: correct register concatenation for syscall wrappers by Matthew Leach · 11 years ago
  75. a795a38 arm64: compat: add support for big-endian (BE8) AArch32 binaries by Will Deacon · 11 years ago
  76. 5436b5c arm64: ELF: add support for big-endian executables by Will Deacon · 11 years ago
  77. c194520 arm64: big-endian: fix byteorder include by Will Deacon · 11 years ago
  78. 3d1975b arm,arm64: do not always merge biovec if we are running on Xen by Stefano Stabellini · 11 years ago
  79. 7100b07 xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/device by Stefano Stabellini · 11 years ago
  80. 9327e2c arm64: add CPU_HOTPLUG infrastructure by Mark Rutland · 11 years ago
  81. e8765b2 arm64: read enable-method for CPU0 by Mark Rutland · 11 years ago
  82. 652af89 arm64: factor out spin-table boot method by Mark Rutland · 11 years ago
  83. cd1aebf arm64: reorganise smp_enable_ops by Mark Rutland · 11 years ago
  84. 00ef54b arm64: unify smp_psci.c and psci.c by Mark Rutland · 11 years ago
  85. cf10b79 arm64: cmpxchg: implement cmpxchg64_relaxed by Will Deacon · 11 years ago
  86. 5686b06 arm64: lockref: add support for lockless lockrefs using cmpxchg by Will Deacon · 11 years ago
  87. 52ea2a5 arm64: locks: introduce ticket-based spinlock implementation by Will Deacon · 11 years ago
  88. 7b22c03 arm64: check for number of arguments in syscall_get/set_arguments() by AKASHI Takahiro · 11 years ago
  89. 79c6488 arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU by Marc Zyngier · 11 years ago
  90. ad361f0 KVM: ARM: Support hugetlbfs backed huge pages by Christoffer Dall · 12 years ago
  91. 13acfd5 Powerpc KVM work is based on a commit after rc4. by Gleb Natapov · 11 years ago
  92. d570142 Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm-arm into next by Gleb Natapov · 11 years ago
  93. ef0cfe7 KVM: arm64: Get rid of KVM_HPAGE defines by Christoffer Dall · 11 years ago
  94. 5116b1d of: remove empty arch prom.h headers by Rob Herring · 11 years ago
  95. d6fe76c xen: introduce xen_alloc/free_coherent_pages by Stefano Stabellini · 11 years ago
  96. 58c8b26 arm64/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_domain by Stefano Stabellini · 11 years ago
  97. 25b719d arm64: define DMA_ERROR_CODE by Stefano Stabellini · 11 years ago
  98. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  99. 473bdc0 ARM64: KVM: Implement kvm_vcpu_preferred_target() function by Anup Patel · 11 years ago
  100. 46efe54 ARM64: arch_timer: add support to configure and enable event stream by Sudeep KarkadaNagesha · 11 years ago