summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2024-08-22powerpc/mm: Fix return type of pgd_val()Christophe Leroy2-5/+11
2024-08-13powerpc/topology: Check if a core is onlineNysal Jan K.A1-0/+13
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+2
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds22-329/+195
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2024-07-20Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds30-360/+70
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-2/+0
2024-07-18Merge branch 'topic/ppc-kvm' into nextMichael Ellerman6-4/+22
2024-07-13powerpc/mm: remove hugepd leftoversChristophe Leroy4-32/+0
2024-07-13powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy9-142/+56
2024-07-13powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy5-56/+68
2024-07-13powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2-15/+22
2024-07-13powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy1-0/+4
2024-07-13powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy1-3/+0
2024-07-13powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy1-7/+2
2024-07-13powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy5-58/+45
2024-07-13powerpc/mm: allow hugepages without hugepdChristophe Leroy3-11/+3
2024-07-13powerpc/mm: remove _PAGE_PSIZEChristophe Leroy4-12/+3
2024-07-13powerpc/64e: remove unused IBM HTW codeMichael Ellerman1-2/+1
2024-07-11powerpc: Check only single values are passed to CPU/MMU feature checksMichael Ellerman2-0/+2
2024-07-11powerpc: Drop clang workaround for builtin constant checksMichael Ellerman2-4/+0
2024-07-11powerpc64/bpf: jit support for signed division and moduloArtem Savkov1-0/+1
2024-07-11powerpc64/bpf: jit support for sign extended loadArtem Savkov1-0/+1
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-04powerpc/64s/radix/kfence: map __kfence_pool at page granularityHari Bathini1-1/+10
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2-10/+2
2024-06-28powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman2-2/+2
2024-06-28powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman6-9/+9
2024-06-28powerpc: Remove core support for 40xChristophe Leroy10-304/+6
2024-06-28powerpc/iommu: Reimplement the iommu_table_group_ops for pSeriesShivaprasad G Bhat1-2/+2
2024-06-28powerpc/iommu: Move dev_has_iommu_table() to iommu.cShivaprasad G Bhat1-0/+6
2024-06-28powerpc/iommu: Move pSeries specific functions to pseries/iommu.cShivaprasad G Bhat1-1/+3
2024-06-17powerpc/kexec_file: fix extra size calculation for kexec FDTSourabh Jain1-4/+2
2024-06-17powerpc/perf: Set cpumode flags using sample addressAnjali K1-1/+2
2024-06-12KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson1-1/+0
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-2/+0
2024-06-06KVM: PPC: Book3S HV: Add one-reg interface for HASHPKEYR registerShivaprasad G Bhat2-0/+2
2024-06-06KVM: PPC: Book3S HV: Add one-reg interface for HASHKEYR registerShivaprasad G Bhat2-0/+2
2024-06-06KVM: PPC: Book3S HV: Add one-reg interface for DEXCR registerShivaprasad G Bhat2-0/+2
2024-06-06KVM: PPC: Book3S HV nestedv2: Add DPDES support in helper library for Guest s...Gautam Menghani2-1/+3
2024-06-04powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid modeGaurav Batra1-0/+2
2024-06-03KVM: PPC: Book3S HV nestedv2: Add support for reading VPA counters for pserie...Gautam Menghani2-3/+13
2024-06-03powerpc/pseries: Remove unused cede related functionsGautam Menghani1-28/+0
2024-05-30powerpc/uaccess: Use YZ asm constraint for ldMichael Ellerman1-0/+11
2024-05-30powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman1-0/+16
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-05-23Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+28
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-2/+2
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2024-05-20powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+28