summaryrefslogtreecommitdiffstats
path: root/arch/ppc
Commit message (Expand)AuthorAgeFilesLines
* mv643xx_eth: Place explicit port number in mv643xx_eth_platform_dataDale Farnsworth2007-03-061-3/+9
* [NET] Eliminate user-selectable CONFIG_MV643XX_ETH_[012]Dale Farnsworth2007-02-201-0/+15
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: C99 convert ctl_tables entries in arch/ppc/kernel/ppc_htab.cEric W. Biederman2007-02-141-3/+8
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-141-1/+1
* [POWERPC] 85xx: Drop use of SYNC macro in head_fsl_booke.SBecky Bruce2007-02-131-2/+0Star
* Merge branch 'master' into 85xxKumar Gala2007-02-1313-10/+1563
|\
| * [POWERPC] ppc: Add support for AMCC Taishan 440GX eval boardStefan Roese2007-02-136-2/+1549
| * Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2007-02-132-2/+2
| |\
| * | [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-121-3/+3
| * | [PATCH] Dynamic kernel command-line: ppcAlon Bar-Lev2007-02-124-5/+5
| * | [PATCH] disable init/initramfs.c: architecturesJean-Paul Saman2007-02-111-0/+2
| * | [PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMAChristoph Lameter2007-02-111-0/+4
* | | [POWERPC] 85xx: Don't write reserved values to MAS1[TSIZE]Becky Bruce2007-02-131-1/+4
| |/ |/|
* | [PPC] Fix compile error for e500 core based processorsRojhalat Ibrahim2007-02-091-1/+1
* | [POWERPC] Fix is_power_of_4(x) compile errorKumar Gala2007-02-091-1/+1
|/
* [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/+0Star
* [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/+1Star
* [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/+0Star
* [POWERPC] Remove the broken Gemini supportAdrian Bunk2007-01-2413-1582/+2Star
* 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-121-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/+11Star
| |/
| * 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/+21Star
| |\
| | * 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/+20Star
|\ \ \ | | |/ | |/|
| * | [POWERPC] Make alignment exception always check exception tableBenjamin Herrenschmidt2006-11-011-8/+10
| * | [PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton2006-10-281-7/+1Star
| * | [POWERPC] Support feature fixups in vdso'sBenjamin Herrenschmidt2006-10-251-1/+1
| * | [POWERPC] Consolidate feature fixup codeBenjamin Herrenschmidt2006-10-252-78/+6Star
| * | [POWERPC] Fix hang in start_ldr if _end or _edata is unalignedOlaf Hering2006-10-251-3/+3
| |/