summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pci: Fix PCI<->OF matching of old style multifunc devicesTom Arbuckle2009-02-231-4/+11
* powerpc: Unify opcode definitions and supportKumar Gala2009-02-236-51/+29Star
* powerpc, ftrace: use create_branch lib functionSteven Rostedt2009-02-231-13/+1Star
* powerpc, ftrace: use unsigned int for instruction manipulationSteven Rostedt2009-02-231-27/+18Star
* powerpc32, ftrace: dynamic function graph tracerSteven Rostedt2009-02-231-2/+6
* powerpc32, ftrace: port function graph tracer to ppc32, static onlySteven Rostedt2009-02-232-2/+43
* powerpc32, ftrace: save and restore mcount regs with macroSteven Rostedt2009-02-231-59/+9Star
* powerpc64, ftrace: save toc only on modules for function graphSteven Rostedt2009-02-232-3/+37
* powerpc64, tracing: add function graph tracer with dynamic tracingSteven Rostedt2009-02-232-7/+48
* powerpc64: port of the function graph tracerSteven Rostedt2009-02-235-10/+153
* powerpc, ftrace: fix compile error when modules not configuredSteven Rostedt2009-02-231-1/+15
* ftrace, powerpc: replace debug macro with proper pr_deugSteven Rostedt2009-02-231-16/+10Star
* Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2009-02-182-10/+10
|\
| * powerpc/book-3e: Introduce concept of Book-3e MMUKumar Gala2009-02-121-3/+3
| * powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS definesKumar Gala2009-02-121-7/+7
* | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-02-181-1/+6
|\ \
| * | powerpc/vsx: Fix VSX alignment handler for regs 32-63Michael Neuling2009-02-131-1/+6
* | | powerpc/pci: Move hose_list and pci_address_to_pio to pci-commonMilton Miller2009-02-113-45/+36Star
| |/ |/|
* | powerpc: Allow debugging of LMBs with lmb=debugMichael Ellerman2009-02-111-5/+1Star
* | powerpc: Remove unused ppc64_terminate_msg()Michael Ellerman2009-02-111-7/+0Star
* | Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2009-02-115-30/+97
|\ \ | |/ |/|
| * powerpc/fsl-booke: Cleanup init/exception setup to be runtimeKumar Gala2009-01-295-30/+97
* | powerpc/pci: mmap anonymous memory when legacy_mem doesn't existBenjamin Herrenschmidt2009-02-101-2/+15
* | powerpc/ftrace: Fix math to calculate offset in TOCSteven Rostedt2009-02-101-2/+3
* | powerpc: Fix oops on some machines due to incorrect pr_debug()Benjamin Herrenschmidt2009-02-021-3/+2Star
|/
* powerpc/pseries: Correct VIO bus accounting problem in CMO env.Robert Jennings2009-01-281-3/+4
* powerpc: Get the number of SLBs from "slb-size" propertyMichael Neuling2009-01-161-0/+5
* powerpc/e500mc: Doorbells need to be taken w/exceptions disabledKumar Gala2009-01-141-1/+1
* powerpc/powermac: Fix occasional SMP boot failureBenjamin Herrenschmidt2009-01-131-0/+9
* powerpc/cacheinfo: Rename cache_dir per-cpu variableNathan Lynch2009-01-131-5/+5
* powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell2009-01-131-3/+3
* powerpc: Change u64/s64 to a long long integer typeIngo Molnar2009-01-134-16/+16
* powerpc/kexec: Check crash_base for relocatable kernelMilton Miller2009-01-131-0/+25
* powerpc: Make dummy section a valid note headerMilton Miller2009-01-131-1/+3
* Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2009-01-132-5/+8
|\
| * powerpc/fsl-booke: Remove num_tlbcam_entriesTrent Piepho2009-01-071-4/+0Star
| * powerpc/fsl-booke: Don't hard-code size of struct tlbcamTrent Piepho2009-01-072-1/+8
* | powerpc: Export cacheable_memzero as its now used in a driverKumar Gala2009-01-081-0/+1
* | powerpc: Use correct type in prom_init.cIngo Molnar2009-01-081-1/+1
* | powerpc: Remove unnecessary castsStephen Rothwell2009-01-081-7/+7
* | powerpc: Fix pciconfig_iobase system call on PCI-Express powermacPaul Mackerras2009-01-081-2/+7
* | powerpc: Rewrite sysfs processor cache info codeNathan Lynch2009-01-084-297/+850
* | powerpc/pci: Reserve legacy regions on PCIBenjamin Herrenschmidt2009-01-081-1/+70
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-01-081-6/+1Star
|\ \
| * | PCI: powerpc: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-01-071-6/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\ \ \ | |/ / |/| |
| * | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* | | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-071-3/+4
|/ /
* | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-032-7/+12
|\ \
| * | [PATCH] idle cputime accountingMartin Schwidefsky2008-12-312-3/+11