summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-07-012-50/+3
* x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner2023-07-013-0/+66
* x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner2023-07-011-10/+14
* x86/smp: Remove pointless wmb()s from native_stop_other_cpus()Thomas Gleixner2023-07-011-6/+0
* x86/smp: Dont access non-existing CPUID leafTony Battersby2023-07-011-2/+3
* x86/smp: Make stop_other_cpus() more robustThomas Gleixner2023-07-013-23/+64
* x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)2023-07-011-1/+1
* x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava2023-06-281-1/+4
* bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Yonghong Song2023-06-281-1/+1
* x86/mm: Avoid using set_pgd() outside of real PGD pagesLee Jones2023-06-281-4/+4
* x86/boot/compressed: prefer cc-option for CFLAGS additionsNick Desaulniers2023-06-211-1/+1
* x86/purgatory: remove PGO flagsRicardo Ribalda2023-06-211-0/+5
* x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky2023-06-211-9/+9
* KVM: x86: Account fastpath-only VM-Exits in vCPU statsSean Christopherson2023-06-091-0/+3
* x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disab...Juergen Gross2023-06-091-2/+1
* x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy2023-05-301-2/+5
* x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-301-3/+5
* x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui2023-05-301-2/+3
* perf/x86/uncore: Correct the number of CHAs on SPRKan Liang2023-05-301-0/+11
* x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen2023-05-301-0/+25
* rethook, fprobe: do not trace rethook related functionsZe Gao2023-05-241-0/+1
* x86: fix clear_user_rep_good() exception handling annotationLinus Torvalds2023-05-171-1/+1
* x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello2023-05-171-0/+2
* x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)2023-05-171-2/+2
* KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faultsSean Christopherson2023-05-172-1/+40
* KVM: VMX: Make CR0.WP a guest owned bitMathias Krause2023-05-174-4/+22
* KVM: x86: Make use of kvm_read_cr*_bits() when testing bitsMathias Krause2023-05-172-4/+4
* KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabledMathias Krause2023-05-171-0/+12
* KVM: x86/mmu: Avoid indirect call for get_cr3Paolo Bonzini2023-05-172-12/+21
* KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are availableSean Christopherson2023-05-171-3/+5
* KVM: x86: Track supported PERF_CAPABILITIES in kvm_capsSean Christopherson2023-05-175-30/+34
* perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stubSean Christopherson2023-05-173-9/+6
* x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar2023-05-111-5/+9
* x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak2023-05-111-3/+2
* x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K2023-05-111-7/+7
* KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not interceptedSean Christopherson2023-05-111-0/+15
* x86/cpu: Add model number for Intel Arrow Lake processorTony Luck2023-05-111-0/+2
* x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley2023-05-111-4/+8
* um: Only disable SSE on clang to work around old GCC bugsDavid Gow2023-05-011-0/+5
* purgatory: fix disabling debug infoAlyssa Ross2023-04-261-2/+1
* x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic2023-04-201-2/+2
* x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar2023-04-201-0/+21
* KVM: SVM: Flush Hyper-V TLB when requiredJeremi Piotrowski2023-04-203-3/+54
* x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Sean Christopherson2023-04-206-8/+8
* KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsSean Christopherson2023-04-205-16/+22
* x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.hSean Christopherson2023-04-205-26/+26
* KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real ModeSean Christopherson2023-04-131-1/+6
* KVM: x86: Clear "has_error_code", not "error_code", for RM exception injectionSean Christopherson2023-04-131-2/+9
* x86/ACPI/boot: Use FADT version to check support for online capableMario Limonciello2023-04-131-1/+5
* x86/acpi/boot: Correct acpi_is_processor_usable() checkEric DeVolder2023-04-131-1/+2