summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-18powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain1-1/+1
2023-01-04powerpc: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+4
2022-07-07powerpc/bpf: Fix use of user_pt_regs in uapiNaveen N. Rao2-9/+9
2022-07-02powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao1-1/+3
2022-06-14powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-0/+2
2022-06-14powerpc/kasan: Force thread size increase with KASANMichael Ellerman1-2/+8
2022-06-09powerpc/64: Only WARN if __pa()/__va() called with bad addressesMichael Ellerman1-2/+5
2022-06-09powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni1-1/+1
2022-05-30powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-04-13powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang1-1/+5
2022-04-08powerpc: Fix build errors with newer binutilsAnders Roxell2-8/+35
2022-02-16powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy5-2/+9
2022-02-01powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao1-0/+1
2022-02-01powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy1-0/+2
2022-01-27powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...Athira Rajeev1-0/+40
2022-01-27powerpc/irq: Add helper to set regs->softeChristophe Leroy1-2/+9
2022-01-27powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev1-0/+1
2022-01-27powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to CJordan Niethe1-0/+12
2022-01-20powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...Nicholas Piggin1-0/+2
2021-11-18powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao1-0/+5
2021-11-18powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao1-0/+1
2021-11-18powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman1-2/+2
2021-11-18powerpc: Reintroduce is_kvm_guest() as a fast-path checkSrikar Dronamraju2-1/+11
2021-11-18powerpc: Rename is_kvm_guest() to check_kvm_guest()Srikar Dronamraju2-3/+3
2021-11-18powerpc: Refactor is_kvm_guest() declaration to new headerSrikar Dronamraju3-7/+16
2021-09-18KVM: 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-26powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2-35/+52
2021-05-26powerpc/pseries: Fix hcall tracing recursion in pv queued spinlocksNicholas Piggin2-3/+22
2021-05-14powerpc/64: Fix the definition of the fixmap areaChristophe Leroy3-2/+16
2021-05-14powerpc/smp: Reintroduce cpu_core_maskSrikar Dronamraju1-0/+5
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-05-11powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsNicholas Piggin1-0/+1
2021-03-30powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman1-4/+4
2021-03-25powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy1-2/+2
2021-03-17powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()Christophe Leroy1-0/+10
2021-03-17powerpc: Fix inverted SET_FULL_REGS bitopNicholas Piggin1-2/+2
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-03-04powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini1-0/+1
2021-03-04powerpc/uaccess: Avoid might_fault() when user access is enabledAlexey Kardashevskiy1-3/+10
2021-01-27powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin2-0/+23
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
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/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy1-2/+21