summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix some 6xx/7xxx CPU setup functionsBenjamin Herrenschmidt2011-02-071-20/+20
* powerpc: Pass the right cpu_spec to ->setup_cpu() on 64-bitBenjamin Herrenschmidt2011-02-071-2/+2
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-241-0/+1
|\
| * powerpc, perf: Fix frequency calculation for overflowing counters (FSL version)Anton Blanchard2011-01-191-0/+1
* | powerpc: machine_check_generic is wrong on 64bitAnton Blanchard2011-01-211-23/+0Star
* | powerpc: Check RTAS extended log flag before checking lengthAnton Blanchard2011-01-211-1/+1
* | powerpc: Don't silently handle machine checks from userspaceAnton Blanchard2011-01-211-5/+0Star
* | powerpc: Remove duplicate debugger hook in machine_check_exceptionAnton Blanchard2011-01-211-2/+0Star
* | powerpc: Don't force MSR_RI in machine_check_exceptionAnton Blanchard2011-01-211-4/+1Star
* | powerpc: Print 32 bits of DSISR in show_regsAnton Blanchard2011-01-211-1/+1
* | powerpc/kdump: Disable ftrace during kexecAnton Blanchard2011-01-211-0/+7
* | powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handlerAnton Blanchard2011-01-211-70/+2Star
* | powerpc/kdump: Remove ppc_md.machine_crash_shutdownAnton Blanchard2011-01-211-4/+1Star
* | powerpc/kexec: Remove ppc_md.machine_kexecAnton Blanchard2011-01-211-4/+1Star
* | powerpc/kexec: Remove ppc_md.machine_kexec_cleanupAnton Blanchard2011-01-211-2/+0Star
* | powerpc/cell: Use system_wq in cpufreq_spudemandTejun Heo2011-01-211-5/+20
* | powerpc/rtas_flash: Use simple_read_from_bufferAkinobu Mita2011-01-211-47/+6Star
* | powerpc/ppc32/tracing: Add stack frame to calls of trace_hardirqs_on/offSteven Rostedt2011-01-211-0/+11
* | Merge remote branch 'kumar/next' into mergeBenjamin Herrenschmidt2011-01-211-0/+6
|\ \ | |/ |/|
| * powerpc/fsl_rio: Fix non-standard HID1 register accessShaohui Xie2011-01-131-0/+6
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-181-0/+1
|\ \
| * | powerpc: perf: Fix frequency calculation for overflowing countersAnton Blanchard2011-01-171-0/+1
| |/
* | dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Grant Likely2011-01-161-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-01-1229-366/+301Star
|\ \
| * | powerpc/pci: Use printf extension %pR for struct resourceJoe Perches2010-12-091-2/+1Star
| * | powerpc: Disable VPHN polling during a suspend operationJesse Larrew2010-12-091-0/+3
| * | powerpc: iommu: Add device name to iommu error printksAnton Blanchard2010-12-091-6/+8
| * | powerpc: Update compat_arch_ptraceAndreas Schwab2010-12-091-0/+7
| * | powerpc: Fix PPC_PTRACE_SETHWDEBUG on PPC_BOOK3SAndreas Schwab2010-12-091-6/+16
| * | powerpc/time: printk time stamp init not correctHeiko Schocher2010-12-091-1/+1
| * | Powerpc: separate CONFIG_RELOCATABLE from CONFIG_CRASHDUMP in boot codeSonny Rao2010-12-091-4/+2Star
| * | powerpc: Fix incorrect comment about interrupt stack allocationAnton Blanchard2010-12-091-2/+2
| * | powerpc/iommu: Use coherent_dma_mask for alloc_coherentNishanth Aravamudan2010-12-092-1/+5
| * | Merge branch 'nvram' into nextBenjamin Herrenschmidt2010-12-091-321/+160Star
| |\ \
| | * | powerpc/nvram: Handle partition names >= 12 charsJim Keniston2010-11-301-2/+3
| | * | powerpc/nvram: Fix NVRAM partition list setupJim Keniston2010-11-301-18/+8Star
| | * | powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt2010-11-301-236/+18Star
| | * | powerpc/nvram: Change nvram_setup_partition() to use new helperBenjamin Herrenschmidt2010-11-301-39/+32Star
| | * | powerpc/nvram: Add nvram_find_partition()Benjamin Herrenschmidt2010-11-301-0/+22
| | * | powerpc/nvram: Improve partition removalBenjamin Herrenschmidt2010-11-301-48/+43Star
| | * | powerpc/nvram: Shuffle code around in nvram_create_partition()Benjamin Herrenschmidt2010-11-301-46/+62
| | * | powerpc/nvram: Completely clear a new partitionBenjamin Herrenschmidt2010-11-301-9/+10
| | * | powerpc/nvram: Ensure that the partition header/block size is rightBenjamin Herrenschmidt2010-11-301-0/+2
| | * | powerpc/nvram: nvram_create_partitions() now uses bytesBenjamin Herrenschmidt2010-11-301-6/+14
| | * | powerpc/nvram: More flexible nvram_create_partition()Benjamin Herrenschmidt2010-11-301-18/+28
| | * | powerpc/nvram: Move things out of asm/nvram.hBenjamin Herrenschmidt2010-11-301-1/+20
| * | | powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-2913-1/+12
| * | | powerpc: Add POWER7+ cputable entryMichael Neuling2010-11-291-0/+16
| * | | powerpc: Remove POWER6 oprofile workarounds for POWER7Michael Neuling2010-11-291-4/+0Star
| * | | powerpc: Remove unneeded cpu_setup/restore from POWER7 cputable entryMichael Neuling2010-11-292-7/+0Star