aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2010-07-27perf, powerpc: Use perf_sample_data_init() for the FSL codeGravatar Peter Zijlstra 1-3/+3
2010-07-23Merge commit 'kumar/merge' into mergeGravatar Benjamin Herrenschmidt 1-3/+3
2010-07-23powerpc: Fix erroneous lmb->memblock conversionsGravatar Benjamin Herrenschmidt 3-24/+24
2010-07-23powerpc/mm: Add some debug output when hash insertion failsGravatar Benjamin Herrenschmidt 3-6/+34
2010-07-23powerpc/mm: Fix bugs in huge page hashingGravatar Benjamin Herrenschmidt 1-18/+13
2010-07-23powerpc/mm: Move around testing of _PAGE_PRESENT in hash codeGravatar Benjamin Herrenschmidt 2-17/+11
2010-07-23powerpc/mm: Handle hypervisor pte insert failure in __hash_page_hugeGravatar Anton Blanchard 1-2/+9
2010-07-22powerpc/kexec: Fix boundary case for book-e kexec memory limitsGravatar Kumar Gala 1-3/+3
2010-07-14Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 46-264/+264
2010-07-14lmb: rename to memblockGravatar Yinghai Lu 46-264/+264
2010-07-11powerpc/fsl-booke: Fix address issue when using relocatable kernelsGravatar Matthew McClintock 1-3/+1
2010-07-11powerpc/cpm1: Mark micropatch code/data static and __initGravatar Anton Vorontsov 2-10/+11
2010-07-11powerpc/cpm1: Fix build with various CONFIG_*_UCODE_PATCH combinationsGravatar Anton Vorontsov 1-0/+5
2010-07-11powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)Gravatar Anton Vorontsov 2-3/+28
2010-07-08powerpc: Fix userspace build of ptrace.hGravatar Sam Ravnborg 1-18/+14
2010-07-08powerpc: Fix default_machine_crash_shutdown #ifdef botchGravatar Paul E. McKenney 1-1/+1
2010-07-08powerpc: Fix logic error in fixup_irqsGravatar Johannes Berg 1-1/+4
2010-07-08powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fix...Gravatar Denis Kirjanov 1-1/+5
2010-07-08powerpc: Linux cannot run with 0 coresGravatar Anton Blanchard 1-1/+1
2010-07-08powerpc: Fix feature-fixup tests for gcc 4.5Gravatar Stephen Rothwell 1-8/+9
2010-07-08powerpc: Disable SPARSE_IRQ by defaultGravatar Yang Li 1-2/+2
2010-07-08powerpc: Fix compile errors in prom_init_check for gcc 4.5Gravatar Stephen Rothwell 1-0/+6
2010-07-08powerpc: Fix module building for gcc 4.5 and 64 bitGravatar Stephen Rothwell 3-4/+133
2010-07-08powerpc/perf_event: Fix for power_pmu_disable()Gravatar Matt Evans 1-1/+4
2010-06-27Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 3-3/+41
2010-06-15powerpc/5200: fix lite5200 ethernet phy addressGravatar Dmitry Baryshkov 1-2/+2
2010-06-15powerpc/5200: fix oops during going to standbyGravatar Dmitry Baryshkov 1-1/+10
2010-06-15powerpc/5200: add lite5200 onboard I2C eeprom and flashGravatar Dmitry Baryshkov 2-0/+29
2010-06-15powerpc: Fix mpic_resume on early G5 macsGravatar Alastair Bridgewater 1-1/+1
2010-06-15powerpc: rtas_flash needs to use rtas_data_bufGravatar Milton Miller 1-18/+21
2010-06-15powerpc: Unconditionally enabled irq stacksGravatar Christoph Hellwig 8-42/+0
2010-06-15powerpc/kexec: Wait for online/possible CPUs only.Gravatar Matt Evans 1-17/+1
2010-06-15powerpc: Disable CONFIG_SYSFS_DEPRECATEDGravatar Grant Likely 60-119/+59
2010-06-15powerpc/boot: Remove addRamdisk.c since it is now unusedGravatar Paul Mackerras 2-312/+1
2010-06-15powerpc: Move kdump default base address to 64MB on 64bitGravatar Anton Blanchard 1-1/+10
2010-06-15powerpc: Remove dead CONFIG_HIGHPTEGravatar Christoph Egger 1-4/+0
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 1-0/+1
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneGravatar Yinghai Lu 1-0/+1
2010-06-10Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2010-06-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2010-06-09KVM: powerpc: fix init/exit annotationGravatar Jean Delvare 1-1/+1
2010-06-07powerpc/oprofile: fix potential buffer overrun in op_model_cell.cGravatar Denis Kirjanov 1-1/+1
2010-06-03Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 3-17/+3
2010-06-02of/powerpc: fix fsl_msi device node pointerGravatar Wolfram Sang 1-1/+1
2010-06-02powerpc/macio: Fix probing of macio devices by using the right of match tableGravatar Benjamin Herrenschmidt 1-4/+0
2010-06-02powerpc/cell: Fix integer constant warningGravatar Denis Kirjanov 1-1/+1
2010-06-02powerpc/kprobes: Remove resume_execution() in kprobesGravatar Ananth N Mavinakayanahalli 1-12/+2
2010-06-02of/powerpc: fix 85xx RapidIO device node pointerGravatar Alexandre Bounine 1-1/+1
2010-06-01Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 29-258/+3712
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 4-15/+10