aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-46/+26
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+5
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds16-51/+37
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds10-20/+0
2026-04-14Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds38-512/+651
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+5
2026-04-14Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-2/+1
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds1-10/+2
2026-04-13Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-1/+0
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-14/+2
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds6-422/+5
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds2-7/+7
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski8-8/+0
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2026-04-09powerpc/xive: simplify xive_spapr_debug_show()Yury Norov1-10/+2
2026-04-08crypto: Remove michael_mic from crypto_shash APIEric Biggers8-8/+0
2026-04-08powerpc32/bpf: fix loading fsession func metadata using PPC_LI32Abhishek Dubey1-2/+2
2026-04-06eth: remove the driver for acenic / tigon1&2Jakub Kicinski7-12/+0
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)3-9/+9
2026-04-05mm: change to return bool for pudp_test_and_clear_young()Baolin Wang2-7/+7
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang2-7/+7
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang1-1/+1
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang3-7/+7
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)1-1/+0
2026-04-05KVM: PPC: remove hugetlb.h inclusionDavid Hildenbrand (Arm)1-1/+0
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)2-2/+2
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)2-9/+0
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park2-7/+4
2026-04-03powerpc64/bpf: Add support for indirect jumpAbhishek Dubey1-0/+8
2026-04-03powerpc/bpf: Add support for instruction arrayAbhishek Dubey1-0/+7
2026-04-03powerpc32/bpf: Add fsession supportAbhishek Dubey2-1/+42
2026-04-03powerpc64/bpf: Implement fsession supportAbhishek Dubey3-11/+87
2026-04-03powerpc64/bpf: Implement JIT support for private stackAbhishek Dubey3-8/+126
2026-04-02arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernelCoiby Xu1-0/+4
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig1-29/+0
2026-04-02powerpc: move the XOR code to lib/raid/Christoph Hellwig6-283/+2
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig1-18/+13
2026-04-01powerpc/powernv/iommu: iommu incorrectly bypass DMA APIsGaurav Batra1-2/+2
2026-04-01powerpc: opal-core: pair alloc_pages_exact() with free_pages_exact()Mike Rapoport (Microsoft)1-10/+1
2026-04-01powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()Mike Rapoport (Microsoft)1-14/+2
2026-04-01powerpc: pci-ioda: Optimize pnv_ioda_pick_m64_pe()Yury Norov (NVIDIA)1-13/+6
2026-04-01powerpc: pci-ioda: use bitmap_alloc() in pnv_ioda_pick_m64_pe()Yury Norov (NVIDIA)1-6/+2
2026-04-01powerpc/net: Inline checksum wrappers and convert to scoped user accessChristophe Leroy (CS GROUP)3-45/+19
2026-04-01powerpc/sstep: Convert to scoped user accessChristophe Leroy (CS GROUP)1-44/+33
2026-04-01powerpc/align: Convert emulate_spe() to scoped user accessChristophe Leroy (CS GROUP)1-42/+33
2026-04-01powerpc/ptrace: Convert gpr32_set_common_user() to scoped user accessChristophe Leroy (CS GROUP)1-29/+27
2026-04-01powerpc/futex: Use masked user accessChristophe Leroy (CS GROUP)1-4/+2
2026-04-01powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy5-143/+8
2026-04-01powerpc/ps3: spu.c: fix enum and Return kernel-doc warningsRandy Dunlap1-4/+6