aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson1-1/+2
2025-11-07x86/apic: Fix frequency in apic=verbose log outputJulian Stecklina1-6/+9
2025-09-01x86/apic: Add kexec support for Secure AVICNeeraj Upadhyay1-0/+3
2025-09-01x86/apic: Support LAPIC timer for Secure AVICNeeraj Upadhyay1-0/+2
2025-08-31x86/apic: Initialize Secure AVIC APIC backing pageNeeraj Upadhyay1-0/+3
2025-08-25x86/apic: Make the ISR clearing saneThomas Gleixner1-40/+37
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-5/+5
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-3/+3
2025-03-19x86/apic: Fix 32-bit APIC initialization for extended Intel FamiliesSohil Mehta1-2/+2
2025-02-27x86/smp: Drop 32-bit "bigsmp" machine supportArnd Bergmann1-3/+0
2025-01-21Merge tag 'x86-cleanups-2025-01-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+1
2024-12-17x86/cpu: Expose only stepping min/max interfaceDave Hansen1-9/+9
2024-12-10x86/apic: Remove "disablelapic" cmdline optionBorislav Petkov (AMD)1-8/+1
2024-10-15x86/apic: Always explicitly disarm TSC-deadline timerZhang Rui1-1/+13
2024-09-17Merge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-46/+35
2024-08-13x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
2024-08-07x86/apic: Cleanup apic_printk()sThomas Gleixner1-46/+35
2024-05-14Merge tag 'x86_apic_for_6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-19/+19
2024-04-30x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner1-5/+11
2024-04-29x86/apic: Switch to new Intel CPU model definesTony Luck1-19/+19
2024-04-11x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar1-3/+3
2024-04-03x86/apic: Improve data types to fix Coccinelle warningsThorsten Blum1-4/+4
2024-02-15x86/cpu/topology: Confine topology informationThomas Gleixner1-1/+0
2024-02-15x86/cpu/topology: Move registration out of APIC codeThomas Gleixner1-183/+2
2024-02-15x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner1-1/+1
2024-02-15x86/apic: Remove yet another dubious callbackThomas Gleixner1-3/+0
2024-02-15x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner1-3/+0
2024-02-15x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner1-6/+5
2024-02-15x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner1-10/+0
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner1-8/+8
2023-10-10x86/apic: Use BAD_APICID consistentlyThomas Gleixner1-4/+2
2023-10-10x86/apic: Fake primary thread mask for XEN/PVThomas Gleixner1-0/+11
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen1-1/+1
2023-08-09x86/apic: Provide common init infrastructureThomas Gleixner1-30/+1
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen1-5/+5
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner1-4/+4
2023-08-09x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas Gleixner1-17/+0
2023-08-09x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner1-6/+0
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner1-5/+2
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner1-1/+3
2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner1-2/+5
2023-08-09x86/apic/32: Decrapify the def_bigsmp mechanismThomas Gleixner1-0/+3
2023-08-09x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner1-31/+0
2023-08-09x86/apic/32: Sanitize logical APIC ID handlingThomas Gleixner1-2/+2