summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-03-25x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold1-0/+5
2021-03-25x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2-24/+14
2021-03-25x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2-9/+9
2021-03-25x86/ioapic: Ignore IRQ2 againThomas Gleixner1-0/+10
2021-03-25perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTKan Liang1-0/+3
2021-03-25perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang1-1/+1
2021-03-20crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2-56/+84
2021-03-20crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2-20/+20
2021-03-17KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li1-10/+9
2021-03-17KVM: x86: Ensure deadline timer has truly expired before posting its IRQSean Christopherson1-1/+10
2021-03-17x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski1-1/+2
2021-03-17x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel3-15/+55
2021-03-17x86/sev-es: Correctly track IRQ states in runtime #VC handlerJoerg Roedel1-2/+4
2021-03-17x86/entry: Move nmi entry/exit into common codeThomas Gleixner5-49/+13
2021-03-17x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stackJoerg Roedel1-2/+12
2021-03-17x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel4-2/+19
2021-03-17x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf1-6/+6
2021-03-17perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBRKan Liang1-1/+4
2021-03-11KVM: SVM: Clear the CR4 register on resetBabu Moger1-0/+1
2021-03-11KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID checkVitaly Kuznetsov1-0/+2
2021-03-07xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross3-26/+21
2021-03-07Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich1-3/+41
2021-03-07perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[]Jim Mattson1-0/+3
2021-03-07x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirkHeiner Kallweit1-0/+9
2021-03-07x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song2-4/+9
2021-03-04KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini1-0/+20
2021-03-04x86: fix seq_file iteration for pat/memtype.cNeilBrown1-2/+2
2021-03-04x86/entry: Fix instrumentation annotationThomas Gleixner1-1/+1
2021-03-04x86/fault: Fix AMD erratum #91 errata fixup for user codeAndy Lutomirski1-10/+17
2021-03-04x86/reboot: Force all cpus to exit VMX root if VMX is supportedSean Christopherson1-20/+10
2021-03-04x86/virt: Eat faults on VMXOFF in reboot flowsSean Christopherson1-5/+12
2021-03-04crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel1-12/+16
2021-03-04KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...Sean Christopherson1-1/+2
2021-03-04KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson1-4/+4
2021-03-04KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64Sean Christopherson1-2/+2
2021-03-04KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRsSean Christopherson1-1/+1
2021-03-04x86/MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl tooMisono Tomohiro1-0/+7
2021-02-26KVM: x86: Zap the oldest MMU pages, not the newestSean Christopherson1-1/+1
2021-02-23Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich1-1/+2
2021-02-23Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich1-7/+5
2021-02-17cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki1-0/+1
2021-02-17x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()Thomas Gleixner1-4/+11
2021-02-17x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov1-3/+3
2021-02-17KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini3-13/+5
2021-02-17x86/efi: Remove EFI PGD build time checksBorislav Petkov1-19/+0
2021-02-17x86/split_lock: Enable the split lock feature on another Alder Lake CPUFenghua Yu1-0/+1
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen5-15/+32
2021-02-10x86/debug: Prevent data breakpoints on cpu_dr7Lai Jiangshan1-0/+8
2021-02-10x86/debug: Prevent data breakpoints on __per_cpu_offsetLai Jiangshan1-0/+14
2021-02-10x86/debug: Fix DR6 handlingPeter Zijlstra1-21/+18