summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2021-10-28powerpc/dcr: Use cmplwi instead of 3-argument cmpliMichael Ellerman1-1/+1
2021-10-28powerpc/security: Use a mutex for interrupt exit code patchingRussell Currey1-0/+11
2021-10-27powerpc/83xx/mpc8349emitx: Make mcu_gpiochip_remove() return voidUwe Kleine-König1-5/+2
2021-10-27powerpc/fsl_booke: Fix setting of exec flag when setting TLBCAMsChristophe Leroy1-1/+2
2021-10-27powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy4-13/+20
2021-10-27powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy2-9/+30
2021-10-27powerpc/bpf: Fix write protecting JIT codeHari Bathini1-1/+1
2021-10-27powerpc/64s/interrupt: Fix check_return_regs_valid() false positiveNicholas Piggin1-1/+1
2021-10-27powerpc/boot: Set LC_ALL=C in wrapper scriptChristophe Leroy1-0/+2
2021-10-27powerpc/64s: Default to 64K pages for 64 bit book3sJoel Stanley11-6/+5
2021-10-27Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"Michael Ellerman5-8/+135
2021-10-22powerpc/pseries/mobility: ignore ibm, platform-facilities updatesNathan Lynch1-0/+34
2021-10-22powerpc/32: Don't use a struct based type for pte_tChristophe Leroy3-3/+19
2021-10-22powerpc/breakpoint: CleanupChristophe Leroy1-12/+3
2021-10-22powerpc: Activate CONFIG_STRICT_KERNEL_RWX by defaultChristophe Leroy1-0/+1
2021-10-22powerpc/8xx: Simplify TLB handlingChristophe Leroy2-0/+17
2021-10-22powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addressesChristophe Leroy1-57/+140
2021-10-22powerpc: warn on emulation of dcbz instruction in kernel modeChristophe Leroy1-0/+1
2021-10-22powerpc/32: Add support for out-of-line static callsChristophe Leroy4-1/+67
2021-10-22powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy9-44/+2
2021-10-22powerpc/time: Remove generic_suspend_{dis/en}able_irqs()Christophe Leroy1-15/+7
2021-10-22powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy5-135/+8
2021-10-22powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regsChristophe Leroy1-2/+2
2021-10-22powerpc/5200: dts: fix memory node unit nameAnatolij Gustschin12-12/+12
2021-10-22powerpc/5200: dts: fix pci ranges warningsAnatolij Gustschin10-30/+30
2021-10-22powerpc/5200: dts: add missing pci rangesAnatolij Gustschin1-1/+3
2021-10-22powerpc/vas: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-2/+2
2021-10-22powerpc/fsl_booke: Enable STRICT_KERNEL_RWXChristophe Leroy1-2/+9
2021-10-22powerpc/fsl_booke: Update of TLBCAMs after initChristophe Leroy2-5/+29
2021-10-22powerpc/fsl_booke: Allocate separate TLBCAMs for readonly memoryChristophe Leroy1-3/+22
2021-10-22powerpc/fsl_booke: Tell map_mem_in_cams() if init is doneChristophe Leroy4-10/+10
2021-10-22powerpc/fsl_booke: Enable reloading of TLBCAM without switching to AS1Christophe Leroy1-2/+6
2021-10-22powerpc/fsl_booke: Take exec flag into account when setting TLBCAMsChristophe Leroy1-4/+6
2021-10-22powerpc/fsl_booke: Rename fsl_booke.c to fsl_book3e.cChristophe Leroy2-2/+2
2021-10-22powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCEChristophe Leroy1-3/+3
2021-10-22powerpc/kexec_file: Add of_node_put() before gotoWan Jiabing1-0/+1
2021-10-22powerpc/pseries/iommu: Add of_node_put() before breakWan Jiabing1-1/+3
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley5-1/+23
2021-10-14powerpc: Mark .opd section read-onlyChristophe Leroy1-6/+6
2021-10-14powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10Athira Rajeev2-17/+35
2021-10-13powerpc/eeh: Fix docstrings in eeh.cKai Song1-4/+8
2021-10-13powerpc/boot: Use CONFIG_PPC_POWERNV to compile OPAL supportCédric Le Goater2-2/+2
2021-10-13powerpc: Set max_mapnr correctlyChristophe Leroy1-1/+1
2021-10-12powerpc/perf: Expose instruction and data address registers as part of extend...Athira Rajeev2-4/+11
2021-10-12powerpc/perf: Refactor the code definition of perf reg extended maskAthira Rajeev1-8/+13
2021-10-08powerpc/pseries/cpuhp: remove obsolete comment from pseries_cpu_dieNathan Lynch1-5/+0
2021-10-08powerpc/pseries/cpuhp: delete add/remove_by_count codeNathan Lynch1-216/+2
2021-10-08powerpc/cpuhp: BUG -> WARN conversion in offline pathNathan Lynch1-1/+2
2021-10-08powerpc/pseries/cpuhp: cache node correctionsNathan Lynch1-4/+71
2021-10-08powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()Nathan Lynch1-1/+17