summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_cluster.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-17x86/apic/x2apic: Initialize cluster ID properlyThomas Gleixner1-0/+1
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner1-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-27x86/apic: Use dead_cpu instead of current CPU when cleaning upBorislav Petkov1-1/+1
2017-09-25x86/apic: Remove unused callbacksThomas Gleixner1-48/+0
2017-09-25x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner1-0/+6
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner1-7/+1
2017-09-25x86/apic/x2apic: Simplify cluster managementThomas Gleixner1-77/+75
2017-09-25x86/apic: Deinline x2apic functionsThomas Gleixner1-1/+1
2017-06-22x86/apic: Implement effective irq mask updateThomas Gleixner1-0/+4
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner1-1/+2
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner1-6/+4
2017-06-22x86/apic: Move online masking to core codeThomas Gleixner1-16/+9
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar1-1/+1
2016-08-11x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior1-4/+9
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-1/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-50/+30
2016-07-15x86/x2apic: Convert to CPU hotplug state machineSebastian Andrzej Siewior1-50/+30
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang1-1/+0
2015-11-05x86/apic: Implement single target IPI function for x2apic_clusterLinus Torvalds1-0/+9
2015-09-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2015-08-17x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown1-1/+0
2015-07-20x86: Drop bogus __ref / __refdata annotationsMathias Krause1-1/+1
2015-03-10x86: fix more deprecated cpu function usage.Rusty Russell1-2/+2
2015-03-05x86: fix up obsolete cpu function usage.Rusty Russell1-4/+4
2014-09-09percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t -fixMel Gorman1-0/+1
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter1-2/+1
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-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2012-07-06x86/apic/x2apic: Use multiple cluster members for the irq destination only wi...Suresh Siddha1-2/+19
2012-07-06x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha1-3/+3
2012-07-06x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha1-2/+1
2012-06-14x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev1-17/+0
2012-06-14x86/x2apic/cluster: Vector_allocation_domain() should return a valueAlexander Gordeev1-1/+2
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev1-1/+1
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev1-10/+14
2012-06-06x86/apic: Factor out default target_cpus() operationAlexander Gordeev1-1/+1
2012-06-06x86/apic: Trivial whitespace fixesAlexander Gordeev1-1/+1
2012-06-06x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...Suresh Siddha1-17/+39
2012-05-18x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin1-1/+1