1. dee3924 arm64: KVM: Allow mapping of vectors outside of the RAM region by Marc Zyngier · 7 years ago
  2. 4205a89 arm64: Make BP hardening slot counter available by Marc Zyngier · 7 years ago
  3. dc2e463 arm/arm64: KVM: Introduce EL2-specific executable mappings by Marc Zyngier · 7 years ago
  4. 71dcb8b arm64: KVM: Allow far branches from vector slots to the main vectors by Marc Zyngier · 7 years ago
  5. f0445dfa arm64: KVM: Reserve 4 additional instructions in the BPI template by Marc Zyngier · 7 years ago
  6. 4340ba8 arm64: KVM: Move BP hardening vectors into .hyp.text section by Marc Zyngier · 7 years ago
  7. 7e80f63 arm64: KVM: Move stashing of x0/x1 into the vector code itself by Marc Zyngier · 7 years ago
  8. 3c5e812 arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector by Marc Zyngier · 7 years ago
  9. ed57cac arm64: KVM: Introduce EL2 VA randomisation by Marc Zyngier · 7 years ago
  10. 005e975 arm64: KVM: Dynamically compute the HYP VA mask by Marc Zyngier · 7 years ago
  11. 11d7640 arm64: insn: Allow ADD/SUB (immediate) with LSL #12 by Marc Zyngier · 7 years ago
  12. 9f2efa3 arm64; insn: Add encoder for the EXTR instruction by Marc Zyngier · 7 years ago
  13. e3f019b KVM: arm/arm64: Move HYP IO VAs to the "idmap" range by Marc Zyngier · 7 years ago
  14. 1bb32a4 KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state by Marc Zyngier · 7 years ago
  15. 807a378 KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings by Marc Zyngier · 7 years ago
  16. 44a497a KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state by Marc Zyngier · 7 years ago
  17. a1efdff arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag by Marc Zyngier · 7 years ago
  18. 2b4d160 arm64: KVM: Dynamically patch the kernel/hyp VA mask by Marc Zyngier · 7 years ago
  19. ef3935e arm64: insn: Add encoder for bitwise operations using literals by Marc Zyngier · 7 years ago
  20. a264bf3 arm64: insn: Add N immediate encoding by Marc Zyngier · 7 years ago
  21. dea5e2a arm64: alternatives: Add dynamic patching feature by Marc Zyngier · 7 years ago
  22. 2d0e63e KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs by Christoffer Dall · 7 years ago
  23. 923a2e3 KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load by Christoffer Dall · 7 years ago
  24. 771621b KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE by Christoffer Dall · 7 years ago
  25. 8a43a2b KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64 by Christoffer Dall · 7 years ago
  26. 75174ba KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code by Christoffer Dall · 8 years ago
  27. b7787e6 KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE by Christoffer Dall · 7 years ago
  28. a246562 KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE by Christoffer Dall · 8 years ago
  29. c16c113 KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions by Christoffer Dall · 8 years ago
  30. d5a21bc KVM: arm64: Move common VHE/non-VHE trap config in separate functions by Christoffer Dall · 8 years ago
  31. b9f8ca4 KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put by Christoffer Dall · 7 years ago
  32. a892819 KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers by Christoffer Dall · 7 years ago
  33. fc7563b KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE by Christoffer Dall · 9 years ago
  34. 6d4bd90 KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1 by Christoffer Dall · 7 years ago
  35. 00536ec KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1 by Christoffer Dall · 7 years ago
  36. d47533d KVM: arm64: Introduce framework for accessing deferred sysregs by Christoffer Dall · 7 years ago
  37. 8d404c4 KVM: arm64: Rewrite system register accessors to read/write functions by Christoffer Dall · 9 years ago
  38. 52f6c4f KVM: arm64: Change 32-bit handling of VM system registers by Christoffer Dall · 7 years ago
  39. 0c389d9 KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems by Christoffer Dall · 7 years ago
  40. 4cdecab KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions by Christoffer Dall · 7 years ago
  41. 0a62d43 KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe by Christoffer Dall · 7 years ago
  42. f837453 KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions by Christoffer Dall · 7 years ago
  43. 2b88104 KVM: arm64: Rewrite sysreg alternatives to static keys by Christoffer Dall · 7 years ago
  44. 060701f KVM: arm64: Move userspace system registers into separate function by Christoffer Dall · 9 years ago
  45. 04fef05 KVM: arm64: Remove noop calls to timer save/restore from VHE switch by Christoffer Dall · 8 years ago
  46. 34f8cdf KVM: arm64: Don't deactivate VM on VHE systems by Christoffer Dall · 7 years ago
  47. 86d0568 KVM: arm64: Remove kern_hyp_va() use in VHE switch function by Christoffer Dall · 8 years ago
  48. 3f5c90b KVM: arm64: Introduce VHE-specific kvm_vcpu_run by Christoffer Dall · 7 years ago
  49. dc25140 KVM: arm64: Factor out fault info population and gic workarounds by Christoffer Dall · 7 years ago
  50. 014c4c7 KVM: arm64: Improve debug register save/restore flow by Christoffer Dall · 7 years ago
  51. 5742d04 KVM: arm64: Slightly improve debug save/restore functions by Christoffer Dall · 7 years ago
  52. 54ceb1b KVM: arm64: Move debug dirty flag calculation out of world switch by Christoffer Dall · 7 years ago
  53. e72341c KVM: arm/arm64: Introduce vcpu_el1_is_32bit by Christoffer Dall · 7 years ago
  54. bc192ce KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs by Christoffer Dall · 7 years ago
  55. 3df59d8 KVM: arm/arm64: Get rid of vcpu->arch.irq_lines by Christoffer Dall · 8 years ago
  56. 35a84de KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag by Shih-Wei Li · 8 years ago
  57. 8f17f5e KVM: arm64: Rework hyp_panic for VHE and non-VHE by Christoffer Dall · 7 years ago
  58. 4464e21 KVM: arm64: Avoid storing the vcpu pointer on the stack by Christoffer Dall · 7 years ago
  59. 7a364bd KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN by Christoffer Dall · 7 years ago
  60. b9fb173 KVM: arm: Enable emulation of the physical timer by Jérémy Fanguède · 7 years ago
  61. eac137b KVM: arm64: Enable the EL1 physical timer for AArch32 guests by Jérémy Fanguède · 7 years ago
  62. 005781b arm64: KVM: Move CPU ID reg trap setup off the world switch path by Dave Martin · 7 years ago
  63. cc33c4e arm64/kvm: Prohibit guest LOR accesses by Mark Rutland · 7 years ago
  64. e1171ac Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  65. c23a757 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. e912bf2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. 9c89709 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 297ea1b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 3664ce2 Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  70. 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  71. 65738c6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  72. 2bd06ce Merge tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  73. 9f41631 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
  74. 4596749 x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations by Samuel Neves · 7 years ago
  75. 472e8c5 locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs by Andrea Parri · 7 years ago
  76. 79d4424 locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB by Andrea Parri · 7 years ago
  77. 36e74d3 x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file system by Wang Hui · 7 years ago
  78. e84cf6a x86/apic/vector: Handle vector release on CPU unplug correctly by Thomas Gleixner · 7 years ago
  79. eb0a2d2 powerpc/powernv: Support firmware disable of RFI flush by Michael Ellerman · 7 years ago
  80. 582605a powerpc/pseries: Support firmware disable of RFI flush by Michael Ellerman · 7 years ago
  81. 2f7d03e powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2 by Bharata B Rao · 7 years ago
  82. 0f9da84 MIPS: boot: Define __ASSEMBLY__ for its.S build by Kees Cook · 7 years ago
  83. 16338a9 bpf, arm64: fix out of bounds access in tail call by Daniel Borkmann · 7 years ago
  84. a493a87 bpf, x64: implement retpoline for tail call by Daniel Borkmann · 7 years ago
  85. 24180a6 Merge tag 'riscv-for-linus-4.16-rc3-riscv_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  86. 238ca35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  87. b21ebf2f x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 by H.J. Lu · 7 years ago
  88. 15122ee arm64: Enforce BBM for huge IO/VMAP mappings by Will Deacon · 7 years ago
  89. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  90. 083b209 powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access by Mark Lord · 7 years ago
  91. c7a3275 powerpc/pseries: Revert support for ibm,drc-info devtree property by Michael Bringmann · 7 years ago
  92. 5539d31 powerpc/pseries: Fix duplicate firmware feature for DRC_INFO by Michael Ellerman · 7 years ago
  93. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  94. cb13b42 locking/xchg/alpha: Add unconditional memory barrier to cmpxchg() by Andrea Parri · 7 years ago
  95. 85c615e x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() by Arnd Bergmann · 7 years ago
  96. 521ca5a powerpc/eeh: Fix crashes in eeh_report_resume() by Juan J. Alvarez · 7 years ago
  97. 8b08f50 Rename sbi_save to parse_dtb to improve code readability by Michael Clark · 7 years ago
  98. bcae803 RISC-V: Enable IRQ during exception handling by zongbox@gmail.com · 7 years ago
  99. 89a4b44 riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select by Ulf Magnusson · 7 years ago
  100. 2aaa2dc riscv: kconfig: Remove RISCV_IRQ_INTC select by Ulf Magnusson · 7 years ago