summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | smp: Mark smp_prepare_boot_cpu() __initBibo Mao2024-09-081-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-09-161-0/+4
|\ \ \ \ \ \ \
| * | | | | | | powerpc/mm: add ARCH_PKEY_BITS to KconfigJoey Gouly2024-09-041-0/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-09-161-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | crypto: ppc/curve25519 - add missing MODULE_DESCRIPTION() macroJeff Johnson2024-08-021-0/+1
| |/ / / / /
* | | | | / MIPS: Remove the obsoleted code for include/linux/mv643xx.hGaosheng Cui2024-09-131-2/+5
| |_|_|_|/ |/| | | |
* | | | | powerpc/qspinlock: Fix deadlock in MCS queueNysal Jan K.A.2024-08-291-1/+9
* | | | | powerpc/mm: Fix return type of pgd_val()Christophe Leroy2024-08-222-5/+11
* | | | | powerpc/vdso: Don't discard rela sectionsChristophe Leroy2024-08-222-3/+5
* | | | | powerpc/64e: Define mmu_pte_psize staticChristophe Leroy2024-08-221-1/+1
| |/ / / |/| | |
* | | | 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 '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-301-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-161-1/+2
* | | | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-211-2/+0
|\ \ \ \ \
| * | | | | init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada2024-07-121-2/+0
* | | | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-2141-1740/+686
|\ \ \ \ \ \
| * | | | | | powerpc/mm: remove hugepd leftoversChristophe Leroy2024-07-127-477/+3
| * | | | | | powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy2024-07-1215-186/+74
| * | | | | | powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy2024-07-1210-79/+107
| * | | | | | powerpc/e500: free r10 for FIND_PTEChristophe Leroy2024-07-121-14/+16
| * | | | | | powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy2024-07-121-15/+0
| * | | | | | powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2024-07-122-15/+22
| * | | | | | powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy2024-07-122-4/+10
| * | | | | | powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy2024-07-124-14/+4
| * | | | | | powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy2024-07-121-7/+2
| * | | | | | powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy2024-07-1212-114/+111
| * | | | | | powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy2024-07-121-1/+2
| * | | | | | powerpc/mm: allow hugepages without hugepdChristophe Leroy2024-07-127-12/+41
| * | | | | | powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy2024-07-121-1/+10
| * | | | | | powerpc/mm: remove _PAGE_PSIZEChristophe Leroy2024-07-124-12/+3
| * | | | | | powerpc/64e: drop unused TLB miss handlersMichael Ellerman2024-07-123-232/+2
| * | | | | | powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman2024-07-121-23/+15
| * | | | | | powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2024-07-122-65/+38
| * | | | | | powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman2024-07-121-12/+0
| * | | | | | powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman2024-07-123-343/+363
| * | | | | | powerpc/64e: remove unused IBM HTW codeMichael Ellerman2024-07-123-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-19141-5741/+1438
|\ \ \ \ \ \