summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-187-22/+206
|\
| * arm64/io: Provide a WC friendly __iowriteXX_copy()Jason Gunthorpe2024-04-222-0/+174
| * s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe2024-04-222-6/+7
| * s390: Implement __iowrite32_copy()Jason Gunthorpe2024-04-221-0/+8
| * x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe2024-04-223-16/+17
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-1875-286/+77
|\ \
| * | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-1429-219/+0
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-1037-51/+43
| * | arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada2024-05-028-10/+10
| * | sh: Convert the last use of 'optional' property in KconfigMasahiro Yamada2024-05-0220-1/+24
| * | parisc: vdso: remove unused C build rule in vdso32/MakefileMasahiro Yamada2024-04-231-6/+1
* | | Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-188-35/+16
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel2024-05-138-35/+16
| |\ \ \ \ \ | | | | |/ / | | | |/| |
| | | | * | arm64: Properly clean up iommu-dma remnantsRobin Murphy2024-05-102-9/+0
| | | | * | dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy2024-04-266-17/+14
| | | | * | iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy2024-04-261-2/+0
| | | | * | dma-mapping: Add helpers for dma_range_map boundsRobin Murphy2024-04-261-7/+2
| | | |/ / | | |/| |
* | | | | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-177-0/+21
|\ \ \ \ \
| * | | | | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-167-0/+21
* | | | | | Merge tag 'parisc-for-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-174-18/+11
|\ \ \ \ \ \
| * | | | | | parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREAHelge Deller2024-05-151-0/+1
| * | | | | | parisc/math-emu: Remove unused struct 'exc_reg'Dr. David Alan Gilbert2024-05-101-6/+0
| * | | | | | parisc: Define sigset_t in parisc uapi headerHelge Deller2024-04-292-12/+10
| |/ / / / /
* | | | | | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-17138-1028/+2129
|\ \ \ \ \ \
| * | | | | | powerpc/fadump: Fix section mismatch warningMichael Ellerman2024-05-161-1/+1
| * | | | | | Merge branch 'topic/kdump-hotplug' into nextMichael Ellerman2024-05-1311-327/+676
| |\ \ \ \ \ \
| | * | | | | | 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
| | * | | | | | crash: add a new kexec flag for hotplug supportSourabh Jain2024-04-232-20/+19
| | * | | | | | crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain2024-04-232-2/+4
| | | |_|_|_|/ | | |/| | | |
| * | | | | | 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
| * | | | | | powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"Greg Kurz2024-05-081-3/+3
| * | | | | | powerpc/code-patching: Use dedicated memory routines for patchingBenjamin Gray2024-05-081-4/+27
| * | | | | | powerpc/code-patching: Test patch_instructions() during bootBenjamin Gray2024-05-081-0/+92
| * | | | | | powerpc64/kasan: Pass virtual addresses to kasan_init_phys_region()Benjamin Gray2024-05-082-2/+2
| * | | | | | powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXMatthias Schiffer2024-05-085-9/+13
| * | | | | | powerpc: Fix typosBjorn Helgaas2024-05-0829-40/+40
| * | | | | | powerpc/eeh: Fix spelling of the word "auxillary" and update commentGhanshyam Agrawal2024-05-082-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