summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc64: convert to dynamic percpu allocatorTejun Heo2009-08-141-16/+45
* Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1412-26/+40
|\
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-101-0/+8
| |\
| | * perf_counter/powerpc: Fix oops on cpus without perf_counter hardware supportPaul Mackerras2009-08-091-0/+8
| * | powerpc/dma: pci_set_dma_mask() shouldn't fail if mask fits in RAMBenjamin Herrenschmidt2009-08-101-3/+3
| |/
| * perf_counter/powerpc: Check oprofile_cpu_type for NULL before using itBenjamin Herrenschmidt2009-08-067-9/+16
| * powerpc: Fix another bug in move of altivec code to vector.SAndreas Schwab2009-07-151-3/+3
| * powerpc: Fix booke user_disable_single_step()Dave Kleikamp2009-07-151-8/+9
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-101-0/+1
| |\
| | * powerpc/perf_counter: Enable alternate PR/HV bits for POWER7Anton Blanchard2009-07-011-0/+1
| * | powerpc/perf_counter: Remove duplicated #includeHuang Weiyi2009-07-082-2/+0
| |/
* | linker script: unify usage of discard definitionTejun Heo2009-07-091-7/+3
* | Merge branch 'master' into for-nextTejun Heo2009-07-048-24/+200
|\ \ | |/
| * powerpc/440: Fix warning early debug codeBenjamin Herrenschmidt2009-06-261-1/+1
| * powerpc/of: Fix usage of dev_set_name() in of_device_alloc()Benjamin Herrenschmidt2009-06-261-1/+1
| * powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockBenjamin Herrenschmidt2009-06-261-0/+31
| * powerpc/rtas: Turn rtas lock into a raw spinlockBenjamin Herrenschmidt2009-06-261-9/+29
| * powerpc: Add irqtrace support for 32-bit powerpcBenjamin Herrenschmidt2009-06-262-4/+125
| * powerpc: Map more memory early on 601 processorsBenjamin Herrenschmidt2009-06-261-7/+10
| * powerpc: Fix output from show_regsKumar Gala2009-06-261-1/+1
| * powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMPBenjamin Herrenschmidt2009-06-261-1/+2
* | linker script: throw away .discard sectionTejun Heo2009-06-241-0/+1
|/
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-2010-300/+885
|\
| * perf_counter: powerpc: Add processor back-end for MPC7450 familyPaul Mackerras2009-06-182-0/+419
| * perf_counter: powerpc: Make powerpc perf_counter code safe for 32-bit kernelsPaul Mackerras2009-06-181-60/+133
| * perf_counter: powerpc: Change how processor-specific back-ends get selectedPaul Mackerras2009-06-187-43/+93
| * perf_counter: powerpc: Use unsigned long for register and constraint valuesPaul Mackerras2009-06-187-195/+211
| * perf_counter: powerpc: Enable use of software counters on 32-bit powerpcPaul Mackerras2009-06-182-3/+28
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-1730-1469/+1745
| |\
| * | perf_counter: powerpc: Fix two compile warningsPaul Mackerras2009-06-151-1/+3
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-201-1/+1
|\ \ \
| * | | function-graph: add stack frame testSteven Rostedt2009-06-181-1/+1
| |/ /
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-193-3/+51
|\ \ \
| * \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-182-7/+0
| |\ \ \ | | | |/ | | |/|
| * | | powerpc: Add configurable -Werror for arch/powerpcMichael Ellerman2009-06-161-0/+2
| * | | powerpc: Enable additional BAT registers in setup_745x_specifics()Gerhard Pircher2009-06-151-0/+3
| * | | powerpc/fsl-booke: Enable L1 cache on e500v1/e500v2/e500mc CPUsNate Case2009-06-151-3/+46
* | | | edac: cpc925 MC platform device setupHarry Ciao2009-06-181-0/+40
| |/ / |/| |
* | | Merge branch 'akpm'Linus Torvalds2009-06-162-7/+0
|\ \ \ | |/ / |/| |
| * | fbdev: move logo externs to header fileGeert Uytterhoeven2009-06-161-3/+0
| * | 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
| |\ \ | | |/ | |/|
* | | powerpc: Only build prom_init.o when CONFIG_PPC_OF_BOOT_TRAMPOLINE=yMichael Ellerman2009-06-151-0/+2
* | | powerpc: Fix warning in setup_64.c when CONFIG_RELOCATABLE=yMichael Ellerman2009-06-151-2/+2
* | | powerpc: Don't do generic calibrate_delay()Benjamin Herrenschmidt2009-06-151-0/+10
* | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-152-8/+6
|\ \ \ | |/ / | | / | |/ |/|
| * 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
| |/
OpenPOWER on IntegriCloud