summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-162-84/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into x86/platformThomas Gleixner2011-02-232-22/+22
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| * | | | of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior2011-02-042-84/+1
| | |/ / | |/| |
* | | | powerpc/iseries: Fix early init access to lppacaBenjamin Herrenschmidt2011-03-101-14/+0
* | | | powerpc: Fix call to flush_ptrace_hw_breakpoint()K.Prasad2011-03-021-3/+5
* | | | powerpc/kexec: Restore ppc_md.machine_kexecAnton Blanchard2011-03-021-1/+4
| |/ / |/| |
* | | 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/+0
* | | 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/+0
* | | powerpc: Remove duplicate debugger hook in machine_check_exceptionAnton Blanchard2011-01-211-2/+0
* | | powerpc: Don't force MSR_RI in machine_check_exceptionAnton Blanchard2011-01-211-4/+1
* | | 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/+2
* | | powerpc/kdump: Remove ppc_md.machine_crash_shutdownAnton Blanchard2011-01-211-4/+1
* | | powerpc/kexec: Remove ppc_md.machine_kexecAnton Blanchard2011-01-211-4/+1
* | | powerpc/kexec: Remove ppc_md.machine_kexec_cleanupAnton Blanchard2011-01-211-2/+0
* | | 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/+6
* | | 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/+301
|\ \ \ | | |/ | |/|
| * | powerpc/pci: Use printf extension %pR for struct resourceJoe Perches2010-12-091-2/+1
| * | 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/+2
| * | 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/+160
| |\ \
| | * | powerpc/nvram: Handle partition names >= 12 charsJim Keniston2010-11-301-2/+3
| | * | powerpc/nvram: Fix NVRAM partition list setupJim Keniston2010-11-301-18/+8
| | * | powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt2010-11-301-236/+18
| | * | powerpc/nvram: Change nvram_setup_partition() to use new helperBenjamin Herrenschmidt2010-11-301-39/+32
| | * | powerpc/nvram: Add nvram_find_partition()Benjamin Herrenschmidt2010-11-301-0/+22
| | * | powerpc/nvram: Improve partition removalBenjamin Herrenschmidt2010-11-301-48/+43
| | * | 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