summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-17powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao1-0/+5
2021-11-17powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao1-0/+1
2021-09-22KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin1-0/+7
2021-07-20powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand1-0/+2
2021-07-19powerpc/barrier: Avoid collision with clang's __lwsync macroNathan Chancellor1-0/+2
2021-07-14KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh1-0/+30
2021-05-14powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe1-2/+4
2021-05-11powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.hTony Ambardar1-0/+1
2021-04-07powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy1-2/+2
2021-03-30powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman1-4/+4
2021-03-17powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao1-1/+1
2021-03-17powerpc/64: Fix stack trace not displaying final frameMichael Ellerman1-0/+3
2021-03-17powerpc/pci: Add ppc_md.discover_phbs()Oliver O'Halloran1-0/+3
2021-01-06powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy1-2/+21
2020-12-30powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy1-0/+1
2020-12-30powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LEChristophe Leroy1-1/+1
2020-12-30powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers2-4/+4
2020-12-30powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy1-5/+0
2020-12-02powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell1-0/+2
2020-12-02arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2-0/+4
2020-11-22powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman2-5/+14
2020-11-22powerpc/64s: flush L1D after user accessesNicholas Piggin6-13/+44
2020-11-22powerpc/64s: flush L1D on kernel entryNicholas Piggin4-1/+25
2020-11-05powerpc/drmem: Make lmb_size 64 bitAneesh Kumar K.V1-2/+2
2020-11-05powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MMNicholas Piggin1-1/+1
2020-10-29powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin1-13/+0
2020-10-29powerpc/tau: Use appropriate temperature sample intervalFinn Thain1-1/+1
2020-10-29powerpc/book3s64/hash/4k: Support large linear mapping range with 4KAneesh Kumar K.V1-7/+6
2020-10-29pseries/drmem: don't cache node id in drmem_lmb structScott Cheloha1-21/+0
2020-10-29powerpc/pseries: explicitly reschedule during drmem_lmb list traversalNathan Lynch1-1/+17
2020-10-01KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero1-0/+3
2020-09-23powerpc/book3s64/radix: Fix boot failure with large amount of guest memoryAneesh Kumar K.V1-5/+5
2020-08-26KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+2
2020-08-21powerpc: Fix circular dependency between percpu.h and mmu.hMichael Ellerman1-2/+2
2020-08-19powerpc/32s: Fix CONFIG_BOOK3S_601 usesMichael Ellerman2-2/+2
2020-08-19powerpc/perf: Fix missing is_sier_aviable() during buildMadhavan Srinivasan1-0/+2
2020-08-19powerpc/rtas: don't online CPUs for partition suspendNathan Lynch1-2/+0
2020-08-11Revert "powerpc/kasan: Fix shadow pages allocation failure"Christophe Leroy1-0/+2
2020-06-24powerpc/64s/pgtable: fix an undefined behaviourQian Cai1-4/+19
2020-06-24powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman1-1/+0
2020-06-22powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy1-2/+0
2020-06-22powerpc/kasan: Fix issues by lowering KASAN_SHADOW_ENDChristophe Leroy1-3/+1
2020-06-22powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+2
2020-06-22powerpc/fadump: use static allocation for reserved memory rangesHari Bathini1-1/+3
2020-05-20powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+1
2020-04-17powerpc: Make setjmp/longjmp signature standardClement Courbet1-2/+4
2020-04-17powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V4-2/+21
2020-04-17powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailableLibor Pechacek1-2/+2
2020-03-12powerpc: Convert flush_icache_range & friends to CAlastair D'Silva2-29/+21
2020-03-12powerpc: define helpers to get L1 icache sizesAlastair D'Silva2-10/+31