summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-13powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy5-56/+68
2024-07-13powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2-15/+22
2024-07-13powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy1-0/+4
2024-07-13powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy1-3/+0
2024-07-13powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy1-7/+2
2024-07-13powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy5-58/+45
2024-07-13powerpc/mm: allow hugepages without hugepdChristophe Leroy3-11/+3
2024-07-13powerpc/mm: remove _PAGE_PSIZEChristophe Leroy4-12/+3
2024-07-13powerpc/64e: remove unused IBM HTW codeMichael Ellerman1-2/+1
2024-05-30powerpc/uaccess: Use YZ asm constraint for ldMichael Ellerman1-0/+11
2024-05-30powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman1-0/+16
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-05-23Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+28
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-2/+2
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2024-05-20powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+28
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-74/+12
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds20-52/+121
2024-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2024-05-16Merge tag 'libnvdimm-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-165/+0
2024-05-16Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+11
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)1-1/+1
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-14/+0
2024-05-14Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2024-05-13Merge branch 'topic/kdump-hotplug' into nextMichael Ellerman2-15/+20
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-3/+2
2024-05-10powerpc/fadump: pass additional parameters when fadump is activeHari Bathini1-0/+2
2024-05-10powerpc/fadump: setup additional parameters for dump capture kernelHari Bathini1-0/+3
2024-05-10powerpc/pseries/fadump: add support for multiple boot memory regionsHari Bathini1-1/+1
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-2/+1
2024-05-07powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXMatthias Schiffer1-1/+1
2024-05-07powerpc: Fix typosBjorn Helgaas5-6/+6
2024-05-07powerpc/eeh: Fix spelling of the word "auxillary" and update commentGhanshyam Agrawal1-1/+1
2024-05-07powerpc/bpf/32: Fix failing test_bpf testsChristophe Leroy1-0/+4
2024-05-06powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman1-1/+1
2024-05-06powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman1-12/+12
2024-05-06powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray1-0/+10
2024-05-05Merge tag 'powerpc-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+2
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-4/+4
2024-05-03powerpc/dexcr: Reset DEXCR value across execBenjamin Gray1-1/+1
2024-05-03powerpc/dexcr: Track the DEXCR per-processBenjamin Gray1-0/+1
2024-05-03powerpc/module: Remove arch specific module bug stuffDr. David Alan Gilbert1-5/+0
2024-04-29powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch1-4/+4
2024-04-29powerpc: make fadump resilient with memory add/remove eventsSourabh Jain1-2/+29
2024-04-29powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde1-1/+1
2024-04-26mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He1-4/+0
2024-04-26mm/treewide: remove pXd_huge()Peter Xu3-45/+0
2024-04-26mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu2-27/+14
2024-04-25powerpc/papr_scm: Move duplicate definitions to common header filesShivaprasad G Bhat1-165/+0