1. c94ae4f arm64: insn: remove BUG_ON from codegen by Zi Shen Lim · 9 years ago
  2. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  3. 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
  4. 01e9d22 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  5. 541d284 Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  6. fa5fd7c Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  7. 6660800 Merge branch 'devel-stable' into for-linus by Russell King · 9 years ago
  8. 2a803c4 arm64: head.S: use memset to clear BSS by Mark Rutland · 9 years ago
  9. ee03353 arm64: entry: remove pointless SPSR mode check by Mark Rutland · 9 years ago
  10. f930896 arm64: module: avoid undefined shift behavior in reloc_data() by Ard Biesheuvel · 9 years ago
  11. b24a557 arm64: module: fix relocation of movz instruction with negative immediate by Ard Biesheuvel · 9 years ago
  12. 598bcc6 Merge branches 'misc' and 'misc-rc6' into for-linus by Russell King · 9 years ago
  13. e679660 ARM: 8481/2: drivers: psci: replace psci firmware calls by Jens Wiklander · 9 years ago
  14. 1445745 ARM: 8480/2: arm64: add implementation for arm-smccc by Jens Wiklander · 9 years ago
  15. 5d7ee87 arm64: perf: add support for Cortex-A72 by Will Deacon · 9 years ago
  16. 57d7412 arm64: perf: add format entry to describe event -> config mapping by Will Deacon · 9 years ago
  17. c9cd0ed arm64: traps: address fallout from printk -> pr_* conversion by Will Deacon · 9 years ago
  18. 20380bb arm64: ftrace: fix a stack tracer's output under function graph tracer by AKASHI Takahiro · 9 years ago
  19. fe13f95 arm64: pass a task parameter to unwind_frame() by AKASHI Takahiro · 9 years ago
  20. 79fdee9 arm64: ftrace: modify a stack frame in a safe way by AKASHI Takahiro · 9 years ago
  21. d224a69 arm64: remove irq_count and do_softirq_own_stack() by James Morse · 9 years ago
  22. 60792ad arm64: kernel: enforce pmuserenr_el0 initialization and restore by Lorenzo Pieralisi · 9 years ago
  23. dfd57bc arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops by Stefano Stabellini · 9 years ago
  24. 971c67c arm64: reduce stack use in irq_handler by James Morse · 9 years ago
  25. 129b985 Merge branch 'aarch64/efi' into aarch64/for-next/core by Will Deacon · 9 years ago
  26. 23a1346 arm64: KVM: Cleanup asm-offset.c by Marc Zyngier · 9 years ago
  27. 9d8415d arm64: KVM: Turn system register numbers to an enum by Marc Zyngier · 9 years ago
  28. 9aa4ec1 arm64: mm: fold alternatives into .init by Mark Rutland · 9 years ago
  29. 5b28cd9 arm64: Remove redundant padding from linker script by Mark Rutland · 9 years ago
  30. 49003a8 arm64: don't call C code with el0's fp register by James Morse · 9 years ago
  31. 1ffe199 arm64: when walking onto the task stack, check sp & fp are in current->stack by James Morse · 9 years ago
  32. aa4d5d3 arm64: Add this_cpu_ptr() assembler macro for use in entry.S by James Morse · 9 years ago
  33. f7d9248 arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM by Ard Biesheuvel · 9 years ago
  34. e5bc22a arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM by Ard Biesheuvel · 9 years ago
  35. 4dffbfc arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP by Ard Biesheuvel · 9 years ago
  36. 7596abf arm64: irq: fix walking from irq stack to task stack by Will Deacon · 9 years ago
  37. 8e23dac arm64: Add do_softirq_own_stack() and enable irq_stacks by James Morse · 9 years ago
  38. 132cd88 arm64: Modify stack trace and dump for use with irq_stack by AKASHI Takahiro · 9 years ago
  39. 6cdf9c7 arm64: Store struct thread_info in sp_el0 by Jungseok Lee · 9 years ago
  40. 5db4fd8 arm64: Clear out any singlestep state on a ptrace detach operation by John Blackwood · 9 years ago
  41. 98fb754 arm64: update linker script to increased L1_CACHE_BYTES value by Ard Biesheuvel · 9 years ago
  42. db3899a arm64: Add trace_hardirqs_off annotation in ret_to_user by Catalin Marinas · 9 years ago
  43. 004ab58 arm64: ftrace: fix the comments for ftrace_modify_code by Li Bin · 9 years ago
  44. 81a6a14 arm64: ftrace: stop using kstop_machine to enable/disable tracing by Li Bin · 9 years ago
  45. a7c61a3 arm64: add __init/__initdata section marker to some functions/variables by Jisheng Zhang · 9 years ago
  46. 5d86862 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  47. 66362c9 arm64: efi: fix initcall return values by Ard Biesheuvel · 9 years ago
  48. 81d9457 arm64: efi: deal with NULL return value of early_memremap() by Ard Biesheuvel · 9 years ago
  49. 4f0a606 arm64: cpufeature: Track unsigned fields by Suzuki K. Poulose · 9 years ago
  50. 3b12acf arm64: efi: correctly map runtime regions by Mark Rutland · 9 years ago
  51. 498cd5c arm64: KVM: Add workaround for Cortex-A57 erratum 834220 by Marc Zyngier · 9 years ago
  52. 92e788b arm64: restore bogomips information in /proc/cpuinfo by Yang Shi · 9 years ago
  53. 65da0a8 arm64: use non-global mappings for UEFI runtime regions by Ard Biesheuvel · 9 years ago
  54. de818bd arm64: kernel: pause/unpause function graph tracer in cpu_suspend() by Lorenzo Pieralisi · 9 years ago
  55. 9e9caa6 arm64: perf: Add event descriptions by Drew Richardson · 9 years ago
  56. 90381cb arm64: perf: Convert event enums to #defines by Drew Richardson · 9 years ago
  57. a18e2fa Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  58. 01b305a arm64: suspend: make hw_breakpoint_restore static by Jisheng Zhang · 9 years ago
  59. 29b8302 arm64: smp: make of_parse_and_init_cpus static by Jisheng Zhang · 9 years ago
  60. 5430978 arm64: build vdso without libgcov by Arnd Bergmann · 9 years ago
  61. 3d6d103 arm64: mark cpus_have_hwcap as __maybe_unused by Arnd Bergmann · 9 years ago
  62. b44a3d2 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  63. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  64. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  65. 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  66. f5a8160 Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  67. 6aa2fdb Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  68. bf45778 arm64/efi: move arm64 specific stub C code to libstub by Ard Biesheuvel · 9 years ago
  69. cb08381 arm64: page-align sections for DEBUG_RODATA by Mark Rutland · 9 years ago
  70. 73effcc arm64/efi: do not assume DRAM base is aligned to 2 MB by Ard Biesheuvel · 9 years ago
  71. fde4a59f arm64: cpufeature: declare enable_cpu_capabilities as static by Will Deacon · 9 years ago
  72. 9702970 Revert "ARM64: unwind: Fix PC calculation" by Will Deacon · 9 years ago
  73. e13d918 arm64: kernel: fix tcr_el1.t0sz restore on systems with extended idmap by Lorenzo Pieralisi · 9 years ago
  74. 589cb22 arm64: compat: fix stxr failure case in SWP emulation by Will Deacon · 9 years ago
  75. 44511fb efi: Use correct type for struct efi_memory_map::phys_map by Ard Biesheuvel · 9 years ago
  76. e3ed766 Merge branch 'acpi-init' by Rafael J. Wysocki · 9 years ago
  77. 825294c Merge tag 'firmware/psci-1.0' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux into next/drivers by Olof Johansson · 9 years ago
  78. 9299b24 arm64: Constify hwcap name string arrays by Dave Martin · 9 years ago
  79. 3085bb0 arm64/debug: Make use of the system wide safe value by Suzuki K. Poulose · 9 years ago
  80. fe80f9f arm64: Move FP/ASIMD hwcap handling to common code by Suzuki K. Poulose · 9 years ago
  81. 37b01d53 arm64/HWCAP: Use system wide safe values by Suzuki K. Poulose · 9 years ago
  82. da8d02d arm64/capabilities: Make use of system wide safe value by Suzuki K. Poulose · 9 years ago
  83. dbb4e15 arm64: Delay cpu feature capability checks by Suzuki K. Poulose · 9 years ago
  84. ce8b602 arm64: Refactor check_cpu_capabilities by Suzuki K. Poulose · 9 years ago
  85. c1e8656 arm64: Cleanup mixed endian support detection by Suzuki K. Poulose · 9 years ago
  86. b3f1537 arm64: Read system wide CPUID value by Suzuki K. Poulose · 9 years ago
  87. 3086d39 arm64: Consolidate CPU Sanity check to CPU Feature infrastructure by Suzuki K. Poulose · 9 years ago
  88. 3c739b5 arm64: Keep track of CPU feature registers by Suzuki K. Poulose · 9 years ago
  89. 12d1181 arm64: Move /proc/cpuinfo handling code by Suzuki K. Poulose · 9 years ago
  90. cdcf817 arm64: Move mixed endian support detection by Suzuki K. Poulose · 9 years ago
  91. 9cdf8ec arm64: Move cpu feature detection code by Suzuki K. Poulose · 9 years ago
  92. 4b998ff arm64: Delay cpuinfo_store_boot_cpu by Suzuki K. Poulose · 9 years ago
  93. 3a75578 arm64: Delay ELF HWCAP initialisation until all CPUs are up by Suzuki K. Poulose · 9 years ago
  94. 64f1781 arm64: Make the CPU information more clear by Suzuki K. Poulose · 9 years ago
  95. 9f93f3e arm64: Synchronise dump_backtrace() with perf callchain by Jungseok Lee · 9 years ago
  96. 096b322 arm64: add cpu_idle tracepoints to arch_cpu_idle by Jisheng Zhang · 9 years ago
  97. 9d372c9 arm64: Add page size to the kernel image header by Ard Biesheuvel · 9 years ago
  98. 4bf8b96 arm64: Check for selected granule support by Suzuki K. Poulose · 9 years ago
  99. 6a3fd40 arm64: Handle 4 level page table for swapper by Suzuki K. Poulose · 9 years ago
  100. 87d1587 arm64: Move swapper pagetable definitions by Suzuki K. Poulose · 9 years ago