summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-4/+0
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-1528-1460/+1731
|\
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-1211-0/+4533
| |\
| * | powerpc: Fix bug in move of altivec code to vector.SBenjamin Herrenschmidt2009-06-121-2/+4
| * | powerpc: Add support for swiotlb on 32-bitBecky Bruce2009-06-095-1/+177
| * | powerpc: Fix warning when printing a resource_size_tStephen Rothwell2009-06-091-1/+1
| * | powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt2009-06-095-3/+13
| * | powerpc: Separate PACA fields for server CPUsBenjamin Herrenschmidt2009-06-092-16/+30
| * | powerpc: Split exception handling out of head_64.SBenjamin Herrenschmidt2009-06-092-960/+995
| * | powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt2009-06-095-306/+212
| * | powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath2009-06-093-11/+56
| * | powerpc/pci: Fix annotation of pcibios_claim_one_busStephen Rothwell2009-06-021-2/+1
| * | powerpc/ftrace: Use PPC_INST_NOP directlyMichael Ellerman2009-06-021-7/+2
| * | powerpc/ftrace: Remove unused macrosMichael Ellerman2009-06-021-8/+0
| * | powerpc/ftrace: Use ppc_function_entry() instead of GET_ADDRMichael Ellerman2009-06-021-9/+3
| * | powerpc: Display processor virtualization resource allocs in lparcfgNathan Fontenot2009-06-021-2/+38
| * | Merge branch 'merge' into nextBenjamin Herrenschmidt2009-05-293-12/+13
| |\ \
| * | | powerpc: Keep track of emulated instructionsGeert Uytterhoeven2009-05-212-6/+110
| * | | powerpc: Improve decrementer accuracyAnton Blanchard2009-05-211-3/+18
| * | | powerpc/pci: Remove redundant pcnet32 fixupKumar Gala2009-05-212-21/+0
| * | | powerpc/pci: Cleanup some minor cruftKumar Gala2009-05-211-8/+0
| * | | powerpc/pci: Move pseries code into pseries platform specific areaKumar Gala2009-05-211-27/+1
| * | | powerpc/pci: Clean up direct access to sysdata by RTASKumar Gala2009-05-211-8/+2
| * | | powerpc: Add 2.06 tlbie mnemonicsMilton Miller2009-05-211-2/+4
| * | | powerpc/irq: Remove fallback to __do_IRQ()Michael Ellerman2009-05-211-6/+1
| * | | powerpc/irq: Move get_irq() comment into headerMichael Ellerman2009-05-211-7/+0
| * | | powerpc/irq: Move stack overflow check into a separate functionMichael Ellerman2009-05-211-14/+17
| * | | powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate functionMichael Ellerman2009-05-211-40/+56
* | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-121-6/+6
|\ \ \ \
| * | | | powerpc, perf_counter: Fix performance counter event typesJaswinder Singh Rajput2009-06-121-6/+6
| | |_|/ | |/| |
* / | | module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0
|/ / /
* | | perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2009-06-111-0/+1
* | | perf_counter: Rename L2 to LL cachePeter Zijlstra2009-06-116-6/+6
* | | perf_counter: Standardize event namesPeter Zijlstra2009-06-115-30/+30
* | | perf_counter: powerpc: Implement generalized cache events for POWER processorsPaul Mackerras2009-06-117-6/+291
* | | perf_counters: powerpc: Add support for POWER7 processorsPaul Mackerras2009-06-113-1/+322
* | | perf_counter: Accurate period dataPeter Zijlstra2009-06-111-3/+6
* | | perf_counter: Introduce struct for sample dataPeter Zijlstra2009-06-111-3/+7
* | | perf_counter: Separate out attr->type from attr->configIngo Molnar2009-06-061-3/+3
* | | perf_counter: powerpc: Use new identifier names in powerpc-specific codePaul Mackerras2009-06-041-1/+1
* | | perf_counter: powerpc: Fix race causing "oops trying to read PMC0" errorsPaul Mackerras2009-06-031-2/+14
* | | perf_counter: powerpc: Fix event alternative code generation on POWER5/5+Paul Mackerras2009-06-032-4/+4
* | | perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra2009-06-021-19/+19
* | | perf_counter: Rename various fieldsPeter Zijlstra2009-06-021-6/+6
* | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-013-12/+13
|\ \ \ | | |/ | |/|
| * | powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt2009-05-271-1/+1
| * | powerpc: Explicit alignment for .data.cacheline_alignedBenjamin Herrenschmidt2009-05-181-0/+1
| * | powerpc/ftrace: Fix constraint to be early clobberSteven Rostedt2009-05-181-1/+1
| * | powerpc/ftrace: Use pr_devel() in ftrace.cMichael Ellerman2009-05-181-10/+10
| |/
* | perf_counter: powerpc: Implement interrupt throttlingPaul Mackerras2009-05-261-5/+43