summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic'Suresh Siddha2011-05-201-6/+3
| * | x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha2011-05-201-13/+25
| * | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha2011-05-201-41/+53
| * | x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic'Suresh Siddha2011-05-201-14/+13
| * | x86, ioapic: Add struct ioapicSuresh Siddha2011-05-201-15/+17
| * | x86, ioapic: Remove duplicate code for saving/restoring RTEsSuresh Siddha2011-05-201-31/+5
| * | x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha2011-05-202-97/+31
| * | x86, ioapic: Allocate ioapic_saved_data earlySuresh Siddha2011-05-201-14/+13
| * | x86, ioapic: Fix potential resume deadlockDaniel J Blueman2011-05-201-2/+2
* | | watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines2011-05-231-2/+2
|/ /
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-197-59/+22
|\ \
| * | x86-32, NUMA: Update numaq to use new NUMA init protocolTejun Heo2011-05-021-18/+10
| * | x86-32, NUMA: use sparse_memory_present_with_active_regions()Tejun Heo2011-05-021-2/+0
| * | x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optionalTejun Heo2011-05-026-36/+3
| * | x86-32, NUMA: Automatically set apicid -> node in setup_local_APIC()Tejun Heo2011-05-021-0/+10
| * | Merge branch 'x86/urgent' into x86-mmTejun Heo2011-05-021-5/+5
| |\ \
| * \ \ Merge branch 'x86/numa' into x86-mmTejun Heo2011-05-023-4/+11
| |\ \ \
| | * | | x86-32, numa: Calculate remap size in common codeTejun Heo2011-04-061-4/+0
| * | | | x86: A fast way to check capabilities of the current cpuChristoph Lameter2011-03-291-1/+1
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...Linus Torvalds2011-05-191-15/+26
|\ \ \ \ \ \ \ | | | |_|/ / / | | |/| | / / | | | | |/ / | | | |/| / | |_|_|_|/ |/| | | |
| * | | | x86, apic: Print verbose error interrupt reason on apic=debugYouquan Song2011-04-191-15/+26
| |/ / /
* | | | x86, UV: Fix NMI handler for UV platformsJack Steiner2011-05-101-5/+43
| |/ / |/| |
* | | x86: devicetree: Configure IOAPIC pin only onceSebastian Andrzej Siewior2011-04-281-5/+5
|/ /
* | x86, UV: Fix kdump rebootCliff Wickman2011-03-311-0/+9
* | x86: Stop including <linux/delay.h> in two asm header filesJean Delvare2011-03-292-0/+2
|/
* x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-232-75/+55
* 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
OpenPOWER on IntegriCloud