aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic_numachip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-04x86: numachip: APIC driver cleanupsDaniel J Blueman1-19/+3
2014-11-04x86: numachip: Elide self-IPI ICR pollingDaniel J Blueman1-1/+1
2014-11-04x86: numachip: Fix 16-bit APIC ID truncationDaniel J Blueman1-1/+1
2014-10-08x86: Fix section conflict for numachipAndi Kleen1-1/+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
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-01-25Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin1-0/+2
2012-12-07x86/PCI: Add NumaChip remote PCI supportDaniel J Blueman1-0/+2
2012-11-16x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.hAlexander Duyck1-0/+1
2012-10-06sections: fix section conflicts in arch/x86Andi Kleen1-2/+2
2012-06-14x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev1-1/+0
2012-06-08x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev1-7/+1
2012-06-06x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev1-34/+2
2012-06-06x86/apic: Factor out default target_cpus() operationAlexander Gordeev1-6/+1
2012-05-18x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin1-0/+1
2012-04-16x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann1-2/+5
2012-03-23x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold1-2/+1
2012-03-14x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman1-1/+9
2011-12-05x86: Add NumaChip supportSteffen Persvold1-0/+294