aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-02-09MIPS: Implement ARCH_HAS_CC_CAN_LINKThomas Weißschuh1-0/+28
2026-02-09MIPS: rb532: Fix MMIO UART resource registrationJiaxun Yang1-2/+3
2026-02-09MIPS: Work around LLVM bug when gp is used as global register variableYao Zi1-0/+13
2026-02-06mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREEQi Zheng1-1/+0
2026-02-06mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE configQi Zheng4-2/+2
2026-02-06um: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng1-0/+1
2026-02-06parisc: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng2-2/+3
2026-02-06mips: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng2-4/+4
2026-02-06LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng2-4/+4
2026-02-06alpha: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng2-3/+4
2026-02-07parisc: Detect 64-bit free running platform counterHelge Deller1-0/+20
2026-02-07parisc: Enhance debug code for PAT firmwareHelge Deller1-0/+13
2026-02-07parisc: Add PDC PAT call to get free running 64-bit counterHelge Deller2-3/+31
2026-02-07parisc: Fix module path output in qemu tablesHelge Deller1-2/+2
2026-02-07parisc: Export model name for MPE/ixHelge Deller1-1/+5
2026-02-07parisc: Prevent interrupts during rebootHelge Deller1-0/+3
2026-02-07parisc: Print hardware IDs as 4 digit hex stringsHelge Deller1-13/+13
2026-02-07parisc: kernel: replace kfree() with put_device() in create_tree_node()Haoxiang Li1-1/+1
2026-02-06x86/vmware: Fix hypercall clobbersJosh Poimboeuf1-2/+2
2026-02-06riscv: dts: microchip: add can resets to mpfsConor Dooley1-0/+2
2026-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+4
2026-02-06sparc: remove unused variable strtabAlex Shi1-2/+0
2026-02-06sparc64: fix unused variable warningAlex Shi1-6/+0
2026-02-06sparc: don't reference obsolete termio struct for TC* constantsSam James1-4/+4
2026-02-06sparc: vio: Replace snprintf with strscpy in vio_create_oneThorsten Blum1-2/+2
2026-02-06sparc: Add architecture support for clone3Ludwig Rydberg9-15/+78
2026-02-06sparc: Synchronize user stack on fork and cloneAndreas Larsson1-14/+24
2026-02-06irqchip/riscv-imsic: Adjust the number of available guest irq filesXu Lu1-1/+1
2026-02-06RISC-V: KVM: Transparent huge page supportJessica Liu2-0/+142
2026-02-06RISC-V: KVM: Allow Zalasr extensions for Guest/VMXu Lu2-0/+3
2026-02-06riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VMPincheng Wang2-0/+4
2026-02-06RISC-V: KVM: Skip IMSIC update if vCPU IMSIC state is not initializedJiakai Xu1-0/+4
2026-02-06RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_rw_attr()Jiakai Xu1-1/+3
2026-02-06RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()Jiakai Xu1-1/+4
2026-02-06RISC-V: KVM: Remove unnecessary 'ret' assignmentQiang Ma1-4/+1
2026-02-06ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINKThomas Weissschuh1-0/+11
2026-02-06LoongArch: KVM: Add paravirt vcpu_is_preempted() support in guest sideBibo Mao2-1/+24
2026-02-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao6-2/+62
2026-02-06LoongArch: KVM: Set default return value in KVM IO bus opsBibo Mao3-61/+39
2026-02-06LoongArch: KVM: Add FPU/LBT delay load supportBibo Mao3-19/+37
2026-02-06LoongArch: KVM: Move LBT capability check in exception handlerBibo Mao2-4/+3
2026-02-06LoongArch: KVM: Move LASX capability check in exception handlerBibo Mao2-4/+3
2026-02-06LoongArch: KVM: Move LSX capability check in exception handlerBibo Mao2-4/+3
2026-02-06LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switchBibo Mao3-0/+4
2026-02-06LoongArch: KVM: Check VM msgint feature during interrupt handlingBibo Mao3-4/+11
2026-02-06LoongArch: KVM: Add msgint registers in kvm_init_gcsr_flag()Bibo Mao1-0/+7
2026-02-06LoongArch: KVM: Move feature detection in kvm_vm_init_features()Bibo Mao1-21/+15
2026-02-06LoongArch: KVM: Add more CPUCFG mask bitsBibo Mao1-2/+20
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-43/+37
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier11-46/+62