summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2024-08-13mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich
2024-07-27Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-07-26Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-19Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-07-18Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-16treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada
2024-07-12init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada
2024-07-12powerpc/mm: remove hugepd leftoversChristophe Leroy
2024-07-12powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy
2024-07-12powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy
2024-07-12powerpc/e500: free r10 for FIND_PTEChristophe Leroy
2024-07-12powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy
2024-07-12powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy
2024-07-12powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy
2024-07-12powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy
2024-07-12powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy
2024-07-12powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy
2024-07-12powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy
2024-07-12powerpc/mm: allow hugepages without hugepdChristophe Leroy
2024-07-12powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy
2024-07-12powerpc/mm: remove _PAGE_PSIZEChristophe Leroy
2024-07-12powerpc/64e: drop unused TLB miss handlersMichael Ellerman
2024-07-12powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman
2024-07-12powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman
2024-07-12powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman
2024-07-12powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman
2024-07-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman
2024-07-12powerpc: Remove 40x leftoversChristophe Leroy
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-11powerpc: Check only single values are passed to CPU/MMU feature checksMichael Ellerman
2024-07-11powerpc/xmon: Fix disassembly CPU feature checksMichael Ellerman
2024-07-11powerpc: Drop clang workaround for builtin constant checksMichael Ellerman
2024-07-11powerpc64/bpf: jit support for signed division and moduloArtem Savkov
2024-07-11powerpc64/bpf: jit support for sign extended movArtem Savkov
2024-07-11powerpc64/bpf: jit support for sign extended loadArtem Savkov
2024-07-11powerpc64/bpf: jit support for unconditional byte swapArtem Savkov
2024-07-11powerpc64/bpf: jit support for 32bit offset jmp instructionArtem Savkov
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni