summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* | | powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VMBenjamin Herrenschmidt2009-12-181-1/+1
* | | powerpc/defconfigs: Set HZ=100 on pseries and ppc64 defconfigsAnton Blanchard2009-12-182-6/+6
* | | powerpc/defconfigs: Disable token ring in powerpc defconfigsAnton Blanchard2009-12-185-10/+10
* | | powerpc/defconfigs: Reduce 64bit vmlinux by making acenic and cramfs modulesAnton Blanchard2009-12-183-5/+5
* | | powerpc/pseries: Select XICS and PCI_MSI PSERIESMel Gorman2009-12-181-0/+2
* | | powerpc/85xx: Wrong variable returned on errorRoel Kluin2009-12-181-1/+1
* | | powerpc/iseries: Convert to proc_fopsAlexey Dobriyan2009-12-181-64/+83
* | | powerpc: Make the CMM memory hotplug awareRobert Jennings2009-12-181-6/+248
* | | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-176-8/+7
|\ \ \
| * | | kbuild: move utsrelease.h to include/generatedSam Ravnborg2009-12-124-4/+4
| * | | kbuild: drop include2/ used for O=... buildsSam Ravnborg2009-12-121-4/+2
| * | | kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | | | Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-1637-21/+4861
|\ \ \ \
| * | | | powerpc: fix up for mmu_mapin_ram api changeStephen Rothwell2009-12-144-6/+6
| * | | | powerpc: wii: allow ioremap within the memory holeAlbert Herranz2009-12-121-0/+3
| * | | | powerpc: allow ioremap within reserved memory regionsAlbert Herranz2009-12-123-1/+9
| * | | | wii: use both mem1 and mem2 as ramAlbert Herranz2009-12-125-7/+106
| * | | | wii: bootwrapper: add fixup to calc useable mem2Albert Herranz2009-12-121-3/+115
| * | | | powerpc: gamecube/wii: early debugging using usbgeckoAlbert Herranz2009-12-126-0/+94
| * | | | powerpc: reserve fixmap entries for early debugAlbert Herranz2009-12-121-0/+3
| * | | | powerpc: wii: default configAlbert Herranz2009-12-121-0/+1406
| * | | | powerpc: wii: platform supportAlbert Herranz2009-12-123-1/+211
| * | | | powerpc: wii: hollywood interrupt controller supportAlbert Herranz2009-12-123-0/+264
| * | | | powerpc: broadway processor supportAlbert Herranz2009-12-121-3/+3
| * | | | powerpc: wii: bootwrapper bitsAlbert Herranz2009-12-124-2/+191
| * | | | powerpc: wii: device treeAlbert Herranz2009-12-121-0/+218
| * | | | powerpc: gamecube: default configAlbert Herranz2009-12-121-0/+1061
| * | | | powerpc: gamecube: platform supportAlbert Herranz2009-12-123-0/+127
| * | | | powerpc: gamecube/wii: flipper interrupt controller supportAlbert Herranz2009-12-123-0/+289
| * | | | powerpc: gamecube/wii: udbg support for usbgeckoAlbert Herranz2009-12-124-0/+316
| * | | | powerpc: gamecube/wii: do not include PCI supportAlbert Herranz2009-12-121-1/+1
| * | | | powerpc: gamecube/wii: declare as non-coherent platformsAlbert Herranz2009-12-121-1/+1
| * | | | powerpc: gamecube/wii: introduce GAMECUBE_COMMONAlbert Herranz2009-12-121-0/+4
| * | | | powerpc: gamecube: bootwrapper bitsAlbert Herranz2009-12-124-1/+153
| * | | | powerpc: gamecube: device treeAlbert Herranz2009-12-121-0/+114
| * | | | powerpc: gamecube/wii: usbgecko bootwrapper console supportAlbert Herranz2009-12-123-1/+172
* | | | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-162-0/+8
|\ \ \ \ \
| * | | | | module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell2009-12-152-0/+8
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-12-162-0/+70
|\ \ \ \ \ \
| * | | | | | ppc440spe-adma: adds updated ppc440spe adma driverAnatolij Gustschin2009-12-112-0/+70
* | | | | | | iommu-helper: use bitmap libraryAkinobu Mita2009-12-161-2/+2
* | | | | | | dma-mapping: fix off-by-one error in dma_capable()Jan Beulich2009-12-161-1/+1
* | | | | | | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0
* | | | | | | ptrace: powerpc: implement user_single_step_siginfo()Oleg Nesterov2009-12-162-0/+11
| |_|_|_|_|/ |/| | | | |
* | | | | | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-147-22/+22
* | | | | | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-16/+16
* | | | | | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-143-12/+12
* | | | | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-144-28/+28
* | | | | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-142-2/+2
* | | | | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-146-13/+13
| |/ / / / |/| | | |