aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy1-2/+1
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy1-34/+34
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy1-1/+1
2019-05-03powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.SChristophe Leroy1-97/+2
2019-05-03powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy1-25/+45
2019-05-03powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy1-0/+3
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy1-0/+3
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy1-0/+11
2019-04-21powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy1-11/+11
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy1-1/+14
2019-04-01powerpc/32: Fix early boot failure with RTAS built-inChristophe Leroy1-8/+0
2019-03-19powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32Christophe Leroy1-0/+6
2019-02-23powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy1-3/+3
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-3/+3
2019-02-23powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy1-1/+1
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy1-1/+1
2019-02-23powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy1-0/+35
2019-02-23Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman1-1/+4
2019-02-22powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy1-4/+1
2019-02-22powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy1-11/+13
2019-02-22powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy1-9/+3
2019-02-22powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy1-4/+2
2019-02-22powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy1-6/+2
2019-02-22powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy1-0/+4
2019-02-22powerpc/603: use physical address directly in TLB miss handlers.Christophe Leroy1-9/+6
2019-02-22powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy1-13/+12
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy1-10/+12
2019-02-22powerpc: simplify BDI switchChristophe Leroy1-3/+2
2018-12-19powerpc/mm: add exec protection on powerpc 603Christophe Leroy1-1/+1
2018-12-19powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy1-0/+4
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-7/+7
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy1-0/+1
2017-11-13powerpc: Fix DABR match on hash based systemsBenjamin Herrenschmidt1-1/+1
2017-08-03powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIsBenjamin Herrenschmidt1-2/+2
2017-08-03powerpc/mm: Update bits used to skip hash_pageBenjamin Herrenschmidt1-1/+1
2017-08-02powerpc/mm: Pre-filter SRR1 bits before do_page_fault()Benjamin Herrenschmidt1-1/+1
2017-03-21powerpc/32: Remove Mac-on-Linux/rtlinux hooksBen Hutchings1-15/+1
2017-01-26powerpc/32: Remove FIX_SRR1Christophe Leroy1-3/+0
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+5
2016-09-23powerpc/32: Remove CLR_TOP32Christophe Leroy1-3/+0
2016-08-07ppc: move exports to definitionsAl Viro1-0/+5
2012-03-09powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt1-2/+2
2011-09-20powerpc/32: Pass device tree address as u64 to machine_initScott Wood1-4/+3
2011-05-19powerpc: Remove last piece of GEMINISebastian Siewior1-13/+0
2011-05-19powerpc/smp: Make start_secondary_resume available to all CPU variantsBenjamin Herrenschmidt1-9/+0
2011-04-01powerpc/smp: soft-replugged CPUs must go back to start_secondaryBenjamin Herrenschmidt1-0/+9
2010-05-17KVM: PPC: Add KVM intercept handlersAlexander Graf1-0/+14
2009-12-12powerpc: gamecube/wii: early debugging using usbgeckoAlbert Herranz1-0/+25
2009-08-20powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt1-20/+20
2009-06-26powerpc: Map more memory early on 601 processorsBenjamin Herrenschmidt1-7/+10