summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_cluster.c
Commit message (Expand)AuthorAgeFilesLines
* x86/apic/x2apic: Initialize cluster ID properlyThomas Gleixner2018-05-171-0/+1
* x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-291-1/+1
* Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/apic: Use dead_cpu instead of current CPU when cleaning upBorislav Petkov2017-09-271-1/+1
* | x86/apic: Remove unused callbacksThomas Gleixner2017-09-251-48/+0
* | x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-251-0/+6
* | x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-7/+1
* | x86/apic/x2apic: Simplify cluster managementThomas Gleixner2017-09-251-77/+75
* | x86/apic: Deinline x2apic functionsThomas Gleixner2017-09-251-1/+1
|/
* x86/apic: Implement effective irq mask updateThomas Gleixner2017-06-221-0/+4
* x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner2017-06-221-1/+2
* x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-221-6/+4
* x86/apic: Move online masking to core codeThomas Gleixner2017-06-221-16/+9
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-081-1/+1
|\
| * x86: Apply more __ro_after_init and constKees Cook2016-08-101-1/+1
* | x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior2016-08-111-4/+9
|/
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-50/+30
|\
| * x86/x2apic: Convert to CPU hotplug state machineSebastian Andrzej Siewior2016-07-151-50/+30
* | x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang2016-07-151-1/+0
|/
* x86/apic: Implement single target IPI function for x2apic_clusterLinus Torvalds2015-11-051-0/+9
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-011-1/+1
|\
| * x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-201-1/+1
* | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-171-1/+0
|/
* x86: fix more deprecated cpu function usage.Rusty Russell2015-03-101-2/+2
* x86: fix up obsolete cpu function usage.Rusty Russell2015-03-051-4/+4
* percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t -fixMel Gorman2014-09-091-0/+1
* percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-281-2/+1
* x86, apic: Remove enable_apic_mode callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Remove setup_portio_remap callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Remove multi_timer_check callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Remove check_apicid_present callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Remove mps_oem_check callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes2014-07-311-2/+0
* x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes2014-02-091-1/+1
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-1/+1
* x86/apic/x2apic: Use multiple cluster members for the irq destination only wi...Suresh Siddha2012-07-061-2/+19
* x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha2012-07-061-3/+3
* x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha2012-07-061-2/+1
* x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-141-17/+0
* x86/x2apic/cluster: Vector_allocation_domain() should return a valueAlexander Gordeev2012-06-141-1/+2
* x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev2012-06-081-1/+1
* x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev2012-06-081-10/+14
* x86/apic: Factor out default target_cpus() operationAlexander Gordeev2012-06-061-1/+1
* x86/apic: Trivial whitespace fixesAlexander Gordeev2012-06-061-1/+1
* x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...Suresh Siddha2012-06-061-17/+39
* x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin2012-05-181-1/+1