summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-10-19powerpc/perf: Optimize find_alternatives_list() using binary searchKuan-Wei Chiu
2023-10-19powerpc: Hide empty pt_regs at base of the stackMichael Ellerman
2023-10-19powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii
2023-10-19powerpc/fadump: Annotate endianness cast with __forceBenjamin Gray
2023-10-19powerpc/eeh: Remove unnecessary castBenjamin Gray
2023-10-19powerpc: Cast away __iomem in low level IO routinesBenjamin Gray
2023-10-19powerpc/uaccess: Cast away __user annotation after verificationBenjamin Gray
2023-10-19powerpc/opal: Annotate out param endiannessBenjamin Gray
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray
2023-10-19powerpc: Remove extern from function implementationsBenjamin Gray
2023-10-19powerpc: Use NULL instead of 0 for null pointersBenjamin Gray
2023-10-19powerpc: Explicitly reverse bytes when checking for byte reversalBenjamin Gray
2023-10-19powerpc/xive: Fix endian conversion sizeBenjamin Gray
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy
2023-10-19powerpc: Finally remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITEChristophe Leroy
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy
2023-10-19powerpc/64s: Use generic permission masksChristophe Leroy
2023-10-19powerpc/8xx: Use generic permission masksChristophe Leroy
2023-10-19powerpc: Refactor permission masks used for __P/__S table and kernel memory f...Christophe Leroy
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy
2023-10-19powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is setChristophe Leroy
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy
2023-10-19powerpc/e500: Simplify pte_mkexec()Christophe Leroy
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy
2023-10-19powerpc/nohash: Refactor pte_clear()Christophe Leroy
2023-10-19powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy
2023-10-19powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy
2023-10-19powerpc/nohash: Deduplicate pte helpersChristophe Leroy
2023-10-19powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy
2023-10-19powerpc/nohash: Refactor checking of no-change in pte_update()Christophe Leroy
2023-10-19powerpc/nohash: Refactor pte_update()Christophe Leroy
2023-10-19powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.hChristophe Leroy
2023-10-19powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.hChristophe Leroy
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy
2023-10-19powerpc/nohash: Remove {pte/pmd}_protnone()Christophe Leroy
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy
2023-10-19powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...Christophe Leroy
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy
2023-10-19powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy
2023-10-18powerpc/bpf: Fixed 'instead' typo in bpf_jit_build_body()Muhammad Muzammil
2023-10-18Merge branch fixes into nextMichael Ellerman