summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/misc_32.S
AgeCommit message (Expand)AuthorLines
2017-06-02powerpc/40x: Clear MSR_DR in one insn instead of twoChristophe Leroy-4/+2
2016-12-25powerpc: Fix build warning on 32-bit PPCLarry Finger-1/+1
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann-1/+1
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-0/+10
2016-09-22ppc: there is no clear_pages to exportStephen Rothwell-1/+0
2016-09-19powerpc/kernel: Use kprobe blacklist for asm functionsNicholas Piggin-1/+3
2016-08-07ppc: move exports to definitionsAl Viro-0/+11
2016-06-14powerpc/32: Get rid of sub_reloc_offset()Christophe Leroy-14/+0
2016-04-11powerpc: Remove orphaned asm implementation of abs()Michael Ellerman-6/+0
2016-03-11powerpc32: Remove one insn in mulhduChristophe Leroy-6/+5
2016-03-11powerpc32: small optimisation in flush_icache_range()Christophe Leroy-3/+2
2016-03-11powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy-65/+0
2016-03-11powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy-16/+0
2016-03-11powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy-6/+4
2015-12-17powerpc/476fpe: Add support for kexecAlistair Popple-0/+2
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra-19/+0
2014-02-17powerpc: Set the correct ksp_limit on ppc32 when switching to irq stackKevin Hao-1/+4
2013-12-02powerpc: purge all the prefetched instructions for the coherent icache flushKevin Hao-1/+3
2013-10-11powerpc: Added __cmpdi2 for signed 64bit comparisionBharat Bhushan-0/+14
2013-09-25powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt-0/+16
2013-09-25powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt-5/+4
2013-08-14powerpc: Remove the symbol __flush_icache_rangeKevin Hao-1/+1
2013-08-14powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_rangeKevin Hao-0/+1
2013-05-14powerpc: Provide __bswapdi2David Woodhouse-0/+11
2012-09-30powerpc: split ret_from_forkAl Viro-33/+0
2012-07-11powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder-2/+2
2012-05-03powerpc/47x: Kernel support for KEXECSuzuki Poulose-6/+189
2012-05-03powerpc/44x: Fix/Initialize PID to kernel PID before the TLB searchSuzuki Poulose-2/+6
2011-11-16powerpc/4xx: Fix typos in kexec config dependenciesSuzuki Poulose-1/+1
2011-08-11powerpc/44x: Kexec support for PPC440X chipsetsSuzuki Poulose-0/+171
2011-05-20powerpc: Fix 32-bit SMP buildJosh Boyer-1/+1
2011-05-19powerpc/smp: Make start_secondary_resume available to all CPU variantsBenjamin Herrenschmidt-0/+11
2010-11-29powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell-0/+1
2010-08-31powerpc/kexec: Adds correct calling convention for kexec purgatoryMatthew McClintock-0/+3
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig-2/+0
2010-05-24powerpc/kexec: Add support for FSL-BookESebastian Andrzej Siewior-0/+17
2010-05-05powerpc/47x: Base ppc476 supportDave Kleikamp-2/+7
2009-12-09powerpc/8xx: Start using dcbX instructions in various copy routinesJoakim Tjernlund-18/+0
2009-08-27powerpc: Fix __flush_icache_range on 44xJosh Boyer-0/+7
2008-12-29powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok-6/+6
2008-12-21powerpc/mm: Split low level tlb invalidate for nohash processorsBenjamin Herrenschmidt-233/+0
2008-12-21powerpc/mm: Add SMP support to no-hash TLB handlingBenjamin Herrenschmidt-0/+9
2008-12-17powerpc/fsl-booke: Fix the miss interrupt restoreDave Liu-2/+2
2008-12-13powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala-0/+3
2008-11-08powerpc/fsl-booke: Fix synchronization bug w/local tlb invalidatesKumar Gala-0/+4
2008-10-10powerpc: Fix error path in kernel_thread functionJosh Poimboeuf-3/+5
2008-09-24powerpc: Introduce local (non-broadcast) forms of tlb invalidatesKumar Gala-0/+54
2008-08-18powerpc/kexec: Fix up KEXEC_CONTROL_CODE_SIZE missed during conversionPaul Collins-1/+1
2008-06-26powerpc/kprobes: Some minor fixesKumar Gala-1/+1
2008-04-29[POWERPC] Add IRQSTACKS support on ppc32Kumar Gala-0/+25