aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-12-14Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2025-12-13Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2025-12-13x86/hv: Add gitignore entry for generated header fileLinus Torvalds1-0/+1
2025-12-13Merge tag 'sound-fix-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-16/+0
2025-12-13Merge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds75-765/+2994
2025-12-12Merge tag 'libcrypto-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-89/+86
2025-12-12perf/x86/intel: Fix NULL event dereference crash in handle_pmi_common()Evan Li1-0/+3
2025-12-11Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds11-134/+277
2025-12-11Merge tag 'alpha-for-v6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-14/+14
2025-12-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds4-33/+87
2025-12-10crypto: arm64/ghash - Fix incorrect output from ghash-neonEric Biggers1-1/+1
2025-12-10Merge branches 'fixes' and 'misc' into for-nextRussell King (Oracle)1-2/+2
2025-12-10ARM: fix branch predictor hardeningRussell King (Oracle)2-14/+31
2025-12-10ARM: fix hash_name() faultRussell King (Oracle)1-0/+35
2025-12-10ARM: allow __do_kernel_fault() to report execution of memory faultsRussell King (Oracle)1-0/+2
2025-12-10Merge tag 'csky-for-linus-6.19' of https://github.com/c-sky/csky-linuxLinus Torvalds13-20/+21
2025-12-09crypto/arm64: sm4/xts - Merge ksimd scopes to reduce stack bloatArd Biesheuvel1-22/+20
2025-12-09crypto/arm64: aes/xts - Use single ksimd scope to reduce stack bloatArd Biesheuvel2-62/+57
2025-12-09lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESSEric Biggers1-4/+8
2025-12-10Merge tag 'mips_6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds9-116/+178
2025-12-10Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds4-9/+9
2025-12-09powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pagesDavid Hildenbrand1-0/+1
2025-12-09powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_...David Hildenbrand1-1/+1
2025-12-09perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on errorSandipan Das1-4/+1
2025-12-09ARM: group is_permission_fault() with is_translation_fault()Russell King (Oracle)1-13/+13
2025-12-09ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad()Liyuan Pang1-5/+5
2025-12-08arch/x86: replace "__auto_type" with "auto"H. Peter Anvin3-5/+5
2025-12-08arch/nios2: replace "__auto_type" and adjacent equivalent with "auto"H. Peter Anvin1-4/+4
2025-12-08alpha: don't reference obsolete termio struct for TC* constantsSam James1-4/+4
2025-12-08alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headersThomas Huth4-10/+10
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds10-21/+1071
2025-12-08s390/bug: Add missing alignmentHeiko Carstens1-0/+1
2025-12-08s390/bug: Add missing CONFIG_BUG ifdef againHeiko Carstens1-0/+4
2025-12-08KVM: s390: Fix gmap_helper_zap_one_page() againClaudio Imbrenda1-2/+7
2025-12-08LoongArch: Adjust default config files for 32BIT/64BITHuacai Chen3-4/+1115
2025-12-08LoongArch: Adjust VDSO/VSYSCALL for 32BIT/64BITHuacai Chen5-3/+22
2025-12-08LoongArch: Adjust misc routines for 32BIT/64BITHuacai Chen10-82/+151
2025-12-08LoongArch: Adjust user accessors for 32BIT/64BITHuacai Chen3-22/+91
2025-12-08LoongArch: Adjust system call for 32BIT/64BITHuacai Chen6-11/+33
2025-12-08LoongArch: Adjust module loader for 32BIT/64BITHuacai Chen4-55/+163
2025-12-08LoongArch: Adjust time routines for 32BIT/64BITHuacai Chen6-17/+80
2025-12-08LoongArch: Adjust process management for 32BIT/64BITHuacai Chen7-16/+187
2025-12-08LoongArch: Adjust memory management for 32BIT/64BITHuacai Chen12-196/+421
2025-12-08LoongArch: Adjust boot & setup for 32BIT/64BITHuacai Chen8-27/+43
2025-12-07s390/pci: Migrate s390 IRQ logic to IRQ domain APITobias Schumacher5-115/+247
2025-12-07s390: Select POSIX_CPU_TIMERS_TASK_WORKHeiko Carstens1-0/+1
2025-12-07s390: Unmap early KASAN shadow on memory offliningVasily Gorbik1-1/+7
2025-12-07s390/vmem: Support 2G page splitting for KASAN shadow freeingVasily Gorbik3-2/+8
2025-12-07s390/boot: Use entire page for PTEsVasily Gorbik1-14/+2
2025-12-07ALSA: Do not build obsolete APIDavid Heidelberg16-16/+0
2025-12-06Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds22-22/+3
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-6/+9
2025-12-06Merge tag 'parisc-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-14/+16
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds6-22/+52
2025-12-06Merge tag 'x86-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+16
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-35/+43
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds14-286/+239
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-0/+2
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-101/+3
2025-12-06LoongArch: Adjust common macro definitions for 32BIT/64BITHuacai Chen3-55/+174
2025-12-06LoongArch: Add adaptive CSR accessors for 32BIT/64BITHuacai Chen9-55/+77
2025-12-06LoongArch: Add atomic operations for 32BIT/64BITHuacai Chen7-219/+413
2025-12-06LoongArch: Add new PCI ID for pci_fixup_vgadev()Huacai Chen1-0/+2
2025-12-06LoongArch: Add and use some macros for AVECSong Gao1-0/+7
2025-12-06LoongArch: Correct the calculation logic of thread_countQiang Ma1-1/+7
2025-12-06LoongArch: Use unsigned long for _end and _textTiezhu Yang1-2/+2
2025-12-06LoongArch: Use __pmd()/__pte() for swap entry conversionsYuli Wang1-2/+2
2025-12-06LoongArch: Fix arch_dup_task_struct() for CONFIG_RANDSTRUCTHuacai Chen1-0/+5
2025-12-06LoongArch: Fix build errors for CONFIG_RANDSTRUCTHuacai Chen1-2/+2
2025-12-06LoongArch: Simplify __arch_bitrev32() implementationXi Ruoyao1-1/+1
2025-12-06LoongArch: Select HAVE_ARCH_BITREVERSE in KconfigXi Ruoyao1-0/+1
2025-12-05Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+3
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds41-176/+344
2025-12-05Merge tag 'soc-newsoc-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-0/+404
2025-12-05Merge tag 'soc-dt-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds685-5603/+50902
2025-12-05Merge tag 'soc-arm-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds8-23/+29
2025-12-05Merge tag 'soc-defconfig-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-8/+56
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds118-2144/+3583
2025-12-05Merge tag 'uml-for-linux-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds61-831/+967
2025-12-05Merge tag 'riscv-for-linus-6.19-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-125/+187
2025-12-05Merge tag 'powerpc-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds46-195/+262
2025-12-05mshv: Cleanly shutdown root partition with MSHVPraveen K Paladugu2-0/+3
2025-12-05mshv: Use reboot notifier to configure sleep statePraveen K Paladugu2-0/+2
2025-12-05Drivers: hv: Introduce mshv_vtl driverNaman Jain5-1/+226
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-121/+65
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds24-67/+250
2025-12-05Merge tag 'samsung-dt-6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann4-0/+4
2025-12-05ARM: omap1: avoid symbol clashes in fiq handlerArnd Bergmann1-19/+19
2025-12-04Merge tag 'iommu-updates-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+6
2025-12-04Merge tag 'gpio-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-134/+229
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-22/+0
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds9-53/+126
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds85-86/+1
2025-12-03objtool: Remove newlines and tabs from annotation macrosJosh Poimboeuf13-19/+19
2025-12-03x86/asm: Remove ANNOTATE_DATA_SPECIAL usageJosh Poimboeuf5-12/+18
2025-12-03x86/alternative: Remove ANNOTATE_DATA_SPECIAL usageJosh Poimboeuf3-4/+7
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds20-536/+499
2025-12-02Merge tag 'aes-gcm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-486/+1663
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds23-2401/+3
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds102-509/+744
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds146-5184/+2423
2025-12-02Merge tag 'm68k-for-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-24/+12
2025-12-02Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-27/+160
2025-12-02Merge tag 'x86_entry_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+5
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds34-108/+131
2025-12-02Merge tag 'x86_sgx_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-49/+210
2025-12-02Merge tag 'x86_mm_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-18/+18
2025-12-02Merge tag 'x86_bugs_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-174/+126
2025-12-02Merge tag 'x86_sev_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-54/+44
2025-12-02Merge tag 'x86_cleanups_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-19/+11
2025-12-02Merge tag 'x86_cache_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-0/+59
2025-12-02Merge tag 'x86_microcode_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-56/+468
2025-12-02Merge tag 'ras_core_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-216/+210
2025-12-02Merge tag 'edac_updates_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2025-12-02Merge tag 'kvm-s390-next-6.19-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini11-269/+112
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini34-497/+1662
2025-12-02Merge tag 'kvm-riscv-6.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini19-93/+133
2025-12-02Merge tag 'loongarch-kvm-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini9-104/+117
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-12/+13
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-61/+76
2025-12-02ARM: 9461/1: Disable HIGHPTE on PREEMPT_RT kernelsSebastian Andrzej Siewior1-1/+1
2025-12-02ARM: 9459/1: Disable jump-label on PREEMPT_RTThomas Gleixner1-1/+1
2025-12-02powerpc/powermac: backlight: Include <linux/of.h>Thomas Zimmermann1-0/+1
2025-12-01Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-134/+317
2025-12-01Merge tag 'x86-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-8/+24
2025-12-01Merge tag 'x86-build-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-12-01Merge tag 'x86-apic-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-7/+10
2025-12-01Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+73
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds19-265/+1363
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-43/+56
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-106/+32
2025-12-01x86/platform: Fix and extend kernel-doc comments in <asm/x86_init.h>Randy Dunlap1-12/+16
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-0/+16
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-9/+18
2025-12-01um: Disable KASAN_INLINE when STATIC_LINK is selectedChristophe Leroy (CS GROUP)2-4/+1
2025-12-01MIPS: Fix whitespace damage in r4k_wait from VS timer fixMaciej W. Rozycki1-4/+4
2025-12-01mips: kvm: simplify kvm_mips_deliver_interrupts()Yury Norov1-18/+2
2025-12-01MIPS: alchemy: mtx1: switch to static device propertiesDmitry Torokhov1-57/+124
2025-12-01mips: Remove __GFP_HIGHMEM maskingVishal Moola (Oracle)1-2/+1
2025-12-01MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bitsGregory CLEMENT1-4/+21
2025-12-01MIPS: dts: Always descend vendor subdirectoriesRob Herring (Arm)2-21/+18
2025-12-01mips: configs: loongson1: Update defconfigKeguang Zhang1-9/+7
2025-12-01MIPS: Fix HOTPLUG_PARALLEL dependencyGregory CLEMENT1-1/+1
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton12-96/+430
2025-12-01Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/nextOliver Upton24-385/+1029
2025-12-01Merge branch 'kvm-arm64/sea-user' into kvmarm/nextOliver Upton3-1/+74
2025-12-01KVM: arm64: at: Update AF on software walk only if VM has FEAT_HAFDBSAlexandru Elisei1-1/+2
2025-12-01KVM: arm64: at: Use correct HA bit in TCR_EL2 when regime is EL2Alexandru Elisei2-1/+4
2025-12-01KVM: arm64: Document KVM_PGTABLE_PROT_{UX,PX}Alexandru Elisei1-1/+3
2025-12-01KVM: arm64: Add break to default case in kvm_pgtable_stage2_pte_prot()Nathan Chancellor1-0/+1
2025-12-01KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()Marc Zyngier2-8/+8
2025-12-01KVM: arm64: Fix compilation when CONFIG_ARM64_USE_LSE_ATOMICS=nOliver Upton1-0/+7
2025-12-01KVM: arm64: nv: Expose hardware access flag management to NV guestsOliver Upton1-2/+4
2025-12-01KVM: arm64: nv: Implement HW access flag management in stage-2 SW PTWOliver Upton2-7/+42
2025-12-01KVM: arm64: Implement HW access flag management in stage-1 SW PTWOliver Upton2-2/+32
2025-12-01KVM: arm64: Propagate PTW errors up to AT emulationOliver Upton3-19/+39
2025-12-01KVM: arm64: Add helper for swapping guest descriptorOliver Upton2-0/+89
2025-12-01KVM: arm64: nv: Use pgtable definitions in stage-2 walkOliver Upton1-6/+15
2025-12-01KVM: arm64: Handle endianness in read helper for emulated PTWOliver Upton2-18/+39
2025-12-01KVM: arm64: nv: Stop passing vCPU through void ptr in S2 PTWOliver Upton1-8/+4
2025-12-01KVM: arm64: Call helper for reading descriptors directlyOliver Upton1-10/+8
2025-12-01KVM: arm64: nv: Advertise support for FEAT_XNXOliver Upton1-1/+0
2025-12-01KVM: arm64: Teach ptdump about FEAT_XNX permissionsOliver Upton1-8/+27
2025-11-29Merge tag 'mips-fixes_6.18_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+16
2025-11-29MIPS: mm: kmalloc tlb_vpn array to avoid stack overflowThomas Bogendoerfer1-2/+16
2025-11-28x86/boot: Clean up whitespace in a20.cHarry Fellowes1-5/+5
2025-11-28Merge tag 'soc-fixes-6.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-6/+11
2025-11-28Merge tag 'sunxi-fixes-for-6.18' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2025-11-28Merge branch 'for-next/set_memory' into for-next/coreCatalin Marinas1-2/+5
2025-11-28Merge branch 'for-next/sysreg' into for-next/coreCatalin Marinas12-172/+204
2025-11-28Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt',...Catalin Marinas96-336/+536
2025-11-28arm64/mm: Document why linear map split failure upon vm_reset_perms is not pr...Dev Jain1-0/+9
2025-11-28arm64/pageattr: Propagate return value from __change_memory_commonDev Jain1-1/+4
2025-11-28pseries: port papr_rtas_setup_file_interface() to FD_ADD()Christian Brauner1-22/+5
2025-11-28pseries: convert papr_platform_dump_create_handle() to FD_ADD()Christian Brauner1-22/+8
2025-11-28spufs: convert spufs_gang_open() to FD_PREPARE()Christian Brauner1-16/+5
2025-11-28papr-hvpipe: convert papr_hvpipe_dev_create_handle() to FD_PREPARE()Christian Brauner1-30/+9
2025-11-28spufs: convert spufs_context_open() to FD_PREPARE()Christian Brauner1-16/+5
2025-11-28KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK functionsAndrew Donnellan3-12/+32
2025-11-28Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...Joerg Roedel2-2/+6
2025-11-28powerpc/pseries/svm: Make mem_encrypt.h self containedJason Gunthorpe1-0/+3
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao1-0/+4
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton4-2/+13
2025-11-27Merge tag 'riscv-config-for-v6.19' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-0/+1
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2-1/+3
2025-11-27Merge tag 'riscv-dt-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann15-19/+516
2025-11-27arm64: dts: mediatek: mt8195: Fix address range for JPEG decoder core 1Chen-Yu Tsai1-1/+1
2025-11-27Merge tag 'amlogic-arm64-dt-for-v6.19' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann11-5/+442
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-151/+165
2025-11-27arm64/sysreg: Remove unused define ARM64_FEATURE_FIELD_BITSBen Horgan1-2/+0
2025-11-27arm64: atomics: lse: Remove unused parameters from ATOMIC_FETCH_OP_AND macrosSeongsu Park1-10/+10
2025-11-27ARM: dts: samsung: exynos4412-midas: turn off SDIO WLAN chip during system su...Marek Szyprowski1-0/+1
2025-11-27ARM: dts: samsung: exynos4210-trats: turn off SDIO WLAN chip during system su...Marek Szyprowski1-0/+1
2025-11-27ARM: dts: samsung: exynos4210-i9100: turn off SDIO WLAN chip during system su...Marek Szyprowski1-0/+1
2025-11-27ARM: dts: samsung: universal_c210: turn off SDIO WLAN chip during system suspendMarek Szyprowski1-0/+1
2025-11-27arch: um: kmsg_dump: Use console_is_usableMarcos Paulo de Souza1-1/+1
2025-11-27KVM: s390: Enable and disable interrupts in entry codeHeiko Carstens4-5/+4