aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_cluster.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29x86/apic: Reduce cache line misses in __x2apic_send_IPI_mask()Eric Dumazet1-6/+21
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen1-2/+4
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: Replace pointless apic:: Dest_logical usageThomas Gleixner1-1/+1
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner1-1/+1
2019-10-15x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson1-1/+2
2019-07-25x86/apic/x2apic: Implement IPI shorthands supportThomas Gleixner1-2/+2
2019-07-25x86/apic: Consolidate the apic local headersThomas Gleixner1-1/+1
2019-07-25x86/apic: Cleanup the include mazeThomas Gleixner1-9/+7
2019-06-23x86/apic: Use non-atomic operations when possibleNadav Amit1-1/+1
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/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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