summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-181-2/+2
|\
| * x86: Fix common misspellingsLucas De Marchi2011-03-181-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\ \ | |/ |/|
| * x86: Fix printk typo WARINGPaul Bolle2011-02-111-1/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-45/+24
|\ \
| * | x86: Clean up apic.c and apic.hHenrik Kretzschmar2011-03-111-43/+22
| * | x86: dt: Cleanup local apic setupThomas Gleixner2011-02-251-3/+3
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-1512-112/+120
|\ \ \
| * \ \ Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-152-2/+10
| |\ \ \
| * | | | x86: Fix build failure on X86_UP_APICTejun Heo2011-01-281-2/+0
| * | | | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-1/+1
| * | | | x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo2011-01-2811-37/+32
| * | | | x86: Implement x86_32_early_logical_apicid() for numaq_32Tejun Heo2011-01-281-2/+8
| * | | | x86: Implement x86_32_early_logical_apicid() for summit_32Tejun Heo2011-01-281-5/+12
| * | | | x86: Implement x86_32_early_logical_apicid() for bigsmp_32Tejun Heo2011-01-281-1/+7
| * | | | x86: Implement the default x86_32_early_logical_apicid()Tejun Heo2011-01-281-1/+6
| * | | | x86: Add apic->x86_32_early_logical_apicid()Tejun Heo2011-01-287-2/+26
| * | | | x86: Kill apic->cpu_to_logical_apicid()Tejun Heo2011-01-2810-63/+11
| * | | | x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo2011-01-282-4/+12
| * | | | x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2011-01-284-4/+15
| * | | | x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo2011-01-281-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-152-221/+172
|\ \ \ \
| * | | | x86: ioapic: Avoid redundant lookup of irq_cfgThomas Gleixner2011-03-121-4/+5
| * | | | x86: ioapic: Use new move_irq functionsThomas Gleixner2011-03-121-2/+2
| * | | | x86: ioapic: Use irq_data->stateThomas Gleixner2011-03-121-8/+7
| * | | | x86: ioapic: Simplify irq chip and handler setupThomas Gleixner2011-03-121-27/+21
| * | | | x86: Cleanup the genirq name spaceThomas Gleixner2011-03-121-36/+39
| | |_|/ | |/| |
| * | | x86: ioapic: Move trigger defines to io_apic.hThomas Gleixner2011-02-231-4/+0
| * | | x86: ioapic: Implement and use io_apic_setup_irq_pin_once()Thomas Gleixner2011-02-231-32/+25
| * | | x86: ioapic: Remove useless inlinesThomas Gleixner2011-02-231-12/+2
| * | | x86: ioapic: Make a few functions staticThomas Gleixner2011-02-231-27/+28
| * | | x86: ioapic: Use setup function in setup_IO_APIC_irq_extra()Thomas Gleixner2011-02-231-10/+6
| * | | x86: ioapic: Use setup function in __io_apic_setup_irqs()Thomas Gleixner2011-02-231-12/+5
| * | | x86: ioapic: Use setup function in __io_apic_set_pci_routing()Thomas Gleixner2011-02-231-31/+3
| * | | x86: ioapic: Use new setup function in pre_init_apic_IRQ0()Thomas Gleixner2011-02-231-7/+2
| * | | x86: ioapic: Add io_apic_setup_irq_pin()Thomas Gleixner2011-02-231-0/+15
| * | | x86: ioapic: Split out the nested loop in setup_IO_APIC_irqs()Thomas Gleixner2011-02-231-6/+13
| * | | x86: ioapic: Remove silly debug bloat in setup_IOAPIC_irqs()Thomas Gleixner2011-02-231-20/+12
| * | | x86: Add dummy functions for compiling without IOAPICHenrik Kretzschmar2011-02-231-1/+1
| * | | x86: Rework arch_disable_smp_support() for x86Henrik Kretzschmar2011-02-232-3/+7
| | |/ | |/|
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-151-1/+0
|\ \ \
| * | | x86: Don't call dump_stack() from arch_trigger_all_cpu_backtrace_handler()Jan Beulich2011-02-181-1/+0
| |/ /
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-151-19/+20
|\ \ \ | |/ / |/| |
| * | x86: Fix and clean up generic_processor_info()Yinghai Lu2011-02-141-19/+20
| |/
* | x86, ioapic: Don't warn about non-existing IOAPICs if we have nonePaul Bolle2011-02-151-0/+3
* | x86: Fix section mismatch in LAPIC initializationJan Beulich2011-02-101-2/+7
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-112-2/+2
|\
| * x86, UV: Fix APICID shift for Westmere processorsJack Steiner2011-01-111-1/+1
| * x86, lapic-timer: Increase the max_delta to 31 bitsPierre Tardy2011-01-101-1/+1
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-112-3/+2
|\ \
OpenPOWER on IntegriCloud