aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_phys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen1-3/+6
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner1-1/+1
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner1-3/+1
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner1-1/+1
2020-10-28x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse1-0/+9
2019-07-25x86/apic/x2apic: Implement IPI shorthands supportThomas Gleixner1-2/+10
2019-07-25x86/apic: Consolidate the apic local headersThomas Gleixner1-2/+1
2019-07-25x86/apic: Move ipi header into apic directoryThomas Gleixner1-2/+1
2019-07-25x86/apic: Cleanup the include mazeThomas Gleixner1-6/+3
2018-04-12Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar1-1/+1
2018-04-10x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing1-1/+1
2018-02-13x86/x2apic: Mark set_x2apic_phys_mode() as __initDou Liyang1-1/+1
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25x86/apic: Remove unused callbacksThomas Gleixner1-2/+0
2017-09-25x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner1-0/+1
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner1-1/+0
2017-09-25x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner1-1/+1
2017-09-25x86/apic: Deinline x2apic functionsThomas Gleixner1-1/+39
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner1-1/+1
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-1/+1
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang1-1/+0
2015-11-05x86/apic: Implement single IPI for x2apic_physThomas Gleixner1-0/+9
2015-08-17x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown1-1/+0
2015-05-05x86/x2apic: Acpi_gbl_FADT existence depends on CONFIG_ACPIJan Kiszka1-0/+2
2014-07-31x86, apic: Remove enable_apic_mode callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Remove setup_portio_remap callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Remove multi_timer_check callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Remove check_apicid_present callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Remove mps_oem_check callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes1-2/+0
2014-02-09x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes1-1/+1
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-02-11x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systemsStoney Wang1-10/+11
2012-06-14x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev1-1/+0
2012-06-08x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev1-10/+1
2012-06-06x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev1-34/+2
2012-06-06x86/apic: Factor out default target_cpus() operationAlexander Gordeev1-1/+1
2012-06-06x86/x2apic/cluster: Use all the members of one cluster specified in the smp_affinity mask for the interrupt destinationSuresh Siddha1-0/+9
2012-05-18x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin1-1/+1
2012-05-18x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin1-0/+1
2012-04-25x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson1-0/+6
2012-03-23x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold1-1/+1
2012-03-14x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman1-0/+1
2011-05-22x86, apic: Make apic drivers staticSuresh Siddha1-1/+3
2011-05-22x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha1-0/+2
2011-05-20x86, x2apic: Move the common bits to x2apic.hCyrill Gorcunov1-57/+3
2011-05-20x86, x2apic: Remove duplicate code for IPI mask routinesSuresh Siddha1-30/+15
2011-05-20x86, apic: Use probe routines to simplify apic selectionSuresh Siddha1-1/+9