summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-02-24x86: Add device tree supportSebastian Andrzej Siewior8-13/+106
2011-02-24x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior3-11/+16
2011-02-23Merge branch 'x86/apic' into x86/platformThomas Gleixner6-176/+163
2011-02-23x86: ioapic: Move trigger defines to io_apic.hThomas Gleixner2-4/+4
2011-02-23x86: ioapic: Implement and use io_apic_setup_irq_pin_once()Thomas Gleixner1-32/+25
2011-02-23x86: ioapic: Remove useless inlinesThomas Gleixner1-12/+2
2011-02-23x86: ioapic: Make a few functions staticThomas Gleixner2-32/+28
2011-02-23x86: ioapic: Use setup function in setup_IO_APIC_irq_extra()Thomas Gleixner1-10/+6
2011-02-23x86: ioapic: Use setup function in __io_apic_setup_irqs()Thomas Gleixner1-12/+5
2011-02-23x86: ioapic: Use setup function in __io_apic_set_pci_routing()Thomas Gleixner1-31/+3
2011-02-23x86: ioapic: Use new setup function in pre_init_apic_IRQ0()Thomas Gleixner1-7/+2
2011-02-23x86: ioapic: Add io_apic_setup_irq_pin()Thomas Gleixner2-0/+17
2011-02-23x86: ioapic: Split out the nested loop in setup_IO_APIC_irqs()Thomas Gleixner1-6/+13
2011-02-23x86: ioapic: Remove silly debug bloat in setup_IOAPIC_irqs()Thomas Gleixner1-20/+12
2011-02-23x86: OLPC: Make OLPC=n build againThomas Gleixner1-0/+7
2011-02-23x86: Fix deps of X86_UP_IOAPICHenrik Kretzschmar1-1/+1
2011-02-23x86: Add dummy functions for compiling without IOAPICHenrik Kretzschmar2-1/+19
2011-02-23x86: Rework arch_disable_smp_support() for x86Henrik Kretzschmar4-4/+20
2011-02-23x86: Add dummy mp_save_irq()Henrik Kretzschmar1-0/+1
2011-02-23x86: Move ioapic_irq_destination_types to apicdef.hHenrik Kretzschmar2-11/+12
2011-02-23x86: OLPC: Remove extra OLPC_OPENFIRMWARE_DT indirectionThomas Gleixner3-8/+4
2011-02-23x86: OLPC: Cleanup config maze completelyThomas Gleixner4-20/+5
2011-02-23x86: OLPC: Hide OLPC_OPENFIRMWARE config switchThomas Gleixner1-8/+2
2011-02-23x86: OLPC: Remove redundant !X64_64 config dependencyThomas Gleixner1-2/+2
2011-02-23Merge branch 'linus' into x86/platformThomas Gleixner127-819/+1175
2011-02-22Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int...Thomas Gleixner2593-50277/+102594
2011-02-22Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-363/+342
2011-02-22Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds17-37/+175
2011-02-22Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds3-10/+22
2011-02-21ARM: 6745/1: kprobes insn decoding fixNicolas Pitre1-1/+1
2011-02-21ARM: tlb: move noMMU tlb_flush() to asm/tlb.hRussell King2-6/+4
2011-02-21ARM: tlb: delay page freeing for SMP and ARMv7 CPUsRussell King1-13/+89
2011-02-21ARM: Keep exit text/data around for SMP_ON_UPRussell King1-0/+9
2011-02-21ARM: Ensure predictable endian state on signal handler entryRussell King1-1/+3
2011-02-21ARM: 6740/1: Place correctly notes section in the linker scriptPawel Moll2-1/+3
2011-02-21ARM: 6700/1: SPEAr: Correct SOC config base address for spear320viresh kumar1-1/+1
2011-02-21ARM: 6722/1: SPEAr: sp810: switch to slow mode before resetShiraz Hashim1-0/+3
2011-02-21ARM: 6712/1: SPEAr: replace readl(), writel() with relaxed versions in uncomp...viresh kumar1-2/+2
2011-02-21ARM: 6720/1: SPEAr: Append UL to VMALLOC_ENDviresh kumar1-1/+1
2011-02-19ARM: 6676/1: Correct the cpu_architecture() function for ARMv7Catalin Marinas1-2/+2
2011-02-19ARM: 6739/1: update .gitignore for boot/compressedNicolas Pitre1-1/+5
2011-02-19ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcast...Will Deacon2-0/+16
2011-02-19ARM: 6742/1: pmu: avoid setting IRQ affinity on UP systemsWill Deacon1-8/+14
2011-02-19ARM: 6741/1: errata: pl310 cache sync operation may be faultySrinidhi Kasagar3-0/+22
2011-02-19x86: mrst: Remove apb timer read workaroundjacob.jun.pan@linux.intel.com1-56/+4
2011-02-18x86/pci: Remove unused variableSebastian Andrzej Siewior1-1/+1
2011-02-18ARM: S5PV210: Fix regulator namesMarek Szyprowski2-6/+6
2011-02-18ARM: S5PV210: Update max8998_platform_dataMarek Szyprowski2-6/+12
2011-02-18ARM: SAMSUNG: Drop exporting s3c24xx_ts_set_platdataAxel Lin1-1/+0
2011-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-10/+10