1. fa0d862 vgic-v3: tame the undeclared struct warning by Alex Shi · 9 years ago v4.1/topic/hibernate
  2. 2d91181 irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlined by Marc Zyngier · 10 years ago
  3. 1d52795 mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h by Christoph Hellwig · 10 years ago
  4. f7370c0 arm64: drop unused __local_flush_icache_all() by Kefeng Wang · 9 years ago
  5. 7ead5de locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.h by Boqun Feng · 10 years ago
  6. 37db660 arm64: remove redundant object file list by Jonas Rabenstein · 10 years ago
  7. 19daa6e arm64: kvm: Fix kvm teardown for systems using the extended idmap by James Morse · 9 years ago
  8. 9651fc5 arm64: kvm: deal with kernel symbols outside of linear mapping by Ard Biesheuvel · 9 years ago
  9. 9876020 arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region by Ard Biesheuvel · 9 years ago
  10. 37edefb arm64: hibernate: Refuse to hibernate if the boot cpu is offline by James Morse · 9 years ago
  11. 9ac76e7 arm64: kernel: Add support for hibernate/suspend-to-disk by James Morse · 9 years ago
  12. 631762c arm64: mm: add functions to walk page tables by PA by Mark Rutland · 9 years ago
  13. 27c6509 arm64: mm: move pte_* macros by Mark Rutland · 9 years ago
  14. ac8cb4a PM / Hibernate: Call flush_icache_range() on pages restored in-place by James Morse · 9 years ago
  15. 3c34ab7 suspend: simplify block I/O handling by Christoph Hellwig · 10 years ago
  16. 165afe5 arm64: Add new asm macro copy_page by Geoff Levand · 9 years ago
  17. 6d8a084 arm64: Promote KERNEL_START/KERNEL_END definitions to a header file by Alex Shi · 9 years ago
  18. 18df47f arm64: kernel: Include _AC definition in page.h by James Morse · 9 years ago
  19. 01a475b arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va by James Morse · 9 years ago
  20. def18f9 arm64: Check for selected granule support by Suzuki K. Poulose · 10 years ago
  21. caf602f arm64: kasan: clear stale stack poison by Mark Rutland · 9 years ago
  22. e8a7dd2 arm64: Store struct thread_info in sp_el0 by Jungseok Lee · 10 years ago
  23. 4e01a2d arm64: kernel: Rework finisher callback out of __cpu_suspend_enter() by James Morse · 9 years ago
  24. a7611ce arm64: kvm: allows kvm cpu hotplug by AKASHI Takahiro · 9 years ago linux-linaro-v4.1-test
  25. 5e0afcb arm64: KVM: unregister notifiers in hyp mode teardown path by Sudeep Holla · 9 years ago
  26. d6c1376 arm64: KVM: Register CPU notifiers when the kernel runs at HYP by James Morse · 9 years ago
  27. 5aa75c8 arm64: KVM: Skip HYP setup when already running in HYP by Marc Zyngier · 10 years ago
  28. 611102b KVM: arm/arm64: Fix memory leak if timer initialization fails by Pavel Fedin · 10 years ago
  29. f943cd9 arm/arm64: KVM: Detect vGIC presence at runtime by Pavel Fedin · 10 years ago
  30. 7b98d5c arm: KVM: Make kvm_arm.h friendly to assembly code by Vladimir Murzin · 10 years ago
  31. 3049439 arm/arm64: KVM: Remove unreferenced S2_PGD_ORDER by Vladimir Murzin · 10 years ago
  32. d55c85c ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end by Marc Zyngier · 10 years ago
  33. db91066 ARM: KVM: Move the HYP code to its own section by Marc Zyngier · 10 years ago
  34. 83613e3 arm/arm64: KVM: Add hook for C-based stage2 init by Marc Zyngier · 9 years ago
  35. 9abb76c arm64: KVM: remove remaining reference to vgic_sr_vectors by Vladimir Murzin · 10 years ago
  36. d9f2dba arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp() by James Morse · 9 years ago
  37. 7379956 arm64: hyp/kvm: Make hyp-stub extensible by Geoff Levand · 9 years ago
  38. 8411a7b arm64: kvm: Move lr save/restore from do_el2_call into EL1 by Alex Shi · 9 years ago
  39. 3200bf6 arm64: KVM: VHE: Patch out use of HVC by Marc Zyngier · 10 years ago
  40. 4af24d4 arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature by Alex Shi · 9 years ago
  41. 721974d arm/arm64: Add new is_kernel_in_hyp_mode predicate by Marc Zyngier · 11 years ago
  42. 4224ca6 arm64: KVM: Move away from the assembly version of the world switch by Marc Zyngier · 10 years ago
  43. 29f183d arm64: KVM: Map the kernel RO section into HYP by Marc Zyngier · 10 years ago
  44. 7142507 arm64: KVM: Add compatibility aliases by Marc Zyngier · 10 years ago
  45. 8803d25 arm64: kvm: report original PAR_EL1 upon panic by Mark Rutland · 10 years ago
  46. bf0c213 arm64: KVM: Implement vgic-v3 save/restore by Marc Zyngier · 10 years ago
  47. 92b7388 arm64: KVM: Add panic handling by Marc Zyngier · 10 years ago
  48. 343171f arm64: KVM: HYP mode entry points by Marc Zyngier · 10 years ago
  49. 3b3d376 arm64: KVM: Implement TLB handling by Marc Zyngier · 10 years ago
  50. 1373496 arm64: KVM: Implement fpsimd save/restore by Marc Zyngier · 10 years ago
  51. 2e71def arm64: KVM: Implement the core world switch by Marc Zyngier · 10 years ago
  52. b81959e89 arm64: KVM: Add patchable function selector by Marc Zyngier · 10 years ago
  53. 0cb84a7 arm64: KVM: Implement guest entry by Marc Zyngier · 10 years ago
  54. 9fed7d4 arm64:KVM add missing header files by Alex Shi · 9 years ago
  55. 46d0a24 arm64: KVM: Implement debug save/restore by Marc Zyngier · 10 years ago
  56. a52b026 arm64: KVM: Implement 32bit system register save/restore by Marc Zyngier · 10 years ago
  57. 096b43c arm64: KVM: Implement system register save/restore by Marc Zyngier · 10 years ago
  58. 4159c94 arm64: KVM: Implement timer save/restore by Alex Shi · 9 years ago
  59. d4b8d85 arm64: KVM: Implement vgic-v2 save/restore by Marc Zyngier · 10 years ago
  60. 71b3d3e arm64: KVM: Add a HYP-specific header file by Marc Zyngier · 10 years ago
  61. 8b1035df arm64: KVM: Switch vgic save/restore to alternative_insn by Marc Zyngier · 10 years ago
  62. ebc5f00 arm64: KVM: Add workaround for Cortex-A57 erratum 834220 by Marc Zyngier · 10 years ago
  63. 3c83822 KVM: arm/arm64: vgic-v3: Make the LR indexing macro public by Marc Zyngier · 10 years ago
  64. e3c70fb arm64: alternative: Introduce feature for GICv3 CPU interface by Marc Zyngier · 10 years ago
  65. 006c8c2 KVM: arm64: guest debug, define API headers by Alex Bennée · 10 years ago
  66. 9ca8308 KVM: arm64: introduce vcpu->arch.debug_ptr by Alex Bennée · 10 years ago
  67. cdd2cae KVM: arm64: re-factor hyp.S debug register code by Alex Bennée · 10 years ago
  68. fa23719 KVM: arm: introduce kvm_arm_init/setup/clear_debug by Alex Shi · 9 years ago
  69. 62b11c5 kvm: remove one useless check extension by Tiejun Chen · 10 years ago
  70. cc84e65 KVM: arm/mips/x86/power use __kvm_guest_{enter|exit} by Christian Borntraeger · 10 years ago
  71. e0497e5 KVM: provide irq_unsafe kvm_guest_{enter|exit} by Christian Borntraeger · 10 years ago
  72. dc61eb6 KVM: arm64: fix misleading comments in save/restore by Alex Bennée · 10 years ago
  73. 69b965f arm64: Add macros to read/write system registers by Mark Rutland · 10 years ago
  74. 867ffcc arm64: Cleanup SCTLR flags by Geoff Levand · 9 years ago
  75. 05f843c arm64: Make the CPU information more clear by Suzuki K. Poulose · 10 years ago
  76. b77fff9 arm64: Generalise msr_s/mrs_s operations by Suzuki K. Poulose · 10 years ago
  77. fd15723 arm64: kernel: Move config_sctlr_el1 by James Morse · 10 years ago
  78. 406cb3e arm64: Fold proc-macros.S into assembler.h by Geoff Levand · 9 years ago
  79. 45d1abd arm64: Use PoU cache instr for I/D coherency by Ashok Kumar · 10 years ago
  80. 51ce53a arm64: mm: add code to safely replace TTBR1_EL1 by Mark Rutland · 9 years ago
  81. aa072a1 arm64: mm: place __cpu_setup in .text by Mark Rutland · 10 years ago
  82. 03bba48 arm64: add function to install the idmap by Mark Rutland · 9 years ago
  83. 420faf3 arm64: unmap idmap earlier by Mark Rutland · 9 years ago
  84. a6bb058 arm64: unify idmap removal by Mark Rutland · 9 years ago
  85. b5468b1 arm64: mm: place empty_zero_page in bss by Mark Rutland · 9 years ago
  86. aceae9c arm64: head.S: use memset to clear BSS by Mark Rutland · 10 years ago
  87. ded5c7d arm64: use non-global mappings for UEFI runtime regions by Ard Biesheuvel · 10 years ago
  88. f366d4a arm64: switch_mm: simplify mm and CPU checks by Will Deacon · 10 years ago
  89. 8381ece arm64: mm: rewrite ASID allocator and MM context-switching code by Will Deacon · 10 years ago
  90. e89e689 arm64: mm: remove unused cpu_set_idmap_tcr_t0sz function by Will Deacon · 10 years ago
  91. dcf9b2f arm64: kernel: Add cpuid_feature_extract_field() for 4bit sign extension by James Morse · 10 years ago
  92. 5ec28dd locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic operations by Will Deacon · 10 years ago
  93. 3a3fcbe arm64: flush: use local TLB and I-cache invalidation by Will Deacon · 10 years ago
  94. cffbfed arm64: Handle section maps for swapper/idmap by Suzuki K. Poulose · 10 years ago
  95. e3ae9cfe arm64: Move swapper pagetable definitions by Suzuki K. Poulose · 10 years ago
  96. d4100e1 arm64: Add contiguous page flag shifts and constants by Jeremy Linton · 10 years ago
  97. e5f44e7 arm64: mm: specialise pagetable allocators by Mark Rutland · 9 years ago
  98. 5de14ff arm64: early_alloc: Fix check for allocation failure by Suzuki K. Poulose · 10 years ago
  99. 9bba85e arm64: mm: remove pointless PAGE_MASKing by Mark Rutland · 10 years ago
  100. bf19070 asm-generic: Fix local variable shadow in __set_fixmap_offset by Mark Rutland · 9 years ago