summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_32.S
AgeCommit message (Expand)Author
2019-02-23powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy
2019-02-23powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy
2019-02-23Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman
2019-02-22powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy
2019-02-22powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy
2019-02-22powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy
2019-02-22powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy
2019-02-22powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy
2019-02-22powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy
2019-02-22powerpc/603: use physical address directly in TLB miss handlers.Christophe Leroy
2019-02-22powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy
2019-02-22powerpc: simplify BDI switchChristophe Leroy
2018-12-19powerpc/mm: add exec protection on powerpc 603Christophe Leroy
2018-12-19powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy
2017-11-13powerpc: Fix DABR match on hash based systemsBenjamin Herrenschmidt
2017-08-03powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIsBenjamin Herrenschmidt
2017-08-03powerpc/mm: Update bits used to skip hash_pageBenjamin Herrenschmidt
2017-08-02powerpc/mm: Pre-filter SRR1 bits before do_page_fault()Benjamin Herrenschmidt
2017-03-21powerpc/32: Remove Mac-on-Linux/rtlinux hooksBen Hutchings
2017-01-26powerpc/32: Remove FIX_SRR1Christophe Leroy
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-09-23powerpc/32: Remove CLR_TOP32Christophe Leroy
2016-08-07ppc: move exports to definitionsAl Viro
2012-03-09powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt
2011-09-20powerpc/32: Pass device tree address as u64 to machine_initScott Wood
2011-05-19powerpc: Remove last piece of GEMINISebastian Siewior
2011-05-19powerpc/smp: Make start_secondary_resume available to all CPU variantsBenjamin Herrenschmidt
2011-04-01powerpc/smp: soft-replugged CPUs must go back to start_secondaryBenjamin Herrenschmidt
2010-05-17KVM: PPC: Add KVM intercept handlersAlexander Graf
2009-12-12powerpc: gamecube/wii: early debugging using usbgeckoAlbert Herranz
2009-08-20powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt
2009-06-26powerpc: Map more memory early on 601 processorsBenjamin Herrenschmidt
2009-06-12powerpc: Fix bug in move of altivec code to vector.SBenjamin Herrenschmidt
2009-06-09powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt
2009-04-26powerpc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott
2009-03-24powerpc/mm: e300c2/c3/c4 TLB errata workaroundKumar Gala
2009-03-24powerpc/mm: Used free register to save a few cycles in SW TLB miss handlingKumar Gala
2009-03-24powerpc/mm: Remove unused register usage in SW TLB miss handlingKumar Gala
2009-03-24Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-03-23powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machinesKumar Gala
2009-03-17powerpc/mm: Respect _PAGE_COHERENT on classic ppc32 SWKumar Gala
2009-03-11powerpc/kconfig: Kill PPC_MULTIPLATFORMBenjamin Herrenschmidt
2008-12-23powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32MDale Farnsworth
2008-12-21powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt