summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-03-04x86, mrst: Fix whitespace breakage in apb_timer.cH. Peter Anvin1-534/+534
2010-03-03x86, mrst: Fix APB timer per cpu clockeventJacob Pan1-4/+8
2010-03-03x86, mrst: Remove X86_MRST dependency on PCI_IOAPICJacob Pan1-1/+0
2010-02-26x86, olpc: Use pci subarch init for OLPCThomas Gleixner5-29/+13
2010-02-26x86, pci: Add arch_init to x86_init abstractionThomas Gleixner1-3/+5
2010-02-26x86, mrst: Add Kconfig dependencies for MoorestownJacob Pan1-0/+4
2010-02-26x86, pci: Exclude Moorestown PCI code if CONFIG_X86_MRST=nYinghai Lu1-1/+3
2010-02-25x86, numaq: Make CONFIG_X86_NUMAQ depend on CONFIG_PCIPan, Jacob jun1-0/+1
2010-02-24x86, pci: Add sanity check for PCI fixed bar probingJacob Pan1-0/+4
2010-02-24x86, legacy_irq: Remove duplicate vector assigmentYinghai Lu1-2/+0
2010-02-24x86, legacy_irq: Remove left over nr_legacy_irqsYinghai Lu3-7/+3
2010-02-24x86, mrst: Platform clock setup codeJacob Pan1-0/+53
2010-02-24x86, apbt: Moorestown APB system timer driverJacob Pan4-0/+862
2010-02-24x86, mrst: Add vrtc platform data setup codeFeng Tang2-0/+47
2010-02-24x86, mrst: Add platform timer info parsing codeJacob Pan2-0/+112
2010-02-24x86, mrst: Fill in PCI functions in x86_init layerJacob Pan2-0/+18
2010-02-24x86, mrst: Add dummy legacy pic to platform setupJacob Pan1-0/+5
2010-02-24x86/PCI: Moorestown PCI supportJesse Barnes2-1/+259
2010-02-24x86, ioapic: Add dummy ioapic functionsJacob Pan1-0/+4
2010-02-24x86, ioapic: Early enable ioapic for timer irqJacob Pan2-0/+22
2010-02-24x86, pic: Fix section mismatch in legacy picJacob Pan1-3/+3
2010-02-23Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin17-179/+228
2010-02-23Merge branch 'x86/irq' into x86/apicH. Peter Anvin540-7170/+14762
2010-02-21Merge branch 'x86/urgent' into x86/irqH. Peter Anvin12-42/+99
2010-02-20x86, apic: Remove ioapic_disable_legacy()Jacob Pan2-7/+5
2010-02-20x86, pic: Make use of legacy_pic abstractionJacob Pan9-65/+59
2010-02-20x86, pic: Introduce legacy_pic abstractionJacob Pan2-0/+56
2010-02-20x86: Initialize stack canary in secondary startJacob Pan1-0/+4
2010-02-20x86, ioapic: Improve handling of i8259A irq initAlek Du1-19/+4
2010-02-20x86: Add pcibios_fixup_irqs to x86_initThomas Gleixner4-2/+9
2010-02-20x86: Add pci_init_irq to x86_initThomas Gleixner7-10/+13
2010-02-20x86: Move pci init function to x86_initThomas Gleixner15-46/+53
2010-02-19x86, irq: Keep chip_data in create_irq_nr and destroy_irqBrandon Philips1-15/+5
2010-02-19xen: Remove unnecessary arch specific xen irq functions.Eric W. Biederman1-4/+0
2010-02-18smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu2-5/+6
2010-02-18x86, irq: Remove arch_probe_nr_irqsYinghai Lu1-22/+0
2010-02-17x86: Add iMac9,1 to pci_reboot_dmi_tableJustin P. Mattock1-0/+8
2010-02-16x86: Convert i8259_lock to raw_spinlockThomas Gleixner5-23/+23
2010-02-16x86: Convert nmi_lock to raw_spinlockThomas Gleixner1-3/+3
2010-02-16x86: Convert ioapic_lock and vector_lock to raw_spinlockThomas Gleixner1-53/+53
2010-02-12parisc: fix tracing of signalsKyle McMartin1-1/+3
2010-02-12Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2010-02-12Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds6-194/+736
2010-02-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-37/+31
2010-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-14/+20
2010-02-11sparc32: Fix thinko in previous change.David S. Miller1-1/+1
2010-02-11x86: Avoid race condition in pci_enable_msix()Brandon Phiilps1-13/+5
2010-02-11x86: Fix SCI on IOAPIC != 0Yinghai Lu3-1/+59
2010-02-11MIPS: Don't probe reserved EntryHi bits.David Daney1-2/+2
2010-02-11MIPS: SNI: Correct NULL testJulia Lawall1-1/+1