aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_cluster.c
AgeCommit message (Expand)Author
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
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