summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | powerpc/ps3: move udbg_shutdown_ps3gelic prototypeArnd Bergmann2023-11-211-0/+6
|/ /
* | 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