summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov
2024-03-07arch/powerpc: Remove <linux/fb.h> from backlight codeThomas Zimmermann
2024-03-06mm/treewide: drop pXd_large()Peter Xu
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu
2024-03-06mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu
2024-03-06mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann
2024-03-03Merge tag 'powerpc-6.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter
2024-02-24Merge tag 'powerpc-6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-02-23arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He
2024-02-23ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMPBaoquan He
2024-02-23crash: remove dependency of FA_DUMP on CRASH_DUMPBaoquan He
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He
2024-02-23powerpc/rtas: use correct function name for resetting TCE tablesNathan Lynch
2024-02-23powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOVGaurav Batra
2024-02-22powerpc: Kconfig: remove tautology in CONFIG_COMPATNathan Chancellor
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor
2024-02-22mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual
2024-02-22powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand
2024-02-22powerpc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-20KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'Amit Machhiwal
2024-02-19powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controllerGaurav Batra
2024-02-17Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-02-14powerpc/iommu: Fix the missing iommu_group_put() during platform domain attachShivaprasad G Bhat
2024-02-14powerpc/pseries: fix accuracy of stolen timeShrikanth Hegde
2024-02-14powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao
2024-02-14powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-EDavid Engraf
2024-02-14powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman
2024-02-14Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-02-09drivers/ps3: select VIDEO to provide cmdline functionsRandy Dunlap
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook