summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_44x.S
AgeCommit message (Expand)Author
2022-02-07powerpc/32: Remove _ENTRY() macroChristophe Leroy
2021-12-09powerpc/kuap: Wire-up KUAP on 44xChristophe Leroy
2021-12-09powerpc/44x: Activate KUEP at all timeChristophe Leroy
2021-08-25powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy
2021-06-17powerpc: Define empty_zero_page[] in CChristophe Leroy
2021-06-17powerpc/nohash: Convert set_context() to CChristophe Leroy
2021-06-17powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy
2021-06-17powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy
2021-03-29powerpc/32: Remove the xfer parameter in EXCEPTION() macroChristophe Leroy
2021-02-09powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SBhaskar Chowdhury
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy
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
2018-12-19powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy
2016-08-07ppc: move exports to definitionsAl Viro
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder
2014-08-13powerpc/ppc476: Disable BTACAlistair Popple
2013-08-14powerpc: Remove the empty giveup_fpu() function on 32bit kernelKevin Hao
2013-05-02powerpc: Fix interrupt range check on debug exceptionBharat Bhushan
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-04-30powerpc: Remove empty giveup_altivec function on book3e CPUsAnton Blanchard
2012-04-08powerpc/booke: Provide exception macros with interrupt nameScott Wood
2011-12-20powerpc/44x: Enable CONFIG_RELOCATABLE for PPC44xSuzuki Poulose
2011-12-20powerpc/44x: Enable DYNAMIC_MEMSTART for 440xSuzuki Poulose
2011-12-20powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookESuzuki Poulose
2011-12-09powerpc/476fpe: Add 476fpe SoC codeTony Breeds
2011-09-20powerpc/32: Pass device tree address as u64 to machine_initScott Wood
2011-07-12powerpc/47x: allow kernel to be loaded in higher physical memoryDave Kleikamp
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-29powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell
2010-08-23powerpc/47x: Make sure mcsr is cleared before enabling machine check interruptsDave Kleikamp
2010-05-05powerpc/4xx: Simple platform for the ISS 4xx simulatorTorez Smith
2010-05-05powerpc/47x: Base ppc476 supportDave Kleikamp
2010-05-05powerpc/44x: break out cpu init code into stand-alone functionDave Kleikamp
2009-08-27powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt
2009-08-20powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt
2009-04-26powerpc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott
2008-12-29powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok
2008-12-21powerpc/44x: 44x TLB doesn't need "Guarded" set for all pagesBenjamin Herrenschmidt
2008-12-21powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt
2008-07-09powerpc: rework 4xx PTE access and TLB missBenjamin Herrenschmidt
2008-06-30Merge branch 'linux-2.6'Paul Mackerras