summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2022-06-14powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman2-6/+17
2022-06-14powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACKMichael Ellerman1-1/+0
2022-06-14powerpc/kasan: Force thread size increase with KASANMichael Ellerman2-3/+8
2022-06-09powerpc/fsl_book3e: Don't set rodata RO too earlyChristophe Leroy1-9/+6
2022-06-09powerpc/fsl_rio: Fix refcount leak in fsl_rio_setupMiaoqian Lin1-0/+2
2022-06-09powerpc/xive: Fix refcount leak in xive_spapr_initMiaoqian Lin1-2/+5
2022-06-09powerpc/xive: Add some error handling code to 'xive_spapr_init()'Christophe JAILLET1-8/+28
2022-06-09powerpc/perf: Fix the threshold compare group constraint for power9Kajol Jain1-1/+2
2022-06-09powerpc/perf: Fix the threshold compare group constraint for power10Kajol Jain1-4/+5
2022-06-09powerpc/powernv: Get STF barrier requirements from device-treeRussell Currey1-0/+3
2022-06-09powerpc/powernv: Get L1D flush requirements from device-treeRussell Currey1-0/+6
2022-06-09powerpc/64: Only WARN if __pa()/__va() called with bad addressesMichael Ellerman1-2/+5
2022-06-09KVM: PPC: Book3S HV: Fix vcore_blocked tracepointFabiano Rosas2-8/+8
2022-06-09powerpc/4xx/cpm: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-06-09powerpc/idle: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-06-09powerpc/8xx: export 'cpm_setbrg' for modulesRandy Dunlap1-0/+1
2022-06-09powerpc/fadump: fix PT_LOAD segment for boot memory areaHari Bathini1-2/+6
2022-06-09powerpc/iommu: Add missing of_node_put in iommu_init_early_dartPeng Wu1-2/+4
2022-06-09powerpc/powernv: fix missing of_node_put in uv_init()Lv Ruyi1-0/+1
2022-06-09powerpc/xics: fix refcount leak in icp_opal_init()Lv Ruyi1-0/+1
2022-06-09powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni4-5/+5
2022-06-09KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES settingNicholas Piggin2-2/+5
2022-06-09powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour2-12/+21
2022-06-09powerpc/fadump: Fix fadump to work with a different endian capture kernelHari Bathini2-47/+57
2022-06-06KVM: PPC: Book3S HV: fix incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2022-05-30powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-05-18KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf1-5/+21
2022-05-09powerpc/64: Add UADDR64 relocation supportAlexey Kardashevskiy3-28/+48
2022-05-09powerpc/perf: Fix 32bit compileAlexey Kardashevskiy1-2/+2
2022-04-27powerpc/perf: Fix power10 event alternativesAthira Rajeev1-1/+1
2022-04-27powerpc/perf: Fix power9 event alternativesAthira Rajeev1-4/+4
2022-04-27KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy2-44/+45
2022-04-27powerpc/time: Always set decrementer in timer_interrupt()Michael Ellerman1-15/+14
2022-04-20static_call: Properly initialise DEFINE_STATIC_CALL_RET0()Christophe Leroy1-0/+1
2022-04-20KVM: PPC: Book3S HV P9: Fix "lost kick" raceNicholas Piggin1-8/+33
2022-04-13powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy1-2/+8
2022-04-13Revert "powerpc: Set max_mapnr correctly"Kefeng Wang1-1/+1
2022-04-13powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang1-1/+5
2022-04-13powerpc/secvar: fix refcount leak in format_show()Hangyu Hua1-3/+6
2022-04-13powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3EMichael Ellerman1-1/+2
2022-04-13powerpc/code-patching: Pre-map patch areaMichael Ellerman1-0/+14
2022-04-13powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin4-82/+10
2022-04-13powerpc/set_memory: Avoid spinlock recursion in change_page_attr()Christophe Leroy1-19/+13
2022-04-13powerpc: Set crashkernel offset to mid of RMA regionSourabh Jain2-4/+17
2022-04-13powerpc: dts: t104xrdb: fix phy type for FMAN 4/5Maxim Kiselev1-2/+2
2022-04-13powerpc/xive: Export XIVE IPI information for online-only processors.Sachin Sant1-1/+1
2022-04-08powerpc: Fix build errors with newer binutilsAnders Roxell3-9/+40
2022-04-08powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy3-47/+28
2022-04-08powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell1-0/+6
2022-04-08powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell1-1/+1