index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-04
KVM: VMX: Optimize tscdeadline timer latency
Wanpeng Li
2
-1
/
+8
2018-06-01
kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-2
/
+1
2018-06-01
kvm: Make VM ioctl do valloc for some archs
Marc Orr
4
-4
/
+12
2018-06-01
kvm: Change return type to vm_fault_t
Souptick Joarder
4
-4
/
+4
2018-06-01
Merge tag 'kvm-s390-next-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
13
-65
/
+98
2018-06-01
Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
22
-257
/
+397
2018-05-26
KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
Vitaly Kuznetsov
1
-0
/
+1
2018-05-26
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...
Vitaly Kuznetsov
2
-12
/
+125
2018-05-26
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...
Vitaly Kuznetsov
3
-1
/
+82
2018-05-26
KVM: x86: hyperv: do rep check for each hypercall separately
Vitaly Kuznetsov
1
-9
/
+12
2018-05-26
KVM: x86: hyperv: use defines when parsing hypercall parameters
Vitaly Kuznetsov
1
-3
/
+3
2018-05-26
x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header
Vitaly Kuznetsov
3
-23
/
+23
2018-05-26
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
55
-354
/
+923
2018-05-25
KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
Eric Auger
2
-0
/
+2
2018-05-25
KVM: arm64: Invoke FPSIMD context switch trap from C
Dave Martin
3
-51
/
+13
2018-05-25
KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
Dave Martin
1
-4
/
+8
2018-05-25
KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
Dave Martin
1
-12
/
+4
2018-05-25
KVM: arm64: Remove eager host SVE state saving
Dave Martin
3
-34
/
+0
2018-05-25
KVM: arm64: Save host SVE context as appropriate
Dave Martin
5
-2
/
+40
2018-05-25
arm64/sve: Move sve_pffr() to fpsimd.h and make inline
Dave Martin
3
-13
/
+24
2018-05-25
arm64/sve: Switch sve_pffr() argument from task to thread
Dave Martin
1
-5
/
+5
2018-05-25
arm64/sve: Move read_zcr_features() out of cpufeature.h
Dave Martin
5
-29
/
+32
2018-05-25
KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
Dave Martin
8
-31
/
+188
2018-05-25
KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
Dave Martin
6
-19
/
+18
2018-05-25
arm64/sve: Refactor user SVE trap maintenance for external use
Dave Martin
1
-15
/
+15
2018-05-25
arm64: fpsimd: Eliminate task->mm checks
Dave Martin
2
-25
/
+19
2018-05-25
arm64: fpsimd: Avoid FPSIMD context leakage for the init task
Dave Martin
1
-6
/
+7
2018-05-25
arm64: fpsimd: Generalise context saving for non-task contexts
Dave Martin
1
-12
/
+14
2018-05-25
KVM: arm64: Convert lazy FPSIMD context switch trap to C
Dave Martin
2
-35
/
+46
2018-05-25
arm64: Use update{,_tsk}_thread_flag()
Dave Martin
1
-10
/
+8
2018-05-25
arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regs
Dave Martin
1
-5
/
+2
2018-05-24
KVM: x86: Expose CLDEMOTE CPU feature to guest VM
Jingqi Liu
1
-1
/
+2
2018-05-24
KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...
Liran Alon
1
-3
/
+16
2018-05-24
KVM: nVMX: Don't flush TLB when vmcs12 uses VPID
Liran Alon
1
-6
/
+14
2018-05-24
KVM: nVMX: Use vmx local var for referencing vpid02
Liran Alon
1
-1
/
+1
2018-05-24
KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION
Dan Carpenter
1
-1
/
+7
2018-05-24
KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault
Sean Christopherson
1
-1
/
+0
2018-05-23
KVM: nVMX: Ensure that VMCS12 field offsets do not change
Jim Mattson
1
-0
/
+157
2018-05-23
KVM: nVMX: Restore the VMCS12 offsets for v4.0 fields
Jim Mattson
2
-7
/
+20
2018-05-23
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
Arnd Bergmann
1
-3
/
+3
2018-05-23
kvm: nVMX: Use nested_run_pending rather than from_vmentry
Jim Mattson
1
-17
/
+18
2018-05-20
arm64: KVM: Use lm_alias() for kvm_ksym_ref()
Mark Rutland
1
-2
/
+5
2018-05-19
x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionally
Thomas Gleixner
3
-8
/
+8
2018-05-19
x86/Hyper-V/hv_apic: Include asm/apic.h
Thomas Gleixner
1
-0
/
+1
2018-05-19
X86/Hyper-V: Consolidate the allocation of the hypercall input page
K. Y. Srinivasan
3
-27
/
+6
2018-05-19
X86/Hyper-V: Consolidate code for converting cpumask to vpset
K. Y. Srinivasan
1
-41
/
+2
2018-05-19
X86/Hyper-V: Enhanced IPI enlightenment
K. Y. Srinivasan
4
-3
/
+89
2018-05-19
X86/Hyper-V: Enable IPI enlightenments
K. Y. Srinivasan
4
-0
/
+160
2018-05-19
X86/Hyper-V: Enlighten APIC access
K. Y. Srinivasan
4
-3
/
+112
2018-05-18
Merge tag 'powerpc-4.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+12
[next]