1. 836ee48 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  2. 6496edf Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  3. 714d8e7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  4. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  5. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  6. 97b2f0d arm64: Removed unused variable by Richard Weinberger · 10 years ago
  7. 9699a51 arm64: Remove signal translation and exec_domain by Richard Weinberger · 11 years ago
  8. 6d1966d arm64: fix midr range for Cortex-A57 erratum 832075 by Bo Yan · 10 years ago
  9. 905e8c5 arm64: errata: add workaround for cortex-a53 erratum #845719 by Will Deacon · 10 years ago
  10. 7676fa7 ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void function by Hanjun Guo · 10 years ago
  11. ec81ad4e ARM64 / ACPI: Ignore the return error value of acpi_map_gic_cpu_interface() by Hanjun Guo · 10 years ago
  12. 359b706 arm64: Extract feature parsing code from cpu_errata.c by Marc Zyngier · 10 years ago
  13. fef7f2b arm64: alternative: Allow immediate branch as alternative instruction by Marc Zyngier · 10 years ago
  14. 0978fb2 arm64: insn: Add aarch64_insn_decode_immediate by Marc Zyngier · 10 years ago
  15. b381e63 Merge branch 'perf/core' into perf/timer, before applying new changes by Ingo Molnar · 10 years ago
  16. 4e6d7c2 Merge branch 'timers/core' into perf/timer, to apply dependent patch by Ingo Molnar · 10 years ago
  17. 936c663 Merge branch 'perf/x86' into perf/core, because it's ready by Ingo Molnar · 10 years ago
  18. 876e788 time: Rename timekeeper::tkr to timekeeper::tkr_mono by Peter Zijlstra · 10 years ago
  19. 8ef3203 ARM64 / ACPI: fix usage of acpi_map_gic_cpu_interface by Will Deacon · 10 years ago
  20. fb094eb ARM64: kernel: acpi: honour acpi=force command line parameter by Lorenzo Pieralisi · 10 years ago
  21. 54971e4 ARM64: kernel: acpi: refactor ACPI tables init and checks by Lorenzo Pieralisi · 10 years ago
  22. d989557 ARM64: kernel: psci: let ACPI probe PSCI version by Lorenzo Pieralisi · 10 years ago
  23. 48eb3c8 ARM64: kernel: psci: factor out probe function by Lorenzo Pieralisi · 10 years ago
  24. d8f4f16 ACPI: move arm64 GSI IRQ model to generic GSI IRQ layer by Lorenzo Pieralisi · 10 years ago
  25. 33757de ARM64 / ACPI: Don't unflatten device tree if acpi=force is passed by Hanjun Guo · 10 years ago
  26. 6933de0 ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64 by Al Stone · 10 years ago
  27. b09ca1e clocksource / arch_timer: Parse GTDT to initialize arch timer by Hanjun Guo · 10 years ago
  28. d60fc38 irqchip: Add GICv2 specific ACPI boot support by Tomasz Nowicki · 10 years ago
  29. fbe61ec ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi by Hanjun Guo · 10 years ago
  30. fccb9a8 ARM64 / ACPI: Parse MADT for SMP initialization by Hanjun Guo · 10 years ago
  31. 7c59a3d ARM64 / ACPI: Get PSCI flags in FADT for PSCI init by Graeme Gregory · 10 years ago
  32. 3505f30 ARM64 / ACPI: If we chose to boot from acpi then disable FDT by Graeme Gregory · 10 years ago
  33. b10d79f ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPI by Al Stone · 10 years ago
  34. a9cb97f ARM64 / ACPI: Introduce PCI stub functions for ACPI by Hanjun Guo · 10 years ago
  35. 3765516 ARM64 / ACPI: Get RSDP and ACPI boot-time tables by Al Stone · 10 years ago
  36. 0c20856 arm64: head.S: ensure idmap_t0sz is visible by Mark Rutland · 10 years ago
  37. d5efd9c arm64: pmu: add support for interrupt-affinity property by Will Deacon · 10 years ago
  38. 91d5715 arm64: head.S: ensure visibility of page tables by Mark Rutland · 10 years ago
  39. c9d6216 ARM64: cpuidle: Rename cpu_init_idle to a common function name by Daniel Lezcano · 10 years ago
  40. dd006da arm64: mm: increase VA range of identity map by Ard Biesheuvel · 10 years ago
  41. 6232cfd Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/core by Will Deacon · 10 years ago
  42. 50f16a8 perf: Remove type specific target pointers by Peter Zijlstra · 10 years ago
  43. 130c93f arm64: efi: don't restore TTBR0 if active_mm points at init_mm by Will Deacon · 10 years ago
  44. da9c177 arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocol by Ard Biesheuvel · 10 years ago
  45. 6f4d57f arm64: remove __calc_phys_offset by Ard Biesheuvel · 10 years ago
  46. 8b0a957 arm64: merge __enable_mmu and __turn_mmu_on by Ard Biesheuvel · 10 years ago
  47. b1c9829 arm64: use PC-relative reference for secondary_holding_pen_release by Ard Biesheuvel · 10 years ago
  48. a871d35 arm64: remove __switch_data object from head.S by Ard Biesheuvel · 10 years ago
  49. a44ef51 arm64: remove processor_id by Ard Biesheuvel · 10 years ago
  50. a591ede arm64: Get rid of struct cpu_table by Marc Zyngier · 10 years ago
  51. 8fff105 arm64: perf: reject groups spanning multiple HW PMUs by Suzuki K. Poulose · 10 years ago
  52. 06f75a1 ARM, arm64: kvm: get rid of the bounce page by Ard Biesheuvel · 10 years ago
  53. 18ccb0c arm64: fix implementation of mmap2 compat syscall by Andreas Schwab · 10 years ago
  54. 667f3fd arm64: log CPU boot modes by Mark Rutland · 10 years ago
  55. 424a383 arm64: fix hyp mode mismatch detection by Mark Rutland · 10 years ago
  56. 137650aa arm64: apply alternatives for !SMP kernels by Mark Rutland · 10 years ago
  57. 947bb75 arm64: put __boot_cpu_mode label after alignment instead of before by Ard Biesheuvel · 10 years ago
  58. 60c0d45 efi/arm64: use UEFI for system reset and poweroff by Ard Biesheuvel · 10 years ago
  59. 434ed7f arm64: fix up obsolete cpu function usage. by Rusty Russell · 10 years ago
  60. 9d42d48 arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian by Catalin Marinas · 10 years ago
  61. f6242ca arm64: Fix text patching logic when using fixmap by Marc Zyngier · 10 years ago
  62. f5e0a12 arm64: psci: move psci firmware calls out of line by Will Deacon · 10 years ago
  63. e1b6b6c arm64: vdso: minor ABI fix for clock_getres by Nathan Lynch · 10 years ago
  64. d0d6223 arm64: ftrace: fix ftrace_modify_graph_caller for branch replace by Pratyush Anand · 10 years ago
  65. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 10 years ago
  66. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  67. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  68. 6b00f7e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  69. c08f8467 Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  70. 3c01b74 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi by Ingo Molnar · 10 years ago
  71. af3cfdb arm64: kernel: remove ARM64_CPU_SUSPEND config option by Lorenzo Pieralisi · 10 years ago
  72. c623b33 arm64: make sys_call_table const by Mark Rutland · 10 years ago
  73. 9648606 arm64: Remove asm/syscalls.h by Catalin Marinas · 10 years ago
  74. 0156411 arm64: Implement the compat_sys_call_table in C by Catalin Marinas · 10 years ago
  75. 0aaf0da smp, ARM64: Kill SMP single function call interrupt by Jiang Liu · 10 years ago
  76. 2d888f4 arm64: Emulate SETEND for AArch32 tasks by Suzuki K. Poulose · 10 years ago
  77. 736d474 arm64: Consolidate hotplug notifier for instruction emulation by Suzuki K. Poulose · 10 years ago
  78. 04597a6 arm64: Track system support for mixed endian EL0 by Suzuki K. Poulose · 10 years ago
  79. 78d51e0 arm64: implement generic IOMMU configuration by Robin Murphy · 10 years ago
  80. 1c6007d Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next by Paolo Bonzini · 10 years ago
  81. 60305db9 arm64/efi: move virtmap init to early initcall by Ard Biesheuvel · 10 years ago
  82. da14170 arm64: add better page protections to arm64 by Laura Abbott · 10 years ago
  83. 2f896d5 arm64: use fixmap for text patching by Laura Abbott · 10 years ago
  84. 2f5fa41 arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable by Andre Przywara · 11 years ago
  85. 6083fe74 arm64: respect mem= for EFI by Mark Rutland · 10 years ago
  86. 7fe5d2b arm64/efi: handle potential failure to remap memory map by Ard Biesheuvel · 10 years ago
  87. ddeeefe arm64/efi: efistub: Apply __init annotation by Ard Biesheuvel · 10 years ago
  88. 0ce339a Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux by Catalin Marinas · 10 years ago
  89. 60a1f02 arm64: decode ESR_ELx.EC when reporting exceptions by Mark Rutland · 10 years ago
  90. aed40e0 arm64: move to ESR_ELx macros by Mark Rutland · 10 years ago
  91. 5d425c1 arm64: kernel: add support for cpu cache information by Sudeep Holla · 10 years ago
  92. 9679be1 arm64/efi: remove idmap manipulations from UEFI code by Ard Biesheuvel · 10 years ago
  93. 3033b84 arm64/efi: remove free_boot_services() and friends by Ard Biesheuvel · 10 years ago
  94. f3cdfd2 arm64/efi: move SetVirtualAddressMap() to UEFI stub by Ard Biesheuvel · 10 years ago
  95. ddb321a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. 88a7c26 perf: Move task_pt_regs sampling into arch code by Andy Lutomirski · 10 years ago
  97. 0e63ea4 arm64/efi: add missing call to early_ioremap_reset() by Ard Biesheuvel · 10 years ago
  98. 59c6832 arm64: fix missing asm/io.h include in kernel/smp_spin_table.c by Paul Walmsley · 10 years ago
  99. 2c2b282 arm64: fix missing asm/alternative.h include in kernel/module.c by Paul Walmsley · 10 years ago
  100. 80639d4 arm64: sanity checks: add missing AArch32 registers by Mark Rutland · 10 years ago