aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-08-18Merge tag 'x86_cleanups_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+3
2026-07-20x86/apic: Ensure ICR register write value is handled as 32 bitsMelody Wang3-10/+3
2026-07-06x86/cpu: Hide and rename static_cpu_has()Borislav Petkov (AMD)1-1/+1
2026-07-02x86/apic: Stop using 32-bit MSR interfacesJuergen Gross1-19/+20
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2026-06-24x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVICSean Christopherson1-1/+0
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2026-05-26x86/irq: Move IOAPIC misrouted and PIC/APIC error counts into irq_statsThomas Gleixner2-4/+2
2026-05-26x86/irq: Suppress unlikely interrupt stats by defaultThomas Gleixner2-2/+2
2026-05-26x86/irq: Make irqstats array basedThomas Gleixner2-3/+3
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1
2026-04-14Merge tag 'x86-cleanups-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-2/+16
2026-04-04x86/apic: Drop AMD Extended Interrupt LVT macrosNaveen N Rao (AMD)1-6/+6
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar1-0/+6
2026-03-20x86/platform/uv: Handle deconfigured socketsKyle Meyer1-2/+16
2026-03-10x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji1-0/+6
2026-02-27x86/apic: Enable TSC coupled programming modeThomas Gleixner1-6/+6
2026-02-27x86/apic: Avoid the PVOPS indirection for the TSC deadline timerThomas Gleixner1-3/+10
2026-02-27x86/apic: Remove pointless fence in lapic_next_deadline()Thomas Gleixner1-9/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-26x86/apic: Inline __x2apic_send_IPI_dest()Eric Dumazet2-7/+9
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-8/+21
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+4
2025-11-14syscore: Pass context data to callbacksThierry Reding2-8/+21
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson2-2/+4
2025-11-07x86/apic: Fix frequency in apic=verbose log outputJulian Stecklina1-6/+9
2025-10-21x86/ioapic: Simplify mp_irqdomain_alloc() slightlyChristophe JAILLET1-1/+1
2025-09-04x86/apic/savic: Do not use snp_abort()Borislav Petkov (AMD)1-3/+3
2025-09-01x86/apic: Enable Secure AVIC in the control MSRNeeraj Upadhyay1-1/+2
2025-09-01x86/apic: Add kexec support for Secure AVICNeeraj Upadhyay2-0/+11
2025-09-01x86/apic: Handle EOI writes for Secure AVIC guestsNeeraj Upadhyay1-1/+30
2025-09-01x86/apic: Read and write LVT* APIC registers from HV for SAVIC guestsNeeraj Upadhyay1-10/+10
2025-09-01x86/apic: Allow NMI to be injected from hypervisor for Secure AVICNeeraj Upadhyay1-0/+2
2025-09-01x86/apic: Add support to send NMI IPI for Secure AVICNeeraj Upadhyay1-9/+17
2025-09-01x86/apic: Support LAPIC timer for Secure AVICNeeraj Upadhyay2-2/+7
2025-09-01x86/apic: Add support to send IPI for Secure AVICNeeraj Upadhyay1-3/+135
2025-09-01x86/apic: Add an update_vector() callback for Secure AVICNeeraj Upadhyay1-0/+23
2025-09-01x86/apic: Add update_vector() callback for APIC driversNeeraj Upadhyay1-11/+17
2025-09-01x86/apic: Initialize APIC ID for Secure AVICNeeraj Upadhyay1-0/+6
2025-08-31x86/apic: Populate .read()/.write() callbacks of Secure AVIC driverNeeraj Upadhyay1-2/+120
2025-08-31x86/apic: Initialize Secure AVIC APIC backing pageNeeraj Upadhyay2-0/+38
2025-08-28x86/apic: Add new driver for Secure AVICNeeraj Upadhyay2-0/+64
2025-08-25x86/apic: Make the ISR clearing saneThomas Gleixner1-40/+37
2025-07-15x86/apic: Move apic_update_irq_cfg() call to apic_update_vector()Neeraj Upadhyay1-2/+2
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds3-3/+9
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1