aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/misc_32.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix 32-bit SMP buildJosh Boyer2011-05-201-1/+1
* powerpc/smp: Make start_secondary_resume available to all CPU variantsBenjamin Herrenschmidt2011-05-191-0/+11
* powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-0/+1
* powerpc/kexec: Adds correct calling convention for kexec purgatoryMatthew McClintock2010-08-311-0/+3
* powerpc: Unconditionally enabled irq stacksChristoph Hellwig2010-06-151-2/+0
* powerpc/kexec: Add support for FSL-BookESebastian Andrzej Siewior2010-05-241-0/+17
* powerpc/47x: Base ppc476 supportDave Kleikamp2010-05-051-2/+7
* powerpc/8xx: Start using dcbX instructions in various copy routinesJoakim Tjernlund2009-12-091-18/+0
* powerpc: Fix __flush_icache_range on 44xJosh Boyer2009-08-271-0/+7
* powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok2008-12-291-6/+6
* powerpc/mm: Split low level tlb invalidate for nohash processorsBenjamin Herrenschmidt2008-12-211-233/+0
* powerpc/mm: Add SMP support to no-hash TLB handlingBenjamin Herrenschmidt2008-12-211-0/+9
* powerpc/fsl-booke: Fix the miss interrupt restoreDave Liu2008-12-171-2/+2
* powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala2008-12-131-0/+3
* powerpc/fsl-booke: Fix synchronization bug w/local tlb invalidatesKumar Gala2008-11-081-0/+4
* powerpc: Fix error path in kernel_thread functionJosh Poimboeuf2008-10-101-3/+5
* powerpc: Introduce local (non-broadcast) forms of tlb invalidatesKumar Gala2008-09-241-0/+54
* powerpc/kexec: Fix up KEXEC_CONTROL_CODE_SIZE missed during conversionPaul Collins2008-08-181-1/+1
* powerpc/kprobes: Some minor fixesKumar Gala2008-06-261-1/+1
* [POWERPC] Add IRQSTACKS support on ppc32Kumar Gala2008-04-291-0/+25
* [POWERPC] Clean up access to thread_info in assemblyKumar Gala2008-04-241-3/+3
* [POWERPC] Add __ucmpdi2 for 64-bit comparisons in 32-bit kernelsPaul Mackerras2008-03-131-0/+15
* [POWERPC] 85xx: Only invalidate TLB0 and TLB1Kumar Gala2008-01-281-10/+0
* [POWERPC] 4xx: Add early udbg support for 40x processorsBenjamin Herrenschmidt2007-12-231-0/+39
* [POWERPC] kernel_execve is identical in 32 and 64 bitStephen Rothwell2007-12-111-7/+0
* [POWERPC] 4xx: Deal with 44x virtually tagged icacheBenjamin Herrenschmidt2007-11-011-0/+9
* [POWERPC] 4xx: Fix 4xx flush_tlb_page()Benjamin Herrenschmidt2007-11-011-7/+16
* [POWERPC] Fix small race in 44x tlbie functionDavid Gibson2007-08-151-1/+11
* [POWERPC] Merge CPU features pertaining to icache coherencyDavid Gibson2007-06-141-5/+5
* [POWERPC] Remove _get_SPAnton Blanchard2007-03-221-4/+0
* [POWERPC] Consolidate feature fixup codeBenjamin Herrenschmidt2006-10-251-74/+0
* [PATCH] rename the provided execve functions to kernel_execveArnd Bergmann2006-10-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [POWERPC] Consolidate some of kernel/misc*.SStephen Rothwell2006-06-281-156/+0
* [PATCH] powerpc: remove do-nothing cpu setup routinesGeoff Levand2006-05-191-1/+1
* [PATCH] powerpc: Cleanup LOADADDR etc. asm macrosDavid Gibson2006-01-131-2/+2
* [PATCH] powerpc: Merge kexecMichael Ellerman2006-01-091-0/+113
* powerpc: Fix delay functions for 601 processorsPaul Mackerras2005-11-181-8/+0
* [PATCH] powerpc: Merge cacheflush.h and cache.hDavid Gibson2005-11-101-22/+1
* [PATCH] powerpc: Fix handling of fpscr on 64-bitDavid Gibson2005-10-271-27/+0
* powerpc: Merge time.c and asm/time.h.Paul Mackerras2005-10-201-0/+27
* ppc32: use L1_CACHE_SHIFT/L1_CACHE_BYTESStephen Rothwell2005-10-171-29/+29
* powerpc: create 32 bit LOADADDR macroStephen Rothwell2005-10-131-4/+2
* powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.SPaul Mackerras2005-10-101-0/+1039