summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-02-2231-351/+1601
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spu...Paul Mackerras2008-02-214-20/+7Star
| |\
| | * [POWERPC] cell: fix spurious false return from spu_trap_data_{map,seg}Andre Detsch2008-02-202-15/+3Star
| | * [POWERPC] spufs: fix scheduler starvation by idle contextsJeremy Kerr2008-02-192-5/+4Star
| * | [POWERPC] pasemi: Remove warning in mpic_pasemi_msi.cOlof Johansson2008-02-211-3/+2Star
| * | [POWERPC] pasemi: Register i2c devices at bootOlof Johansson2008-02-212-1/+98
| * | [POWERPC] Fix warning in pseries/power.cStephen Rothwell2008-02-201-1/+1
| * | [POWERPC] Fix bootwrapper builds with older gcc versionsJosh Boyer2008-02-201-4/+4
| * | [POWERPC] Fix dt_mem_next_cell() to read the full addressBecky Bruce2008-02-201-6/+7
| * | [POWERPC] Kill sparse warnings in kprobesAnanth N Mavinakayanahalli2008-02-201-4/+5
| * | [POWERPC] 44x: Add multiplatform defconfigJosh Boyer2008-02-161-0/+904
| * | [POWERPC] 44x: Fix Kconfig formattingJosh Boyer2008-02-161-5/+5
| * | [POWERPC] 4xx: Update defconfigs for 2.6.25Josh Boyer2008-02-1610-282/+568
| * | [POWERPC] 4xx: Remove "i2c" and "xxmii-interface" device_types from dtsStefan Roese2008-02-168-25/+0Star
| |/
* / x86: fix vdso_install breaks user "make install"Sam Ravnborg2008-02-191-1/+1
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-02-1513-27/+23Star
|\
| * [POWERPC] Remove unused CONFIG_WANT_DEVICE_TREEGrant Likely2008-02-146-17/+0Star
| * [POWERPC] Cell RAS: Remove DEBUG, and add license and copyrightMichael Ellerman2008-02-141-1/+10
| * [POWERPC] free_property() must not be __initAdrian Bunk2008-02-141-1/+1
| * [POWERPC] vdso_do_func_patch{32,64}() must be __initAdrian Bunk2008-02-141-6/+6
| * [POWERPC] Remove generated files on make cleanKumar Gala2008-02-142-0/+4
| * [POWERPC] PS3: Fix bootwrapper hang bugGeoff Levand2008-02-141-1/+1
| * [POWERPC] Fix DEBUG_PREEMPT warning when warningHugh Dickins2008-02-141-1/+1
* | d_path: Make get_dcookie() use a struct path argumentJan Blunck2008-02-151-9/+6Star
* | Introduce path_put()Jan Blunck2008-02-151-1/+1
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-8/+10
|/
* Linux Kernel Markers: support multiple probesMathieu Desnoyers2008-02-141-20/+11Star
* ide: introduce HAVE_IDESam Ravnborg2008-02-091-0/+1
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-089-58/+133
|\
| * [POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpcBadari Pulavarty2008-02-082-0/+20
| * [POWERPC] Enable hotplug memory remove for 64-bit powerpcBadari Pulavarty2008-02-081-0/+3
| * [POWERPC] Add remove_memory() for 64-bit powerpcBadari Pulavarty2008-02-081-0/+16
| * [POWERPC] Make cell IOMMU fixed mapping printk more usefulMichael Ellerman2008-02-081-4/+2Star
| * [POWERPC] Fix potential cell IOMMU bug when switching back to default DMA opsMichael Ellerman2008-02-081-8/+7Star
| * [POWERPC] Don't enable cell IOMMU fixed mapping if there are no dma-rangesMichael Ellerman2008-02-081-0/+12
| * [POWERPC] Fix cell IOMMU null pointer explosion on old firmwaresMichael Ellerman2008-02-081-8/+7Star
| * [POWERPC] spufs: Fix timing dependent false return from spufs_run_spuLuke Browning2008-02-081-1/+1
| * [POWERPC] spufs: No need to have a runnable SPU for libassist updateLuke Browning2008-02-081-6/+4Star
| * [POWERPC] spufs: Update SPU_Status[CISHP] in backing runcntl writeMasato Noguchi2008-02-081-0/+6
| * [POWERPC] spufs: Fix state_mutex leaksChristoph Hellwig2008-02-084-30/+45
| * [POWERPC] Disable G5 NAP mode during SMU commands on U3Benjamin Herrenschmidt2008-02-081-1/+10
* | CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-081-6/+8
* | mount options: fix spufsMiklos Szeredi2008-02-081-0/+3
* | libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig2008-02-081-1/+1
* | libfs: allow error return from simple attributesChristoph Hellwig2008-02-081-4/+4
|/
* Fix compilation of powerpc asm-offsets.c with old gccTony Breeds2008-02-071-1/+1
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-0768-725/+1516
|\
| * [POWERPC] Add SPE registers to core dumpsRoland McGrath2008-02-071-1/+1
| * [POWERPC] Use regset code for compat PTRACE_*REGS* callsRoland McGrath2008-02-071-71/+25Star
| * [POWERPC] Use generic compat_sys_ptraceRoland McGrath2008-02-071-28/+5Star