summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/x2apic_cluster.c
AgeCommit message (Expand)Author
2024-02-15x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner
2024-02-15x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner
2024-02-15x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper
2023-10-24x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner
2023-08-09x86/apic: Sanitize APIC ID range validationThomas Gleixner
2023-08-09x86/apic: Prepare x2APIC for using apic::max_apic_idThomas Gleixner
2023-08-09x86/apic: Add max_apic_id memberThomas Gleixner
2023-08-09x86/apic/x2apic: Share all common IPI functionsThomas Gleixner
2023-08-09x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner
2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner
2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner
2023-08-09x86/apic: Remove check_phys_apicid_present()Thomas Gleixner
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner
2023-03-21x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallelDavid Woodhouse
2021-10-29x86/apic: Reduce cache line misses in __x2apic_send_IPI_mask()Eric Dumazet
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner
2020-10-28x86/apic: Replace pointless apic:: Dest_logical usageThomas Gleixner
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner
2019-10-15x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson
2019-07-25x86/apic/x2apic: Implement IPI shorthands supportThomas Gleixner
2019-07-25x86/apic: Consolidate the apic local headersThomas Gleixner
2019-07-25x86/apic: Cleanup the include mazeThomas Gleixner
2019-06-23x86/apic: Use non-atomic operations when possibleNadav Amit
2018-05-17x86/apic/x2apic: Initialize cluster ID properlyThomas Gleixner
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-27x86/apic: Use dead_cpu instead of current CPU when cleaning upBorislav Petkov
2017-09-25x86/apic: Remove unused callbacksThomas Gleixner
2017-09-25x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner
2017-09-25x86/apic/x2apic: Simplify cluster managementThomas Gleixner
2017-09-25x86/apic: Deinline x2apic functionsThomas Gleixner
2017-06-22x86/apic: Implement effective irq mask updateThomas Gleixner
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner
2017-06-22x86/apic: Move online masking to core codeThomas Gleixner
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar
2016-08-11x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior
2016-08-10x86: Apply more __ro_after_init and constKees Cook
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-15x86/x2apic: Convert to CPU hotplug state machineSebastian Andrzej Siewior
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang