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
2019-08-29
x86/boot: Fix boot regression caused by bootparam sanitizing
John Hubbard
1
-1
/
+1
2019-08-29
x86/boot: Save fields explicitly, zero out everything else
John Hubbard
1
-15
/
+48
2019-08-29
x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
Tom Lendacky
3
-13
/
+140
2019-08-29
x86/apic: Handle missing global clockevent gracefully
Thomas Gleixner
1
-15
/
+53
2019-08-29
x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
Sean Christopherson
1
-1
/
+1
2019-08-29
Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"
Paolo Bonzini
1
-32
/
+1
2019-08-29
x86/lib/cpu: Address missing prototypes warning
Valdis Klētnieks
1
-0
/
+1
2019-08-16
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
4
-0
/
+29
2019-08-16
KVM/nSVM: properly map nested VMCB
Vitaly Kuznetsov
1
-2
/
+2
2019-08-16
perf/x86: Apply more accurate check on hypervisor platform
Zhenzhong Duan
1
-2
/
+1
2019-08-16
perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x register
Yunying Sun
1
-2
/
+2
2019-08-16
perf/x86/intel: Fix SLOTS PEBS event constraint
Kan Liang
1
-1
/
+1
2019-08-16
x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
Nick Desaulniers
1
-5
/
+28
2019-08-16
x86/purgatory: Do not use __builtin_memcpy and __builtin_memset
Nick Desaulniers
4
-23
/
+17
2019-08-16
x86/mm: Sync also unmappings in vmalloc_sync_all()
Joerg Roedel
1
-8
/
+5
2019-08-16
x86/mm: Check for pfn instead of page in vmalloc_sync_one()
Joerg Roedel
1
-1
/
+1
2019-08-06
x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS
Thomas Gleixner
3
-30
/
+33
2019-08-06
x86/entry/64: Use JMP instead of JMPQ
Josh Poimboeuf
1
-1
/
+1
2019-08-06
x86/speculation: Enable Spectre v1 swapgs mitigations
Josh Poimboeuf
1
-9
/
+106
2019-08-06
x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations
Josh Poimboeuf
3
-3
/
+37
2019-08-06
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
Fenghua Yu
6
-34
/
+34
2019-08-06
x86/cpufeatures: Carve out CQM features retrieval
Borislav Petkov
1
-27
/
+33
2019-08-06
x86, boot: Remove multiple copy of static function sanitize_boot_params()
Zhenzhong Duan
2
-1
/
+1
2019-08-06
x86/paravirt: Fix callee-saved function ELF sizes
Josh Poimboeuf
2
-0
/
+2
2019-08-06
x86/kvm: Don't call kvm_spurious_fault() from .fixup
Josh Poimboeuf
1
-15
/
+19
2019-08-06
xen/pv: Fix a boot up hang revealed by int3 self test
Zhenzhong Duan
4
-4
/
+2
2019-08-06
x86: math-emu: Hide clang warnings for 16-bit overflow
Arnd Bergmann
2
-2
/
+2
2019-08-06
x86/apic: Silence -Wtype-limits compiler warnings
Qian Cai
2
-2
/
+2
2019-08-06
KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS
Liran Alon
1
-1
/
+4
2019-08-06
x86: kvm: avoid constant-conversion warning
Arnd Bergmann
1
-3
/
+3
2019-07-31
x86/stacktrace: Prevent access_ok() warnings in arch_stack_walk_user()
Eiichi Tsukata
1
-1
/
+1
2019-07-31
x86/speculation/mds: Apply more accurate check on hypervisor platform
Zhenzhong Duan
1
-1
/
+1
2019-07-31
x86/sysfb_efi: Add quirks for some devices with swapped width and height
Hans de Goede
1
-0
/
+46
2019-07-31
KVM: X86: Fix fpu state crash in kvm guest
Wanpeng Li
1
-3
/
+6
2019-07-31
KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT
Sean Christopherson
2
-22
/
+23
2019-07-31
kvm: vmx: segment limit check: use access length
Eugene Korenevsky
3
-14
/
+19
2019-07-31
KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTES
Sean Christopherson
2
-2
/
+17
2019-07-31
kvm: vmx: fix limit checking in get_vmx_mem_address()
Eugene Korenevsky
1
-1
/
+1
2019-07-28
Revert "kvm: x86: Use task structs fpu field for user"
Paolo Bonzini
2
-5
/
+6
2019-07-28
KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested
Jan Kiszka
1
-0
/
+2
2019-07-28
KVM: nVMX: do not use dangling shadow VMCS after guest reset
Paolo Bonzini
1
-1
/
+7
2019-07-26
x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()
Eiichi Tsukata
1
-5
/
+3
2019-07-26
perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCs
Kim Phillips
1
-4
/
+11
2019-07-26
perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCs
Kim Phillips
1
-1
/
+1
2019-07-26
perf/x86/intel: Fix spurious NMI on fixed counter
Kan Liang
1
-5
/
+3
2019-07-26
x86/boot: Fix memory leak in default_get_smp_config()
David Rientjes
1
-6
/
+4
2019-07-26
x86/hyper-v: Zero out the VP ASSIST PAGE on allocation
Dexuan Cui
1
-2
/
+11
2019-07-26
KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
Like Xu
1
-2
/
+2
2019-07-26
KVM: VMX: check CPUID before allowing read/write of IA32_XSS
Wanpeng Li
1
-2
/
+8
2019-07-26
KVM: VMX: Fix handling of #MC that occurs during VM-Entry
Sean Christopherson
1
-12
/
+8
[next]