aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-10-27Merge tag 'powerpc-6.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-11/+24
2023-10-25powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptesGravatar Aneesh Kumar K.V 1-10/+22
2023-10-23powerpc/mm: Fix boot crash with FLATMEMGravatar Michael Ellerman 2-1/+2
2023-10-21Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-9/+5
2023-10-18powerpc/qspinlock: Fix stale propagated yield_cpuGravatar Nicholas Piggin 1-0/+3
2023-10-18powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Gravatar Michael Ellerman 1-8/+1
2023-10-15Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 6-12/+17
2023-10-15powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12Gravatar Michael Ellerman 1-1/+1
2023-10-11powerpc/47x: Fix 47x syscall return crashGravatar Michael Ellerman 1-3/+5
2023-10-10powerpc/85xx: Fix math emulation exceptionGravatar Christophe Leroy 1-1/+1
2023-10-09powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Gravatar Christophe Leroy 1-1/+1
2023-10-09powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEGravatar Christophe Leroy 2-0/+9
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 5-5/+12
2023-09-30powerpc/pseries: Remove unused r0 in the hcall tracing codeGravatar Athira Rajeev 1-4/+0
2023-09-30powerpc/pseries: Fix STK_PARAM access in the hcall tracing codeGravatar Athira Rajeev 1-3/+1
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Gravatar Ryan Roberts 5-5/+12
2023-09-22powerpc/stacktrace: Fix arch_stack_walk_reliable()Gravatar Michael Ellerman 1-22/+5
2023-09-18powerpc/dexcr: Move HASHCHK trap handlerGravatar Benjamin Gray 1-20/+36
2023-09-18powerpc/82xx: Select FSL_SOCGravatar Christophe Leroy 1-2/+1
2023-09-18powerpc: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION and FTRACE_MCOUNT...Gravatar Naveen N Rao 1-1/+1
2023-09-18powerpc/watchpoints: Annotate atomic context in more placesGravatar Benjamin Gray 1-0/+9
2023-09-18powerpc/watchpoint: Disable pagefaults when getting user instructionGravatar Benjamin Gray 1-1/+6
2023-09-18powerpc/watchpoints: Disable preemption in thread_change_pc()Gravatar Benjamin Gray 1-1/+6
2023-09-18powerpc/perf/hv-24x7: Update domain value checkGravatar Kajol Jain 1-1/+1
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 1-18/+0
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-1/+4
2023-09-04kbuild: Show marked Kconfig fragments in "help"Gravatar Kees Cook 2-1/+4
2023-09-01Merge tag 'v6.6-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-2/+2
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 5-32/+1
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesGravatar Ingo Molnar 1-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 267-2621/+3366
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-8/+8
2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-4/+4
2023-08-30crypto: powerpc/chacha20,poly1305-p10 - Add dependency on VSXGravatar Herbert Xu 1-2/+2
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-0/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 10-50/+29
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 34-269/+1084
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 4-6/+0
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 6-0/+2354
2023-08-29powerpc/xmon: Reapply "Relax frame size for clang"Gravatar Nick Desaulniers 1-0/+4
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2023-08-28powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Gravatar Aneesh Kumar K.V 1-2/+6
2023-08-28powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledGravatar Aneesh Kumar K.V 1-4/+15
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+1
2023-08-25powerpc/iommu: Fix notifiers being shared by PCI and VIO busesGravatar Russell Currey 1-3/+14
2023-08-24powerpc: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 11-93/+89
2023-08-24mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDGravatar Suren Baghdasaryan 1-1/+2
2023-08-25powerpc/mpc5xxx: Add missing fwnode_handle_put()Gravatar Liang He 1-1/+3
2023-08-25powerpc/config: Disable SLAB_DEBUG_ON in skirootGravatar Joel Stanley 1-1/+0