summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
AgeCommit message (Expand)AuthorLines
9 daysMerge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini-1/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini-1/+0
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor-0/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+16
2026-02-14Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-150/+447
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-117/+223
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-22/+5
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+1
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-23/+2
2026-02-10Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+2
2026-02-10LoongArch: dts: loongson-2k1000: Add nand controller supportBinbin Zhou-1/+34
2026-02-10LoongArch: dts: loongson-2k0500: Add nand controller supportBinbin Zhou-1/+30
2026-02-10LoongArch: BPF: Implement bpf_addr_space_cast instructionHengqi Chen-0/+16
2026-02-10LoongArch: BPF: Implement PROBE_MEM32 pseudo instructionsHengqi Chen-6/+68
2026-02-10LoongArch: BPF: Use BPF prog pack allocatorHengqi Chen-37/+83
2026-02-10LoongArch: Use IS_ERR_PCPU() macro for KGDBCarlos López-1/+1
2026-02-10LoongArch: Rework KASAN initialization for PTW-enabled systemsTiezhu Yang-38/+40
2026-02-10LoongArch: Disable instrumentation for setup_ptwalker()Tiezhu Yang-1/+1
2026-02-10LoongArch: Remove some extern variables in source filesTiezhu Yang-7/+0
2026-02-10LoongArch: Guard percpu handler under !CONFIG_PREEMPT_RTTiezhu Yang-1/+1
2026-02-10LoongArch: Handle percpu handler address for ORC unwinderTiezhu Yang-0/+19
2026-02-10LoongArch: Use %px to print unmodified unwinding addressTiezhu Yang-1/+1
2026-02-10LoongArch: Prefer top-down allocation after arch_mem_init()Huacai Chen-0/+1
2026-02-10LoongArch: Add HOTPLUG_SMT implementationHuacai Chen-0/+14
2026-02-10LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODEJohn Garry-1/+1
2026-02-10LoongArch: Wire up memfd_secret system callLain "Fearyncess" Yang-3/+3
2026-02-10LoongArch: Replace seq_printf() with seq_puts() for simple stringsGeorge Guo-24/+40
2026-02-10LoongArch: Add 128-bit atomic cmpxchg supportGeorge Guo-0/+56
2026-02-10LoongArch: Add detection for SC.Q supportGeorge Guo-30/+39
2026-02-10LoongArch: Select HAVE_CMPXCHG_LOCAL in KconfigHuacai Chen-0/+1
2026-02-09Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+17
2026-02-06LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng-4/+4
2026-02-06LoongArch: KVM: Add paravirt vcpu_is_preempted() support in guest sideBibo Mao-1/+24
2026-02-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao-2/+62
2026-02-06LoongArch: KVM: Set default return value in KVM IO bus opsBibo Mao-61/+39
2026-02-06LoongArch: KVM: Add FPU/LBT delay load supportBibo Mao-19/+37
2026-02-06LoongArch: KVM: Move LBT capability check in exception handlerBibo Mao-4/+3
2026-02-06LoongArch: KVM: Move LASX capability check in exception handlerBibo Mao-4/+3
2026-02-06LoongArch: KVM: Move LSX capability check in exception handlerBibo Mao-4/+3
2026-02-06LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switchBibo Mao-0/+4
2026-02-06LoongArch: KVM: Check VM msgint feature during interrupt handlingBibo Mao-4/+11
2026-02-06LoongArch: KVM: Add msgint registers in kvm_init_gcsr_flag()Bibo Mao-0/+7
2026-02-06LoongArch: KVM: Move feature detection in kvm_vm_init_features()Bibo Mao-21/+15
2026-02-06LoongArch: KVM: Add more CPUCFG mask bitsBibo Mao-2/+20
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)-8/+0