summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+4
2024-01-03arch/x86: Fix typosBjorn Helgaas3-4/+4
2023-11-23x86/ioapic: Remove unfinished sentence from commentAdrian Huang1-1/+1
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper8-10/+0
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-0/+12
2023-10-31Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-43/+64
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den1-5/+3
2023-10-24x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner4-0/+12
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner3-3/+3
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner8-13/+23
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner8-8/+8
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner1-1/+1
2023-10-10x86/apic: Use u32 for check_apicid_used()Thomas Gleixner5-4/+5
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner2-10/+11
2023-10-10x86/apic: Use BAD_APICID consistentlyThomas Gleixner1-4/+2
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner1-1/+1
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner1-1/+1
2023-10-10x86/apic: Fake primary thread mask for XEN/PVThomas Gleixner1-0/+11
2023-09-21x86/platform/uv/apic: Clean up inconsistent indentingYang Li1-1/+1
2023-09-11x86/platform/uv: Use alternate source for socket to node dataSteve Wahl1-6/+5
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds19-956/+582
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2023-08-24x86/platform/uv: Refactor code using deprecated strncpy() interface to use st...Justin Stitt1-3/+2
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-2/+2
2023-08-09x86/apic: Provide static call infrastructure for APIC callbacksThomas Gleixner1-0/+53
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen4-11/+13
2023-08-09x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()Thomas Gleixner1-27/+0
2023-08-09x86/apic: Provide apic_update_callback()Thomas Gleixner1-1/+38
2023-08-09x86/apic: Provide common init infrastructureThomas Gleixner7-56/+54
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen3-8/+8
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner9-14/+15
2023-08-09x86/apic/noop: Tidy up the codeThomas Gleixner1-30/+8
2023-08-09x86/apic: Remove pointless NULL initializationsThomas Gleixner6-13/+0
2023-08-09x86/apic: Sanitize APIC ID range validationThomas Gleixner10-34/+0
2023-08-09x86/apic: Prepare x2APIC for using apic::max_apic_idThomas Gleixner4-1/+10
2023-08-09x86/apic: Simplify X2APIC ID validationThomas Gleixner1-5/+2
2023-08-09x86/apic: Add max_apic_id memberThomas Gleixner8-0/+10
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner1-1/+1
2023-08-09x86/apic/64: Uncopypaste probingThomas Gleixner1-10/+11
2023-08-09x86/apic/x2apic: Share all common IPI functionsThomas Gleixner4-44/+28
2023-08-09x86/apic/uv: Get rid of wrapper callbacksThomas Gleixner1-6/+1
2023-08-09x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas Gleixner6-23/+22
2023-08-09x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner5-17/+0
2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner5-12/+0
2023-08-09x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner6-13/+9
2023-08-09x86/apic/ipi: Tidy up the code and fixup commentsThomas Gleixner2-44/+32
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner11-61/+11
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner11-33/+8
2023-08-09x86/ioapic/32: Decrapify phys_id_present_map operationThomas Gleixner1-4/+1
2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner9-16/+5