summaryrefslogtreecommitdiffstats
path: root/arch/ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc: Fix typo in TI_LOCAL_FLAGS definitionPaul Mackerras2006-05-291-1/+1
* [PATCH] ppc32 CPM_UART: various fixes for pq2 uart usersVitaly Bordug2006-05-263-17/+17
* [PATCH] ppc32/8xx: Fix r3 trashing due to 8MB TLB page instantiationMarcelo Tosatti2006-05-091-4/+0
* [PATCH] ppc32 CPM_UART: fixes and improvementsVitaly Bordug2006-05-031-1/+1
* [PATCH] ppc32: Update board-specific code of the CPM UART usersVitaly Bordug2006-04-284-1/+415
* [PATCH] ppc32: odd fixes and improvements in ppc_sysVitaly Bordug2006-04-283-11/+26
* [PATCH] ppc32: add 440GX erratum 440_43 workaroundEugene Surovegin2006-04-283-2/+17
* Merge branch 'misc' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Paul Mackerras2006-04-221-0/+1
|\
| * powerpc/ppc: export strncasecmpKumar Gala2006-04-021-0/+1
* | [PATCH] ppc: Fix powersave code on arch/ppcBecky Bruce2006-04-212-17/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-04-181-4/+5
|\ \
| * | [PATCH] ppc32: Fix string comparing in platform_notify_mapVitaly Bordug2006-04-131-4/+5
| |/
* / kbuild: use relative path to -ISam Ravnborg2006-04-041-1/+1
|/
* [PATCH] for_each_possible_cpu: ppcKAMEZAWA Hiroyuki2006-03-292-2/+2
* [PATCH] lock PTE before updating it in 440/BookE page fault handlerEugene Surovegin2006-03-292-15/+21
* Merge ../linux-2.6Paul Mackerras2006-03-292-2/+2
|\
| * [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
| * [PATCH] RTC: Fix up some RTC whitespace and styleMatt Mackall2006-03-281-10/+12
| * [PATCH] RTC: Remove RTC UIP synchronization on PPC CHRP (arch/ppc)Matt Mackall2006-03-281-20/+2
| * [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-1/+1
* | [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-7/+5
* | ppc: Fix compile error in arch/ppc/lib/strcase.cPaul Mackerras2006-03-281-0/+1
* | Merge branch '85xx' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras2006-03-2854-4507/+1
|\ \
| * | powerpc: move math-emu over to arch/powerpcKumar Gala2006-03-2754-4507/+1
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras2006-03-281-1/+1
|\ \ \
| * | | ppc: fix strncasecmp prototypeKumar Gala2006-03-271-1/+1
| |/ /
* / / ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppcPaul Mackerras2006-03-2842-9538/+47
|/ /
* | ppc: Remove duplicate exports of __down, __up etc.Paul Mackerras2006-03-271-4/+0
* | powerpc: Don't compile in arch/ppc/kernel for 32-bit ARCH=powerpcPaul Mackerras2006-03-271-9/+0
* | powerpc: Move perfmon_fsl_booke.c over to arch/powerpcPaul Mackerras2006-03-272-228/+0
* | powerpc: Move module.c over to arch/powerpcPaul Mackerras2006-03-272-322/+1
* | powerpc: Move swsusp.S over to arch/powerpcPaul Mackerras2006-03-272-351/+0
* | powerpc: Move cpu_setup_6xx.S and temp.c over to arch/powerpcPaul Mackerras2006-03-273-749/+0
* | powerpc: Move l2cr.S over to arch/powerpcPaul Mackerras2006-03-272-473/+2
* | powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras2006-03-276-443/+7
* | [PATCH] ppc32: Reorganize and complete MPC52xx initial cpu setupSylvain Munaut2006-03-272-28/+58
* | [PATCH] ppc32: Adds support for the LITE5200B dev boardSylvain Munaut2006-03-272-3/+37
* | [PATCH] ppc32: Adds support for the PCI hostbridge in MPC5200BSylvain Munaut2006-03-271-1/+2
|/
* [PATCH] ppc: fix undefined reference to hweight32Akinobu Mita2006-03-261-0/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-03-253-4/+13
|\
| * kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith2006-03-063-4/+10
* | [PATCH] Remove MODULE_PARMRusty Russell2006-03-251-5/+5
* | [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1
* | [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-231-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-22231-680/+3490
|\ \
| * \ Merge branch 'master'Kumar Gala2006-03-2017-597/+41
| |\ \
| | * | [PATCH] Fix compile error for ML300/403Grant Likely2006-03-171-1/+1
| | * | [PATCH] ppc: Fix platform_notify functions marked __initAdrian Cox2006-03-176-6/+6
| | * | [PATCH] kzalloc() conversion in arch/ppcEric Sesterhenn2006-03-175-10/+5
| | * | Merge ../linux-2.6Paul Mackerras2006-03-092-72/+24
| | |\ \