summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-29Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-3/+8
2023-12-21powerpc/hvcall: Reorder Nestedv2 hcall opcodesVaibhav Jain1-10/+10
2023-12-15powerpc/sched: Cleanup vcpu_is_preempted()Aneesh Kumar K.V1-8/+25
2023-12-13powerpc/Kconfig: Select FUNCTION_ALIGNMENT_4BSathvika Vasireddy1-3/+0
2023-12-13powerpc/ftrace: Fix indentation in ftrace.hNaveen N Rao1-1/+1
2023-12-13powerpc/pseries/papr-sysparm: Expose character device to user spaceNathan Lynch2-6/+69
2023-12-13powerpc/pseries: Add papr-vpd character driver for VPD retrievalNathan Lynch2-0/+31
2023-12-13powerpc/rtas: Facilitate high-level call sequencesNathan Lynch1-0/+3
2023-12-13powerpc/rtas: Add function return status constantsNathan Lynch1-6/+19
2023-12-07powerpc/book3s64: Avoid __pte_protnone() check in __pte_flags_need_flush()Aneesh Kumar K.V (IBM)1-7/+2
2023-12-07powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)1-8/+2
2023-12-07KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Jordan Niethe1-0/+1
2023-12-07KVM: PPC: Book3S HV nestedv2: Avoid reloading the tb offsetJordan Niethe1-3/+6
2023-12-07KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe1-0/+1
2023-12-01powerpc: Add PVN support for HeXin C2000 processorZhao Ke1-0/+1
2023-12-01powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman2-3/+4
2023-11-30powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman1-5/+0
2023-11-28powerpc/rtas_pci: rename and properly expose config access APIsNathan Lynch1-2/+3
2023-11-27powerpc: Remove orphaned reg_a2.hMichael Ellerman1-154/+0
2023-11-21powerpc/rtas: Remove 'extern' from function declarations in rtas.hNathan Lynch1-27/+26
2023-11-21powerpc/rtas: Remove trailing spaceNathan Lynch1-3/+3
2023-11-21powerpc/rtas: Move post_mobility_fixup() declaration to pseriesNathan Lynch1-1/+0
2023-11-21powerpc/rtas: Remove unused rtas_service_present()Nathan Lynch1-1/+0
2023-11-21powerpc/rtas: Drop declaration of undefined call_rtas() functionNathan Lynch1-2/+0
2023-11-21powerpc/ps3: move udbg_shutdown_ps3gelic prototypeArnd Bergmann1-0/+6
2023-11-12Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-18/+16
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-2/+0
2023-11-06powerpc/fb: Call internal __phys_mem_access_prot() in fbdev codeThomas Zimmermann1-6/+1
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann3-7/+10
2023-11-06powerpc/machdep: Remove trailing whitespacesThomas Zimmermann1-5/+5
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds34-682/+2055
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+5
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+10
2023-10-31Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+6
2023-10-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman8-44/+1618
2023-10-23powerpc/code-patching: introduce patch_instructions()Hari Bathini1-0/+1
2023-10-23powerpc/32s: Implement local_flush_tlb_page_psize()Michael Ellerman1-1/+1
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie4-2/+12
2023-10-20powerpc: Remove cpm_dp...() macrosChristophe Leroy2-9/+0
2023-10-20powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_APINaveen N Rao1-0/+17
2023-10-19powerpc/paravirt: Improve vcpu_is_preemptedSrikar Dronamraju1-3/+44
2023-10-19powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii1-1/+1
2023-10-19powerpc/uaccess: Cast away __user annotation after verificationBenjamin Gray1-1/+1
2023-10-19powerpc/opal: Annotate out param endiannessBenjamin Gray1-1/+1
2023-10-19powerpc/kvm: Force cast endianness of KVM shared regsBenjamin Gray1-4/+4
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray2-9/+9
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy6-5/+7
2023-10-19powerpc: Finally remove _PAGE_USERChristophe Leroy1-7/+3
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy1-36/+12
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy1-3/+12