summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc: remove checks for binutils older than 2.25Masahiro Yamada2023-06-272-17/+2
| * | | powerpc: Fail build if using recordmcount with binutils v2.37Naveen N Rao2023-06-271-0/+8
| * | | powerpc/iommu: TCEs are incorrectly manipulated with DLPAR add/remove of memoryGaurav Batra2023-06-261-4/+14
| * | | powerpc/iommu: Only build sPAPR access functions on pSeriesTimothy Pearson2023-06-211-0/+4
| * | | powerpc: powernv: Annotate data races in opal eventsRohan McLure2023-06-211-3/+3
| * | | powerpc: Mark writes registering ipi to host cpu through kvm and pollingRohan McLure2023-06-212-4/+4
| * | | powerpc: Annotate accesses to ipi message flagsRohan McLure2023-06-211-2/+2
| * | | powerpc: powernv: Fix KCSAN datarace warnings on idle_state contentionRohan McLure2023-06-212-7/+10
| * | | powerpc: Mark [h]ssr_valid accesses in check_return_regs_validRohan McLure2023-06-212-10/+8
| * | | powerpc: qspinlock: Enforce qnode writes prior to publishing to queueRohan McLure2023-06-211-0/+7
| * | | powerpc: qspinlock: Mark accesses to qnode lock checksRohan McLure2023-06-211-2/+2
| * | | powerpc/powernv/pci: Remove last IODA1 definesJoel Stanley2023-06-212-3/+3
| * | | powerpc/powernv/pci: Remove MVE codeJoel Stanley2023-06-213-27/+1
| * | | powerpc/powernv/pci: Remove ioda1 supportJoel Stanley2023-06-213-455/+2
| * | | powerpc: 52xx: Make immr_id DT match tables staticRob Herring2023-06-212-2/+2
| * | | powerpc: mpc512x: Remove open coded "ranges" parsingRob Herring2023-06-211-32/+14
| * | | powerpc: fsl_soc: Use of_range_to_resource() for "ranges" parsingRob Herring2023-06-211-12/+4
| * | | powerpc: fsl: Use of_property_read_reg() to parse "reg"Rob Herring2023-06-212-19/+5
| * | | powerpc: fsl_rio: Use of_range_to_resource() for "ranges" parsingRob Herring2023-06-211-27/+9
| * | | powerpc: powermac: Use of_get_cpu_hwid() to read CPU node 'reg'Rob Herring2023-06-211-6/+6
| * | | powerpc: drop MPC85xx_CDS platform supportPaul Gortmaker2023-06-2110-1660/+0
| * | | powerpc: drop MPC8540_ADS and MPC8560_ADS platform supportPaul Gortmaker2023-06-218-1008/+0
| * | | powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V2023-06-211-1/+1
| * | | powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencodingAneesh Kumar K.V2023-06-211-2/+1
| * | | powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V2023-06-211-12/+22
| * | | powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting.Aneesh Kumar K.V2023-06-201-1/+1
| * | | powerpc: update ppc_save_regs to save current r1 in pt_regsAditya Gupta2023-06-191-3/+3
| * | | powerpc/ftrace: Disable ftrace on ppc32 if using clangNaveen N Rao2023-06-191-1/+1
| * | | powerpc/powernv/sriov: perform null check on iov before dereferencing iovColin Ian King2023-06-191-3/+3
| * | | powerpc/ptrace: Expose HASHKEYR register to ptraceBenjamin Gray2023-06-193-0/+40
| * | | powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptraceBenjamin Gray2023-06-193-1/+37
| * | | powerpc/dexcr: Support userspace ROP protectionBenjamin Gray2023-06-192-0/+18
| * | | powerpc/dexcr: Handle hashchk exceptionBenjamin Gray2023-06-192-0/+17
| * | | powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) supportBenjamin Gray2023-06-195-1/+27
| * | | powerpc/ptrace: Add missing <linux/regset.h> includeBenjamin Gray2023-06-191-0/+2
| * | | powerpc/book3s: Add missing <linux/sched.h> includeBenjamin Gray2023-06-191-0/+1
| * | | powerpc/build: vdso linker warning for orphan sectionsNicholas Piggin2023-06-153-2/+8
| * | | powerpc/64s: Fix VAS mm use after freeNicholas Piggin2023-06-152-2/+2
| * | | powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin2023-06-152-33/+9
| * | | powerpc: merge 32-bit and 64-bit _switch implementationNicholas Piggin2023-06-155-282/+273
| * | | powerpc/32: Rearrange _switch to prepare for 32/64 mergeNicholas Piggin2023-06-141-5/+5
| * | | powerpc/32: Remove sync from _switchNicholas Piggin2023-06-141-7/+1
| * | | powerpc/64: Rearrange 64-bit _switch to prepare for 32/64 mergeNicholas Piggin2023-06-141-20/+18
| * | | powerpc/64s: move stack SLB pinning out of line from _switchNicholas Piggin2023-06-141-51/+62
| * | | powerpc/32s: Fix LLVM SMP buildNicholas Piggin2023-06-141-4/+4
| * | | powerpc/64s: Remove support for ELFv1 little endian userspaceNicholas Piggin2023-06-142-1/+11
| * | | powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernelsNicholas Piggin2023-06-142-7/+9
| * | | powerpc/64: Make ELFv2 the default for big-endian buildsNicholas Piggin2023-06-141-2/+4
| * | | powerpc/64: Force ELFv2 when building with LLVM linkerNicholas Piggin2023-06-141-4/+2
| * | | powerpc/build: Remove -pipe from compilation flagsNicholas Piggin2023-06-142-3/+3