summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | [PATCH] powerpc: Move LMB_ALLOC_ANYWHERE out of lmb.hMichael Ellerman2006-02-071-0/+2
| | * | | | | | [PATCH] powerpc: Always panic if lmb_alloc() failsMichael Ellerman2006-02-077-14/+16
| | * | | | | | [PATCH] powerpc: cleaned up fsl_soc.cKumar Gala2006-02-071-58/+94
| | * | | | | | [PATCH] powerpc: cleanup pmac_newworld variable usageOlaf Hering2006-02-072-5/+4
| | * | | | | | [PATCH] powerpc: Add Virtex-4 FX to cpu tableGrant C. Likely2006-02-071-1/+11
| * | | | | | | [PATCH] powerpc: Add CONFIG_DEFAULT_UIMAGE to build a uImage by default for a...Kumar Gala2006-01-202-0/+7
| * | | | | | | [PATCH] powerpc: Updated Initial MPC8540 ADS port with OF Flat DevBecky Bruce2006-01-2010-73/+1431
* | | | | | | | [PATCH] hugepage: is_aligned_hugepage_range() cleanupDavid Gibson2006-03-221-15/+0
* | | | | | | | [PATCH] remove set_page_count() outside mm/Nick Piggin2006-03-224-7/+7
* | | | | | | | [PATCH] remove set_page_count(page, 0) users (outside mm)Nick Piggin2006-03-221-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | powerpc: update defconfigsPaul Mackerras2006-03-165-117/+232
* | | | | | | [PATCH] powerpc: properly configure DDR/P5IOC children devsJohn Rose2006-03-163-25/+32
* | | | | | | [PATCH] powerpc: remove duplicate EXPORT_SYMBOLSOlaf Hering2006-03-162-10/+5
* | | | | | | [PATCH] powerpc: RTC memory corruptionMichael Neuling2006-03-161-1/+1
* | | | | | | [PATCH] powerpc: enable NAP only on cpus who support it to avoid memory corru...Benjamin Herrenschmidt2006-03-162-9/+4
* | | | | | | [PATCH] powerpc: Clarify wording for CRASH_DUMP Kconfig optionMichael Ellerman2006-03-161-1/+1
* | | | | | | [PATCH] powerpc/64: enable CONFIG_BLK_DEV_SL82C105Olaf Hering2006-03-161-1/+1
* | | | | | | [PATCH] powerpc: correct cacheflush loop in zImageOlaf Hering2006-03-161-2/+3
* | | | | | | powerpc: Fix problem with time going backwardsPaul Mackerras2006-03-161-14/+34
* | | | | | | powerpc: Disallow lparcfg being a modulePaul Mackerras2006-03-141-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-03-0813-178/+73
|\ \ \ \ \ \
| * | | | | | powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras2006-03-087-173/+52
| * | | | | | [PATCH] powerpc: incorrect rmo_top handling in prom_initBenjamin Herrenschmidt2006-03-031-1/+1
| * | | | | | [PATCH] powerpc: Expose SMT and L1 icache snoop userland featuresBenjamin Herrenschmidt2006-03-031-3/+6
| * | | | | | powerpc32: Fix timebase synchronization on 32-bit powermacsPaul Mackerras2006-03-031-1/+1
| * | | | | | powerpc: Turn off verbose debug output in powermac platform functionsPaul Mackerras2006-03-032-0/+11
| * | | | | | powerpc: Fix might-sleep warning in program check exception handlerPaul Mackerras2006-03-031-0/+2
* | | | | | | ppc64: make sure to align stack pointer to 16 bytes at bootLinus Torvalds2006-03-041-0/+3
|/ / / / / /
* | | | | | [PATCH] Add mm->task_size and fix powerpc vdsoBenjamin Herrenschmidt2006-02-281-2/+2
| |_|_|_|/ |/| | | |
* | | | | [PATCH] powerpc/iseries: Fix double phys_to_abs bug in htab_bolt_mappingMichael Ellerman2006-02-281-1/+1
* | | | | [PATCH] powerpc: fix NULL pointer in handle_eeh_eventsOlaf Hering2006-02-281-1/+1
* | | | | [PATCH] powerpc: vdso 64bits gettimeofday bugBenjamin Herrenschmidt2006-02-281-2/+2
* | | | | [PATCH] powerpc: fix dynamic PCI probe regressionJohn Rose2006-02-282-16/+34
* | | | | Make Kprobes depend on modulesLinus Torvalds2006-02-261-1/+1
* | | | | [PATCH] powerpc: Fix mem= cmdline handling on arch/powerpc for !MULTIPLATFORMKumar Gala2006-02-241-16/+38
| |_|_|/ |/| | |
* | | | [PATCH] powerpc: Don't re-assign PCI resources on MapleSegher Boessenkool2006-02-241-2/+2
* | | | [PATCH] powerpc: Fix some MPIC + HT APIC bugletsSegher Boessenkool2006-02-241-4/+5
* | | | [PATCH] powerpc: Update {g5,pseries,ppc64}_defconfigOlof Johansson2006-02-243-285/+189
* | | | [PATCH] powerpc64: remove broken/bitrotted HMT supportAnton Blanchard2006-02-243-138/+4
* | | | [PATCH] powerpc: Fix runlatch performance issuesAnton Blanchard2006-02-243-10/+35
* | | | [PATCH] powerpc64: fix spinlock recursion in native_hpte_clearR Sharada2006-02-241-1/+6
* | | | [PATCH] powerpc: disable OProfile for iSeriesKelly Daly2006-02-241-0/+1
* | | | [PATCH] powerpc: fix altivec_unavailable_exception OopsesAlan Curry2006-02-241-0/+1
* | | | [PATCH] powerpc: Trivial fix to set the proper timeout value for kdumpHaren Myneni2006-02-241-1/+3
* | | | [PATCH] powerpc: Only calculate htab_size in one place for kexecMichael Ellerman2006-02-242-8/+5
* | | | [PATCH] powerpc: Initialise hvlpevent_queue.lock correctlyMichael Ellerman2006-02-231-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-02-207-211/+107
|\ \ \ \
| * | | | [PATCH] powerpc: Fix bug in spinup of renumbered secondary threadsMichael Ellerman2006-02-201-1/+1
| * | | | [PATCH] powerpc: Make UP -> SMP kexec work againMichael Ellerman2006-02-201-3/+1
| * | | | [PATCH] powerpc: Don't start secondary CPUs in a UP && KEXEC kernelMichael Ellerman2006-02-201-2/+2
OpenPOWER on IntegriCloud