summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix false positive section mismatch warnings in the apic codeSam Ravnborg2009-05-101-4/+4
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-262-2/+18
|\
| * x86: avoid theoretical spurious NMI backtraces with CONFIG_CPUMASK_OFFSTACK=yRusty Russell2009-04-211-1/+1
| * x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APICRusty Russell2009-04-211-1/+2
| * x86/uv: fix for no memory at paddr 0Jack Steiner2009-04-201-0/+1
| * Merge branch 'linus' into x86/urgentIngo Molnar2009-04-202-2/+20
| |\
| * | x86/uv: fix init of cpu-less nodesJack Steiner2009-04-171-0/+14
* | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-261-0/+2
|\ \ \ | |_|/ |/| |
| * | x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh2009-04-141-0/+2
* | | Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2009-04-171-2/+14
|\ \ \ | |/ / |/| |
| * | x86, UV: Fix for nodes with memory and no cpusJack Steiner2009-04-031-2/+14
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-131-1/+4
|\ \ \ | | |/ | |/|
| * | x86, intr-remap: fix eoi for interrupt remapping without x2apicWeidong Han2009-04-101-1/+4
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-091-2/+2
|\| |
| * | x86: make 64 bit to use default_inquire_remote_apicYinghai Lu2009-04-081-2/+2
* | | x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi2009-04-081-0/+6
|/ /
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-062-54/+156
|\ \
| * | x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong2009-04-041-5/+24
| * | Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2009-04-032-49/+132
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-056-39/+40
|\ \ | |/ |/|
| * Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-306-178/+171Star
| |\
| * | cpumask: remove x86 cpumask_t uses.Rusty Russell2009-03-133-9/+9
| * | cpumask: remove cpumask_t assignment from vector_allocation_domain()Rusty Russell2009-03-134-4/+8
| * | cpumask: clean up summit's send_IPI functionsRusty Russell2009-03-131-7/+3Star
| * | cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-133-12/+12
| * | cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_tRusty Russell2009-03-131-5/+6
| * | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86Rusty Russell2009-03-132-2/+2
* | | sgi-gru: add macros for using the UV hub to send interruptsJack Steiner2009-04-031-7/+2Star
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-011-0/+4
| |/ |/|
| |
| \
*-. \ Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/coreIngo Molnar2009-03-281-5/+4Star
|\ \ \
| * \ \ Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar2009-03-241-5/+4Star
| |\ \ \ | | |/ / | |/| |
| | * | x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the timeJaswinder Singh Rajput2009-03-221-5/+4Star
* | | | x86: Correct behaviour of irq affinityRusty Russell2009-03-251-2/+3
* | | | x86: use default_cpu_mask_to_apicid for 64bitYinghai Lu2009-03-241-16/+2Star
* | | | x86: fix set_extra_move_desc callingYinghai Lu2009-03-241-1/+2
|/ / /
| | |
| \ \
*-. | | Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a...Ingo Molnar2009-03-241-2/+2
|\ \| |
| * | | x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.cDmitri Vorobiev2009-03-221-2/+2
| |/ /
* / / x86: fix IO APIC resource allocation error messageBartlomiej Zolnierkiewicz2009-03-201-3/+6
|/ /
* | x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha2009-03-182-0/+12
* | x86: fix broken irq migration logic while cleaning up multiple vectorsSuresh Siddha2009-03-181-0/+13
* | x86, ioapic: Fix non atomic allocation with interrupts disabledSuresh Siddha2009-03-172-16/+29
* | x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic codeSuresh Siddha2009-03-172-36/+10Star
* | x86, x2apic: cleanup the IO-APIC level migration with interrupt-remappingSuresh Siddha2009-03-171-91/+65Star
* | x86, x2apic: fix clear_local_APIC() in the presence of x2apicSuresh Siddha2009-03-171-7/+2Star
* | x86, x2apic: use virtual wire A mode in disable_IO_APIC() with interrupt-rema...Suresh Siddha2009-03-171-2/+10
* | x86, x2apic: enable fault handling for intr-remappingSuresh Siddha2009-03-172-2/+16
|/
* Merge branch 'x86/mce2' into x86/coreIngo Molnar2009-03-051-0/+15
|\
| * Merge branch 'x86/core' into x86/mce2H. Peter Anvin2009-03-041-33/+24Star
| |\
| * | Merge branch 'x86/core' into x86/mce2H. Peter Anvin2009-02-251-0/+15
* | | x86_32: apic/numaq_32, fix section mismatchJiri Slaby2009-03-021-1/+1