1. 051ff58 arm64: KVM: Add access handler for event counter register by Shannon Zhao · 9 years ago
  2. 3965c3c arm64: KVM: Add access handler for PMSELR register by Shannon Zhao · 9 years ago
  3. ab94683 arm64: KVM: Add access handler for PMCR register by Shannon Zhao · 10 years ago
  4. 04fe472 arm64: KVM: Define PMU data structure for each vcpu by Shannon Zhao · 9 years ago
  5. ad88213 arm64: KVM: Add temporary kvm_perf_event.h by Marc Zyngier · 9 years ago
  6. 21a4179 arm64: KVM: Move __cpu_init_stage2 after kvm_call_hyp by Marc Zyngier · 9 years ago
  7. 13720a5 arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h by Marc Zyngier · 9 years ago
  8. ae7e27f arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP by Marc Zyngier · 9 years ago
  9. 68908bf arm64: KVM: VHE: Implement VHE activate/deactivate_traps by Marc Zyngier · 10 years ago
  10. 3287622 arm64: KVM: VHE: Make __fpsimd_enabled VHE aware by Marc Zyngier · 9 years ago
  11. cedbb8b7 arm64: KVM: VHE: Patch out kern_hyp_va by Marc Zyngier · 10 years ago
  12. d88701b arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature by Marc Zyngier · 10 years ago
  13. 82deae0 arm/arm64: Add new is_kernel_in_hyp_mode predicate by Marc Zyngier · 11 years ago
  14. 3a3604b arm64: KVM: Switch to C-based stage2 init by Marc Zyngier · 10 years ago
  15. 57c841f arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP by Marc Zyngier · 9 years ago
  16. 4242852 ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end by Marc Zyngier · 9 years ago
  17. 35a2491 arm/arm64: KVM: Add hook for C-based stage2 init by Marc Zyngier · 9 years ago
  18. d82834e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  19. c53d7a8 Merge tag 'kvm-arm-for-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
  20. 8ab54ed Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  21. 3c5b1d9 arm64: KVM: Configure TCR_EL2.PS at runtime by Tirumalesh Chalamarla · 9 years ago
  22. 1a1ebd5 irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor by Tirumalesh Chalamarla · 9 years ago
  23. afc6074 Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
  24. 3e275c6 arm64: asm: Explicitly include linux/personality.h in asm/page.h by Mark Brown · 9 years ago
  25. 811d61e arm64: futex.h: Add missing PAN toggling by James Morse · 9 years ago
  26. ac15bd6 arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings by Catalin Marinas · 9 years ago
  27. 9586a2e arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guests by Shannon Zhao · 9 years ago
  28. a7e0ac2 arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2 by Dave Martin · 9 years ago
  29. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  30. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  31. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  32. 05ee26d arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THP by Minchan Kim · 9 years ago
  33. b7ed934 arm64, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  34. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  35. 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
  36. fa5fd7c Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  37. fd072df arm64: define __smp_xxx by Michael S. Tsirkin · 9 years ago
  38. 90ff6a1 arm64: reuse asm-generic/barrier.h by Michael S. Tsirkin · 9 years ago
  39. 39b5be9 arm64: mm: move pgd_cache initialisation to pgtable_cache_init by Will Deacon · 9 years ago
  40. 20380bb arm64: ftrace: fix a stack tracer's output under function graph tracer by AKASHI Takahiro · 9 years ago
  41. fe13f95 arm64: pass a task parameter to unwind_frame() by AKASHI Takahiro · 9 years ago
  42. d224a69 arm64: remove irq_count and do_softirq_own_stack() by James Morse · 9 years ago
  43. 66b3923 arm64: hugetlb: add support for PTE contiguous bit by David Woods · 9 years ago
  44. dfd57bc arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops by Stefano Stabellini · 9 years ago
  45. 20475f7 arm64: KVM: Add support for 16-bit VMID by Vladimir Murzin · 9 years ago
  46. 9d4dc688 arm/arm64: KVM: Remove unreferenced S2_PGD_ORDER by Vladimir Murzin · 9 years ago
  47. 0a28714 arm64: Use PoU cache instr for I/D coherency by Ashok Kumar · 9 years ago
  48. 971c67c arm64: reduce stack use in irq_handler by James Morse · 9 years ago
  49. 129b985 Merge branch 'aarch64/efi' into aarch64/for-next/core by Will Deacon · 9 years ago
  50. 9d8415d arm64: KVM: Turn system register numbers to an enum by Marc Zyngier · 9 years ago
  51. 3600c2f arm64: Add macros to read/write system registers by Mark Rutland · 9 years ago
  52. b19e689 KVM: arm/arm64: Count guest exit due to various reasons by Amit Tomar · 9 years ago
  53. dec9cbf Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  54. 82d3400 arm64: Improve error reporting on set_pte_at() checks by Catalin Marinas · 9 years ago
  55. 8e31ed9 irqchip/gic-v3: Add missing include for barrier.h by Marc Zyngier · 9 years ago
  56. 4a6ccf3 arm64: cmpxchg: Don't incldue linux/mmdebug.h by Mark Brown · 9 years ago
  57. 9aa4ec15 arm64: mm: fold alternatives into .init by Mark Rutland · 9 years ago
  58. aa4d5d3 arm64: Add this_cpu_ptr() assembler macro for use in entry.S by James Morse · 9 years ago
  59. f7d9248 arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM by Ard Biesheuvel · 9 years ago
  60. 7596abf arm64: irq: fix walking from irq stack to task stack by Will Deacon · 9 years ago
  61. 8e23dac arm64: Add do_softirq_own_stack() and enable irq_stacks by James Morse · 9 years ago
  62. 132cd88 arm64: Modify stack trace and dump for use with irq_stack by AKASHI Takahiro · 9 years ago
  63. 6cdf9c7 arm64: Store struct thread_info in sp_el0 by Jungseok Lee · 9 years ago
  64. 0992207 Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
  65. f6be563 arm64: KVM: Get rid of old vcpu_reg() by Pavel Fedin · 9 years ago
  66. bc45a51 arm64: KVM: Correctly handle zero register during MMIO by Pavel Fedin · 9 years ago
  67. d86b8da arm64: spinlock: serialise spin_unlock_wait against concurrent lockers by Will Deacon · 9 years ago
  68. b9b7aeb arm64: fix COMPAT_SHMLBA definition for large pages by Yury Norov · 9 years ago
  69. 76c714b arm64: pgtable: implement pte_accessible() by Will Deacon · 9 years ago
  70. 5d86862 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  71. 4fe5e19 Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  72. 1944bf8 arm64: debug: Treat the BRPs/WRPs as unsigned by Suzuki K. Poulose · 9 years ago
  73. 4f0a606 arm64: cpufeature: Track unsigned fields by Suzuki K. Poulose · 9 years ago
  74. b4ff838 xen/events: Always allocate legacy interrupts on PV guests by Boris Ostrovsky · 9 years ago
  75. d211827 arm64: cpufeature: Add helpers for extracting unsigned values by Suzuki K. Poulose · 9 years ago
  76. 498cd5c arm64: KVM: Add workaround for Cortex-A57 erratum 834220 by Marc Zyngier · 9 years ago
  77. c0f0963 arm64: KVM: Fix AArch32 to AArch64 register mapping by Marc Zyngier · 9 years ago
  78. c139aa6 arm64: barriers: fix smp_load_acquire to work with const arguments by Will Deacon · 9 years ago
  79. 0b2aa5b arm64: Fix R/O permissions in mark_rodata_ro by Laura Abbott · 9 years ago
  80. 65da0a8 arm64: use non-global mappings for UEFI runtime regions by Ard Biesheuvel · 9 years ago
  81. adc235a arm64: do not include ptrace.h from compat.h by Arnd Bergmann · 9 years ago
  82. 1dccb59 arm64: simplify dma_get_ops by Arnd Bergmann · 9 years ago
  83. a18e2fa Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  84. fb226c3 arm64: fix R/O permissions of FDT mapping by Ard Biesheuvel · 9 years ago
  85. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  86. 39cf7c3 Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  87. 57a6566 arm64: cmpxchg_dbl: fix return value type by Lorenzo Pieralisi · 9 years ago
  88. fd0d351 Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  89. 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
  90. 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  91. 197a4f4 Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 9 years ago
  92. d63a978 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. 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
  94. 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
  95. b67ad2f Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into next by Joerg Roedel · 9 years ago
  96. 5accd17 arm64: Fix compat register mappings by Robin Murphy · 9 years ago
  97. 9730348 arm64: Increase the max granular size by Tirumalesh Chalamarla · 9 years ago
  98. 6e4a0f2 arm64: remove bogus TASK_SIZE_64 check by Ard Biesheuvel · 9 years ago
  99. 59f2413 arm64: cachetype: fix definitions of ICACHEF_* flags by Will Deacon · 9 years ago
  100. e3ed766 Merge branch 'acpi-init' by Rafael J. Wysocki · 9 years ago