aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-30powerpc/uaccess: Use YZ asm constraint for ldGravatar Michael Ellerman 1-0/+11
2024-05-30powerpc/uaccess: Fix build errors seen with GCC 13/14Gravatar Michael Ellerman 1-0/+16
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+28
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Gravatar Steven Rostedt (Google) 1-2/+2
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+4
2024-05-19powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORTGravatar Samuel Holland 1-0/+28
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-74/+12
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 20-52/+121
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+0
2024-05-15Merge tag 'libnvdimm-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-165/+0
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-15/+11
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateGravatar Mike Rapoport (IBM) 1-1/+1
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-14/+0
2024-05-13Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2024-05-13Merge branch 'topic/kdump-hotplug' into nextGravatar Michael Ellerman 2-15/+20
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 1-3/+2
2024-05-10powerpc/fadump: pass additional parameters when fadump is activeGravatar Hari Bathini 1-0/+2
2024-05-10powerpc/fadump: setup additional parameters for dump capture kernelGravatar Hari Bathini 1-0/+3
2024-05-10powerpc/pseries/fadump: add support for multiple boot memory regionsGravatar Hari Bathini 1-1/+1
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 1-2/+1
2024-05-08powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXGravatar Matthias Schiffer 1-1/+1
2024-05-08powerpc: Fix typosGravatar Bjorn Helgaas 5-6/+6
2024-05-08powerpc/eeh: Fix spelling of the word "auxillary" and update commentGravatar Ghanshyam Agrawal 1-1/+1
2024-05-07powerpc/bpf/32: Fix failing test_bpf testsGravatar Christophe Leroy 1-0/+4
2024-05-06powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nGravatar Michael Ellerman 1-1/+1
2024-05-06powerpc/io: Avoid clang null pointer arithmetic warningsGravatar Michael Ellerman 1-12/+12
2024-05-06powerpc/dexcr: Add DEXCR prctl interfaceGravatar Benjamin Gray 1-0/+10
2024-05-05Merge tag 'powerpc-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-3/+2
2024-05-03arch: Rename fbdev header and source filesGravatar Thomas Zimmermann 1-4/+4
2024-05-03powerpc/dexcr: Reset DEXCR value across execGravatar Benjamin Gray 1-1/+1
2024-05-03powerpc/dexcr: Track the DEXCR per-processGravatar Benjamin Gray 1-0/+1
2024-05-03powerpc/module: Remove arch specific module bug stuffGravatar Dr. David Alan Gilbert 1-5/+0
2024-04-29powerpc/pseries: Enforce hcall result buffer validity and sizeGravatar Nathan Lynch 1-4/+4
2024-04-29powerpc: make fadump resilient with memory add/remove eventsGravatar Sourabh Jain 1-2/+29
2024-04-29powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppGravatar Shrikanth Hegde 1-1/+1
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Gravatar Baoquan He 1-4/+0
2024-04-25mm/treewide: remove pXd_huge()Gravatar Peter Xu 3-45/+0
2024-04-25mm/powerpc: redefine pXd_huge() with pXd_leaf()Gravatar Peter Xu 2-27/+14
2024-04-25powerpc/papr_scm: Move duplicate definitions to common header filesGravatar Shivaprasad G Bhat 1-165/+0
2024-04-23powerpc/crash: add crash memory hotplug supportGravatar Sourabh Jain 2-0/+4
2024-04-23powerpc/crash: add crash CPU hotplug supportGravatar Sourabh Jain 1-0/+8
2024-04-23powerpc/kexec: make the update_cpus_node() function publicGravatar Sourabh Jain 1-0/+4
2024-04-23powerpc/kexec: move *_memory_ranges functions to ranges.cGravatar Sourabh Jain 1-15/+4
2024-04-22powerpc/pseries: make max polling consistent for longer H_CALLsGravatar Nayna Jain 1-3/+2
2024-04-17sched/vtime: Do not include <asm/vtime.h> headerGravatar Alexander Gordeev 1-1/+0
2024-04-17sched/vtime: Get rid of generic vtime_task_switch() implementationGravatar Alexander Gordeev 1-13/+0
2024-04-15Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigGravatar Vignesh Balasubramanian 1-2/+0
2024-04-15powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Gravatar Mahesh Salgaonkar 2-0/+20