aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-04Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds83-260/+310
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+70
2025-10-04Merge tag 'x86_entry_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+15
2025-10-04Merge tag 'x86_mm_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+7
2025-10-04Merge tag 'x86_tdx_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-92/+203
2025-10-04s390/pai_crypto: Consolidate PAI crypto allocation and cleanup pathsThomas Richter1-62/+44
2025-10-04s390/pci: Expose firmware provided UID Checking state in sysfsRamesh Errabolu3-0/+39
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds83-1034/+2739
2025-10-03Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2025-10-03Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-81/+2
2025-10-03Merge branch 'pci/resource'Bjorn Helgaas5-145/+13
2025-10-03Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+40
2025-10-03arm64: mte: Do not flag the zero page as PG_mte_taggedCatalin Marinas2-4/+8
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2-9/+63
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds84-191/+197
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds8-6/+176
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-2/+29
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-68/+12
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds1-0/+2
2025-10-02LoongArch: BPF: Sign-extend struct ops return values properlyHengqi Chen1-1/+36
2025-10-02LoongArch: BPF: Make error handling robust in arch_prepare_bpf_trampoline()Hengqi Chen1-1/+4
2025-10-02LoongArch: BPF: Make trampoline size stableHengqi Chen1-2/+2
2025-10-02LoongArch: BPF: Don't align trampoline sizeHengqi Chen1-2/+1
2025-10-02LoongArch: BPF: No support of struct argument in trampoline programsHengqi Chen1-0/+6
2025-10-02LoongArch: BPF: No text_poke() for kernel textHengqi Chen1-2/+4
2025-10-02LoongArch: BPF: Remove duplicated bpf_flush_icache()Hengqi Chen1-1/+0
2025-10-02LoongArch: BPF: Remove duplicated flags checkHengqi Chen1-7/+2
2025-10-02LoongArch: BPF: Fix uninitialized symbol 'retval_off'Huacai Chen1-5/+4
2025-10-02LoongArch: BPF: Optimize sign-extention mov instructionsTiezhu Yang1-4/+2
2025-10-02LoongArch: Handle new atomic instructions for probesTiezhu Yang2-0/+17
2025-10-02LoongArch: Try VMA lock-based page fault handling firstWentao Guan2-3/+56
2025-10-02LoongArch: Automatically disable kaslr if boot from kexec_fileYouling Tang1-0/+4
2025-10-02LoongArch: Add crash dump support for kexec_fileYouling Tang1-0/+115
2025-10-02LoongArch: Add ELF binary support for kexec_fileYouling Tang5-1/+109
2025-10-02LoongArch: Add EFI binary support for kexec_fileYouling Tang5-1/+130
2025-10-02LoongArch: Add preparatory infrastructure for kexec_fileYouling Tang5-13/+166
2025-10-02LoongArch: Add struct loongarch_image_header for kernelYouling Tang1-0/+38
2025-10-02LoongArch: Allow specify SIMD width via kernel parametersHuacai Chen1-2/+44
2025-10-02LoongArch: Init acpi_gbl_use_global_lock to falseHuacai Chen1-0/+1
2025-10-02LoongArch: Fix build error for LTO with LLVM-18Huacai Chen1-1/+1
2025-10-02LoongArch: Add cflag -fno-isolate-erroneous-paths-dereferenceTiezhu Yang1-1/+1
2025-10-02ARM: 9457/1: ftrace: Implement HAVE_FUNCTION_GRAPH_FREGSRichard Weinberger2-4/+15
2025-10-02ARM: 9456/1: mm: fault: use string choices helperKuninori Morimoto1-2/+1
2025-10-02ARM: 9454/1: kernel: bios32: use string choices helperKuninori Morimoto1-2/+3
2025-10-02ARM: 9451/1: mm: l2x0: use string choices helperKuninori Morimoto1-3/+4
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds8-44/+20
2025-10-01Merge tag 'soc-arm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds19-103/+113
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+37
2025-10-01Merge tag 'soc-defconfig-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-14/+16