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
2021-01-29
x86/fpu/64: Don't FNINIT in kernel_fpu_begin()
Andy Lutomirski
1
-0
/
+12
2021-01-29
x86/fpu: Make the EFI FPU calling convention explicit
Andy Lutomirski
2
-6
/
+22
2021-01-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-11
/
+9
2021-01-24
Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+19
2021-01-24
Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-25
/
+65
2021-01-24
x86/setup: don't remove E820_TYPE_RAM for pfn 0
Mike Rapoport
1
-11
/
+9
2021-01-22
x86/cpu: Add another Alder Lake CPU to the Intel family
Gayatri Kammela
1
-0
/
+1
2021-01-21
x86/mmx: Use KFPU_387 for MMX string operations
Andy Lutomirski
1
-5
/
+15
2021-01-21
x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state
Andy Lutomirski
2
-6
/
+18
2021-01-20
Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2021-01-19
Merge tag 'hyperv-fixes-signed-20210119' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-3
/
+26
2021-01-19
x86: PM: Register syscore_ops for scale invariance
Rafael J. Wysocki
1
-0
/
+19
2021-01-18
x86/xen: fix 'nopvspin' build error
Randy Dunlap
1
-0
/
+2
2021-01-17
x86/hyperv: Initialize clockevents after LAPIC is initialized
Dexuan Cui
1
-3
/
+26
2021-01-15
Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-13
/
+29
2021-01-14
x86/topology: Make __max_die_per_package available unconditionally
Borislav Petkov
2
-3
/
+3
2021-01-13
x86/xen: Fix xen_hvm_smp_init() when vector callback not available
David Woodhouse
1
-10
/
+17
2021-01-13
x86/xen: Don't register Xen IPIs when they aren't going to be used
David Woodhouse
1
-2
/
+2
2021-01-13
x86/xen: Add xen_no_vector_callback option to test PCI INTX delivery
David Woodhouse
1
-1
/
+10
2021-01-12
x86: __always_inline __{rd,wr}msr()
Peter Zijlstra
1
-2
/
+2
2021-01-12
x86/mce: Remove explicit/superfluous tracing
Peter Zijlstra
1
-3
/
+4
2021-01-12
x86/sev: Fix nonistr violation
Peter Zijlstra
1
-1
/
+1
2021-01-12
x86/entry: Fix noinstr fail
Peter Zijlstra
1
-3
/
+7
2021-01-12
x86/cpu/amd: Set __max_die_per_package on AMD
Yazen Ghannam
1
-2
/
+2
2021-01-11
Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-3
/
+33
2021-01-11
x86/sev-es: Handle string port IO to kernel memory properly
Hyunwook (Wooky) Baek
1
-0
/
+12
2021-01-10
Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-73
/
+57
2021-01-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-97
/
+178
2021-01-08
KVM: x86: __kvm_vcpu_halt can be static
Paolo Bonzini
1
-1
/
+1
2021-01-08
x86/resctrl: Don't move a task to the same resource group
Fenghua Yu
1
-0
/
+7
2021-01-08
x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
Fenghua Yu
1
-69
/
+43
2021-01-08
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
7
-6
/
+61
2021-01-08
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
3
-1
/
+8
2021-01-08
KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
Maxim Levitsky
1
-0
/
+1
2021-01-08
KVM: nSVM: correctly restore nested_run_pending on migration
Maxim Levitsky
1
-0
/
+4
2021-01-08
KVM: x86/mmu: Clarify TDP MMU page list invariants
Ben Gardon
1
-2
/
+14
2021-01-08
KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
Ben Gardon
1
-56
/
+48
2021-01-08
KVM: x86: change in pv_eoi_get_pending() to make code more readable
Stephen Zhang
1
-1
/
+1
2021-01-08
KVM: x86: fix shift out of bounds reported by UBSAN
Paolo Bonzini
1
-1
/
+1
2021-01-08
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
Uros Bizjak
1
-2
/
+0
2021-01-08
KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load
Nathan Chancellor
1
-1
/
+1
2021-01-08
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
45
-297
/
+331
2021-01-08
KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()
Sean Christopherson
1
-7
/
+13
2021-01-08
KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array
Sean Christopherson
2
-9
/
+8
2021-01-08
KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
Sean Christopherson
3
-11
/
+13
2021-01-08
KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()
Sean Christopherson
2
-2
/
+7
2021-01-06
x86/mtrr: Correct the range check before performing MTRR type lookups
Ying-Tsun Huang
1
-3
/
+3
2021-01-06
x86/hyperv: check cpu mask after interrupt has been disabled
Wei Liu
1
-3
/
+9
2021-01-05
x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
Peter Gonda
1
-2
/
+2
2021-01-05
x86/hyperv: Fix kexec panic/hang issues
Dexuan Cui
3
-0
/
+24
[next]