1. dd04cff arm64: standardize mmap_rnd() usage by Kees Cook · 9 years ago
  2. 9f25e6a arm64: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  3. cc76ee7 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  4. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  5. 9699a51 arm64: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  6. cdde51b Merge back earlier cpuidle material for v4.1. by Rafael J. Wysocki · 9 years ago
  7. 55dd0df jump_label: Allow asm/jump_label.h to be included in assembly by Anton Blanchard · 9 years ago
  8. bf0fb67 Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next' by Paolo Bonzini · 9 years ago
  9. 905e8c5 arm64: errata: add workaround for cortex-a53 erratum #845719 by Will Deacon · 9 years ago
  10. cc3979b arm64: Use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  11. 950324a KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus by Andre Przywara · 9 years ago
  12. 359b706 arm64: Extract feature parsing code from cpu_errata.c by Marc Zyngier · 9 years ago
  13. 0978fb2 arm64: insn: Add aarch64_insn_decode_immediate by Marc Zyngier · 9 years ago
  14. 772742a arm-cci: Get rid of secure transactions for PMU driver by Suzuki K. Poulose · 9 years ago
  15. fb094eb ARM64: kernel: acpi: honour acpi=force command line parameter by Lorenzo Pieralisi · 9 years ago
  16. 33757de ARM64 / ACPI: Don't unflatten device tree if acpi=force is passed by Hanjun Guo · 9 years ago
  17. d60fc38 irqchip: Add GICv2 specific ACPI boot support by Tomasz Nowicki · 9 years ago
  18. 020295b ACPI / processor: Make it possible to get CPU hardware ID via GICC by Hanjun Guo · 9 years ago
  19. fccb9a8 ARM64 / ACPI: Parse MADT for SMP initialization by Hanjun Guo · 9 years ago
  20. 7c59a3d ARM64 / ACPI: Get PSCI flags in FADT for PSCI init by Graeme Gregory · 9 years ago
  21. b10d79f ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPI by Al Stone · 9 years ago
  22. a9cb97f ARM64 / ACPI: Introduce PCI stub functions for ACPI by Hanjun Guo · 9 years ago
  23. 652261a ACPI: fix acpi_os_ioremap for arm64 by Mark Salter · 9 years ago
  24. 3765516 ARM64 / ACPI: Get RSDP and ACPI boot-time tables by Al Stone · 9 years ago
  25. b2cedba ARM64: allow late use of early_ioremap by Mark Salter · 9 years ago
  26. f3eab71 arm64: percpu: Make this_cpu accessors pre-empt safe by Steve Capper · 9 years ago
  27. d5efd9c arm64: pmu: add support for interrupt-affinity property by Will Deacon · 9 years ago
  28. c9d6216 ARM64: cpuidle: Rename cpu_init_idle to a common function name by Daniel Lezcano · 10 years ago
  29. 449e056 ARM: cpuidle: Add a cpuidle ops structure to be used for DT by Daniel Lezcano · 10 years ago
  30. e53f21b arm64: Use the reserved TTBR0 if context switching to the init_mm by Catalin Marinas · 9 years ago
  31. e4c5a68 arm64: KVM: use ID map with increased VA range if required by Ard Biesheuvel · 9 years ago
  32. dd006da arm64: mm: increase VA range of identity map by Ard Biesheuvel · 9 years ago
  33. 60ed380 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  34. 130c93f arm64: efi: don't restore TTBR0 if active_mm points at init_mm by Will Deacon · 9 years ago
  35. ce47fbb arm64: proc: remove unused cpu_get_pgd macro by Will Deacon · 9 years ago
  36. b784a5d arm64: add macros for common adrp usages by Ard Biesheuvel · 9 years ago
  37. a591ede arm64: Get rid of struct cpu_table by Marc Zyngier · 9 years ago
  38. 19fc577 arm64: fixmap: make FIX_TEXT_POKE0 permanent by Mark Rutland · 9 years ago
  39. 18ccb0c arm64: fix implementation of mmap2 compat syscall by Andreas Schwab · 9 years ago
  40. 2fc6775 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  41. 137650aa arm64: apply alternatives for !SMP kernels by Mark Rutland · 9 years ago
  42. 1baa82f arm64: Implement cpu_relax as yield by Peter Crosthwaite · 9 years ago
  43. 285994a arm64: Invalidate the TLB corresponding to intermediate page table levels by Catalin Marinas · 9 years ago
  44. 35307b9 arm/arm64: KVM: Implement Stage-2 page aging by Marc Zyngier · 9 years ago
  45. 174178f KVM: arm/arm64: add irqfd support by Eric Auger · 9 years ago
  46. c1426e4 KVM: arm/arm64: implement kvm_arch_intc_initialized by Eric Auger · 9 years ago
  47. 84ed741 arm64: KVM: Fix outdated comment about VTCR_EL2.PS by Marc Zyngier · 9 years ago
  48. 04b8dc8 arm64: KVM: Do not use pgd_index to index stage-2 pgd by Marc Zyngier · 9 years ago
  49. a987370 arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting by Marc Zyngier · 9 years ago
  50. af4819a arm64: cpuidle: add asm/proc-fns.h inclusion by Lorenzo Pieralisi · 9 years ago
  51. a1e50a8 arm64: Increase the swiotlb buffer size 64MB by Catalin Marinas · 10 years ago
  52. 6910fa1 arm64: enable PTE type bit in the mask for pte_modify by Feng Kan · 9 years ago
  53. 06ff87b arm64: mm: remove unused functions and variable protoypes by Yingjoe Chen · 9 years ago
  54. f3e3927 arm64: guard asm/assembler.h against multiple inclusions by Marc Zyngier · 9 years ago
  55. 115386f arm64: insn: fix compare-and-branch encodings by Robin Murphy · 10 years ago
  56. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  57. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  58. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  59. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  60. 59d5373 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  61. 6b00f7e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  62. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  63. 9b3e661 arm64: drop PTE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  64. df9ab97 Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  65. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 10 years ago
  66. d476d94 arm64: compat: Remove incorrect comment in compat_siginfo by Catalin Marinas · 10 years ago
  67. 0d3e4d4 arm/arm64: KVM: Use kernel mapping to perform invalidation on page fault by Marc Zyngier · 10 years ago
  68. 363ef89 arm/arm64: KVM: Invalidate data cache on unmap by Marc Zyngier · 10 years ago
  69. 3c1e716 arm/arm64: KVM: Use set/way op trapping to track the state of the caches by Marc Zyngier · 10 years ago
  70. 6917c85 arm64: Avoid breakage caused by .altmacro in fpsimd save/restore macros by Dave P Martin · 10 years ago
  71. 523d6e9 arm64:mm: free the useless initial page table by zhichang.yuan · 10 years ago
  72. af3cfdb arm64: kernel: remove ARM64_CPU_SUSPEND config option by Lorenzo Pieralisi · 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. 33b3654 arm64: uapi: expose our struct ucontext to the uapi headers by Will Deacon · 10 years ago
  76. 0aaf0da smp, ARM64: Kill SMP single function call interrupt by Jiang Liu · 10 years ago
  77. 2d888f4 arm64: Emulate SETEND for AArch32 tasks by Suzuki K. Poulose · 10 years ago
  78. 736d474 arm64: Consolidate hotplug notifier for instruction emulation by Suzuki K. Poulose · 10 years ago
  79. 04597a6 arm64: Track system support for mixed endian EL0 by Suzuki K. Poulose · 10 years ago
  80. 9d3bfbb arm64: Combine coherent and non-coherent swiotlb dma_ops by Catalin Marinas · 10 years ago
  81. aa03c42 arm64: Fix overlapping VA allocations by Mark Rutland · 10 years ago
  82. 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
  83. 60305db arm64/efi: move virtmap init to early initcall by Ard Biesheuvel · 10 years ago
  84. da14170 arm64: add better page protections to arm64 by Laura Abbott · 10 years ago
  85. 2f896d5 arm64: use fixmap for text patching by Laura Abbott · 10 years ago
  86. ac3d373 arm/arm64: KVM: allow userland to request a virtual GICv3 by Andre Przywara · 10 years ago
  87. 9fedf14 arm/arm64: KVM: add opaque private pointer to MMIO data by Andre Przywara · 10 years ago
  88. 3caa2d8 arm/arm64: KVM: make the maximum number of vCPUs a per-VM value by Andre Przywara · 10 years ago
  89. 4429fc6 arm/arm64: KVM: rework MPIDR assignment and add accessors by Andre Przywara · 10 years ago
  90. fa818dc Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  91. 8199ed0 KVM: arm64: ARMv8 header changes for page logging by Mario Smarduch · 10 years ago
  92. 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
  93. 6e53031 arm64: kvm: remove ESR_EL2_* macros by Mark Rutland · 10 years ago
  94. 4a93908 arm64: remove ESR_EL1_* macros by Mark Rutland · 10 years ago
  95. c6d01a9 arm64: kvm: move to ESR_ELx macros by Mark Rutland · 10 years ago
  96. 60a1f02 arm64: decode ESR_ELx.EC when reporting exceptions by Mark Rutland · 10 years ago
  97. cf99a48 arm64: introduce common ESR_ELx_* definitions by Mark Rutland · 10 years ago
  98. 5d425c1 arm64: kernel: add support for cpu cache information by Sudeep Holla · 10 years ago
  99. 0d97f884 arm/arm64: KVM: add tracing support for arm64 exit handler by Wei Huang · 10 years ago
  100. 643165c Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost into asm-generic by Arnd Bergmann · 10 years ago