summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-094-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-181-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-071-2/+2
| | * | | KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliverKunwu Chan2024-05-071-4/+0
| | * | | KVM: PPC: Book3S HV nestedv2: Cancel pending DEC exceptionVaibhav Jain2024-05-071-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
| * | | powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"Greg Kurz2024-05-071-3/+3
| * | | powerpc/code-patching: Use dedicated memory routines for patchingBenjamin Gray2024-05-071-4/+27
| * | | powerpc/code-patching: Test patch_instructions() during bootBenjamin Gray2024-05-071-0/+92
| * | | powerpc64/kasan: Pass virtual addresses to kasan_init_phys_region()Benjamin Gray2024-05-072-2/+2
| * | | powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXMatthias Schiffer2024-05-075-9/+13
| * | | powerpc: Fix typosBjorn Helgaas2024-05-0729-40/+40
| * | | powerpc/eeh: Fix spelling of the word "auxillary" and update commentGhanshyam Agrawal2024-05-072-4/+4
| * | | powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao2024-05-079-21/+1
| * | | powerpc/pseries/pci: Code cleanupKunwu Chan2024-05-071-27/+0
| * | | powerpc/cell: Code cleanup for spufs_mfc_flushKunwu Chan2024-05-071-16/+4
| * | | powerpc/iommu: Code cleanup for cell/iommu.cKunwu Chan2024-05-071-17/+0
| * | | powerpc: Fix preserved memory size for int-vectorsGUO Zihua2024-05-071-1/+9
| * | | powerpc: dts: fsl: rename ifc node name to be memory-controllerLi Yang2024-05-075-5/+5
| * | | powerpc: dts: mpc85xx: remove "simple-bus" compatible from ifc nodeLi Yang2024-05-079-9/+9
| * | | powerpc: dts: p1010rdb: fix INTx interrupt issue on P1010RDB-PBXiaowei Bao2024-05-073-16/+32
| * | | powerpc: dts: add power management nodes to FSL chipsRan Wang2024-05-0714-12/+83
| * | | powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()Yang Li2024-05-071-0/+1
| * | | powerpc: Fix kernel-doc comments in fsl_gtm.cYang Li2024-05-071-3/+3
| * | | powerpc: boot: Fix kernel-doc param for partial_decompressYang Li2024-05-071-1/+1
| * | | powerpc: remove unused *_syscall_64.o variables in MakefileMasahiro Yamada2024-05-071-3/+0
| * | | powerpc/bpf/32: Fix failing test_bpf testsChristophe Leroy2024-05-072-31/+110
| * | | powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman2024-05-061-1/+1
| * | | powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman2024-05-061-12/+12
| * | | powerpc/bpf: enable kfunc callHari Bathini2024-05-062-10/+61
| * | | powerpc/64/bpf: fix tail calls for PCREL addressingHari Bathini2024-05-061-14/+16
| * | | powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray2024-05-062-0/+111
| * | | powerpc/dexcr: Reset DEXCR value across execBenjamin Gray2024-05-034-1/+32
| * | | powerpc/dexcr: Track the DEXCR per-processBenjamin Gray2024-05-033-6/+12