summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2021-10-28powerpc/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-25signal/powerpc: On swapcontext failure force SIGSEGVEric W. Biederman2-5/+10
2021-10-25powerpc/pseries/iommu: Create huge DMA window if no MMIO32 is presentAlexey Kardashevskiy1-6/+6
2021-10-25powerpc/pseries/iommu: Check if the default window in use before removing itAlexey Kardashevskiy1-6/+6
2021-10-25powerpc/pseries/iommu: Use correct vfree for it_mapAlexey Kardashevskiy1-1/+2
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2-6/+4
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-21Merge tag 'powerpc-5.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-6/+6
2021-10-20KVM: PPC: Replace zero-length array with flexible array memberLen Baker2-3/+2
2021-10-20powerpc: Use of_get_cpu_hwid()Rob Herring1-6/+1
2021-10-20powerpc/smp: do not decrement idle task preempt count in CPU offlineNathan Lynch1-2/+0
2021-10-20powerpc/idle: Don't corrupt back chain when going idleMichael Ellerman1-4/+6
2021-10-19powerpc/perf: Fix data source encodings for L2.1 and L3.1 accessesKajol Jain2-5/+23
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher3-4/+5
2021-10-18powerpc/kvm: Fix kvm_use_magic_pageAndreas Gruenbacher1-1/+1
2021-10-18powerpc/eeh: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-5/+5
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-10-17Merge tag 'powerpc-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-12/+19
2021-10-16KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guestMichael Ellerman1-2/+7
2021-10-16KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()Michael Ellerman1-9/+10