summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | KVM: ppc: No need to include core-header for KVM in asm-offsets.c currentlyHollis Blanchard2009-03-241-3/+1Star
* | | | | | | | | | | powerpc: Fix bugs introduced by sysfs changesBenjamin Herrenschmidt2009-03-271-4/+2Star
* | | | | | | | | | | powerpc: Sanitize stack pointer in signal handling codeJosh Boyer2009-03-274-6/+6
* | | | | | | | | | | powerpc/mm: Introduce early_init_mmu() on 64-bitBenjamin Herrenschmidt2009-03-241-30/+5Star
* | | | | | | | | | | powerpc/mm: e300c2/c3/c4 TLB errata workaroundKumar Gala2009-03-243-7/+39
* | | | | | | | | | | powerpc/mm: Used free register to save a few cycles in SW TLB miss handlingKumar Gala2009-03-241-27/+24Star
* | | | | | | | | | | powerpc/mm: Remove unused register usage in SW TLB miss handlingKumar Gala2009-03-241-8/+3Star
* | | | | | | | | | | powerpc: setup default archdata for {of_}platform via bus_register_notifierKumar Gala2009-03-241-0/+36
* | | | | | | | | | | powerpc/pci: Default to dma_direct_ops for pci dma_opsKumar Gala2009-03-241-1/+1
* | | | | | | | | | | powerpc: Make sysfs code use smp_call_function_singleRusty Russell2009-03-241-25/+6Star
* | | | | | | | | | | powerpc: Fix prom_init on 32-bit OF machinesBenjamin Herrenschmidt2009-03-241-1/+1
* | | | | | | | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-03-241-3/+12
|\| | | | | | | | | |
| * | | | | | | | | | powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machinesKumar Gala2009-03-231-0/+9
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | powerpc/mm: Respect _PAGE_COHERENT on classic ppc32 SWKumar Gala2009-03-171-3/+3
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | powerpc: Fix load/store float double alignment handlerMichael Neuling2009-02-261-16/+13Star
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | powerpc/kconfig: Kill PPC_MULTIPLATFORMBenjamin Herrenschmidt2009-03-113-4/+11
* | | | | | | | powerpc/irq: Convert obsolete irq_desc_t to struct irq_descThomas Gleixner2009-03-111-2/+2
* | | | | | | | powerpc/udbg: Fix lost byte during console handover; change LFCR to CRLFAndrew Klossner2009-03-112-10/+57
* | | | | | | | powerpc/pci: Fix typo: s/resouces/resources/ in a pr_debugWolfram Sang2009-03-111-1/+1
* | | | | | | | powerpc: Print linux_banner in prom_initMichael Ellerman2009-03-112-1/+3
* | | | | | | | powerpc/oprofile: Enable support for ppc750 processorsOctavian Purdila2009-03-111-0/+8
* | | | | | | | powerpc: Remove unused asm-offsets entries for cpu_specMichael Ellerman2009-03-111-3/+0Star
* | | | | | | | powerpc: Make sure we copy all cpu_spec features except PMC related onesMichael Ellerman2009-03-111-12/+16
* | | | | | | | powerpc: Deindentify identify_cpu()Michael Ellerman2009-03-111-58/+64
* | | | | | | | powerpc/fsl-booke: Add support for tlbilx instructionsKumar Gala2009-03-091-1/+2
* | | | | | | | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2009-03-033-1/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | AMCC PPC 460SX redwood SoC platform initial frameworkMadhulika Madishetty2009-02-142-0/+15
| * | | | | | | | powerpc/44x: Support for 256KB PAGE_SIZEYuri Tikhonov2009-02-141-1/+10
* | | | | | | | | powerpc: Randomise PIEsAnton Blanchard2009-02-231-0/+10
* | | | | | | | | powerpc: Randomise the brk regionAnton Blanchard2009-02-231-0/+23
* | | | | | | | | powerpc: Randomise lower bits of stack addressAnton Blanchard2009-02-231-0/+9
* | | | | | | | | powerpc: Move is_32bit_taskAnton Blanchard2009-02-231-10/+0Star
* | | | | | | | | powerpc: Fix load/store float double alignment handlerMichael Neuling2009-02-231-16/+13Star
* | | | | | | | | powerpc: Add alignment handler for new lfiwzx instructionMichael Neuling2009-02-231-1/+1
* | | | | | | | | powerpc/pseries: Fix partition migration hang under loadBrian King2009-02-231-2/+8
* | | | | | | | | powerpc: Add support for using doorbells for SMP IPIKumar Gala2009-02-234-2/+71
* | | | | | | | | 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