summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorLines
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino-9/+1
2024-10-15powerpc/vdso: Remove timekeeper includesThomas Weißschuh-5/+0
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt-25/+1
2024-10-11eth: remove the DLink/Sundance (ST201) driverJakub Kicinski-1/+0
2024-10-11powerpc/8xx: Fix kernel DTLB miss on dcbzChristophe Leroy-0/+1
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt-12/+15
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro-3/+1
2024-10-06Merge tag 'powerpc-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2024-10-05crypto: powerpc/p10-aes-gcm - Add dependency on CRYPTO_SIMDand re-enable CRYP...Danny Tsen-1/+1
2024-10-05crypto: powerpc/p10-aes-gcm - Register modules as SIMDDanny Tsen-23/+118
2024-10-05crypto: powerpc/p10-aes-gcm - Re-write AES/GCM stitched implementationDanny Tsen-1353/+1068
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-3/+3
2024-09-30powerpc/vdso: allow r30 in vDSO code generation of getrandomJason A. Donenfeld-1/+1
2024-09-25Merge tag 'powerpc-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-100/+100
2024-09-24Merge tag 'v6.12-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+12
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+0
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-61/+67
2024-09-21crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10Danny Tsen-0/+1
2024-09-20powerpc/pseries/eeh: move pseries_eeh_err_inject() outside CONFIG_DEBUG_FS blockNarayana Murty N-99/+99
2024-09-20powerpc/vdso32: Fix use of crtsavres for PPC64Christophe Leroy-1/+1
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds-2/+5
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-6/+6
2024-09-19Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-374/+755
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-41/+557
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+7
2024-09-17powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman-8/+10
2024-09-17mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed-1/+0
2024-09-17mm: always define pxx_pgprot()Peter Xu-0/+1
2024-09-17Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+4
2024-09-16Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+1
2024-09-13MIPS: Remove the obsoleted code for include/linux/mv643xx.hGaosheng Cui-2/+5
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64Christophe Leroy-3/+69
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy-4/+453
2024-09-13powerpc/vdso: Refactor CFLAGS for CVDSO buildChristophe Leroy-19/+13
2024-09-13powerpc/vdso32: Add crtsavresChristophe Leroy-14/+4
2024-09-13powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy-3/+20
2024-09-12Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-6/+12
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter-10/+26
2024-09-10powerpc: Switch back to struct platform_driver::remove()Uwe Kleine-König-7/+7
2024-09-10powerpc/pseries/eeh: Fix pseries_eeh_err_injectNarayana Murty N-5/+44
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown-2/+2
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown-2/+4
2024-09-08smp: Mark smp_prepare_boot_cpu() __initBibo Mao-1/+1
2024-09-05powerpc: Stop using no_llseekMichael Ellerman-24/+0
2024-09-05powerpc/64s: Remove the "fast endian switch" syscallMichael Ellerman-23/+0
2024-09-05powerpc/mm/64s: Restrict THP to Radix or HPT w/64K pagesMichael Ellerman-0/+1
2024-09-05powerpc/mm/64s: Move THP reqs into a separate symbolMichael Ellerman-3/+7
2024-09-05powerpc/64s: Make mmu_hash_ops __ro_after_initMichael Ellerman-1/+1