aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_cluster.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2015-11-05x86/apic: Implement single target IPI function for x2apic_clusterLinus Torvalds
2015-09-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-08-17x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown
2015-07-20x86: Drop bogus __ref / __refdata annotationsMathias Krause
2015-03-10x86: fix more deprecated cpu function usage.Rusty Russell
2015-03-05x86: fix up obsolete cpu function usage.Rusty Russell
2014-09-09percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t -fixMel Gorman
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter
2014-07-31x86, apic: Remove enable_apic_mode callbackDavid Rientjes
2014-07-31x86, apic: Remove setup_portio_remap callbackDavid Rientjes
2014-07-31x86, apic: Remove multi_timer_check callbackDavid Rientjes
2014-07-31x86, apic: Remove check_apicid_present callbackDavid Rientjes
2014-07-31x86, apic: Remove mps_oem_check callbackDavid Rientjes
2014-07-31x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes
2014-07-31x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes
2014-02-09x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2012-07-06x86/apic/x2apic: Use multiple cluster members for the irq destination only wi...Suresh Siddha
2012-07-06x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha
2012-07-06x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha
2012-06-14x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev
2012-06-14x86/x2apic/cluster: Vector_allocation_domain() should return a valueAlexander Gordeev
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev
2012-06-06x86/apic: Factor out default target_cpus() operationAlexander Gordeev
2012-06-06x86/apic: Trivial whitespace fixesAlexander Gordeev
2012-06-06x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...Suresh Siddha
2012-05-18x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin
2012-05-18x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin
2012-03-23x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold
2012-03-14x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman
2011-05-22x86, apic: Make apic drivers staticSuresh Siddha
2011-05-22x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha
2011-05-20x86, x2apic: Move the common bits to x2apic.hCyrill Gorcunov
2011-05-20x86, x2apic: Minimize IPI register writes using cluster groupsCyrill Gorcunov
2011-05-20x86, x2apic: Track the x2apic cluster sibling mapCyrill Gorcunov
2011-05-20x86, x2apic: Remove duplicate code for IPI mask routinesSuresh Siddha