summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-04-071-4/+4
|\
| * powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates boardWolfgang Grandegger2009-04-071-4/+4
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-074-5/+5
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2009-04-0731-79/+181
|\ \ | |/ |/|
| * powerpc: Fix oops when loading modulesPaul Mackerras2009-04-071-2/+4
| * powerpc: Wire up preadv and pwritevStephen Rothwell2009-04-072-1/+6
| * powerpc/ftrace: Fix printf format warningMichael Ellerman2009-04-071-1/+1
| * powerpc/ftrace: Fix #if that should be #ifdefMichael Ellerman2009-04-071-1/+1
| * powerpc: Fix ptrace compat wrapper for FPU register accessMichael Neuling2009-04-071-4/+11
| * powerpc: Print information about mapping hw irqs to virtual irqsMichael Ellerman2009-04-071-1/+3
| * powerpc: Correct dependency of KEXECGeert Uytterhoeven2009-04-071-1/+1
| * powerpc: Disable VSX or current process in giveup_fpu/altivecMichael Neuling2009-04-072-0/+13
| * powerpc/pseries: Enable relay in pseries_defconfigAnton Blanchard2009-04-071-1/+1
| * powerpc/pseries: Fix ibm,client-architecture commentAnton Blanchard2009-04-071-1/+1
| * powerpc/pseries: Scan for all events in rtasdAnton Blanchard2009-04-071-1/+2
| * powerpc/pseries: Add dispatch dispersion statisticsAnton Blanchard2009-04-072-1/+17
| * powerpc: Clean up some prom printoutsAnton Blanchard2009-04-071-4/+4
| * powerpc: Print progress of ibm,client-architecture methodAnton Blanchard2009-04-071-3/+5
| * powerpc: Remove duplicated #include'sHuang Weiyi2009-04-072-2/+0Star
| * Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Paul Mackerras2009-04-0716-55/+111
| |\
| | * powerpc/pq2fads: Update device tree for use with device-tree-aware u-boot.Scott Wood2009-04-061-6/+14
| | * powerpc: Add support for CoreInt delivery of interrupts on MPICKumar Gala2009-04-062-0/+46
| | * powerpc/math-emu: Change types to work on ppc64Kumar Gala2009-04-021-3/+3
| | * powerpc/85xx: Re-add the device_type soc to socrates.dtsWolfgang Grandegger2009-04-021-0/+1
| | * powerpc: Move SPEFSCR defines to common headerKumar Gala2009-04-022-30/+30
| | * powerpc/85xx: Use fsl,mpc85.. as prefix for memory ctrl & l2-cache nodesKumar Gala2009-03-318-16/+16
| | * powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKEJosh Boyer2009-03-311-0/+1
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-063-5/+11
|\ \ \ | |/ / |/| |
| * | powerpc/85xx: TQM8548: Update DTS file for multi-chip supportWolfgang Grandegger2009-04-062-4/+10
| * | [MTD] [NAND] FSL-UPM: add multi chip supportWolfgang Grandegger2009-04-061-1/+1
* | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-5/+1Star
|\ \ \
| * | | tracing, powerpc: fix powerpc tree and tracing tree interactionStephen Rothwell2009-04-021-5/+1Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-051-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-311-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-30295-4896/+21939
| | |\ \ \
| | * | | | numa, cpumask: move numa_node_id default implementation to topology.h, fixStephen Rothwell2009-03-191-0/+1
| | * | | | Merge commit 'v2.6.29-rc8' into cpus4096Ingo Molnar2009-03-136-99/+46Star
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-03-051-0/+4
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-043-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-303-4/+4
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-pariscLinus Torvalds2009-04-036-18/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc/ps3: Add rtc-ps3Geert Uytterhoeven2009-04-025-18/+17Star
| * | | | | | | | | powerpc: Hook up rtc-generic, and kill rtc-ppcGeert Uytterhoeven2009-04-021-0/+16
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-031-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | New helper - current_umask()Al Viro2009-04-011-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Allow rwlocks to re-enable interruptsRobin Holt2009-04-031-0/+3
* | | | | | | | | Simplify copy_thread()Alexey Dobriyan2009-04-031-1/+1
* | | | | | | | | workqueue: add to_delayed_work() helper functionJean Delvare2009-04-031-1/+1
* | | | | | | | | generic debug pagealloc: build fixAkinobu Mita2009-04-031-10/+0Star
| |/ / / / / / / |/| | | | | | |