summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-1112-424/+49
|\
| * x86/cpu/topology: Confine topology informationThomas Gleixner2024-02-151-1/+0
| * x86/cpu/topology: Move registration out of APIC codeThomas Gleixner2024-02-151-183/+2
| * x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner2024-02-151-1/+1
| * x86/apic: Remove yet another dubious callbackThomas Gleixner2024-02-155-13/+0
| * x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner2024-02-158-37/+0
| * x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner2024-02-154-30/+18
| * x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner2024-02-154-19/+0
| * x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()Thomas Gleixner2024-02-151-3/+2
| * x86/ioapic: Make io_apic_get_unique_id() simplerThomas Gleixner2024-02-151-17/+5
| * x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner2024-02-152-37/+22
| * x86/ioapic: Replace some more set bit nonsenseThomas Gleixner2024-02-151-4/+2
| * x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner2024-02-151-1/+1
| * x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner2024-02-151-43/+9
| * x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner2024-02-159-48/+0
* | x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain searchThomas Gleixner2024-02-251-1/+1
|/
* Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-083-4/+4
|\
| * arch/x86: Fix typosBjorn Helgaas2024-01-033-4/+4
* | x86/ioapic: Remove unfinished sentence from commentAdrian Huang2023-11-231-1/+1
* | x86/apic: Drop apic::delivery_modeAndrew Cooper2023-11-218-10/+0
|/
* Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-044-0/+12
|\
| * x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner2023-10-244-0/+12
* | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-3011-43/+64
|\ \
| * | x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner2023-10-103-3/+3
| * | x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner2023-10-108-13/+23
| * | x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner2023-10-108-8/+8
| * | x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner2023-10-101-1/+1
| * | x86/apic: Use u32 for check_apicid_used()Thomas Gleixner2023-10-105-4/+5
| * | x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner2023-10-102-10/+11
| * | x86/apic: Use BAD_APICID consistentlyThomas Gleixner2023-10-101-4/+2
| * | x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner2023-10-101-1/+1
| * | x86/cpu: Move phys_proc_id into topology infoThomas Gleixner2023-10-101-1/+1
| * | x86/apic: Fake primary thread mask for XEN/PVThomas Gleixner2023-10-101-0/+11
* | | x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2023-10-261-5/+3
* | | x86/platform/uv/apic: Clean up inconsistent indentingYang Li2023-09-211-1/+1
| |/ |/|
* | x86/platform/uv: Use alternate source for socket to node dataSteve Wahl2023-09-111-6/+5
|/
* Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-3019-956/+582
|\
| * x86/apic: Provide static call infrastructure for APIC callbacksThomas Gleixner2023-08-091-0/+53
| * x86/apic: Wrap IPI calls into helper functionsDave Hansen2023-08-094-11/+13
| * x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()Thomas Gleixner2023-08-091-27/+0
| * x86/apic: Provide apic_update_callback()Thomas Gleixner2023-08-091-1/+38
| * x86/apic: Provide common init infrastructureThomas Gleixner2023-08-097-56/+54
| * x86/apic: Nuke ack_APIC_irq()Dave Hansen2023-08-093-8/+8
| * x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner2023-08-099-14/+15
| * x86/apic/noop: Tidy up the codeThomas Gleixner2023-08-091-30/+8
| * x86/apic: Remove pointless NULL initializationsThomas Gleixner2023-08-096-13/+0
| * x86/apic: Sanitize APIC ID range validationThomas Gleixner2023-08-0910-34/+0
| * x86/apic: Prepare x2APIC for using apic::max_apic_idThomas Gleixner2023-08-094-1/+10
| * x86/apic: Simplify X2APIC ID validationThomas Gleixner2023-08-091-5/+2
| * x86/apic: Add max_apic_id memberThomas Gleixner2023-08-098-0/+10