index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
KVM: x86: expose MOVDIR64B CPU feature into VM.
Liu Jingqi
1
-1
/
+1
2019-02-20
KVM: x86: expose MOVDIRI CPU feature into VM.
Liu Jingqi
1
-1
/
+1
2019-02-20
kvm, x86, mmu: Use kernel generic dynamic physical address mask
Kai Huang
1
-3
/
+5
2019-02-20
KVM: nVMX: remove useless is_protmode check
Paolo Bonzini
1
-1
/
+1
2019-02-20
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
Sean Christopherson
1
-3
/
+9
2019-02-20
KVM: nVMX: Apply addr size mask to effective address for VMX instructions
Sean Christopherson
1
-2
/
+23
2019-02-20
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
Sean Christopherson
1
-0
/
+4
2019-02-20
svm: Fix improper check when deactivate AVIC
Suthikulpanit, Suravee
1
-5
/
+5
2019-02-20
KVM: x86: cull apicv code when userspace irqchip is requested
Paolo Bonzini
1
-1
/
+8
2019-02-20
svm: Fix AVIC DFR and LDR handling
Suthikulpanit, Suravee
1
-34
/
+30
2019-02-20
x86/kvmclock: set offset for kvm unstable clock
Pavel Tatashin
1
-5
/
+1
2019-02-20
KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow
Sean Christopherson
1
-7
/
+6
2019-02-20
KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobbering
Sean Christopherson
1
-15
/
+4
2019-02-20
KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routine
Sean Christopherson
2
-4
/
+22
2019-02-20
KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg
Sean Christopherson
2
-12
/
+12
2019-02-20
KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs
Sean Christopherson
2
-8
/
+10
2019-02-20
KVM: VMX: Use RAX as the scratch register during vCPU-run
Sean Christopherson
1
-38
/
+38
2019-02-20
KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()
Sean Christopherson
2
-4
/
+4
2019-02-20
KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
Sean Christopherson
1
-32
/
+27
2019-02-20
KVM: VMX: Move vCPU-run code to a proper assembly routine
Sean Christopherson
2
-137
/
+145
2019-02-20
KVM: VMX: Create a stack frame in vCPU-run
Sean Christopherson
1
-1
/
+1
2019-02-20
KVM: VMX: Use #defines in place of immediates in VM-Enter inline asm
Sean Christopherson
1
-52
/
+61
2019-02-20
KVM: x86: Explicitly #define the VCPU_REGS_* indices
Sean Christopherson
2
-16
/
+42
2019-02-19
KVM: arm64: Fix comment for KVM_PHYS_SHIFT
Zenghui Yu
1
-1
/
+2
2019-02-19
KVM: arm/arm64: Prefix header search paths with $(srctree)/
Masahiro Yamada
2
-2
/
+2
2019-02-19
KVM: arm/arm64: Remove -I. header search paths
Masahiro Yamada
2
-4
/
+1
2019-02-19
arm64: KVM: Describe data or unified caches as having 1 set and 1 way
Ard Biesheuvel
2
-1
/
+17
2019-02-19
arm64: KVM: Expose sanitised cache type register to guest
Ard Biesheuvel
3
-2
/
+61
2019-02-19
KVM: arm/arm64: Move kvm_is_write_fault to header file
Christoffer Dall
2
-0
/
+16
2019-02-19
KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems
Christoffer Dall
1
-0
/
+4
2019-02-19
KVM: arm/arm64: consolidate arch timer trap handlers
Andre Przywara
3
-49
/
+51
2019-02-19
KVM: arm64: Reuse sys_reg() macro when searching the trap table
Marc Zyngier
1
-13
/
+6
2019-02-19
KVM: arm64: Fix ICH_ELRSR_EL2 sysreg naming
Marc Zyngier
2
-3
/
+3
2019-02-19
KVM: arm/arm64: Factor out VMID into struct kvm_vmid
Christoffer Dall
7
-16
/
+34
2019-02-19
arm/arm64: KVM: Statically configure the host's view of MPIDR
Marc Zyngier
4
-2
/
+16
2019-02-19
ARM: KVM: Teach some form of type-safety to kvm_call_hyp
Marc Zyngier
3
-6
/
+31
2019-02-19
arm64: KVM: Drop VHE-specific HYP call stub
Marc Zyngier
2
-15
/
+0
2019-02-19
arm64: KVM: Allow for direct call of HYP functions when using VHE
Marc Zyngier
1
-2
/
+30
2019-02-19
arm/arm64: KVM: Introduce kvm_call_hyp_ret()
Marc Zyngier
3
-1
/
+5
2019-02-19
KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]
Suraj Jitindar Singh
3
-1
/
+19
2019-02-19
KVM: PPC: Release all hardware TCE tables attached to a group
Alexey Kardashevskiy
1
-1
/
+0
2019-02-19
KVM: PPC: Book3S HV: Optimise mmio emulation for devices on FAST_MMIO_BUS
Suraj Jitindar Singh
1
-0
/
+18
2019-02-19
KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE
Paul Mackerras
7
-26
/
+47
2019-02-19
KVM: PPC: Remove -I. header search paths
Masahiro Yamada
1
-5
/
+0
2019-02-19
KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_node
wangbo
1
-3
/
+1
2019-02-19
KVM: PPC: Book3S PR: Add emulation for slbfee. instruction
Paul Mackerras
4
-0
/
+34
2019-02-12
KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest state
Sean Christopherson
1
-24
/
+29
2019-02-12
KVM: VMX: Don't save guest registers after VM-Fail
Sean Christopherson
1
-12
/
+23
2019-02-12
KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-Enter
Sean Christopherson
1
-5
/
+7
2019-02-12
KVM: VMX: Pass "launched" directly to the vCPU-run asm blob
Sean Christopherson
2
-8
/
+7
[prev]
[next]