summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-10-19powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2-36/+22
2023-10-19powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy3-34/+18
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy3-17/+7
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy10-15/+26
2023-10-19powerpc/64s: Use generic permission masksChristophe Leroy1-15/+5
2023-10-19powerpc/8xx: Use generic permission masksChristophe Leroy1-8/+5
2023-10-19powerpc: Refactor permission masks used for __P/__S table and kernel memory f...Christophe Leroy1-0/+30
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy6-25/+15
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy5-63/+0
2023-10-19powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is setChristophe Leroy1-1/+2
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy2-3/+8
2023-10-19powerpc/e500: Simplify pte_mkexec()Christophe Leroy1-4/+1
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy3-31/+17
2023-10-19powerpc/nohash: Refactor pte_clear()Christophe Leroy3-10/+5
2023-10-19powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy3-31/+16
2023-10-19powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy3-29/+12
2023-10-19powerpc/nohash: Deduplicate pte helpersChristophe Leroy3-61/+36
2023-10-19powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy3-13/+7
2023-10-19powerpc/nohash: Refactor checking of no-change in pte_update()Christophe Leroy2-9/+3
2023-10-19powerpc/nohash: Refactor pte_update()Christophe Leroy3-50/+42
2023-10-19powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.hChristophe Leroy1-5/+2
2023-10-19powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.hChristophe Leroy2-56/+58
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy4-11/+4
2023-10-19powerpc/nohash: Remove {pte/pmd}_protnone()Christophe Leroy1-17/+0
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy11-15/+29
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy4-41/+20
2023-10-19powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...Christophe Leroy3-19/+10
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy4-10/+0
2023-10-19powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy1-3/+0
2023-10-19powerpc: implement arch_xor_unlock_is_negative_byte on 32-bitMatthew Wilcox (Oracle)1-4/+0
2023-10-19bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-12/+5
2023-10-18powerpc/bpf: Fixed 'instead' typo in bpf_jit_build_body()Muhammad Muzammil1-1/+1
2023-10-18Merge branch fixes into nextMichael Ellerman15-69/+87
2023-10-18spufs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-18powerpc/qspinlock: Fix stale propagated yield_cpuNicholas Piggin1-0/+3
2023-10-18powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Michael Ellerman1-8/+1
2023-10-17powerpc/pseries: PLPKS SED Opal keystore supportGreg Joyce3-0/+138
2023-10-17vga16fb: drop powerpc supportArnd Bergmann1-16/+0
2023-10-15Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds6-12/+17
2023-10-15powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12Michael Ellerman1-1/+1
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra1-2/+2
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann1-8/+5
2023-10-12fbdev: Avoid file argument in fb_pgprotect()Thomas Zimmermann1-1/+6
2023-10-11powerpc/47x: Fix 47x syscall return crashMichael Ellerman1-3/+5
2023-10-11powerpc: Remove now superfluous sentinel element from ctl_table arraysJoel Granados2-2/+0
2023-10-10docs: move powerpc under archCosta Shulyupin3-5/+5
2023-10-10powerpc: Only define __parse_fpscr() when requiredChristophe Leroy1-0/+2
2023-10-10powerpc/85xx: Fix math emulation exceptionChristophe Leroy1-1/+1
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar12-53/+77
2023-10-09powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1