summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2021-10-27powerpc/64s/interrupt: Fix check_return_regs_valid() false positiveNicholas Piggin
2021-10-27powerpc/boot: Set LC_ALL=C in wrapper scriptChristophe Leroy
2021-10-27powerpc/64s: Default to 64K pages for 64 bit book3sJoel Stanley
2021-10-27Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"Michael Ellerman
2021-10-25signal/powerpc: On swapcontext failure force SIGSEGVEric W. Biederman
2021-10-25powerpc/pseries/iommu: Create huge DMA window if no MMIO32 is presentAlexey Kardashevskiy
2021-10-25powerpc/pseries/iommu: Check if the default window in use before removing itAlexey Kardashevskiy
2021-10-25powerpc/pseries/iommu: Use correct vfree for it_mapAlexey Kardashevskiy
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada
2021-10-22powerpc/pseries/mobility: ignore ibm, platform-facilities updatesNathan Lynch
2021-10-22powerpc/32: Don't use a struct based type for pte_tChristophe Leroy
2021-10-22powerpc/breakpoint: CleanupChristophe Leroy
2021-10-22powerpc: Activate CONFIG_STRICT_KERNEL_RWX by defaultChristophe Leroy
2021-10-22powerpc/8xx: Simplify TLB handlingChristophe Leroy
2021-10-22powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addressesChristophe Leroy
2021-10-22powerpc: warn on emulation of dcbz instruction in kernel modeChristophe Leroy
2021-10-22powerpc/32: Add support for out-of-line static callsChristophe Leroy
2021-10-22powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy
2021-10-22powerpc/time: Remove generic_suspend_{dis/en}able_irqs()Christophe Leroy
2021-10-22powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy
2021-10-22powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regsChristophe Leroy
2021-10-22powerpc/5200: dts: fix memory node unit nameAnatolij Gustschin
2021-10-22powerpc/5200: dts: fix pci ranges warningsAnatolij Gustschin
2021-10-22powerpc/5200: dts: add missing pci rangesAnatolij Gustschin
2021-10-22powerpc/vas: Fix potential NULL pointer dereferenceGustavo A. R. Silva
2021-10-22powerpc/fsl_booke: Enable STRICT_KERNEL_RWXChristophe Leroy
2021-10-22powerpc/fsl_booke: Update of TLBCAMs after initChristophe Leroy
2021-10-22powerpc/fsl_booke: Allocate separate TLBCAMs for readonly memoryChristophe Leroy
2021-10-22powerpc/fsl_booke: Tell map_mem_in_cams() if init is doneChristophe Leroy
2021-10-22powerpc/fsl_booke: Enable reloading of TLBCAM without switching to AS1Christophe Leroy
2021-10-22powerpc/fsl_booke: Take exec flag into account when setting TLBCAMsChristophe Leroy
2021-10-22powerpc/fsl_booke: Rename fsl_booke.c to fsl_book3e.cChristophe Leroy
2021-10-22powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCEChristophe Leroy
2021-10-22powerpc/kexec_file: Add of_node_put() before gotoWan Jiabing
2021-10-22powerpc/pseries/iommu: Add of_node_put() before breakWan Jiabing
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley
2021-10-21Merge tag 'powerpc-5.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-10-20KVM: PPC: Replace zero-length array with flexible array memberLen Baker
2021-10-20powerpc: Use of_get_cpu_hwid()Rob Herring
2021-10-20powerpc/smp: do not decrement idle task preempt count in CPU offlineNathan Lynch
2021-10-20powerpc/idle: Don't corrupt back chain when going idleMichael Ellerman
2021-10-19powerpc/perf: Fix data source encodings for L2.1 and L3.1 accessesKajol Jain
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-10-18powerpc/kvm: Fix kvm_use_magic_pageAndreas Gruenbacher
2021-10-18powerpc/eeh: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-17Merge tag 'powerpc-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-10-16KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guestMichael Ellerman
2021-10-16KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()Michael Ellerman
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook