aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-08-13KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page()Yue Haibing1-1/+0
2024-08-13x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
2024-08-13KVM: SVM: Fix an error code in sev_gmem_post_populate()Dan Carpenter1-2/+3
2024-08-13KVM: SVM: Fix uninitialized variable bugDan Carpenter1-1/+1
2024-08-13x86/irq: Fix comment on IRQ vector layoutSohil Mehta1-2/+2
2024-08-13x86/apic: Remove unused extern declarationsYue Haibing1-6/+0
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro2-10/+10
2024-08-12platform/x86/intel/ifs: Add SBAF test image loading supportJithu Joseph1-0/+2
2024-08-10x86/mm: Remove unused CR3_HW_ASID_BITSYosry Ahmed1-3/+0
2024-08-10crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt()Eric Biggers1-31/+28
2024-08-09x86/apic: Remove logical destination mode for 64-bitThomas Gleixner2-120/+7
2024-08-08x86: Ignore stack unwinding in KCOVDmitry Vyukov1-0/+8
2024-08-08x86/entry: Remove unwanted instrumentation in common_interrupt()Dmitry Vyukov2-5/+9
2024-08-08x86/mm: Don't print out SRAT table informationLi RongQing1-4/+2
2024-08-08x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen1-1/+1
2024-08-07x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu2-9/+10
2024-08-07x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailboxZhiquan Li1-1/+1
2024-08-07x86/apic: Remove unused inline function apic_set_eoi_cb()Yue Haibing1-1/+0
2024-08-07x86/ioapic: Cleanup remaining coding style issuesThomas Gleixner1-11/+12
2024-08-07x86/ioapic: Cleanup line breaksThomas Gleixner1-37/+18
2024-08-07x86/ioapic: Cleanup bracket usageThomas Gleixner1-16/+18
2024-08-07x86/ioapic: Cleanup commentsThomas Gleixner1-49/+37
2024-08-07x86/ioapic: Move replace_pin_at_irq_node() to the call siteThomas Gleixner1-22/+18
2024-08-07x86/mpparse: Cleanup apic_printk()sThomas Gleixner1-7/+6
2024-08-07x86/ioapic: Cleanup guarded debug printk()sThomas Gleixner1-38/+29
2024-08-07x86/ioapic: Cleanup apic_printk()sThomas Gleixner1-103/+73
2024-08-07x86/apic: Cleanup apic_printk()sThomas Gleixner1-46/+35
2024-08-07x86/apic: Provide apic_printk() helpersThomas Gleixner1-14/+19
2024-08-07x86/ioapic: Use guard() for locking where applicableThomas Gleixner1-128/+64
2024-08-07x86/ioapic: Cleanup structsThomas Gleixner1-18/+14
2024-08-07x86/ioapic: Mark mp_alloc_timer_irq() __initThomas Gleixner1-2/+2
2024-08-07x86/ioapic: Handle allocation failures gracefullyThomas Gleixner1-24/+22
2024-08-07x86/mm: Fix PTI for i386 some moreThomas Gleixner1-16/+29
2024-08-06x86/traps: Enable UBSAN traps on x86Gatlin Newhouse2-5/+66
2024-08-05perf/x86/intel/bts: Fix comment about default perf_event_paranoid settingJames Clark1-3/+0
2024-08-05perf/x86/intel/uncore: Use D0:F0 as a default deviceZhenyu Wang1-0/+4
2024-08-05perf/x86/intel/uncore: Add LNL uncore iMC freerunning supportZhenyu Wang1-0/+1
2024-08-05perf/x86/intel/uncore: Add Lunar Lake supportKan Liang3-0/+141
2024-08-05perf/x86/intel/uncore: Factor out common MMIO init and ops functionsKan Liang1-17/+30
2024-08-05perf/x86/intel/uncore: Add Arrow Lake supportKan Liang1-0/+3
2024-08-05x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl1-5/+18
2024-08-05x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu1-0/+27
2024-08-04Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-17/+36
2024-08-04Merge tag 'perf-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+15
2024-08-02x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley1-0/+1
2024-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-20/+24
2024-08-02x86/tsc: Check for sockets instead of CPUs to make code match commentPaul E. McKenney1-1/+1
2024-08-02Merge branch 'kvm-fixes' into HEADPaolo Bonzini7-20/+24
2024-08-02clockevents/drivers/i8253: Fix stop sequence for timer 0David Woodhouse1-11/+0
2024-08-02x86/i8253: Disable PIT timer 0 when not in useDavid Woodhouse1-2/+9