summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-2.6'Paul Mackerras2007-02-072-1/+8
|\
| * Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-01-281-1/+1
| |\
| | * [POWERPC] Fix sys_pciconfig_iobase bus matchingBenjamin Herrenschmidt2007-01-281-1/+1
| * | [PATCH] powerpc vDSO: use VM_ALWAYSDUMPRoland McGrath2007-01-261-0/+7
| |/
* | [POWERPC] Clear RI bit in MSR before restoring r13 when returning to userspacePaul Mackerras2007-02-071-26/+33
* | [POWERPC] Fix performance monitor exceptionLivio Soares2007-02-071-1/+1
* | [POWERPC] Compile fixes for arch/powerpc dcr codeDavid Gibson2007-02-071-0/+1
* | [POWERPC] pasemi: Idle loopsOlof Johansson2007-02-073-0/+49
* | [POWERPC] pasemi: UART udbg supportOlof Johansson2007-02-073-0/+66
* | [POWERPC] Celleb: support udbgIshizaki Kou2007-02-071-0/+2
* | [POWERPC] PA6T PMC supportOlof Johansson2007-02-072-50/+95
* | [POWERPC] Add PMC type to cputableOlof Johansson2007-02-072-26/+26
* | [POWERPC] Remove fastcall function attributeKumar Gala2007-01-261-10/+10
* | [POWERPC] Add IRQ remapping hookIshizaki Kou2007-01-241-0/+2
* | [POWERPC] Remove the broken Gemini supportAdrian Bunk2007-01-241-5/+0
* | [POWERPC] Mask 32-bit system call arguments to 32 bits on PPC64 in audit codeDavid Woodhouse2007-01-241-9/+15
* | [POWERPC] Add support for R_PPC_ADDR16_HI relocationsSimon Vallet2007-01-241-1/+6
* | [POWERPC] arch/powerpc/kernel/vio.c of_node_put cleanupMariusz Kozlowski2007-01-241-4/+2
* | [POWERPC] arch/ppc/kernel/prom.c of_node_(get|put) cleanupMariusz Kozlowski2007-01-241-12/+6
* | [POWERPC] Do not write virq back to PCI config spaceMichal Ostrowski2007-01-242-2/+0
* | [POWERPC] Use is_init() instead of pid==1Akinobu Mita2007-01-241-1/+1
|/
* [POWERPC] Remove bogus sanity check in pci -> OF node codeBenjamin Herrenschmidt2007-01-221-5/+0
* [PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy2007-01-111-1/+1
* [POWERPC] Fix manual assembly WARN_ON() in enter_rtas().David Woodhouse2007-01-092-8/+8
* [POWERPC] Fix register save area alignment for swapcontext syscallPaul Mackerras2006-12-201-3/+13
* [POWERPC] Fix PCI device channel state initializationLinas Vepstas2006-12-201-0/+1
* [POWERPC] Workaround oldworld OF bug with IRQs & P2P bridgesBenjamin Herrenschmidt2006-12-201-2/+13
* [POWERPC] powerpc: add scanning of ebc bus to of_platformArnd Bergmann2006-12-191-0/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-132-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-12-1116-194/+228
|\
| * [POWERPC] Generic BUG for powerpcJeremy Fitzhardinge2006-12-114-87/+19
| * Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2006-12-115-7/+13
| |\
| | * Merge branch '85xx' into for_paulusKumar Gala2006-12-101-1/+1
| | |\
| | | * [POWERPC] Only export __mtdcr/__mfdcr if CONFIG_PPC_DCR is setKumar Gala2006-12-101-1/+1
| | * | [POWERPC] Fix 440SPe CPU table entryKumar Gala2006-12-081-2/+1
| | * | Merge branch '83xx' into for_paulusKumar Gala2006-12-083-1/+10
| | |\ \
| | | * | [POWERPC] Add support for FP emulation for the e300c2 coreKim Phillips2006-12-083-1/+10
| | | |/
| | * | [POWERPC] of_device_register: propagate device_create_file return codeKumar Gala2006-12-081-3/+1
| | |/
| * | [POWERPC] Fix irq routing on some 32-bit PowerMacsBenjamin Herrenschmidt2006-12-111-45/+53
| * | [POWERPC] Support ibm,dynamic-reconfiguration-memory nodesPaul Mackerras2006-12-112-1/+56
| * | [POWERPC] Add SPURR SPR to sysfsAnton Blanchard2006-12-091-0/+8
| * | [POWERPC] Add DSCR SPR to sysfsAnton Blanchard2006-12-091-0/+8
| * | [POWERPC] Fix mmap of PCI resource with hack for XBenjamin Herrenschmidt2006-12-082-24/+63
| * | [POWERPC] iSeries: head_64.o needs to depend on lparmap.sStephen Rothwell2006-12-081-0/+1
| * | [POWERPC] of_platform_make_bus_id(): make `magic' intGeert Uytterhoeven2006-12-081-1/+1
| * | [POWERPC] Add rtas_service_present() helperNathan Lynch2006-12-081-0/+6
| * | [POWERPC] Move rtas_stop_self() into platforms/pseries/hotplug-cpu.cMichael Ellerman2006-12-081-29/+0
| |/
* | [PATCH] struct path: convert powerpcJosef Sipek2006-12-082-11/+11
|/
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-072-4/+5
|\
| * [PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpuSiddha, Suresh B2006-12-071-4/+4
OpenPOWER on IntegriCloud