summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Limit ARCH_HAS_KERNEL_FPU_SUPPORT to PPC64Samuel Holland2024-05-301-1/+1
* powerpc/uaccess: Use YZ asm constraint for ldMichael Ellerman2024-05-301-0/+11
* powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman2024-05-301-0/+16
* powerpc/pseries/lparcfg: drop error message from guest name lookupNathan Lynch2024-05-301-2/+2
* powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCHPuranjay Mohan2024-05-292-0/+24
* Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-241-0/+1
|\
| * mseal: wire up mseal syscallJeff Xu2024-05-231-0/+1
* | Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-231-2/+2
|\ \ | |/ |/|
| * tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-2/+2
* | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-223-1/+33
|\ \ | |/ |/|
| * powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-1/+33
* | Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-222-19/+1
|\ \
| * | driver core: Add device_show_string() helper for sysfs attributesLukas Wunner2024-05-041-10/+0
| * | Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman2024-04-233-7/+11
| |\ \
| * | | treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner2024-04-111-9/+1
* | | | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-202-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-032-5/+5
| | |/ | |/|
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-1916-111/+52
|\ \ \
| * | | mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-05-071-0/+1
| * | | mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-251-1/+1
| * | | powerpc: mm: accelerate pagefault when badaccessKefeng Wang2024-04-251-13/+20
| * | | powerpc: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-11/+9
| * | | mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He2024-04-252-9/+0
| * | | change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2024-04-253-4/+4
| * | | fix missing vmalloc.h includesKent Overstreet2024-04-252-0/+2
| * | | mm/treewide: remove pXd_huge()Peter Xu2024-04-253-45/+0
| * | | mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-251-3/+3
| * | | mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu2024-04-252-27/+14
* | | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-185-22/+9
|\ \ \ \
| * | | | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-142-11/+0
| * | | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-104-9/+7
| * | | | arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada2024-05-021-2/+2
| | |/ / | |/| |
* | | | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-171-0/+3
|\ \ \ \
| * | | | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
| |/ / /
* | | | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-17136-1006/+2106
|\ \ \ \
| * | | | powerpc/fadump: Fix section mismatch warningMichael Ellerman2024-05-161-1/+1
| * | | | Merge branch 'topic/kdump-hotplug' into nextMichael Ellerman2024-05-139-305/+653
| |\ \ \ \
| | * | | | powerpc/crash: remove unnecessary NULL check before kvfree()Sourabh Jain2024-05-031-2/+1
| | * | | | powerpc/crash: add crash memory hotplug supportSourabh Jain2024-04-235-2/+202
| | * | | | powerpc/crash: add crash CPU hotplug supportSourabh Jain2024-04-235-1/+134
| | * | | | powerpc/kexec: make the update_cpus_node() function publicSourabh Jain2024-04-233-87/+95
| | * | | | powerpc/kexec: move *_memory_ranges functions to ranges.cSourabh Jain2024-04-234-216/+224
| | | |_|/ | | |/| |
| * | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2024-05-133-7/+3
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV nestedv2: Fix an error handling path in gs_msg_ops_kvmhv_...Christophe JAILLET2024-05-081-2/+2
| | * | | | KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliverKunwu Chan2024-05-081-4/+0
| | * | | | KVM: PPC: Book3S HV nestedv2: Cancel pending DEC exceptionVaibhav Jain2024-05-081-1/+1
| | |/ / /
| * | | | powerpc/85xx: fix compile error without CONFIG_CRASH_DUMPHari Bathini2024-05-101-3/+6
| * | | | powerpc/fadump: pass additional parameters when fadump is activeHari Bathini2024-05-103-0/+40
| * | | | powerpc/fadump: setup additional parameters for dump capture kernelHari Bathini2024-05-105-9/+133
| * | | | powerpc/pseries/fadump: add support for multiple boot memory regionsHari Bathini2024-05-105-120/+197