summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_44x.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32: Remove _ENTRY() macroChristophe Leroy2022-02-071-2/+2
* powerpc/kuap: Wire-up KUAP on 44xChristophe Leroy2021-12-091-0/+16
* powerpc/44x: Activate KUEP at all timeChristophe Leroy2021-12-091-8/+2
* powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy2021-08-251-3/+3
* powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-171-16/+1
* powerpc: Define empty_zero_page[] in CChristophe Leroy2021-06-171-4/+0
* powerpc/nohash: Convert set_context() to CChristophe Leroy2021-06-171-5/+0
* powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy2021-06-171-16/+0
* powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy2021-06-171-0/+8
* powerpc/32: Remove the xfer parameter in EXCEPTION() macroChristophe Leroy2021-03-291-6/+4
* powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SBhaskar Chowdhury2021-02-091-2/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy2019-05-031-2/+1
* powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy2019-05-031-3/+3
* powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy2019-05-031-1/+1
* powerpc/32: Add KASAN supportChristophe Leroy2019-05-031-0/+3
* powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy2019-02-231-2/+2
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-2/+2
* powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-1/+1
* powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-191-6/+5
* ppc: move exports to definitionsAl Viro2016-08-071-0/+2
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-1/+1
* powerpc/ppc476: Disable BTACAlistair Popple2014-08-131-1/+3
* powerpc: Remove the empty giveup_fpu() function on 32bit kernelKevin Hao2013-08-141-10/+0
* powerpc: Fix interrupt range check on debug exceptionBharat Bhushan2013-05-021-0/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-9/+14
|\
| * powerpc/booke: Provide exception macros with interrupt nameScott Wood2012-04-081-9/+14
* | powerpc: Remove empty giveup_altivec function on book3e CPUsAnton Blanchard2012-04-301-8/+0
|/
* powerpc/44x: Enable CONFIG_RELOCATABLE for PPC44xSuzuki Poulose2011-12-201-2/+93
* powerpc/44x: Enable DYNAMIC_MEMSTART for 440xSuzuki Poulose2011-12-201-0/+12
* powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookESuzuki Poulose2011-12-201-1/+3
* powerpc/476fpe: Add 476fpe SoC codeTony Breeds2011-12-091-0/+2
* powerpc/32: Pass device tree address as u64 to machine_initScott Wood2011-09-201-13/+3
* powerpc/47x: allow kernel to be loaded in higher physical memoryDave Kleikamp2011-07-121-8/+34
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-0/+1
* powerpc/47x: Make sure mcsr is cleared before enabling machine check interruptsDave Kleikamp2010-08-231-0/+4
* powerpc/4xx: Simple platform for the ISS 4xx simulatorTorez Smith2010-05-051-0/+2
* powerpc/47x: Base ppc476 supportDave Kleikamp2010-05-051-16/+486
* powerpc/44x: break out cpu init code into stand-alone functionDave Kleikamp2010-05-051-159/+171
* powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt2009-08-271-1/+1
* powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt2009-08-201-28/+28
* powerpc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-261-1/+2
* powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok2008-12-291-9/+14
* powerpc/44x: 44x TLB doesn't need "Guarded" set for all pagesBenjamin Herrenschmidt2008-12-211-1/+11
* powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt2008-12-211-0/+1
* powerpc: rework 4xx PTE access and TLB missBenjamin Herrenschmidt2008-07-091-190/+96
* Merge branch 'linux-2.6'Paul Mackerras2008-06-301-1/+6
|\