summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge v6.11-rc5 into drm-nextDaniel Vetter2024-08-274-4/+16
|\
| * powerpc/topology: Check if a core is onlineNysal Jan K.A2024-08-131-0/+13
| * powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUALChristophe Leroy2024-08-122-2/+1
| * powerpc/mm: Fix size of allocated PGDIRChristophe Leroy2024-08-121-2/+2
* | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-082-6/+6
|\ \ | |/ |/|
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-298-9/+74
| |\
| * | printk: Add a short description string to kmsg_dump()Jocelyn Falempe2024-07-172-6/+6
* | | Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-07-272-5/+2
|\ \ \
| * | | of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-252-5/+2
* | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-07-261-1/+3
|\ \ \ \
| * | | | powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()Al Viro2024-05-311-1/+3
| | |/ / | |/| |
* | | | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-255-16/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-035-16/+8
* | | | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-1/+2
|\ \ \ \
| * | | | treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada2024-07-151-1/+2
* | | | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-221-2/+0
|\ \ \ \ \
| * | | | | init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada2024-07-131-2/+0
* | | | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-2241-1740/+686
|\ \ \ \ \ \
| * | | | | | powerpc/mm: remove hugepd leftoversChristophe Leroy2024-07-137-477/+3
| * | | | | | powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy2024-07-1315-186/+74
| * | | | | | powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy2024-07-1310-79/+107
| * | | | | | powerpc/e500: free r10 for FIND_PTEChristophe Leroy2024-07-131-14/+16
| * | | | | | powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy2024-07-131-15/+0
| * | | | | | powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2024-07-132-15/+22
| * | | | | | powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy2024-07-132-4/+10
| * | | | | | powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy2024-07-134-14/+4
| * | | | | | powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy2024-07-131-7/+2
| * | | | | | powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy2024-07-1312-114/+111
| * | | | | | powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy2024-07-131-1/+2
| * | | | | | powerpc/mm: allow hugepages without hugepdChristophe Leroy2024-07-137-12/+41
| * | | | | | powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy2024-07-131-1/+10
| * | | | | | powerpc/mm: remove _PAGE_PSIZEChristophe Leroy2024-07-134-12/+3
| * | | | | | powerpc/64e: drop unused TLB miss handlersMichael Ellerman2024-07-133-232/+2
| * | | | | | powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman2024-07-131-23/+15
| * | | | | | powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2024-07-132-65/+38
| * | | | | | powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman2024-07-131-12/+0
| * | | | | | powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman2024-07-133-343/+363
| * | | | | | powerpc/64e: remove unused IBM HTW codeMichael Ellerman2024-07-133-253/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-202-2/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-162-2/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | KVM: Introduce vcpu->wants_to_runDavid Matlack2024-06-181-1/+1
| | * | | | | KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson2024-06-111-1/+0
| | | |_|/ / | | |/| | |
* | | | | | Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-07-20141-5741/+1438
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2024-07-1812-7/+183
| |\ \ \ \ \ \
| | * | | | | | KVM: PPC: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-043-0/+3
| | * | | | | | KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHPKEYR in syncShivaprasad G Bhat2024-06-061-0/+6
| | * | | | | | KVM: PPC: Book3S HV: Add one-reg interface for HASHPKEYR registerShivaprasad G Bhat2024-06-064-0/+9
| | * | | | | | KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHKEYR in syncShivaprasad G Bhat2024-06-061-0/+6
| | * | | | | | KVM: PPC: Book3S HV: Add one-reg interface for HASHKEYR registerShivaprasad G Bhat2024-06-064-0/+9
| | * | | | | | KVM: PPC: Book3S HV nestedv2: Keep nested guest DEXCR in syncShivaprasad G Bhat2024-06-061-0/+6