aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-12Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-18/+16
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesGravatar Arnd Bergmann 1-2/+0
2023-11-06powerpc/fb: Call internal __phys_mem_access_prot() in fbdev codeGravatar Thomas Zimmermann 1-6/+1
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Gravatar Thomas Zimmermann 3-7/+10
2023-11-06powerpc/machdep: Remove trailing whitespacesGravatar Thomas Zimmermann 1-5/+5
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 34-682/+2055
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-16/+5
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-8/+10
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+6
2023-10-27Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 8-44/+1618
2023-10-23powerpc/code-patching: introduce patch_instructions()Gravatar Hari Bathini 1-0/+1
2023-10-23powerpc/32s: Implement local_flush_tlb_page_psize()Gravatar Michael Ellerman 1-1/+1
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextGravatar Dave Airlie 4-2/+12
2023-10-20powerpc: Remove cpm_dp...() macrosGravatar Christophe Leroy 2-9/+0
2023-10-20powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_APIGravatar Naveen N Rao 1-0/+17
2023-10-19powerpc/paravirt: Improve vcpu_is_preemptedGravatar Srikar Dronamraju 1-3/+44
2023-10-19powerpc/io: Expect immutable pointer in virt_to_phys() prototypeGravatar Stanislav Kinsburskii 1-1/+1
2023-10-19powerpc/uaccess: Cast away __user annotation after verificationGravatar Benjamin Gray 1-1/+1
2023-10-19powerpc/opal: Annotate out param endiannessGravatar Benjamin Gray 1-1/+1
2023-10-19powerpc/kvm: Force cast endianness of KVM shared regsGravatar Benjamin Gray 1-4/+4
2023-10-19powerpc: Annotate endianness of various variables and functionsGravatar Benjamin Gray 2-9/+9
2023-10-19powerpc: Support execute-only on all powerpcGravatar Christophe Leroy 6-5/+7
2023-10-19powerpc: Finally remove _PAGE_USERGravatar Christophe Leroy 1-7/+3
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERGravatar Christophe Leroy 1-36/+12
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWGravatar Christophe Leroy 1-3/+12
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERGravatar Christophe Leroy 1-17/+3
2023-10-19powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERGravatar Christophe Leroy 1-18/+4
2023-10-19powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERGravatar Christophe Leroy 2-29/+13
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Gravatar Christophe Leroy 2-13/+7
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWGravatar Christophe Leroy 6-4/+15
2023-10-19powerpc/64s: Use generic permission masksGravatar Christophe Leroy 1-15/+5
2023-10-19powerpc/8xx: Use generic permission masksGravatar Christophe Leroy 1-8/+5
2023-10-19powerpc: Refactor permission masks used for __P/__S table and kernel memory f...Gravatar Christophe Leroy 1-0/+30
2023-10-19powerpc: Rely on address instead of pte_user()Gravatar Christophe Leroy 1-1/+1
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Gravatar Christophe Leroy 5-63/+0
2023-10-19powerpc: Implement and use pgprot_nx()Gravatar Christophe Leroy 1-0/+6
2023-10-19powerpc/e500: Simplify pte_mkexec()Gravatar Christophe Leroy 1-4/+1
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Gravatar Christophe Leroy 3-31/+17
2023-10-19powerpc/nohash: Refactor pte_clear()Gravatar Christophe Leroy 3-10/+5
2023-10-19powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Gravatar Christophe Leroy 3-31/+16
2023-10-19powerpc/nohash: Refactor ptep_test_and_clear_young()Gravatar Christophe Leroy 3-29/+12
2023-10-19powerpc/nohash: Deduplicate pte helpersGravatar Christophe Leroy 3-61/+36
2023-10-19powerpc/nohash: Deduplicate _PAGE_CHG_MASKGravatar Christophe Leroy 3-13/+7
2023-10-19powerpc/nohash: Refactor checking of no-change in pte_update()Gravatar Christophe Leroy 2-9/+3
2023-10-19powerpc/nohash: Refactor pte_update()Gravatar Christophe Leroy 3-50/+42
2023-10-19powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.hGravatar Christophe Leroy 1-5/+2
2023-10-19powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.hGravatar Christophe Leroy 2-56/+58
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Gravatar Christophe Leroy 3-10/+3
2023-10-19powerpc/nohash: Remove {pte/pmd}_protnone()Gravatar Christophe Leroy 1-17/+0
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hGravatar Christophe Leroy 6-15/+22