summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/misc_32.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
* powerpc: allow minimum sized kernel stack framesNicholas Piggin2022-12-021-1/+1
* powerpc: Avoid link stack corruption in misc asm functionsChristophe Leroy2021-08-251-1/+1
* powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-151-1/+1
* powerpc/32: Remove __main()Christophe Leroy2021-06-171-6/+0
* powerpc/irq: Inline call_do_irq() and call_do_softirq()Christophe Leroy2021-03-291-25/+0
* powerpc/32: Remove ksp_limitChristophe Leroy2021-03-291-14/+0
* powerpc: Rewrite FSL_BOOKE flush_cache_instruction() in CChristophe Leroy2020-09-021-22/+0
* powerpc: Rewrite 4xx flush_cache_instruction() in CChristophe Leroy2020-09-021-6/+1
* powerpc: Remove flush_instruction_cache for book3s/32Christophe Leroy2020-09-021-10/+2
* powerpc: Drop _nmask_and_or_msr()Christophe Leroy2020-09-021-13/+0
* powerpc/32: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-021-0/+2
* powerpc/40x: Remove support for IBM 403GCXChristophe Leroy2020-05-281-9/+0
* powerpc/32: Split kexec low level code out of misc_32.SChristophe Leroy2019-11-211-491/+0
* powerpc: Convert flush_icache_range & friends to CAlastair D'Silva2019-11-071-120/+0
* powerpc/32: don't use CPU_FTR_COHERENT_ICACHEChristophe Leroy2019-08-281-9/+12
* powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHEChristophe Leroy2019-08-281-2/+2
* powerpc/32s: use CONFIG_PPC_BOOK3S_601 instead of reading PVRChristophe Leroy2019-08-281-4/+2
* powerpc/32: Add warning on misaligned copy_page() or clear_page()Christophe Leroy2019-08-201-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-2/+1
* powerpc: regain entire stack spaceChristophe Leroy2019-02-231-4/+2
* powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy2019-02-231-1/+1
* powerpc: call_do_[soft]irq() takes a pointer to the stackChristophe Leroy2019-02-231-1/+1
* powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy2019-02-231-0/+4
* powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-2/+2
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc/40x: Clear MSR_DR in one insn instead of twoChristophe Leroy2017-06-021-4/+2
* powerpc: Fix build warning on 32-bit PPCLarry Finger2016-12-251-1/+1
* powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann2016-11-301-1/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+10
|\
| * ppc: there is no clear_pages to exportStephen Rothwell2016-09-221-1/+0
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+11
* | powerpc/kernel: Use kprobe blacklist for asm functionsNicholas Piggin2016-09-191-1/+3
|/
* powerpc/32: Get rid of sub_reloc_offset()Christophe Leroy2016-06-141-14/+0
* powerpc: Remove orphaned asm implementation of abs()Michael Ellerman2016-04-111-6/+0
* powerpc32: Remove one insn in mulhduChristophe Leroy2016-03-111-6/+5
* powerpc32: small optimisation in flush_icache_range()Christophe Leroy2016-03-111-3/+2
* powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy2016-03-111-65/+0
* powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy2016-03-111-16/+0
* powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy2016-03-111-6/+4
* powerpc/476fpe: Add support for kexecAlistair Popple2015-12-171-0/+2
* atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-19/+0
* powerpc: Set the correct ksp_limit on ppc32 when switching to irq stackKevin Hao2014-02-171-1/+4
* powerpc: purge all the prefetched instructions for the coherent icache flushKevin Hao2013-12-021-1/+3
* powerpc: Added __cmpdi2 for signed 64bit comparisionBharat Bhushan2013-10-111-0/+14
* powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt2013-09-251-0/+16
* powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt2013-09-251-5/+4
* powerpc: Remove the symbol __flush_icache_rangeKevin Hao2013-08-141-1/+1
* powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_rangeKevin Hao2013-08-141-0/+1