summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-12-05powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao1-2/+2
2023-11-29KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin1-3/+3
2023-11-28powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2-0/+15
2023-11-12Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-24/+24
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-2/+0
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-29/+24
2023-11-07powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-docNathan Lynch1-0/+2
2023-11-07powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-docNathan Lynch1-0/+1
2023-11-06powerpc/fb: Call internal __phys_mem_access_prot() in fbdev codeThomas Zimmermann1-6/+1
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann5-13/+15
2023-11-06powerpc/machdep: Remove trailing whitespacesThomas Zimmermann1-5/+5
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-3/+0
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-16/+0
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds127-1669/+5144
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+0
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds3-3/+3
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+5
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-2/+0
2023-11-02Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds3-5/+5
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2023-11-02Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds3-0/+138
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+10
2023-10-31Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+10
2023-10-31Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds1-1/+1
2023-10-31Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-10-31Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+9
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+7
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada1-3/+0
2023-10-27Merge tag 'powerpc-6.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-11/+24
2023-10-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman29-267/+4039
2023-10-26Merge tag 'v6.6-rc7' into coreJoerg Roedel15-48/+39
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe1-8/+1
2023-10-26powerpc: Remove initialisation of readposMatthew Wilcox (Oracle)1-1/+0
2023-10-25powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptesAneesh Kumar K.V1-10/+22
2023-10-25powerpc/vmcore: Add MMU information to vmcoreinfoAditya Gupta1-0/+3
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