summaryrefslogtreecommitdiffstats
path: root/arch/ppc
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMAChristoph Lameter2007-02-111-0/+4
* [POWERPC] PPC: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-083-6/+6
* [POWERPC] ppc: use syslog macro for the printk log levelRobert P. J. Day2007-02-081-1/+2
* [POWERPC] ppc: cs4218_tdm remove extra braceMariusz Kozlowski2007-02-081-1/+0
* [POWERPC] Compile fixes for arch/powerpc dcr codeDavid Gibson2007-02-071-0/+1
* [POWERPC] Add "is_power_of_2" checking to log2.h.Robert P. J. Day2007-02-072-6/+1
* [POWERPC] Fix apparent typo "CONFIG_SERIAL_CPM_SMC".Robert P. J. Day2007-02-071-1/+1
* [POWERPC] 8xx: generic 8xx code arch/powerpc portVitaly Bordug2007-02-072-443/+0
* [POWERPC] Remove the broken Gemini supportAdrian Bunk2007-01-2413-1582/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-01-1826-120/+145
|\
| * [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-132-3/+3
| * kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day2006-12-122-3/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-12-111-9/+32
| |\
| | * [POWERPC] Fix mmap of PCI resource with hack for XBenjamin Herrenschmidt2006-12-081-9/+32
| * | [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-0/+8
| * | [PATCH] struct path: convert ppcJosef Sipek2006-12-081-6/+6
| * | [PATCH] use generic BUG for ppcJudith Lebzelter2006-12-082-58/+11
| |/
| * Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-071-0/+1
| |\
| | * [PATCH] relocatable kernel: Kallsyms generate relocatable symbolsEric W. Biederman2006-12-071-0/+1
| * | WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-052-16/+26
| |/
| * [POWERPC] Add files build to .gitignoreRutger Nijlunsing2006-12-044-0/+13
| * [POWERPC] Distinguish POWER6 partition modes and tell userspacePaul Mackerras2006-12-041-1/+1
| * [POWERPC] 8xx: Off-by-one fixes to SCC parameter RAM definitionsKalle Pokki2006-12-041-4/+4
| * [POWERPC] Compilation fixes for ppc4xx PCI-less configsWojtek Kaniewski2006-12-043-0/+6
| * [POWERPC] Book-E reg MCSR msg misquotednkalmala2006-12-041-1/+1
| * [POWERPC] Generic DCR infrastructureBenjamin Herrenschmidt2006-12-041-0/+11
| * Merge branch 'linux-2.6' into for-linusPaul Mackerras2006-12-046-97/+21
| |\
| | * Fix misc Kconfig typosMatt LaPlante2006-11-301-1/+1
| * | [PATCH] Slight refactor of interrupt mapping for FSL partsAndy Fleming2006-11-139-18/+18
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-12-015-96/+20
|\ \ \ | | |/ | |/|
| * | [POWERPC] Make alignment exception always check exception tableBenjamin Herrenschmidt2006-11-011-8/+10
| * | [PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton2006-10-271-7/+1
| * | [POWERPC] Support feature fixups in vdso'sBenjamin Herrenschmidt2006-10-251-1/+1
| * | [POWERPC] Consolidate feature fixup codeBenjamin Herrenschmidt2006-10-252-78/+6
| * | [POWERPC] Fix hang in start_ldr if _end or _edata is unalignedOlaf Hering2006-10-251-3/+3
| |/
* / [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-281-2/+1
|/
* [POWERPC] ppc: Add missing calls to set_irq_regsKumar Gala2006-10-161-0/+4
* [POWERPC] Off-by-one in /arch/ppc/platforms/mpc8*Eric Sesterhenn2006-10-163-6/+6
* [PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman2006-10-111-3/+4
* [POWERPC] ARCH=ppc pt_regs fixesAl Viro2006-10-1030-93/+79
* [PATCH] mv64630_pic NULL noise removalAl Viro2006-10-091-2/+2
* handle_sysrq lost its pt_regs * argumentRalf Baechle2006-10-091-1/+1
* [POWERPC] PReP fixup after irq changesOlaf Hering2006-10-071-7/+7
* [POWERPC] Fix up after irq changesOlaf Hering2006-10-075-13/+13
* [PPC] Fix some irq breakage with ARCH=ppcPaul Mackerras2006-10-061-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-042-2/+0
* fix file specification in commentsUwe Zeisberger2006-10-0310-10/+10
* Still more typo fixesMatt LaPlante2006-10-031-7/+7
* Attack of "the the"s in archMatt LaPlante2006-10-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-035-370/+280
|\