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
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
KVM: x86: Report deprecated x87 features in supported CPUID
Jim Mattson
1
-6
/
+7
2022-02-16
KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow
Sean Christopherson
1
-0
/
+25
2022-02-16
KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode
Sean Christopherson
1
-1
/
+15
2022-02-16
KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS
Vitaly Kuznetsov
1
-0
/
+1
2022-02-16
KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER
Vitaly Kuznetsov
1
-1
/
+3
2022-02-16
x86/perf: Avoid warning for Arch LBR without XSAVE
Andi Kleen
1
-0
/
+3
2022-02-16
perf/x86/rapl: fix AMD event handling
Stephane Eranian
1
-3
/
+6
2022-02-08
x86/perf: Default set FREEZE_ON_SMI for all
Peter Zijlstra
1
-0
/
+13
2022-02-08
perf/x86/intel/pt: Fix crash with stop filters in single-range mode
Tristan Hume
1
-2
/
+3
2022-02-01
x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN
Tony Luck
1
-0
/
+1
2022-02-01
x86/MCE/AMD: Allow thresholding interface updates after init
Yazen Ghannam
1
-1
/
+1
2022-02-01
PCI/sysfs: Find shadow ROM before static attribute initialization
Bjorn Helgaas
1
-2
/
+2
2022-02-01
KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time
Like Xu
1
-2
/
+2
2022-02-01
KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS
Like Xu
1
-0
/
+1
2022-02-01
KVM: x86: Keep MSR_IA32_XSS unchanged for INIT
Xiaoyao Li
1
-2
/
+1
2022-02-01
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
6
-7
/
+12
2022-02-01
KVM: x86: nSVM: skip eax alignment check for non-SVM instructions
Denis Valeev
1
-5
/
+6
2022-02-01
KVM: SVM: Don't intercept #GP for SEV guests
Sean Christopherson
1
-3
/
+8
2022-02-01
KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
Sean Christopherson
1
-4
/
+6
2022-02-01
KVM: LAPIC: Also cancel preemption timer during SET_LAPIC
Wanpeng Li
1
-1
/
+1
2022-02-01
perf/x86/intel: Add a quirk for the calculation of the number of counters on ...
Kan Liang
1
-0
/
+13
2022-02-01
perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
Zhengjun Xing
1
-1
/
+1
2022-02-01
Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
Sean Christopherson
1
-7
/
+0
2022-01-27
x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs
Ingo Molnar
2
-0
/
+2
2022-01-27
um: registers: Rename function names to avoid conflicts and build problems
Randy Dunlap
1
-1
/
+2
2022-01-27
x86/mce: Mark mce_read_aux() noinstr
Borislav Petkov
1
-1
/
+1
2022-01-27
x86/mce: Mark mce_end() noinstr
Borislav Petkov
1
-3
/
+11
2022-01-27
x86/mce: Mark mce_panic() noinstr
Borislav Petkov
1
-3
/
+12
2022-01-27
x86/mce: Allow instrumentation during task work queueing
Borislav Petkov
1
-0
/
+11
2022-01-27
x86/mm: Flush global TLB when switching to trampoline page-table
Joerg Roedel
3
-10
/
+29
2022-01-27
x86, sched: Fix undefined reference to init_freq_invariance_cppc() build error
Huang Rui
1
-1
/
+1
2022-01-27
x86/mce/inject: Avoid out-of-bounds write when setting flags
Zhang Zixun
1
-1
/
+1
2022-01-27
x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS
Nathan Chancellor
1
-2
/
+5
2022-01-27
x86/uaccess: Move variable into switch case statement
Kees Cook
1
-2
/
+3
2022-01-27
crypto: x86/aesni - don't require alignment of data
Jakub Kicinski
1
-2
/
+2
2022-01-27
x86/gpu: Reserve stolen memory for first integrated Intel GPU
Lucas De Marchi
1
-1
/
+9
2022-01-27
KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
Marcelo Tosatti
1
-8
/
+8
2022-01-27
KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU
David Matlack
1
-3
/
+3
2022-01-20
KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
Wei Wang
1
-1
/
+1
2022-01-20
KVM: x86: don't print when fail to read/write pv eoi memory
Li RongQing
1
-12
/
+6
2022-01-20
KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
Sean Christopherson
3
-1
/
+6
2022-01-20
KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
Sean Christopherson
1
-3
/
+4
2022-01-20
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
2
-9
/
+17
2022-01-11
KVM: x86: Check for rmaps allocation
Nikunj A Dadhania
1
-0
/
+3
2022-01-05
efi: Move efifb_setup_from_dmi() prototype from arch headers
Javier Martinez Canillas
1
-2
/
+0
2021-12-29
KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
Sean Christopherson
1
-2
/
+1
2021-12-29
KVM: VMX: Always clear vmx->fail on emulation_required
Sean Christopherson
1
-3
/
+1
2021-12-29
KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
Sean Christopherson
1
-8
/
+24
2021-12-29
KVM: x86/mmu: Don't advance iterator after restart due to yielding
Sean Christopherson
3
-13
/
+28
2021-12-29
KVM: x86: Always set kvm_run->if_flag
Marc Orr
5
-17
/
+21
[next]