aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
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-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-28/+79
2025-05-28Merge 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-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+7
2025-05-26Merge 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-11powerpc: mm: call ctor/dtor for kernel PTEsKevin Brodsky1-17/+13
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky2-2/+2
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-2/+44
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+10
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+10
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)2-6/+0
2025-05-11mm: 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-09lib/crc: make arch-optimized code use subsys_initcallEric Biggers2-2/+2
2025-05-08timers: Rename NEXT_TIMER_MAX_DELTA as TIMER_NEXT_MAX_DELTAIngo Molnar1-4/+4
2025-05-08crypto: powerpc/poly1305 - Add missing poly1305_emit_archHerbert Xu2-2/+3
2025-05-06powerpc/boot: Fix build with gcc 15Michal Suchanek1-0/+1
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu1-2/+2
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu2-2/+2
2025-05-05crypto: powerpc/sha256 - implement library instead of shashEric Biggers7-141/+79
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu1-63/+0
2025-05-05crypto: powerpc/poly1305 - Add block-only interfaceHerbert Xu1-35/+49
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu32-47/+21
2025-05-04powerpc/pseries/htmdump: Add htm capabilities support to htmdump moduleAthira Rajeev1-0/+40