summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-10-25Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo"Michael Ellerman1-2/+0
2023-10-23powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman2-1/+2
2023-10-23powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]Hari Bathini4-51/+96
2023-10-23powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_dataHari Bathini1-2/+2
2023-10-23powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_packHari Bathini1-0/+15
2023-10-23powerpc/bpf: implement bpf_arch_text_copyHari Bathini1-1/+19
2023-10-23powerpc/code-patching: introduce patch_instructions()Hari Bathini2-3/+139
2023-10-23powerpc/32s: Implement local_flush_tlb_page_psize()Michael Ellerman1-1/+1
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar9-21/+22
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie20-74/+99
2023-10-22Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-9/+5
2023-10-20powerpc/pseries: use kfree_sensitive() in plpks_gen_password()Minjie Du1-2/+2
2023-10-20powerpc/code-patching: Perform hwsync in __patch_instruction() in case of fai...Christophe Leroy1-4/+1
2023-10-20powerpc/fsl_msi: Use device_get_match_data()Rob Herring1-6/+4
2023-10-20powerpc: Remove cpm_dp...() macrosChristophe Leroy2-9/+0
2023-10-20powerpc/qspinlock: Rename yield_propagate_owner tunableNicholas Piggin1-9/+9
2023-10-20powerpc/qspinlock: Propagate sleepy if previous waiter is preemptedNicholas Piggin1-1/+5
2023-10-20powerpc/qspinlock: don't propagate the not-sleepy stateNicholas Piggin1-18/+8
2023-10-20powerpc/qspinlock: propagate owner preemptedness rather than CPU numberNicholas Piggin1-44/+36
2023-10-20powerpc/qspinlock: stop queued waiters trying to set lock sleepyNicholas Piggin1-14/+10
2023-10-20powerpc/perf: Fix disabling BHRB and instruction samplingNicholas Piggin1-3/+2
2023-10-20powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_APINaveen N Rao2-0/+18
2023-10-20powerpc/tools: Pass -mabi=elfv2 to gcc-check-mprofile-kernel.shNaveen N Rao1-6/+5
2023-10-20powerpc/boot: Add version to install filenamesNick Child1-6/+10
2023-10-20powerpc/pseries: fix potential memory leak in init_cpu_associativity()Wang Yufen1-1/+3
2023-10-20powerpc/imc-pmu: Use the correct spinlock initializer.Sebastian Andrzej Siewior1-1/+1
2023-10-20powerpc/vas: Limit open window failure messages in log buffferHaren Myneni2-20/+18
2023-10-19powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR-I...Gaurav Batra1-4/+4
2023-10-19powerpc/paravirt: Improve vcpu_is_preemptedSrikar Dronamraju1-3/+44
2023-10-19powerpc/perf: Optimize find_alternatives_list() using binary searchKuan-Wei Chiu1-17/+29
2023-10-19powerpc: Hide empty pt_regs at base of the stackMichael Ellerman1-3/+23
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner1-4/+7
2023-10-19powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii1-1/+1
2023-10-19powerpc/fadump: Annotate endianness cast with __forceBenjamin Gray1-1/+1
2023-10-19powerpc/eeh: Remove unnecessary castBenjamin Gray1-2/+2
2023-10-19powerpc: Cast away __iomem in low level IO routinesBenjamin Gray1-6/+6
2023-10-19powerpc/uaccess: Cast away __user annotation after verificationBenjamin Gray1-1/+1
2023-10-19powerpc/opal: Annotate out param endiannessBenjamin Gray1-1/+1
2023-10-19powerpc/kvm: Force cast endianness of KVM shared regsBenjamin Gray1-4/+4
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray10-23/+26
2023-10-19powerpc: Remove extern from function implementationsBenjamin Gray3-10/+10
2023-10-19powerpc: Use NULL instead of 0 for null pointersBenjamin Gray6-10/+10
2023-10-19powerpc: Explicitly reverse bytes when checking for byte reversalBenjamin Gray1-1/+1
2023-10-19powerpc/xive: Fix endian conversion sizeBenjamin Gray1-1/+1
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy9-17/+18
2023-10-19powerpc: Finally remove _PAGE_USERChristophe Leroy1-7/+3
2023-10-19powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITEChristophe Leroy1-3/+8
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy3-71/+60
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy4-13/+22
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy3-27/+19