index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2020-02-19
perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map
Kim Phillips
1
-0
/
+1
2020-02-19
KVM: nVMX: Use correct root level for nested EPT shadow page tables
Sean Christopherson
1
-0
/
+3
2020-02-15
x86/boot: Handle malformed SRAT tables during early ACPI parsing
Steven Clarkson
1
-0
/
+6
2020-02-11
x86/apic/msi: Plug non-maskable MSI affinity race
Thomas Gleixner
2
-3
/
+133
2020-02-11
KVM: Use vcpu-specific gva->hva translation when querying host page size
Sean Christopherson
1
-3
/
+3
2020-02-11
KVM: nVMX: vmread should not set rflags to specify success in case of #PF
Miaohe Lin
1
-1
/
+3
2020-02-11
KVM: x86: fix overlap between SPTE_MMIO_MASK and generation
Paolo Bonzini
1
-5
/
+5
2020-02-11
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
Sean Christopherson
6
-70
/
+86
2020-02-11
KVM: x86: use CPUID to locate host page table reserved bits
Paolo Bonzini
1
-8
/
+12
2020-02-11
KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
Sean Christopherson
1
-1
/
+1
2020-02-11
x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode
Thomas Gleixner
6
-7
/
+34
2020-02-11
KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"
Sean Christopherson
1
-6
/
+3
2020-02-11
KVM: x86: Ensure guest's FPU state is loaded when accessing for emulation
Sean Christopherson
1
-0
/
+39
2020-02-11
KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()
Sean Christopherson
1
-2
/
+17
2020-02-11
KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
Sean Christopherson
1
-1
/
+1
2020-02-11
KVM: x86: Don't let userspace set host-reserved cr4 bits
Sean Christopherson
1
-1
/
+34
2020-02-11
KVM: VMX: Add non-canonical check on writes to RTIT address MSRs
Sean Christopherson
1
-0
/
+2
2020-02-11
x86/KVM: Clean up host's steal time structure
Boris Ostrovsky
2
-10
/
+4
2020-02-11
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
2
-0
/
+11
2020-02-11
x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed
Boris Ostrovsky
1
-21
/
+30
2020-02-11
x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
Boris Ostrovsky
1
-0
/
+3
2020-02-11
kvm/svm: PKU not currently supported
John Allen
5
-1
/
+16
2020-02-11
KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform
Sean Christopherson
1
-0
/
+4
2020-02-11
KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() fro...
Marios Pomonis
1
-2
/
+6
2020-02-11
KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
Marios Pomonis
1
-3
/
+8
2020-02-11
KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...
Marios Pomonis
1
-2
/
+8
2020-02-11
KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-6
/
+8
2020-02-11
KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF ...
Marios Pomonis
1
-4
/
+14
2020-02-11
KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-0
/
+1
2020-02-11
KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-4
/
+6
2020-02-11
KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-4
/
+9
2020-02-11
KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacks
Marios Pomonis
1
-2
/
+6
2020-02-11
KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacks
Marios Pomonis
1
-8
/
+16
2020-02-11
KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacks
Marios Pomonis
1
-2
/
+14
2020-02-11
KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacks
Marios Pomonis
1
-1
/
+5
2020-02-11
x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEAR
Pawan Gupta
1
-6
/
+7
2020-02-06
perf/x86/intel/uncore: Remove PCIe3 unit for SNR
Kan Liang
1
-24
/
+0
2020-02-06
perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 Family
Kan Liang
1
-0
/
+6
2020-02-06
x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroup
Xiaochen Shen
1
-2
/
+2
2020-02-06
x86/resctrl: Fix use-after-free when deleting resource groups
Xiaochen Shen
1
-2
/
+10
2020-02-06
x86/resctrl: Fix a deadlock due to inaccurate reference
Xiaochen Shen
1
-8
/
+8
2020-01-23
x86/resctrl: Fix potential memory leak
Shakeel Butt
1
-3
/
+3
2020-01-23
x86/efistub: Disable paging at mixed mode entry
Ard Biesheuvel
1
-0
/
+5
2020-01-23
perf/x86/intel/uncore: Fix missing marker for snr_uncore_imc_freerunning_events
Kan Liang
1
-0
/
+1
2020-01-23
x86/CPU/AMD: Ensure clearing of SME/SEV features is maintained
Tom Lendacky
1
-2
/
+2
2020-01-23
x86/resctrl: Fix an imbalance in domain_remove_cpu()
Qian Cai
1
-1
/
+1
2020-01-17
syscalls/x86: Fix function types in COND_SYSCALL
Sami Tolvanen
1
-5
/
+16
2020-01-17
syscalls/x86: Use the correct function type for sys_ni_syscall
Sami Tolvanen
3
-11
/
+15
2020-01-17
syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn
Sami Tolvanen
2
-4
/
+5
2020-01-17
syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0
Andy Lutomirski
1
-2
/
+30
[next]