aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcachenocache-cleanupLinus Torvalds1-2/+1
2026-03-30powerpc/64s: Add support for huge pfnmapsRitesh Harjani (IBM)2-0/+37
2026-03-17powerpc/64s: Move serialize_against_pte_lookup() to hash_pgtable.cRitesh Harjani (IBM)1-1/+0
2026-03-17powerpc/64s/tlbflush-radix: Remove unused radix__flush_tlb_pwc()Ritesh Harjani (IBM)1-1/+0
2026-03-17powerpc/64s: Fix _HPAGE_CHG_MASK to include _PAGE_SPECIAL bitRitesh Harjani (IBM)1-2/+2
2026-03-17powerpc/64s: Fix unmap race with PMD migration entriesRitesh Harjani (IBM)1-0/+15
2026-03-13mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()Tobias Huschle4-9/+9
2026-03-12powerpc: fix KUAP warning in VMX usercopy pathSayali Patil1-20/+45
2026-03-11powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.hThomas Weißschuh1-0/+3
2026-03-11powerpc/vdso/gettimeofday: Explicitly include vdso/time32.hThomas Weißschuh1-0/+1
2026-03-04powerpc/uaccess: Fix inline assembly for clang build on PPC32Christophe Leroy (CS GROUP)1-1/+1
2026-03-04powerpc/e500: Always use 64 bits PTEChristophe Leroy3-63/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-31/+99
2026-02-10Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds16-188/+157
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+0
2026-02-06mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...Qi Zheng1-1/+0
2026-01-30pseries/plpks: add HCALLs for PowerVM Key Wrapping ModuleSrish Srinivasan1-0/+10
2026-01-30pseries/plpks: expose PowerVM wrapping features via the sysfsSrish Srinivasan2-1/+6
2026-01-30powerpc/pseries: move the PLPKS config inside its own sysfs directorySrish Srinivasan2-1/+5
2026-01-30pseries/plpks: fix kernel-doc comment inconsistenciesSrish Srinivasan1-77/+0
2026-01-29powerpc: kgdb: Remove OUTBUFMAX constantMiquel Sabaté Solà1-1/+0
2026-01-26powerpc/mm: support page table checkRohan McLure3-12/+48
2026-01-26powerpc/mm: use set_pte_at_unchecked() for internal usagesRohan McLure1-0/+2
2026-01-26powerpc/mm: implement *_user_accessible_page() for ptesRohan McLure4-0/+35
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)1-5/+0
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)1-0/+4
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-0/+1
2026-01-20powerpc/mm: replace batch->active with is_lazy_mmu_mode_active()Kevin Brodsky1-9/+0
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky1-2/+0
2026-01-20powerpc/mm: implement arch_flush_lazy_mmu_mode()Kevin Brodsky1-3/+12
2026-01-20powerpc/64s: do not re-activate batched TLB flushAlexander Gordeev1-2/+0
2026-01-14powerpc/vdso: Provide clock_getres_time64()Thomas Weißschuh1-0/+2
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-3/+0
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross1-2/+0
2026-01-08powerpc/eeh: fix recursive pci_lock_rescan_remove locking in EEH event handlingNarayana Murty N1-0/+2
2026-01-07powerpc/uaccess: Implement masked user accessChristophe Leroy2-3/+79
2026-01-07powerpc/32: Automatically adapt TASK_SIZE based on constraintsChristophe Leroy3-8/+26
2026-01-07powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256MChristophe Leroy2-2/+5
2026-01-07powerpc/uaccess: Refactor user_{read/write/}_access_begin()Christophe Leroy2-34/+14
2026-01-07powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_us...Christophe Leroy2-62/+15
2026-01-07powerpc/uaccess: Remove unused size and from parameters from allow_access_user()Christophe Leroy5-15/+9
2026-01-07powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()Christophe Leroy2-2/+4
2025-12-22powerpc/32: Restore disabling of interrupts at interrupt/syscall exitChristophe Leroy (CS GROUP)2-1/+2
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+8
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2025-12-05Merge tag 'powerpc-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-6/+13
2025-12-04Merge tag 'iommu-updates-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2025-11-28powerpc/pseries/svm: Make mem_encrypt.h self containedJason Gunthorpe1-0/+3
2025-11-21Merge branch 'objtool/core'Peter Zijlstra108-289/+346