summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/summit_32.c
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: Remove support for IBM Summit/EXA chipsetDavid Rientjes2014-02-111-550/+0
* x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes2014-02-091-2/+1
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-07-221-28/+18
|\
| * x86/apic/es7000+summit: Always make valid apicid from a cpumaskAlexander Gordeev2012-06-141-0/+2
| * x86/apic/es7000+summit: Fix compile warning in cpu_mask_to_apicid()Alexander Gordeev2012-06-141-1/+1
| * x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and()Alexander Gordeev2012-06-141-1/+1
| * x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-141-2/+1
| * x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev2012-06-081-2/+1
| * x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev2012-06-081-9/+13
| * x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev2012-06-081-15/+1
* | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-061-9/+13
|/
* x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin2012-05-181-0/+1
* x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman2012-03-141-0/+1
* x86, apic: Make apic drivers staticSuresh Siddha2011-05-221-1/+1
* x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha2011-05-221-0/+2
* x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optionalTejun Heo2011-05-021-1/+0
* x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo2011-01-281-10/+1
* x86: Implement x86_32_early_logical_apicid() for summit_32Tejun Heo2011-01-281-5/+12
* x86: Add apic->x86_32_early_logical_apicid()Tejun Heo2011-01-281-0/+2
* x86: Kill apic->cpu_to_logical_apicid()Tejun Heo2011-01-281-15/+2
* x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2011-01-281-2/+2
* x86: apic: Do not use stacked physid_mask_tCyrill Gorcunov2009-11-101-5/+5
* x86: apic namespace cleanupThomas Gleixner2009-08-311-1/+1
* x86: Remove duplicated #include'sHuang Weiyi2009-06-171-1/+0
* x86: apic: Remove duplicated macrosYinghai Lu2009-04-271-7/+0
* cpumask: remove x86 cpumask_t uses.Rusty Russell2009-03-131-3/+3
* cpumask: remove cpumask_t assignment from vector_allocation_domain()Rusty Russell2009-03-131-1/+2
* cpumask: clean up summit's send_IPI functionsRusty Russell2009-03-131-7/+3
* cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-131-1/+1
* x86_32: apic/summit_32, fix section mismatchJiri Slaby2009-03-021-9/+9
* x86_32: apic/summit_32, fix cpu_mask_to_apicidJiri Slaby2009-03-021-21/+9
* x86: apic: simplify secondary CPU wakeup methodsIngo Molnar2009-02-261-1/+0
* x86: remove update_apic from x86_quirksYinghai Lu2009-02-261-1/+1
* x86_32: summit_32, de-inline functionsJiri Slaby2009-02-241-27/+20
* x86_32: summit_32, use BAD_APICIDJiri Slaby2009-02-241-6/+4
* x86, apic: move remaining APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-171-0/+601