summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe2-6/+6
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-2/+1
2024-07-16treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada1-1/+2
2024-07-12init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada1-2/+0
2024-07-12powerpc/mm: remove hugepd leftoversChristophe Leroy7-477/+3
2024-07-12powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy15-186/+74
2024-07-12powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy10-79/+107
2024-07-12powerpc/e500: free r10 for FIND_PTEChristophe Leroy1-14/+16
2024-07-12powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy1-15/+0
2024-07-12powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2-15/+22
2024-07-12powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy2-4/+10
2024-07-12powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy4-14/+4
2024-07-12powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy1-7/+2
2024-07-12powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy12-114/+111
2024-07-12powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy1-1/+2
2024-07-12powerpc/mm: allow hugepages without hugepdChristophe Leroy7-12/+41
2024-07-12powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy1-1/+10
2024-07-12powerpc/mm: remove _PAGE_PSIZEChristophe Leroy4-12/+3
2024-07-12powerpc/64e: drop unused TLB miss handlersMichael Ellerman3-232/+2
2024-07-12powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman1-23/+15
2024-07-12powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2-65/+38
2024-07-12powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman1-12/+0
2024-07-12powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman3-343/+363
2024-07-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman3-253/+2
2024-07-12powerpc: Remove 40x leftoversChristophe Leroy2-2/+1
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-16/+21
2024-07-11powerpc: Check only single values are passed to CPU/MMU feature checksMichael Ellerman2-0/+2
2024-07-11powerpc/xmon: Fix disassembly CPU feature checksMichael Ellerman1-22/+11
2024-07-11powerpc: Drop clang workaround for builtin constant checksMichael Ellerman2-4/+0
2024-07-11powerpc64/bpf: jit support for signed division and moduloArtem Savkov2-8/+34
2024-07-11powerpc64/bpf: jit support for sign extended movArtem Savkov1-2/+8
2024-07-11powerpc64/bpf: jit support for sign extended loadArtem Savkov2-19/+43
2024-07-11powerpc64/bpf: jit support for unconditional byte swapArtem Savkov1-1/+2
2024-07-11powerpc64/bpf: jit support for 32bit offset jmp instructionArtem Savkov1-0/+3
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-2/+2
2024-07-06Merge tag 'powerpc-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-16/+21
2024-07-04powerpc/pci: Hotplug driver bridge supportKrishna Kumar1-3/+32
2024-07-04powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFCEsben Haabendal1-0/+2
2024-07-04powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson9-0/+9
2024-07-04KVM: PPC: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-07-04powerpc/kexec: Use of_property_read_reg()Rob Herring (Arm)1-24/+13
2024-07-04powerpc/64s/radix/kfence: map __kfence_pool at page granularityHari Bathini3-5/+93
2024-07-04powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMM...Shivaprasad G Bhat1-0/+8
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman5-16/+8
2024-06-28powerpc/prom: Add CPU info to hardware description string laterNathan Lynch1-4/+8
2024-06-28powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()Nathan Lynch1-0/+4
2024-06-28powerpc/platforms: Move files from 4xx to 44xChristophe Leroy12-32/+20