aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_44x.S
AgeCommit message (Expand)AuthorFilesLines
2022-02-07powerpc/32: Remove _ENTRY() macroGravatar Christophe Leroy 1-2/+2
2021-12-09powerpc/kuap: Wire-up KUAP on 44xGravatar Christophe Leroy 1-0/+16
2021-12-09powerpc/44x: Activate KUEP at all timeGravatar Christophe Leroy 1-8/+2
2021-08-25powerpc/booke: Avoid link stack corruption in several placesGravatar Christophe Leroy 1-3/+3
2021-06-17powerpc: Define swapper_pg_dir[] in CGravatar Christophe Leroy 1-16/+1
2021-06-17powerpc: Define empty_zero_page[] in CGravatar Christophe Leroy 1-4/+0
2021-06-17powerpc/nohash: Convert set_context() to CGravatar Christophe Leroy 1-5/+0
2021-06-17powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Gravatar Christophe Leroy 1-16/+0
2021-06-17powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Gravatar Christophe Leroy 1-0/+8
2021-03-29powerpc/32: Remove the xfer parameter in EXCEPTION() macroGravatar Christophe Leroy 1-6/+4
2021-02-09powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SGravatar Bhaskar Chowdhury 1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEGravatar Christophe Leroy 1-2/+1
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetGravatar Christophe Leroy 1-3/+3
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setGravatar Christophe Leroy 1-1/+1
2019-05-03powerpc/32: Add KASAN supportGravatar Christophe Leroy 1-0/+3
2019-02-23powerpc: 'current_set' is now a table of task_struct pointersGravatar Christophe Leroy 1-2/+2
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKGravatar Christophe Leroy 1-2/+2
2019-02-23powerpc: Update comments in preparation for THREAD_INFO_IN_TASKGravatar Christophe Leroy 1-1/+1
2018-12-19powerpc/44x: use patch_sites for TLB handlers patchingGravatar Christophe Leroy 1-6/+5
2016-08-07ppc: move exports to definitionsGravatar Al Viro 1-0/+2
2016-03-01powerpc: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2014-08-13powerpc/ppc476: Disable BTACGravatar Alistair Popple 1-1/+3
2013-08-14powerpc: Remove the empty giveup_fpu() function on 32bit kernelGravatar Kevin Hao 1-10/+0
2013-05-02powerpc: Fix interrupt range check on debug exceptionGravatar Bharat Bhushan 1-0/+2
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-9/+14
2012-04-30powerpc: Remove empty giveup_altivec function on book3e CPUsGravatar Anton Blanchard 1-8/+0
2012-04-08powerpc/booke: Provide exception macros with interrupt nameGravatar Scott Wood 1-9/+14
2011-12-20powerpc/44x: Enable CONFIG_RELOCATABLE for PPC44xGravatar Suzuki Poulose 1-2/+93
2011-12-20powerpc/44x: Enable DYNAMIC_MEMSTART for 440xGravatar Suzuki Poulose 1-0/+12
2011-12-20powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookEGravatar Suzuki Poulose 1-1/+3
2011-12-09powerpc/476fpe: Add 476fpe SoC codeGravatar Tony Breeds 1-0/+2
2011-09-20powerpc/32: Pass device tree address as u64 to machine_initGravatar Scott Wood 1-13/+3
2011-07-12powerpc/47x: allow kernel to be loaded in higher physical memoryGravatar Dave Kleikamp 1-8/+34
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-11-29powerpc: Remove second definition of STACK_FRAME_OVERHEADGravatar Stephen Rothwell 1-0/+1
2010-08-23powerpc/47x: Make sure mcsr is cleared before enabling machine check interruptsGravatar Dave Kleikamp 1-0/+4
2010-05-05powerpc/4xx: Simple platform for the ISS 4xx simulatorGravatar Torez Smith 1-0/+2
2010-05-05powerpc/47x: Base ppc476 supportGravatar Dave Kleikamp 1-16/+486
2010-05-05powerpc/44x: break out cpu init code into stand-alone functionGravatar Dave Kleikamp 1-159/+171
2009-08-27powerpc/mm: Cleanup handling of execute permissionGravatar Benjamin Herrenschmidt 1-1/+1
2009-08-20powerpc: Use names rather than numbers for SPRGs (v2)Gravatar Benjamin Herrenschmidt 1-28/+28
2009-04-26powerpc: convert to use __HEAD and HEAD_TEXT macros.Gravatar Tim Abbott 1-1/+2
2008-12-29powerpc/44x: Support 16K/64K base page sizes on 44xGravatar Ilya Yanok 1-9/+14
2008-12-21powerpc/44x: 44x TLB doesn't need "Guarded" set for all pagesGravatar Benjamin Herrenschmidt 1-1/+11
2008-12-21powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDGravatar Benjamin Herrenschmidt 1-0/+1
2008-07-09powerpc: rework 4xx PTE access and TLB missGravatar Benjamin Herrenschmidt 1-190/+96
2008-06-30Merge branch 'linux-2.6'Gravatar Paul Mackerras 1-1/+6