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. f864b61 arm64: FIQs are unused by Nicolas Pitre · 11 years ago
  3. fb4a960 arm64: kernel: fix per-cpu offset restore on resume by Lorenzo Pieralisi · 11 years ago
  4. 82b5173 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  5. 883c057 arm64: fix typo in entry.S by Neil Zhang · 11 years ago
  6. 65c021b arm64: kernel: restore HW breakpoint registers in cpu_suspend by Lorenzo Pieralisi · 11 years ago
  7. 9732caf arm64, jump label: optimize jump label implementation by Jiang Liu · 11 years ago
  8. 5c5bf25 arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functions by Jiang Liu · 11 years ago
  9. c84fced arm64: move encode_insn_immediate() from module.c to insn.c by Jiang Liu · 11 years ago
  10. ae16480 arm64: introduce interfaces to hotpatch kernel and module code by Jiang Liu · 11 years ago
  11. b11a64a arm64: introduce basic aarch64 instruction decoding helpers by Jiang Liu · 11 years ago
  12. b22cf63 arm64: Remove unused __data_loc variable by Geoff Levand · 11 years ago
  13. 0a5be74 Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstream by Catalin Marinas · 11 years ago
  14. 4bff28c arm64: Add hwcaps for crypto and CRC32 extensions. by Steve Capper · 11 years ago
  15. 81cac69 arm64: Remove outdated comment by Liviu Dudau · 11 years ago
  16. ee6214c arm64: support single-step and breakpoint handler hooks by Sandeepa Prabhu · 11 years ago
  17. 26920dd ARM64: fix framepointer check in unwind_frame by Konstantin Khlebnikov · 11 years ago
  18. 408c365 ARM64: check stack pointer in get_wchan by Konstantin Khlebnikov · 11 years ago
  19. 12a0ef7 arm64: use generic strnlen_user and strncpy_from_user functions by Will Deacon · 11 years ago
  20. 7158627 arm64: percpu: implement optimised pcpu access using tpidr_el1 by Will Deacon · 11 years ago
  21. 66aa8d6 arm64: perf: add support for percpu pmu interrupt by Vinayak Kale · 11 years ago
  22. 67ad461 arm64: vmlinux.lds.S: drop redundant .comment by Mark Rutland · 11 years ago
  23. cdc27c2 arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled events by Will Deacon · 11 years ago
  24. 166936b arm64: kernel: add PM build infrastructure by Lorenzo Pieralisi · 11 years ago
  25. b8824df arm64: kernel: add CPU idle call by Lorenzo Pieralisi · 11 years ago
  26. 1f85008 arm64: enable generic clockevent broadcast by Lorenzo Pieralisi · 11 years ago
  27. 60fc694 arm64: kernel: implement HW breakpoints CPU PM notifier by Lorenzo Pieralisi · 11 years ago
  28. 2f04304 arm64: kernel: refactor code to install/uninstall breakpoints by Lorenzo Pieralisi · 11 years ago
  29. fb1ab1a arm64: kernel: implement fpsimd CPU PM notifier by Lorenzo Pieralisi · 11 years ago
  30. 9532252 arm64: kernel: cpu_{suspend/resume} implementation by Lorenzo Pieralisi · 11 years ago
  31. 976d7d3 arm64: kernel: build MPIDR_EL1 hash function data structure by Lorenzo Pieralisi · 12 years ago
  32. 85cc00e arm64: kernel: add code to set cpu boot mode to secondary_entry shim by Lorenzo Pieralisi · 11 years ago
  33. 2dacab7 arm64: debug: make aarch32 bkpt checking endian clean by Matthew Leach · 11 years ago
  34. 6a2e5e5 arm64: ptrace: fix compat registes get/set to be endian clean by Matthew Leach · 11 years ago
  35. b3bf6aa arm64: Unmask asynchronous aborts when in kernel mode by Catalin Marinas · 11 years ago
  36. 6468178 arm64: let the core code deal with preempt_count by Marc Zyngier · 11 years ago
  37. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  38. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  39. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  40. 40c3baa mm/arch: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  41. 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
  42. 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
  43. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  44. 67317c2 ARM64: /proc/interrupts: display IPIs of online CPUs only by Sudeep KarkadaNagesha · 11 years ago
  45. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  46. aa62c20 arm64: compat: Clear the IT state independent of the 32-bit ARM or Thumb-2 mode by T.J. Purtell · 11 years ago
  47. 122e2fa arm64: module: ensure instruction is little-endian before manipulation by Will Deacon · 11 years ago
  48. 717321f arm64: fix access to preempt_count from assembly code by Marc Zyngier · 11 years ago
  49. 7ade67b arm64: move enabling of GIC before CPUs are set online by Marc Zyngier · 11 years ago
  50. 3c62062 arm64: use generic RW_DATA_SECTION macro in linker script by Mark Salter · 11 years ago
  51. 264666e arm64: Slightly improve the warning on CPU0 enable-method by Catalin Marinas · 11 years ago
  52. 248f0e7 ARM64: simplify cpu_read_bootcpu_ops using OF/DT helper by Sudeep KarkadaNagesha · 11 years ago
  53. 6e15d0e ARM64: DT: define ARM64 specific arch_match_cpu_phys_id by Sudeep KarkadaNagesha · 11 years ago
  54. 1436c1a ARM: 7862/1: pcpu: replace __get_cpu_var_uses by Christoph Lameter · 11 years ago
  55. d0f38f9 arm64: update 32-bit kuser helpers to ARMv8 by Robin Murphy · 11 years ago
  56. c019de3 arm64: perf: fix event number mask by Vinayak Kale · 11 years ago
  57. 710be9a arm64: big-endian: write CPU holding pen address as LE by Matthew Leach · 11 years ago
  58. 9cf7172 arm64: big-endian: set correct endianess on kernel entry by Matthew Leach · 11 years ago
  59. 828e983 arm64: head: create a new function for setting the boot_cpu_mode flag by Matthew Leach · 11 years ago
  60. a1d5eba arm64: big-endian: don't treat code as data when copying sigret code by Matthew Leach · 11 years ago
  61. 55b8954 arm64: compat: correct register concatenation for syscall wrappers by Matthew Leach · 11 years ago
  62. 94ed1f2 arm64: setup: report ELF_PLATFORM as the machine for utsname by Will Deacon · 11 years ago
  63. 831ccf7 arm64: add PSCI CPU_OFF-based hotplug support by Mark Rutland · 11 years ago
  64. 9327e2c arm64: add CPU_HOTPLUG infrastructure by Mark Rutland · 11 years ago
  65. e8765b2 arm64: read enable-method for CPU0 by Mark Rutland · 11 years ago
  66. 652af89 arm64: factor out spin-table boot method by Mark Rutland · 11 years ago
  67. cd1aebf arm64: reorganise smp_enable_ops by Mark Rutland · 11 years ago
  68. 00ef54b arm64: unify smp_psci.c and psci.c by Mark Rutland · 11 years ago
  69. 2a3f912 arm64: Export __copy_in_user() to modules by Catalin Marinas · 11 years ago
  70. 8a749de Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Ingo Molnar · 11 years ago
  71. f2b99bc arm64: use common of_flat_dt_get_machine_name by Rob Herring · 11 years ago
  72. 65cd4f6 arch_timer: Move to generic sched_clock framework by Stephen Boyd · 11 years ago
  73. 068f631 of: create default early_init_dt_add_memory_arch by Rob Herring · 11 years ago
  74. d5189cc arm64: use early_init_dt_scan by Rob Herring · 11 years ago
  75. 6db83ce arm64: fix possible invalid FPSIMD initialization state by Jiang Liu · 11 years ago
  76. 46efe54 ARM64: arch_timer: add support to configure and enable event stream by Sudeep KarkadaNagesha · 11 years ago
  77. 25804e6 arm64: Widen hwcap to be 64 bit by Steve Capper · 11 years ago
  78. 6ca68e8 arm64: Correctly report LR and SP for compat tasks by Catalin Marinas · 11 years ago
  79. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  80. d50240a arm64: mm: permit use of tagged pointers at EL0 by Will Deacon · 12 years ago
  81. 326b16d arm64: delay: don't bother reporting bogomips in /proc/cpuinfo by Will Deacon · 11 years ago
  82. a1727da of: consolidate definition of early_init_dt_alloc_memory_arch() by Grant Likely · 11 years ago
  83. c80b7ee arm64: move elf notes into readonly segment by Mark Salter · 11 years ago
  84. 2600e13 arm64: Enable interrupts in the EL0 undef handler by Catalin Marinas · 11 years ago
  85. 4370eec arm64: Expand arm64 image header by Roy Franz · 11 years ago
  86. 4cfb361 arm64: add support for kernel mode NEON by Ard Biesheuvel · 11 years ago
  87. 178cd9c arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bit by Will Deacon · 11 years ago
  88. 8455e6e arm64: perf: fix group validation when using enable_on_exec by Will Deacon · 11 years ago
  89. ee7538a arm64: perf: fix event validation for software group leaders by Will Deacon · 11 years ago
  90. 868f6fe arm64: perf: fix array out of bounds access in armpmu_map_hw_event() by Will Deacon · 11 years ago
  91. 845ad05 arm64: Change kernel stack size to 16K by Feng Kan · 11 years ago
  92. b0946fc arm64: Fix definition of arm_pm_restart to match the declaration by Catalin Marinas · 11 years ago
  93. 89d0abe Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  94. ff70130 arm64: use common reboot infrastructure by Marc Zyngier · 11 years ago
  95. 53ae3ac arm64: Only enable local interrupts after the CPU is marked online by Catalin Marinas · 11 years ago
  96. b8c6453 arm64: delete __cpuinit usage from all users by Paul Gortmaker · 12 years ago
  97. c3eb5b1 arm64: KVM: Kconfig integration by Marc Zyngier · 12 years ago
  98. 1873e5002 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  99. abc4125 perf: arm64: Record the user-mode PC in the call chain. by Jed Davis · 12 years ago
  100. 63917f0 Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into upstream by Catalin Marinas · 12 years ago