summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2020-12-08powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch-1/+1
2020-12-08powerpc/rtas: add rtas_activate_firmware()Nathan Lynch-0/+30
2020-12-08powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch-0/+57
2020-12-08powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch-3/+3
2020-12-08powerpc/rtas: prevent suspend-related sys_rtas use on LENathan Lynch-0/+2
2020-12-05powerpc: Remove ucache_bsizeChristophe Leroy-5/+0
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy-140/+2
2020-12-04powerpc/pci: Remove LSI mappings on device teardownOliver O'Halloran-4/+78
2020-12-04powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy-8/+3
2020-12-04powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy-8/+21
2020-12-04powerpc/feature: Remove CPU_FTR_NODSISRALIGNChristophe Leroy-9/+1
2020-12-04powerpc/32: Use SPRN_SPRG_SCRATCH2 in exception prologsChristophe Leroy-15/+7
2020-12-04powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prologChristophe Leroy-16/+8
2020-12-04powerpc/32: Simplify EXCEPTION_PROLOG_1 macroChristophe Leroy-6/+4
2020-12-04powerpc/603: Use SPRN_SDR1 to store the pgdir phys addressChristophe Leroy-7/+24
2020-12-04powerpc/32s: Fix an FTR_SECTION_ELSEChristophe Leroy-1/+1
2020-12-04powerpc/32s: Always map kernel text and rodata with BATsChristophe Leroy-2/+2
2020-12-04powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev-0/+2
2020-12-04powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V-4/+10
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V-10/+0
2020-12-04powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one.Aneesh Kumar K.V-3/+4
2020-12-04powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V-1/+5
2020-12-04powerpc/book3s64/pkeys: Inherit correctly on fork.Aneesh Kumar K.V-0/+10
2020-12-04powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V-6/+38
2020-12-04powerpc/exec: Set thread.regs early during execAneesh Kumar K.V-14/+13
2020-12-04powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V-0/+3
2020-12-04powerpc/64s: Remove "Host" from MCE loggingNicholas Piggin-1/+1
2020-12-04powerpc/64s/pseries: Add ERAT specific machine check handlerNicholas Piggin-1/+1
2020-12-04powerpc/64s/powernv: Allow KVM to handle guest machine check detailsNicholas Piggin-43/+55
2020-12-04powerpc: Reintroduce is_kvm_guest() as a fast-path checkSrikar Dronamraju-0/+2
2020-12-04powerpc: Rename is_kvm_guest() to check_kvm_guest()Srikar Dronamraju-4/+4
2020-12-04powerpc: Refactor is_kvm_guest() declaration to new headerSrikar Dronamraju-0/+1
2020-12-04powerpc: show registers when unwinding interrupt framesNicholas Piggin-6/+14
2020-12-04powerpc: Use common STABS_DEBUG and DWARF_DEBUG and ELF_DETAILS macroYouling Tang-76/+8
2020-12-04powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.SJordan Niethe-1/+1
2020-12-04powerpc/vdso: Remove VDSO32_LBASE and VDSO64_LBASEChristophe Leroy-2/+2
2020-12-04powerpc/vdso: Remove DBG()Christophe Leroy-8/+0
2020-12-04powerpc/vdso: Remove vdso_readyChristophe Leroy-6/+0
2020-12-04powerpc/vdso: Remove vdso_setup()Christophe Leroy-19/+2
2020-12-04powerpc/vdso: Remove lib32_elfinfo and lib64_elfinfoChristophe Leroy-27/+2
2020-12-04powerpc/vdso: Remove symbol section information in struct lib32/64_elfinfoChristophe Leroy-90/+0
2020-12-04powerpc/vdso: Remove unused text member in struct lib32/64_elfinfoChristophe Leroy-16/+0
2020-12-04powerpc/vdso: Remove vdso_patches[] and associated functionsChristophe Leroy-161/+0
2020-12-04powerpc/vdso: Remove runtime generated sigtramp offsetsChristophe Leroy-59/+0
2020-12-04powerpc/vdso: Remove __kernel_datapage_offsetChristophe Leroy-55/+0
2020-12-04powerpc/vdso: Remove vdso32_pages and vdso64_pagesChristophe Leroy-16/+0
2020-12-04powerpc/vdso: Merge __kernel_sync_dicache_p5() into __kernel_sync_dicache()Christophe Leroy-27/+12
2020-12-04powerpc/vdso: Use builtin symbols to locate fixup sectionChristophe Leroy-41/+30
2020-12-04powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy-6/+65
2020-12-04powerpc/vdso: Remove unused \tmp param in __get_datapage()Christophe Leroy-6/+6