summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2025-06-16Merge tag 'powerpc-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-7/+19
2025-06-13powerpc: Fix struct termio related ioctl macrosMadhavan Srinivasan1-4/+4
2025-06-13powerpc: dts: mpc8315erdb: Add GPIO controller nodeJ. Neuschäfer1-0/+10
2025-06-13powerpc/microwatt: Fix model property in device treeJ. Neuschäfer1-1/+1
2025-06-13powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recoveryNarayana Murty N1-0/+2
2025-06-13powerpc/vdso: Fix build of VDSO32 with pcrelChristophe Leroy2-2/+2
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm3-3/+3
2025-06-10powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()Haren Myneni1-0/+9
2025-06-10powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmapRitesh Harjani (IBM)1-2/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+3
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-28/+79
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+0
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds25-52/+64
2025-05-27Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+7
2025-05-27Merge tag 'powerpc-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds55-460/+3006
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds29-1041/+435
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds6-8/+8
2025-05-21powerpc/perf: Remove driver-specific throttle supportKan Liang2-6/+3
2025-05-21crypto: powerpc/poly1305 - add depends on BROKEN for nowEric Biggers1-0/+1
2025-05-21Revert "crypto: powerpc/poly1305 - Add SIMD fallback"Herbert Xu3-40/+4
2025-05-16powerpc: Switch to irq_find_mapping()Jiri Slaby (SUSE)14-15/+15
2025-05-16powerpc: Switch irq_domain_add_nomap() to use fwnodeJiri Slaby (SUSE)2-2/+2
2025-05-16powerpc: Switch to irq_domain_create_*()Jiri Slaby (SUSE)21-33/+45
2025-05-16powerpc: Switch to of_fwnode_handle()Jiri Slaby (SUSE)2-2/+2
2025-05-15powerpc/iommu: Use str_disabled_enabled() helperThorsten Blum1-2/+3
2025-05-15powerpc/powermac: Use str_enabled_disabled() and str_on_off() helpersThorsten Blum2-3/+4
2025-05-15powerpc/mm/fault: Use str_write_read() helper functionThorsten Blum1-2/+3
2025-05-15powerpc: Replace strcpy() with strscpy() in proc_ppc64_init()Thorsten Blum1-1/+2
2025-05-15powerpc/pseries/iommu: Fix kmemleak in TCE table userspace viewGaurav Batra1-1/+1
2025-05-14crypto: powerpc/poly1305 - Add SIMD fallbackHerbert Xu3-4/+40
2025-05-14powerpc/kernel: Fix ppc_save_regs inclusion in buildMadhavan Srinivasan1-2/+0
2025-05-14powerpc: Transliterate author name and remove FIXMEThorsten Blum1-5/+1
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers5-5/+5
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers2-11/+10
2025-05-12powerpc/pseries/htmdump: Include header file to get is_kvm_guest() definitionAthira Rajeev1-0/+1
2025-05-12KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries KVM GuestAmit Machhiwal1-4/+16
2025-05-12powerpc/8xx: Reduce alignment constraint for kernel memoryChristophe Leroy2-20/+22
2025-05-12powerpc: mm: call ctor/dtor for kernel PTEsKevin Brodsky1-17/+13
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky2-2/+2
2025-05-12mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-2/+44
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+10
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+10
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)2-6/+0
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-2/+1
2025-05-10crypto: powerpc/poly1305 - Add poly1305_emit_arch wrapperHerbert Xu2-6/+13
2025-05-10lib/crc: make arch-optimized code use subsys_initcallEric Biggers2-2/+2