aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-13zlib: Fix build of powerpc boot wrapperBenjamin Herrenschmidt1-3/+1
2010-01-11zlib: optimize inffast when copying direct from outputJoakim Tjernlund1-1/+3
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+13
2009-12-27KVM: powerpc: Fix mtsrin in book3s_64 mmuAlexander Graf1-1/+21
2009-12-21powerpc/gc/wii: Remove get_irq_desc()Albert Herranz2-2/+2
2009-12-21powerpc/gc/wii: hlwd-pic: convert irq_desc.lock to raw_spinlockAlbert Herranz1-4/+4
2009-12-21Merge commit 'jwb/next' into mergeBenjamin Herrenschmidt2-2/+52
2009-12-21Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt7-17/+206
2009-12-18powerpc/gamecube/wii: Fix off-by-one error in ugecon/usbgecko_udbgAlbert Herranz2-2/+2
2009-12-18powerpc/mpic: Fix problem that affinity is not updatedYang Li1-13/+6
2009-12-18powerpc/mm: Fix stupid bug in subpge protection handlingDavid Gibson1-2/+2
2009-12-18powerpc/iseries: use DECLARE_COMPLETION_ONSTACK for non-constant completionYong Zhang1-1/+1
2009-12-18powerpc: Fix MSI support on U4 bridge PCIe slotBenjamin Herrenschmidt2-8/+49
2009-12-18powerpc: Handle VSX alignment faults correctly in little-endian modeNeil Campbell1-17/+46
2009-12-18powerpc/mm: Fix typo of cpumask_clear_cpu()Yang Li1-1/+1
2009-12-18powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.Sachin P. Sant1-4/+4
2009-12-18powerpc: Convert BUG() to use unreachable()David Daney1-1/+1
2009-12-18powerpc/pseries: Make declarations of cpu_hotplug_driver_lock() ANSI compatible.Gautham R Shenoy1-2/+4
2009-12-18powerpc/pseries: Don't panic when H_PROD fails during cpu-online.Gautham R Shenoy1-2/+2
2009-12-18powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VMBenjamin Herrenschmidt1-1/+1
2009-12-18powerpc/defconfigs: Set HZ=100 on pseries and ppc64 defconfigsAnton Blanchard2-6/+6
2009-12-18powerpc/defconfigs: Disable token ring in powerpc defconfigsAnton Blanchard5-10/+10
2009-12-18powerpc/defconfigs: Reduce 64bit vmlinux by making acenic and cramfs modulesAnton Blanchard3-5/+5
2009-12-18powerpc/pseries: Select XICS and PCI_MSI PSERIESMel Gorman1-0/+2
2009-12-18powerpc/85xx: Wrong variable returned on errorRoel Kluin1-1/+1
2009-12-18powerpc/iseries: Convert to proc_fopsAlexey Dobriyan1-64/+83
2009-12-18powerpc: Make the CMM memory hotplug awareRobert Jennings1-6/+248
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds6-8/+7
2009-12-16PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt1-0/+13
2009-12-16Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds37-21/+4861
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-0/+8
2009-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds2-0/+70
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita1-2/+2
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Jan Beulich1-1/+1
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-1/+0
2009-12-16ptrace: powerpc: implement user_single_step_siginfo()Oleg Nesterov2-0/+11
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell2-0/+8
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner7-22/+22
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner1-16/+16
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner3-12/+12
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner4-28/+28
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2-2/+2
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner6-13/+13
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds6-15/+15
2009-12-14powerpc: fix up for mmu_mapin_ram api changeStephen Rothwell4-6/+6
2009-12-12powerpc: wii: allow ioremap within the memory holeAlbert Herranz1-0/+3
2009-12-12powerpc: allow ioremap within reserved memory regionsAlbert Herranz3-1/+9
2009-12-12wii: use both mem1 and mem2 as ramAlbert Herranz5-7/+106
2009-12-12wii: bootwrapper: add fixup to calc useable mem2Albert Herranz1-3/+115
2009-12-12powerpc: gamecube/wii: early debugging using usbgeckoAlbert Herranz6-0/+94