summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-03-3044-281/+352
|\
| * MIPS: Alchemy: PB1200: use SMC91X platform data.Manuel Lauss2009-03-301-0/+10
| * MIPS: Alchemy: MIPS hazard workarounds are not required.Manuel Lauss2009-03-302-3/+3
| * MIPS: Alchemy: provide cpu feature overrides.Manuel Lauss2009-03-301-0/+49
| * MIPS: Alchemy: unify CPU model constants.Manuel Lauss2009-03-304-38/+11
| * MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.cDmitri Vorobiev2009-03-301-1/+1
| * MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.cDmitri Vorobiev2009-03-301-7/+7
| * MIPS: Malta: make a needlessly global integer variable staticDmitri Vorobiev2009-03-302-3/+1
| * MIPS: Use BUG_ON() where possible.Ralf Baechle2009-03-305-18/+9
| * MIPS: Convert obsolete irq_desc_t to struct irq_descThomas Gleixner2009-03-301-1/+1
| * MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle2009-03-3012-41/+59
| * MIPS: EMMA2RH: Set UART mapbaseShinya Kuribayashi2009-03-301-0/+3
| * MIPS: EMMA2RH: Use set_irq_chip_and_handler_nameShinya Kuribayashi2009-03-301-6/+6
| * MIPS: EMMA2RH: Use handle_edge_irq() handler for GPIO interruptsShinya Kuribayashi2009-03-301-18/+10
| * MIPS: Mark Eins: Fix cascading interrupt dispatcherShinya Kuribayashi2009-03-301-4/+6
| * MIPS: Au1000: convert to using gpiolibFlorian Fainelli2009-03-303-128/+146
| * MIPS: Stop using <asm-generic/int-l64.h>.Ralf Baechle2009-03-306-7/+14
| * MIPS: Cavium: Add -WerrorRalf Baechle2009-03-301-0/+2
| * MIPS: Makefile: Add simple make install target.Ralf Baechle2009-03-301-0/+6
| * MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.Ralf Baechle2009-03-301-3/+3
| * MIPS: __raw_spin_lock() may spin forever on ticket wrap.David Daney2009-03-301-4/+4
| * MIPS: Forward declare struct task_struct to avoid potencial warning.Ralf Baechle2009-03-301-0/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-03-30269-4505/+19829
|\ \
| * \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-03-301391-34828/+74834
| |\ \ | | |/
| * | Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2009-03-3068-1784/+4468
| |\ \
| | * | powerpc/85xx: Add support for the "socrates" board (MPC8544).Wolfgang Grandegger2009-03-277-0/+2231
| | * | powerpc/83xx: Update ranges in gianfar node to match other dtsKumar Gala2009-03-241-5/+6
| | * | powerpc/86xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov2009-03-2411-199/+237
| | * | powerpc/85xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov2009-03-2431-1016/+1183
| | * | powerpc/83xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov2009-03-2418-393/+488
| | * | powerpc/83xx: Add power management support for MPC837x boardsAnton Vorontsov2009-03-246-171/+323
| * | | powerpc: Fix bugs introduced by sysfs changesBenjamin Herrenschmidt2009-03-271-4/+2
| * | | powerpc: Sanitize stack pointer in signal handling codeJosh Boyer2009-03-275-6/+25
| * | | powerpc: Add write barrier before enabling DTL flagsJeremy Kerr2009-03-271-0/+4
| |/ /
| * | powerpc/mm: Introduce early_init_mmu() on 64-bitBenjamin Herrenschmidt2009-03-244-34/+43
| * | powerpc/mm: Add option for non-atomic PTE updates to ppc64Benjamin Herrenschmidt2009-03-242-1/+13
| * | powerpc/mm: Fix printk type warning in mmu_context_nohashBenjamin Herrenschmidt2009-03-241-1/+1
| * | powerpc/mm: Rename arch/powerpc/kernel/mmap.c to mmap_64.cBenjamin Herrenschmidt2009-03-242-1/+1
| * | powerpc/mm: Merge various PTE bits and accessors definitionsBenjamin Herrenschmidt2009-03-244-337/+233
| * | powerpc/mm: Tweak PTE bit combination definitionsBenjamin Herrenschmidt2009-03-2412-76/+89
| * | powerpc/cell: Fix iommu exception reportingJeremy Kerr2009-03-241-4/+5
| * | powerpc/mm: e300c2/c3/c4 TLB errata workaroundKumar Gala2009-03-244-7/+45
| * | powerpc/mm: Used free register to save a few cycles in SW TLB miss handlingKumar Gala2009-03-241-27/+24
| * | powerpc/mm: Remove unused register usage in SW TLB miss handlingKumar Gala2009-03-241-8/+3
| * | powerpc: expect all devices calling dma ops to have archdata setKumar Gala2009-03-241-11/+1
| * | powerpc: setup default archdata for {of_}platform via bus_register_notifierKumar Gala2009-03-242-13/+36
| * | powerpc/pci: Default to dma_direct_ops for pci dma_opsKumar Gala2009-03-241-1/+1
| * | powerpc/pmi: Irq handlers return irqreturn_tStephen Rothwell2009-03-241-1/+1
| * | cpumask: Use mm_cpumask() wrapper instead of cpu_vm_maskRusty Russell2009-03-247-23/+20
| * | powerpc: Turn on self-tests in ppc64_defconfigMichael Ellerman2009-03-241-3/+3
OpenPOWER on IntegriCloud