aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds86-659/+2573
2006-03-23[PATCH] powerpc: tidy-up of_register_driver()/driver_register() return valuesBjorn Helgaas1-4/+1
2006-03-23[PATCH] powerpc: Fix warning in add_memoryAndrew Morton1-1/+1
2006-03-22[PATCH] hugepage: is_aligned_hugepage_range() cleanupDavid Gibson1-15/+0
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin4-7/+7
2006-03-22[PATCH] remove set_page_count(page, 0) users (outside mm)Nick Piggin1-2/+2
2006-03-22[PATCH] powerpc: Remove calculation of io holeMichael Ellerman2-50/+0
2006-03-22[PATCH] powerpc: iseries: Add bootargs to /chosenMichael Ellerman1-0/+1
2006-03-22[PATCH] powerpc: iseries: Add /system-id, /model and /compatibleMichael Ellerman1-0/+20
2006-03-22[PATCH] powerpc: Add strne2a() to convert a string from EBCDIC to ASCIIMichael Ellerman1-0/+10
2006-03-22[PATCH] powerpc: iseries: Make more stuff static in platforms/iseries/mf.cMichael Ellerman1-39/+39
2006-03-22[PATCH] powerpc: iseries: Remove pointless iSeries_(restart|power_off|halt)Michael Ellerman2-28/+4
2006-03-22[PATCH] powerpc: iseries: mf related cleanupsMichael Ellerman2-19/+24
2006-03-22[PATCH] powerpc: Replace platform_is_lpar() with a firmware featureMichael Ellerman7-13/+22
2006-03-22[PATCH] powerpc: Remove unused iommu_off logic from pSeries_init_early()Michael Ellerman1-6/+1
2006-03-22[PATCH] powerpc: Unconfuse htab_bolt_mapping() callersMichael Ellerman1-13/+14
2006-03-22[PATCH] powerpc numa: Consolidate assignment of cpus to nodesNathan Lynch1-7/+3
2006-03-22[PATCH] powerpc numa: Support sparse online node mapNathan Lynch1-52/+43
2006-03-22[PATCH] powerpc numa: Consolidate handling of Power4 special caseNathan Lynch1-12/+11
2006-03-22[PATCH] powerpc numa: Get rid of "numa domain" terminologyNathan Lynch1-39/+39
2006-03-22[PATCH] powerpc numa: Minor cpu hotplug-related cleanupsNathan Lynch1-3/+3
2006-03-22[PATCH] powerpc numa: Minor debugging code changesNathan Lynch1-3/+5
2006-03-22[PATCH] powerpc numa: fix boot_cpuid always assigned to node 0Nathan Lynch1-3/+3
2006-03-22Merge branch '85xx' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras5-25/+166
2006-03-20Merge branch 'master'Kumar Gala59-1064/+1155
2006-03-20Merge branch 'master'Kumar Gala35-362/+423
2006-03-17[PATCH] powerpc: Fix bug in bug fix for bug in lmb_alloc()Michael Ellerman1-1/+1
2006-03-17[PATCH] powerpc: add a raw dump command to xmonOlaf Hering1-0/+30
2006-03-17Merge ../linux-2.6Paul Mackerras18-181/+314
2006-03-16powerpc: update defconfigsPaul Mackerras5-117/+232
2006-03-16[PATCH] powerpc: properly configure DDR/P5IOC children devsJohn Rose3-25/+32
2006-03-16[PATCH] powerpc: remove duplicate EXPORT_SYMBOLSOlaf Hering2-10/+5
2006-03-16[PATCH] powerpc: RTC memory corruptionMichael Neuling1-1/+1
2006-03-16[PATCH] powerpc: enable NAP only on cpus who support it to avoid memory corru...Benjamin Herrenschmidt2-9/+4
2006-03-16[PATCH] powerpc: Clarify wording for CRASH_DUMP Kconfig optionMichael Ellerman1-1/+1
2006-03-16[PATCH] powerpc/64: enable CONFIG_BLK_DEV_SL82C105Olaf Hering1-1/+1
2006-03-16[PATCH] powerpc: correct cacheflush loop in zImageOlaf Hering1-2/+3
2006-03-16powerpc: Fix problem with time going backwardsPaul Mackerras1-14/+34
2006-03-14powerpc: Disallow lparcfg being a modulePaul Mackerras1-1/+1
2006-03-09Merge ../linux-2.6Paul Mackerras15-180/+78
2006-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds13-178/+73
2006-03-08powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras7-173/+52
2006-03-04ppc64: make sure to align stack pointer to 16 bytes at bootLinus Torvalds1-0/+3
2006-03-03[PATCH] powerpc: incorrect rmo_top handling in prom_initBenjamin Herrenschmidt1-1/+1
2006-03-03[PATCH] powerpc: Expose SMT and L1 icache snoop userland featuresBenjamin Herrenschmidt1-3/+6
2006-03-03powerpc32: Fix timebase synchronization on 32-bit powermacsPaul Mackerras1-1/+1
2006-03-03powerpc: Turn off verbose debug output in powermac platform functionsPaul Mackerras2-0/+11
2006-03-03powerpc: Fix might-sleep warning in program check exception handlerPaul Mackerras1-0/+2
2006-02-28[PATCH] Add mm->task_size and fix powerpc vdsoBenjamin Herrenschmidt1-2/+2
2006-02-28Merge branch 'master' of git+ssh://galak@master.kernel.org/pub/scm/linux/kern...Kumar Gala35-715/+745
2006-02-28Merge ../powerpc-mergePaul Mackerras7-37/+77
2006-02-28[PATCH] powerpc/iseries: Fix double phys_to_abs bug in htab_bolt_mappingMichael Ellerman1-1/+1
2006-02-28[PATCH] powerpc: fix NULL pointer in handle_eeh_eventsOlaf Hering1-1/+1
2006-02-28[PATCH] powerpc: vdso 64bits gettimeofday bugBenjamin Herrenschmidt1-2/+2
2006-02-28[PATCH] powerpc: fix dynamic PCI probe regressionJohn Rose2-16/+34
2006-02-27powerpc: Export variables used in conversions to/from cputime_tPaul Mackerras1-0/+5
2006-02-26Make Kprobes depend on modulesLinus Torvalds1-1/+1
2006-02-24[PATCH] powerpc: Fix mem= cmdline handling on arch/powerpc for !MULTIPLATFORMKumar Gala1-16/+38
2006-02-24powerpc: Implement accurate task and CPU time accountingPaul Mackerras8-14/+297
2006-02-24Merge ../powerpc-mergePaul Mackerras25-664/+366
2006-02-24[PATCH] powerpc: Don't re-assign PCI resources on MapleSegher Boessenkool1-2/+2
2006-02-24[PATCH] powerpc: Fix some MPIC + HT APIC bugletsSegher Boessenkool1-4/+5
2006-02-24[PATCH] powerpc: Update {g5,pseries,ppc64}_defconfigOlof Johansson3-285/+189
2006-02-24[PATCH] powerpc64: remove broken/bitrotted HMT supportAnton Blanchard3-138/+4
2006-02-24[PATCH] powerpc: Fix runlatch performance issuesAnton Blanchard3-10/+35
2006-02-24[PATCH] powerpc64: fix spinlock recursion in native_hpte_clearR Sharada1-1/+6
2006-02-24[PATCH] powerpc: disable OProfile for iSeriesKelly Daly1-0/+1
2006-02-24[PATCH] powerpc: fix altivec_unavailable_exception OopsesAlan Curry1-0/+1
2006-02-24[PATCH] powerpc: Trivial fix to set the proper timeout value for kdumpHaren Myneni1-1/+3
2006-02-24[PATCH] powerpc: Only calculate htab_size in one place for kexecMichael Ellerman2-8/+5
2006-02-23[PATCH] powerpc: Initialise hvlpevent_queue.lock correctlyMichael Ellerman1-0/+2
2006-02-21powerpc: Add PCI support for 8540 ADS to powerpc treeAndy Fleming5-25/+166
2006-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds7-211/+107
2006-02-20[PATCH] powermac: Fix loss of ethernet PHY on sleepBenjamin Herrenschmidt1-5/+5
2006-02-20[PATCH] powerpc: Fix bug in spinup of renumbered secondary threadsMichael Ellerman1-1/+1
2006-02-20[PATCH] powerpc: Make UP -> SMP kexec work againMichael Ellerman1-3/+1
2006-02-20[PATCH] powerpc: Don't start secondary CPUs in a UP && KEXEC kernelMichael Ellerman1-2/+2
2006-02-20[PATCH] powerpc: Fix OOPS in lparcfg on G5Olof Johansson1-2/+4
2006-02-20[PATCH] powerpc: remove duplicate exportsOlaf Hering1-16/+0
2006-02-20powerpc: Keep xtime and gettimeofday in syncPaul Mackerras2-187/+99
2006-02-16powerpc: Fix mpc83xx restart bugKumar Gala1-1/+1
2006-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds4-5/+11
2006-02-10[PATCH] Fix building external modules on ppc32Andreas Gruenbacher1-0/+2
2006-02-10[PATCH] powerpc: Add CONFIG_DEFAULT_UIMAGE for embedded boardsKumar Gala2-0/+7
2006-02-10[PATCH] powerpc: Add missing vmlinux.bin targetGeoff Levand1-1/+1
2006-02-10[PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason39-75/+3
2006-02-10[PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseriesMichael Ellerman5-70/+123
2006-02-10[PATCH] powerpc: Clean up pSeries firmware feature initialisationMichael Ellerman1-26/+22
2006-02-10[PATCH] powerpc/ppc: Add missing isyncs in head_fsl_booke.SBecky Bruce1-0/+4
2006-02-10[PATCH] powerpc: lindent 85xx platform codeBecky Bruce2-29/+19
2006-02-10[PATCH] powerpc: rename mpc85xx.c to misc.cBecky Bruce2-3/+3
2006-02-10[PATCH] powerpc: mpc85xx_ads.c include file cleanupBecky Bruce1-21/+0
2006-02-10[PATCH] powerpc: Fix Kernel FP unavail exception for BookEBecky Bruce1-1/+1
2006-02-10Merge ../powerpc-mergePaul Mackerras9-73/+62
2006-02-10[PATCH] powerpc: unshare system call registrationJANAK DESAI1-0/+1
2006-02-10ppc: Use the system call table from arch/powerpc/kernel/systbl.SPaul Mackerras2-5/+3
2006-02-08[PATCH] fix iomem annotations in dart_iommuAl Viro1-1/+1
2006-02-08[PATCH] powerpc signal __user annotationsAl Viro2-13/+9
2006-02-08[PATCH] powermac pci iomem annotationsAl Viro1-46/+43
2006-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds20-60/+81
2006-02-07[PATCH] bogus extern in low_i2c.cAl Viro1-2/+1
2006-02-07[PATCH] eeh_driver NULL noise removalAl Viro1-4/+4
2006-02-07[PATCH] drive_info removal outside of arch/i386Al Viro1-2/+0
2006-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcPaul Mackerras39-235/+455
2006-02-07[PATCH] powerpc: Lindent platforms/83xxKumar Gala4-23/+20
2006-02-07[PATCH] powerpc: Cleanup MPC83xx platform supportKumar Gala5-62/+71
2006-02-07[PATCH] powerpc: Add platform support for MPC834x USB controllersKumar Gala1-0/+140
2006-02-07[PATCH] powerpc: remove check for ELF offset in powerpc bootimageOlaf Hering1-2/+2
2006-02-07[PATCH] powerpc: Move LMB_ALLOC_ANYWHERE out of lmb.hMichael Ellerman1-0/+2
2006-02-07[PATCH] powerpc: Always panic if lmb_alloc() failsMichael Ellerman7-14/+16
2006-02-07[PATCH] powerpc: cleaned up fsl_soc.cKumar Gala1-58/+94
2006-02-07[PATCH] powerpc: cleanup pmac_newworld variable usageOlaf Hering2-5/+4
2006-02-07[PATCH] powerpc: Add Virtex-4 FX to cpu tableGrant C. Likely1-1/+11
2006-02-07[PATCH] powerpc: avoid timer interrupt replay effect when onlining cpuNathan Lynch1-0/+3
2006-02-07[PATCH] powerpc: hypervisor check in pseries_kexec_cpu_downMichael Neuling1-1/+1
2006-02-07[PATCH] powerpc: Don't use toc in decrementer_iSeries_maskedMichael Ellerman1-2/+3
2006-02-07[PATCH] powerpc: Cleanup, consolidating icache dirtying logicDavid Gibson1-12/+2
2006-02-07[PATCH] Don't check pointer for NULL before passing it to kfree [arch/powerpc...Jesper Juhl1-2/+1
2006-02-07[PATCH] powerpc: fix compile warning in udbg_init_maple_realmodeOlaf Hering1-1/+1
2006-02-07[PATCH] powerpc: add refcounting to setup_peg2 and of_get_pci_addressOlaf Hering2-1/+5
2006-02-07[PATCH] powerpc: remove pointer/integer confusion in of_find_node_by_nameOlaf Hering1-2/+2
2006-02-07[PATCH] powerpc: restore clock speed in /proc/cpuinfoOlaf Hering3-23/+1
2006-02-07[PATCH] powerpc: remove pointer/integer confusion in generic_calibrate_decrOlaf Hering1-4/+4
2006-02-07[PATCH] powerpc: Don't overwrite flat device tree with kdump kernelMichael Ellerman2-0/+30
2006-02-07[PATCH] powerpc: remove useless call to touch_softlockup_watchdogDave C Boutcher1-4/+0
2006-02-07[PATCH] powerpc: prod all processors after ibm,suspend-meDave C Boutcher1-0/+3
2006-02-07[PATCH] powerpc: return correct rtas status from ibm,suspend-meDave C Boutcher1-2/+2
2006-02-07[PATCH] powerpc: Fix !SMP build of rtas.cMichael Ellerman1-0/+1
2006-02-07[PATCH] powerpc: IOMMU SG paranoiaJake Moilanen1-3/+6
2006-02-07[PATCH] powerpc: Refuse to boot a kdump kernel via OFMichael Ellerman1-0/+4
2006-02-07[PATCH] powerpc: Make sure we don't create empty lmb regionsMichael Ellerman1-0/+4
2006-02-07[PATCH] powerpc: Don't allocate zero bytes in finish_device_tree()Michael Ellerman1-1/+6
2006-02-07[PATCH] powerpc: Fix spufs initialization sequence.Geoff Levand1-1/+1
2006-02-07powerpc/64: Fix bug in setting floating-point exception modePaul Mackerras1-1/+1
2006-02-01[PATCH] PowerPC/PCI Hotplug build breakLinas Vepstas1-0/+3
2006-02-01[PATCH] powerpc: Fix sigmask handling in sys_sigsuspend.Heiko Carstens1-3/+1
2006-02-01[PATCH] powerpc: enable irq's for platform functions.Ben Collins1-3/+10
2006-02-01[PATCH] CONFIG_ISA does not make sense for CONFIG_PPC_PSERIESOlaf Hering1-4/+0
2006-01-31[SUNGEM]: Unbreak Sun GEM chips.David S. Miller1-4/+2
2006-01-23[SUNGEM]: Make PM of PHYs more reliable (#2)Benjamin Herrenschmidt1-2/+4
2006-01-20[PATCH] powerpc: Add CONFIG_DEFAULT_UIMAGE to build a uImage by default for a...Kumar Gala2-0/+7
2006-01-20[PATCH] powerpc: Updated Initial MPC8540 ADS port with OF Flat DevBecky Bruce10-73/+1431
2006-01-18[PATCH] TIF_RESTORE_SIGMASK support for arch/powerpcDavid Woodhouse5-12/+40
2006-01-18[PATCH] Generic sys_rt_sigsuspend()David Woodhouse2-87/+5
2006-01-18[PATCH] e1000: Added disable packet split capabilityJesse Brandeburg6-0/+6
2006-01-15powerpc/32: Restore previous version of 32-bit PCI codePaul Mackerras2-1/+1899
2006-01-15[PATCH] powerpc: Kconfig changes for CRASH_DUMPHaren Myneni1-11/+10
2006-01-15[PATCH] powerpc: Update pmac32_defconfigBenjamin Herrenschmidt1-45/+60
2006-01-15[PATCH] powerpc: Fix Maple buildBenjamin Herrenschmidt3-41/+68
2006-01-15[PATCH] powerpc: Fix kdump copy regs and dynamic allocate per-cpu crash notesHaren Myneni2-73/+7
2006-01-15powerpc/32: Generate miboot images with ARCH=powerpcPaul Mackerras2-6/+27
2006-01-14Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-6/+6
2006-01-14[PATCH] powerpc: Recognize /chaos bridge on old pmacs as PCIPaul Mackerras1-1/+2
2006-01-14powerpc: Avoid unaligned loads and stores in boot memcpy codePaul Mackerras1-3/+17
2006-01-14powerpc: Make COFF zImages for old 32-bit powermacsPaul Mackerras10-499/+895
2006-01-14[PATCH] powerpc: Make CHRP build againDavid Woodhouse3-15/+26
2006-01-14[PATCH] powerpc: special-case ibm,suspend-me RTAS callDave C Boutcher1-1/+95
2006-01-14[PATCH] powerpc: Add MPC834x SYS board to arch/powerpcKumar Gala7-2/+1292
2006-01-14[PATCH] powerpc: Add FSL SOC library and setup codeKumar Gala3-0/+326
2006-01-14[PATCH] powerpc: Allow for ppc_md restart, power_off, and halt to be NULLKumar Gala1-3/+6
2006-01-14[PATCH] powerpc: oprofile cpu type names clash with other codeAndy Whitcroft2-30/+30
2006-01-14powerpc: Provide a suitable AT_PLATFORM valuePaul Mackerras1-44/+128
2006-01-13[PATCH] Add vio_bus_type probe and remove methodsRussell King1-4/+4
2006-01-13[PATCH] Add of_platform_bus_type probe and remove methodsRussell King1-2/+2
2006-01-13[PATCH] powerpc: Remove lppaca structure from the PACADavid Gibson14-69/+75
2006-01-13[PATCH] powerpc: Cleanup LOADADDR etc. asm macrosDavid Gibson8-69/+68
2006-01-13[PATCH] powerpc/boot: Better use of defaultimage-Tom Rini1-2/+2
2006-01-13[PATCH] powerpc: Add support for changing properties from userspaceDave C Boutcher1-0/+100
2006-01-13[PATCH] powerpc: Add of_find_property functionDave C Boutcher1-6/+13
2006-01-13[PATCH] powerpc: Add/remove/update properties in firmware device treeDave C Boutcher1-2/+88
2006-01-13[PATCH] Remove bzImage targetTom Rini1-3/+0
2006-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds30-104/+148
2006-01-12[PATCH] powerpc: task_stack_page()Al Viro1-6/+4
2006-01-12[PATCH] powerpc: task_thread_info()Al Viro5-9/+9
2006-01-12powerpc: make ARCH=ppc use arch/powerpc/kernel/process.cPaul Mackerras2-3/+5
2006-01-12[PATCH] powerpc: cell namespace cleanupArnd Bergmann3-3/+5
2006-01-12[PATCH] powerpc: xmon namespace cleanupsArnd Bergmann1-7/+7
2006-01-12[PATCH] powerpc: pmac namespace cleanupArnd Bergmann1-1/+1
2006-01-12[PATCH] powerpc: pseries namespace cleanupArnd Bergmann6-10/+8
2006-01-12[PATCH] powerpc: minor dart driver cleanupOlof Johansson1-1/+0
2006-01-12[PATCH] powerpc: small pci cleanupsStephen Rothwell1-2/+3
2006-01-12[PATCH] powerpc: clean up iommu.h a bitStephen Rothwell4-0/+40
2006-01-12[PATCH] powerpc: iSeries fixes for build with no PCIStephen Rothwell2-2/+8
2006-01-12[PATCH] powerpc: eliminate bitfields from ItLpNacaStephen Rothwell1-4/+1
2006-01-12[PATCH] powerpc: remove bitfields from HvLpEventStephen Rothwell4-37/+16
2006-01-12[PATCH] powerpc: Fixed memory reserve map layoutKumar Gala2-8/+28
2006-01-12[PATCH] powerpc: remove warning in EEH codeOlof Johansson1-2/+3
2006-01-12[PATCH] powerpc: Avoid potential FP corruption with preempt and UPPaul Mackerras3-24/+23
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap1-0/+1
2006-01-11[PATCH] kprobes: fix race in recovery of reentrant probeKeshavamurthy Anil S1-0/+12
2006-01-11[PATCH] powerpc: Don't build crash.c for PPC32Michael Ellerman1-2/+2
2006-01-11[PATCH] powerpc: Fix clean_files in arch/powerpc/boot MakefileKumar Gala1-1/+1
2006-01-11[PATCH] powerpc: Remove redundant setting of htab_addressMichael Ellerman1-6/+0
2006-01-11[PATCH] powerpc: Add ibm,pft-size to iSeries device treeMichael Ellerman1-2/+11
2006-01-11[PATCH] powerpc: Add some missing .gitignore'sKumar Gala3-0/+22
2006-01-11[PATCH] powerpc: Updated Kconfig and Makefiles for 83xx supportKumar Gala6-53/+81
2006-01-11[PATCH] spufs: Suspend/restore MFC DMA operations at SPU context switch.Geoff Levand1-5/+29
2006-01-11[PATCH] powerpc: fix for compile problem in kdump code when SMP disabledHaren Myneni1-1/+1
2006-01-11powerpc: Fix compile error when CONFIG_PROC_VMCORE is not definedPaul Mackerras1-0/+2
2006-01-11[PATCH] powerpc/64: per cpu data optimisationsAnton Blanchard1-0/+26