summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-118-13/+20
|\
| * Merge tag 'powerpc-6.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-031-2/+2
| |\
| | * powerpc/rtas: use correct function name for resetting TCE tablesNathan Lynch2024-02-231-2/+2
| * | Merge tag 'powerpc-6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-02-241-0/+10
| |\|
| | * powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controllerGaurav Batra2024-02-191-0/+10
| * | Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-02-176-11/+8
| |\|
| | * powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao2024-02-142-8/+3
| | * powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman2024-02-141-1/+1
| | * Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman2024-02-141-3/+0
| | * powerpc/6xx: set High BAT Enable flag on G2_LE coresMatthias Schiffer2024-02-051-0/+2
| | * powerpc/pseries/iommu: Fix iommu initialisation during DLPAR addGaurav Batra2024-02-051-0/+3
| | * powerpc/pseries/papr-sysparm: use u8 arrays for payloadsNathan Lynch2024-02-052-2/+2
* | | Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-092-8/+8
|\| |
| * | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-092-8/+8
| |/
* | KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini2024-02-081-1/+0
* | KVM: powerpc: move powerpc-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-081-0/+44
|/
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-183-13/+17
|\
| * tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)2023-12-083-13/+17
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-2/+0
|\ \
| * \ Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-141-2/+0
| |\ \ | | |/ | |/|
| | * KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-131-2/+0
* | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-102-8/+0
|\ \ \
| * \ \ Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann2023-11-281-1/+0
| |\ \ \
| | * | | arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2023-11-231-1/+0
| | |/ /
| * | | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-6/+0
| * | | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-1/+0
| |/ /
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2023-12-292-3/+8
|\ \ \
| * | | KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Jordan Niethe2023-12-071-0/+1
| * | | KVM: PPC: Book3S HV nestedv2: Avoid reloading the tb offsetJordan Niethe2023-12-071-3/+6
| * | | KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe2023-12-071-0/+1
| |/ /
* | | powerpc/hvcall: Reorder Nestedv2 hcall opcodesVaibhav Jain2023-12-211-10/+10
* | | powerpc/sched: Cleanup vcpu_is_preempted()Aneesh Kumar K.V2023-12-151-8/+25
* | | powerpc/Kconfig: Select FUNCTION_ALIGNMENT_4BSathvika Vasireddy2023-12-131-3/+0
* | | powerpc/ftrace: Fix indentation in ftrace.hNaveen N Rao2023-12-131-1/+1
* | | powerpc/pseries/papr-sysparm: Expose character device to user spaceNathan Lynch2023-12-132-6/+69
* | | powerpc/pseries: Add papr-vpd character driver for VPD retrievalNathan Lynch2023-12-132-0/+31
* | | powerpc/rtas: Facilitate high-level call sequencesNathan Lynch2023-12-131-0/+3
* | | powerpc/rtas: Add function return status constantsNathan Lynch2023-12-131-6/+19
* | | powerpc/book3s64: Avoid __pte_protnone() check in __pte_flags_need_flush()Aneesh Kumar K.V (IBM)2023-12-071-7/+2
* | | powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)2023-12-071-8/+2
* | | powerpc: Add PVN support for HeXin C2000 processorZhao Ke2023-12-011-0/+1
* | | powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman2023-12-012-3/+4
* | | powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman2023-11-301-5/+0
* | | powerpc/rtas_pci: rename and properly expose config access APIsNathan Lynch2023-11-281-2/+3
* | | powerpc: Remove orphaned reg_a2.hMichael Ellerman2023-11-271-154/+0
* | | powerpc/rtas: Remove 'extern' from function declarations in rtas.hNathan Lynch2023-11-221-27/+26
* | | powerpc/rtas: Remove trailing spaceNathan Lynch2023-11-211-3/+3
* | | powerpc/rtas: Move post_mobility_fixup() declaration to pseriesNathan Lynch2023-11-211-1/+0
* | | powerpc/rtas: Remove unused rtas_service_present()Nathan Lynch2023-11-211-1/+0
* | | powerpc/rtas: Drop declaration of undefined call_rtas() functionNathan Lynch2023-11-211-2/+0