summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_32.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy2019-02-231-3/+3
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-3/+3
* powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-1/+1
* powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy2019-02-231-1/+1
* powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy2019-02-231-0/+35
* Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman2019-02-231-1/+4
* powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy2019-02-211-4/+1Star
* powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy2019-02-211-11/+13
* powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy2019-02-211-9/+3Star
* powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy2019-02-211-4/+2Star
* powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy2019-02-211-6/+2Star
* powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy2019-02-211-0/+4
* powerpc/603: use physical address directly in TLB miss handlers.Christophe Leroy2019-02-211-9/+6Star
* powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy2019-02-211-13/+12Star
* powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy2019-02-211-10/+12
* powerpc: simplify BDI switchChristophe Leroy2019-02-211-3/+2Star
* powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-191-1/+1
* powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy2018-12-191-0/+4
* powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-7/+7
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc: Fix DABR match on hash based systemsBenjamin Herrenschmidt2017-11-131-1/+1
* powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIsBenjamin Herrenschmidt2017-08-031-2/+2
* powerpc/mm: Update bits used to skip hash_pageBenjamin Herrenschmidt2017-08-031-1/+1
* powerpc/mm: Pre-filter SRR1 bits before do_page_fault()Benjamin Herrenschmidt2017-08-021-1/+1
* powerpc/32: Remove Mac-on-Linux/rtlinux hooksBen Hutchings2017-03-211-15/+1Star
* powerpc/32: Remove FIX_SRR1Christophe Leroy2017-01-271-3/+0Star
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+5
|\
| * ppc: move exports to definitionsAl Viro2016-08-081-0/+5
* | powerpc/32: Remove CLR_TOP32Christophe Leroy2016-09-221-3/+0Star
|/
* powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt2012-03-091-2/+2
* powerpc/32: Pass device tree address as u64 to machine_initScott Wood2011-09-201-4/+3Star
* powerpc: Remove last piece of GEMINISebastian Siewior2011-05-191-13/+0Star
* powerpc/smp: Make start_secondary_resume available to all CPU variantsBenjamin Herrenschmidt2011-05-191-9/+0Star
* powerpc/smp: soft-replugged CPUs must go back to start_secondaryBenjamin Herrenschmidt2011-04-011-0/+9
* KVM: PPC: Add KVM intercept handlersAlexander Graf2010-05-171-0/+14
* powerpc: gamecube/wii: early debugging using usbgeckoAlbert Herranz2009-12-131-0/+25
* powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt2009-08-201-20/+20
* powerpc: Map more memory early on 601 processorsBenjamin Herrenschmidt2009-06-261-7/+10
* powerpc: Fix bug in move of altivec code to vector.SBenjamin Herrenschmidt2009-06-121-2/+4
* powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt2009-06-091-95/+0Star
* powerpc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-261-1/+2
* powerpc/mm: e300c2/c3/c4 TLB errata workaroundKumar Gala2009-03-241-4/+28
* 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
* 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/kconfig: Kill PPC_MULTIPLATFORMBenjamin Herrenschmidt2009-03-111-2/+5
|/
* powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32MDale Farnsworth2008-12-231-5/+6
* powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt2008-12-211-4/+4