index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Age
Commit message (
Expand
)
Author
2020-07-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-07-10
KVM: nVMX: fixes for preemption timer migration
Paolo Bonzini
2020-07-10
x86/entry: Fix NMI vs IRQ state tracking
Peter Zijlstra
2020-07-10
Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes.
Thomas Gleixner
2020-07-09
KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
Sean Christopherson
2020-07-09
KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
Sean Christopherson
2020-07-09
KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
Sean Christopherson
2020-07-09
KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
Sean Christopherson
2020-07-09
x86/kvm/vmx: Move guest enter/exit into .noinstr.text
Thomas Gleixner
2020-07-09
KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
Xiaoyao Li
2020-07-08
KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()
Krish Sadhukhan
2020-07-08
x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
Zhenzhong Duan
2020-07-08
KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only
Sean Christopherson
2020-07-08
KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h
Uros Bizjak
2020-07-08
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Jim Mattson
2020-07-08
KVM: x86/mmu: Make .write_log_dirty a nested operation
Sean Christopherson
2020-07-08
Merge branch 'kvm-async-pf-int' into HEAD
Paolo Bonzini
2020-07-08
Merge branch 'sched/urgent'
Peter Zijlstra
2020-07-08
perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch
Kan Liang
2020-07-08
x86/fpu/xstate: Add helpers for LBR dynamic supervisor feature
Kan Liang
2020-07-08
x86/fpu/xstate: Support dynamic supervisor feature for LBR
Kan Liang
2020-07-08
x86/fpu: Use proper mask to replace full instruction mask
Kan Liang
2020-07-08
perf/x86/intel/lbr: Unify the stored format of LBR information
Kan Liang
2020-07-08
perf/x86: Expose CPUID enumeration bits for arch LBR
Kan Liang
2020-07-08
x86/msr-index: Add bunch of MSRs for Arch LBR
Kan Liang
2020-07-08
x86/cpufeatures: Add Architectural LBRs feature bit
Kan Liang
2020-07-06
x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()
Andy Lutomirski
2020-07-05
x86/entry/32: Fix XEN_PV build dependency
Ingo Molnar
2020-07-05
Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-07-04
x86/entry/32: Fix #MC and #DB wiring on x86_32
Andy Lutomirski
2020-07-04
x86/entry/xen: Route #DB correctly on Xen PV
Andy Lutomirski
2020-07-02
Merge branch 'perf/vlbr'
Peter Zijlstra
2020-07-02
perf/x86: Add constraint to create guest LBR event without hw counter
Like Xu
2020-07-02
perf/x86/lbr: Add interface to get LBR information
Like Xu
2020-07-02
cpufreq: intel_pstate: Allow enable/disable energy efficiency
Srinivas Pandruvada
2020-07-01
x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbase
Andy Lutomirski
2020-06-30
x86: Remove dev->archdata.iommu pointer
Joerg Roedel
2020-06-29
x86/fpu: Reset MXCSR to default in kernel_fpu_begin()
Petteri Aimonen
2020-06-28
Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-06-28
Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-06-26
docs: fix references for DMA*.txt files
Mauro Carvalho Chehab
2020-06-26
Merge branch 'linus' into x86/entry, to resolve conflicts
Ingo Molnar
2020-06-26
x86/hyperv: allocate the hypercall page with only read and execute bits
Christoph Hellwig
2020-06-26
x86: kill dump_fpu()
Al Viro
2020-06-25
x86/entry: Increase entry_stack size to a full page
Peter Zijlstra
2020-06-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-22
KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
Sean Christopherson
2020-06-22
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
2020-06-22
KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
Paolo Bonzini
2020-06-22
x86/msr: Move the F15h MSRs where they belong
Borislav Petkov
[prev]
[next]