aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch
AgeCommit message (Expand)AuthorFilesLines
2026-03-26LoongArch: KVM: Fix base address calculation in kvm_eiointc_regs_access()Bibo Mao1-7/+7
2026-03-26LoongArch: KVM: Handle the case that EIOINTC's coremap is emptyHuacai Chen1-1/+1
2026-03-26LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robustHuacai Chen1-0/+3
2026-03-26LoongArch: vDSO: Emit GNU_EH_FRAME correctlyXi Ruoyao6-10/+53
2026-03-26LoongArch: Workaround LS2K/LS7A GPU DMA hang bugHuacai Chen1-0/+80
2026-03-26LoongArch: Fix missing NULL checks for kstrdup()Li Jun1-4/+3
2026-03-16LoongArch: KVM: Fix typo issue in kvm_vm_init_features()Bibo Mao1-2/+2
2026-03-16LoongArch: BPF: Make arch_protect_bpf_trampoline() return 0Tiezhu Yang1-0/+5
2026-03-16LoongArch: No need to flush icache if text copy failedTiezhu Yang1-2/+4
2026-03-16LoongArch: Check return values for set_memory_{rw,rox}Tiezhu Yang1-2/+13
2026-03-16LoongArch: Give more information if kmem access failedTiezhu Yang1-2/+12
2026-03-16LoongArch: Fix calling smp_processor_id() in preemptible codeXi Ruoyao2-2/+14
2026-03-16LoongArch: Only use SC.Q when supported by the assemblerThomas Weißschuh2-0/+8
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-2/+2
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-0/+1
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini1-1/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini1-1/+0
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-0/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook11-14/+16
2026-02-14Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds24-149/+446
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-117/+223
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-22/+5
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-23/+2
2026-02-10Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2026-02-10LoongArch: dts: loongson-2k1000: Add nand controller supportBinbin Zhou2-1/+34
2026-02-10LoongArch: dts: loongson-2k0500: Add nand controller supportBinbin Zhou2-1/+30
2026-02-10LoongArch: BPF: Implement bpf_addr_space_cast instructionHengqi Chen2-0/+16
2026-02-10LoongArch: BPF: Implement PROBE_MEM32 pseudo instructionsHengqi Chen2-6/+68
2026-02-10LoongArch: BPF: Use BPF prog pack allocatorHengqi Chen2-37/+83
2026-02-10LoongArch: Use IS_ERR_PCPU() macro for KGDBCarlos López1-1/+1
2026-02-10LoongArch: Rework KASAN initialization for PTW-enabled systemsTiezhu Yang1-37/+39
2026-02-10LoongArch: Disable instrumentation for setup_ptwalker()Tiezhu Yang1-1/+1
2026-02-10LoongArch: Remove some extern variables in source filesTiezhu Yang3-7/+0
2026-02-10LoongArch: Guard percpu handler under !CONFIG_PREEMPT_RTTiezhu Yang1-1/+1
2026-02-10LoongArch: Handle percpu handler address for ORC unwinderTiezhu Yang2-0/+19
2026-02-10LoongArch: Use %px to print unmodified unwinding addressTiezhu Yang1-1/+1
2026-02-10LoongArch: Prefer top-down allocation after arch_mem_init()Huacai Chen1-0/+1
2026-02-10LoongArch: Add HOTPLUG_SMT implementationHuacai Chen2-0/+14
2026-02-10LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODEJohn Garry1-1/+1
2026-02-10LoongArch: Wire up memfd_secret system callLain "Fearyncess" Yang2-3/+3
2026-02-10LoongArch: Replace seq_printf() with seq_puts() for simple stringsGeorge Guo1-24/+40
2026-02-10LoongArch: Add 128-bit atomic cmpxchg supportGeorge Guo2-0/+56
2026-02-10LoongArch: Add detection for SC.Q supportGeorge Guo5-30/+39
2026-02-10LoongArch: Select HAVE_CMPXCHG_LOCAL in KconfigHuacai Chen1-0/+1