summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-16apic: add apic_set_eoi_write for PV useMichael S. Tsirkin1-0/+3
2012-07-06x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha1-3/+6
2012-07-06x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha1-5/+3
2012-07-03apic: fix kvm build on UP without IOAPICMichael S. Tsirkin1-0/+5
2012-06-14x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev1-25/+8
2012-06-14x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov1-1/+1
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev1-4/+2
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev1-13/+31
2012-06-08x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev1-3/+5
2012-06-08x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev1-0/+21
2012-06-06x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev1-3/+10
2012-06-06x86/apic: Factor out default target_cpus() operationAlexander Gordeev1-0/+5
2012-05-18x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin1-0/+5
2012-05-18x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin1-1/+15
2012-05-18x86/apic: Use symbolic APIC_EOI_ACKMichael S. Tsirkin1-3/+1
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-23x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold1-1/+1
2012-03-14x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman1-0/+6
2011-12-23x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOSYinghai Lu1-0/+1
2011-12-23x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remappingYinghai Lu1-0/+4
2011-12-18x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao1-2/+0
2011-12-14x86: Add per-cpu stat counter for APIC ICR read triesFernando Luis Vázquez Cao1-0/+3
2011-11-10x86/apic: Allow use of lapic timer early calibration resultJacob Pan1-0/+1
2011-09-28apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatchesJan Beulich1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-22x86, apic: Make apic drivers staticSuresh Siddha1-7/+0
2011-05-22x86, apic: Clean up bigsmp apic selection codeSuresh Siddha1-1/+1
2011-05-22x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha1-0/+20
2011-05-02x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optionalTejun Heo1-3/+6
2011-03-29x86: Stop including <linux/delay.h> in two asm header filesJean Delvare1-1/+0
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+1
2011-03-15Merge commit 'v2.6.38' into x86/mmIngo Molnar1-0/+1
2011-03-11x86: Clean up apic.c and apic.hHenrik Kretzschmar1-4/+0
2011-02-25x86: dt: Cleanup local apic setupThomas Gleixner1-1/+1
2011-02-10x86: Fix section mismatch in LAPIC initializationJan Beulich1-0/+1
2011-01-28x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo1-2/+4
2011-01-28x86: Add apic->x86_32_early_logical_apicid()Tejun Heo1-0/+19
2011-01-28x86: Kill apic->cpu_to_logical_apicid()Tejun Heo1-7/+0
2011-01-28x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo1-4/+0
2010-12-09x86, apic: Remove early_init_lapic_mapping()Yinghai Lu1-1/+0
2010-12-09x86, apic: Unify identical register_lapic_address() functionsYinghai Lu1-0/+1
2010-12-09Merge branch 'x86/amd-nb' into x86/apic-cleanupsThomas Gleixner1-5/+5
2010-11-09x86: Address gcc4.6 "set but not used" warnings in apic.hAndi Kleen1-5/+5
2010-10-23x86: Allow platforms to force enable apicThomas Gleixner1-0/+1
2010-10-20apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter1-3/+1
2010-03-18x86, apic: Allow to use certain functions without APIC built-in supportCyrill Gorcunov1-2/+11
2009-11-10x86: apic: Do not use stacked physid_mask_tCyrill Gorcunov1-12/+7
2009-10-14x86, apic: Introduce the NOOP apic driverCyrill Gorcunov1-0/+2
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar1-10/+9