summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-124-18/+16
|\
| * powerpc/fb: Call internal __phys_mem_access_prot() in fbdev codeThomas Zimmermann2023-11-061-6/+1
| * powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann2023-11-063-7/+10
| * powerpc/machdep: Remove trailing whitespacesThomas Zimmermann2023-11-061-5/+5
* | kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
|/
* Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-0334-682/+2055
|\
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2023-10-278-44/+1618
| |\
| | * powerpc/kvm: Force cast endianness of KVM shared regsBenjamin Gray2023-10-191-4/+4
| | * KVM: PPC: Add support for nestedv2 guestsJordan Niethe2023-09-147-45/+592
| | * KVM: PPC: Book3s HV: Hold LPIDs in an unsigned longJordan Niethe2023-09-144-9/+9
| | * KVM: PPC: Add helper library for Guest State BuffersJordan Niethe2023-09-141-0/+904
| | * KVM: PPC: Use accessors for VCORE registersJordan Niethe2023-09-141-1/+24
| | * KVM: PPC: Use accessors for VCPU registersJordan Niethe2023-09-141-1/+36
| | * KVM: PPC: Rename accessor generator macrosJordan Niethe2023-09-141-30/+30
| | * KVM: PPC: Introduce FPR/VR accessor functionsJordan Niethe2023-09-142-0/+65
| * | powerpc/code-patching: introduce patch_instructions()Hari Bathini2023-10-231-0/+1
| * | powerpc/32s: Implement local_flush_tlb_page_psize()Michael Ellerman2023-10-231-1/+1
| * | powerpc: Remove cpm_dp...() macrosChristophe Leroy2023-10-202-9/+0
| * | powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_APINaveen N Rao2023-10-201-0/+17
| * | powerpc/paravirt: Improve vcpu_is_preemptedSrikar Dronamraju2023-10-191-3/+44
| * | powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii2023-10-191-1/+1
| * | powerpc/uaccess: Cast away __user annotation after verificationBenjamin Gray2023-10-191-1/+1
| * | powerpc/opal: Annotate out param endiannessBenjamin Gray2023-10-191-1/+1
| * | powerpc: Annotate endianness of various variables and functionsBenjamin Gray2023-10-192-9/+9
| * | powerpc: Support execute-only on all powerpcChristophe Leroy2023-10-196-5/+7
| * | powerpc: Finally remove _PAGE_USERChristophe Leroy2023-10-191-7/+3
| * | powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-36/+12
| * | powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-191-3/+12
| * | powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-17/+3
| * | powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-18/+4
| * | powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-192-29/+13
| * | powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy2023-10-192-13/+7
| * | powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-196-4/+15
| * | powerpc/64s: Use generic permission masksChristophe Leroy2023-10-191-15/+5
| * | powerpc/8xx: Use generic permission masksChristophe Leroy2023-10-191-8/+5
| * | powerpc: Refactor permission masks used for __P/__S table and kernel memory f...Christophe Leroy2023-10-191-0/+30
| * | powerpc: Rely on address instead of pte_user()Christophe Leroy2023-10-191-1/+1
| * | powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy2023-10-195-63/+0
| * | powerpc: Implement and use pgprot_nx()Christophe Leroy2023-10-191-0/+6
| * | powerpc/e500: Simplify pte_mkexec()Christophe Leroy2023-10-191-4/+1
| * | powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy2023-10-193-31/+17
| * | powerpc/nohash: Refactor pte_clear()Christophe Leroy2023-10-193-10/+5
| * | powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy2023-10-193-31/+16
| * | powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy2023-10-193-29/+12
| * | powerpc/nohash: Deduplicate pte helpersChristophe Leroy2023-10-193-61/+36
| * | powerpc/nohash: Deduplicate _PAGE_CHG_MASKChristophe Leroy2023-10-193-13/+7
| * | powerpc/nohash: Refactor checking of no-change in pte_update()Christophe Leroy2023-10-192-9/+3
| * | powerpc/nohash: Refactor pte_update()Christophe Leroy2023-10-193-50/+42
| * | powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.hChristophe Leroy2023-10-191-5/+2
| * | powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.hChristophe Leroy2023-10-192-56/+58