aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-01-17powerpc: perf: Fix frequency calculation for overflowing countersAnton Blanchard1-0/+1
2011-01-15dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Grant Likely1-2/+2
2011-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds29-366/+301
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-38/+0
2010-12-23Merge commit 'v2.6.37-rc7' into devicetree/nextGrant Likely4-7/+5
2010-12-16perf: Dynamic pmu typesPeter Zijlstra2-2/+2
2010-12-09powerpc/pci: Use printf extension %pR for struct resourceJoe Perches1-2/+1
2010-12-09powerpc: Disable VPHN polling during a suspend operationJesse Larrew1-0/+3
2010-12-09powerpc: iommu: Add device name to iommu error printksAnton Blanchard1-6/+8
2010-12-09powerpc: Update compat_arch_ptraceAndreas Schwab1-0/+7
2010-12-09powerpc: Fix PPC_PTRACE_SETHWDEBUG on PPC_BOOK3SAndreas Schwab1-6/+16
2010-12-09powerpc/time: printk time stamp init not correctHeiko Schocher1-1/+1
2010-12-09Powerpc: separate CONFIG_RELOCATABLE from CONFIG_CRASHDUMP in boot codeSonny Rao1-4/+2
2010-12-09powerpc: Fix incorrect comment about interrupt stack allocationAnton Blanchard1-2/+2
2010-12-09powerpc/iommu: Use coherent_dma_mask for alloc_coherentNishanth Aravamudan2-1/+5
2010-12-09Merge branch 'nvram' into nextBenjamin Herrenschmidt1-321/+160
2010-11-30powerpc/nvram: Handle partition names >= 12 charsJim Keniston1-2/+3
2010-11-30powerpc/nvram: Fix NVRAM partition list setupJim Keniston1-18/+8
2010-11-30powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt1-236/+18
2010-11-30powerpc/nvram: Change nvram_setup_partition() to use new helperBenjamin Herrenschmidt1-39/+32
2010-11-30powerpc/nvram: Add nvram_find_partition()Benjamin Herrenschmidt1-0/+22
2010-11-30powerpc/nvram: Improve partition removalBenjamin Herrenschmidt1-48/+43
2010-11-30powerpc/nvram: Shuffle code around in nvram_create_partition()Benjamin Herrenschmidt1-46/+62
2010-11-30powerpc/nvram: Completely clear a new partitionBenjamin Herrenschmidt1-9/+10
2010-11-30powerpc/nvram: Ensure that the partition header/block size is rightBenjamin Herrenschmidt1-0/+2
2010-11-30powerpc/nvram: nvram_create_partitions() now uses bytesBenjamin Herrenschmidt1-6/+14
2010-11-30powerpc/nvram: More flexible nvram_create_partition()Benjamin Herrenschmidt1-18/+28
2010-11-30powerpc/nvram: Move things out of asm/nvram.hBenjamin Herrenschmidt1-1/+20
2010-11-29powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell13-1/+12
2010-11-29powerpc: Add POWER7+ cputable entryMichael Neuling1-0/+16
2010-11-29powerpc: Remove POWER6 oprofile workarounds for POWER7Michael Neuling1-4/+0
2010-11-29powerpc: Remove unneeded cpu_setup/restore from POWER7 cputable entryMichael Neuling2-7/+0
2010-11-29powerpc: Consolidate obj-y assignmentsMichael Ellerman1-5/+4
2010-11-29powerpc/vio: Use dma ops helpersNishanth Aravamudan1-3/+8
2010-11-29powerpc: Cleanup APIs for cpu/thread/core mappingsVaidyanathan Srinivasan1-3/+16
2010-11-29powerpc/kdump: Override crash_free_reserved_phys_range to avoid freeing RTASAnton Blanchard1-0/+33
2010-11-29powerpc: Add support for popcnt instructionsAnton Blanchard1-0/+7
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra8-8/+8
2010-11-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-2/+2
2010-11-18powerpc: Update a BKL related commentAlessio Igor Bogani1-3/+2
2010-11-17kgdb,ppc: Fix regression in evr register handlingDongdong Deng1-2/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-05PPC: KVM: Book E doesn't have __end_interrupts.Scott Wood1-1/+1
2010-11-01of/net: Move of_get_mac_address() to a common source file.David Daney1-38/+0
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-63/+125
2010-10-29kgdb,ppc: Individual register get/set for ppcDongdong Deng1-63/+125
2010-10-27ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim1-25/+26
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-7/+8
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-3/+1