aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'edac_updates_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds1-1/+0
2025-12-01Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+13
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-11-21Merge branch 'objtool/core'Peter Zijlstra54-473/+2084
2025-11-20LoongArch: BPF: Disable trampoline for kernel module function traceVincent Li1-0/+3
2025-11-20LoongArch: Don't panic if no valid cache info for PCIHuacai Chen1-4/+4
2025-11-20LoongArch: Mask all interrupts during kexec/kdumpHuacai Chen1-0/+2
2025-11-20LoongArch: Fix NUMA node parsing with numa_memblksBibo Mao1-42/+18
2025-11-20LoongArch: Consolidate CPU names in /proc/cpuinfoHuacai Chen3-23/+34
2025-11-20LoongArch: Use UAPI types in ptrace UAPI headerThomas Weißschuh1-22/+18
2025-11-10LoongArch: KVM: Fix max supported vCPUs set with EIOINTCBibo Mao1-1/+1
2025-11-10LoongArch: KVM: Skip PMU checking on vCPU context switchBibo Mao1-10/+4
2025-11-10LoongArch: KVM: Restore guest PMU if it is enabledBibo Mao1-0/+5
2025-11-10LoongArch: KVM: Add delay until timer interrupt injectedBibo Mao1-0/+2
2025-11-10LoongArch: KVM: Set page with write attribute if dirty track disabledBibo Mao1-1/+1
2025-11-10LoongArch: kexec: Print out debugging message if requiredQiang Ma1-22/+0
2025-11-10LoongArch: kexec: Initialize the kexec_buf structureYouling Tang3-3/+3
2025-11-10LoongArch: Use correct accessor to read FWPC/MWPCHuacai Chen1-2/+2
2025-11-10LoongArch: Refine the init_hw_perf_events() functionTiezhu Yang2-3/+5
2025-11-10LoongArch: Remove __GFP_HIGHMEM masking in pud_alloc_one()Vishal Moola (Oracle)1-1/+1
2025-11-10LoongArch: Let {pte,pmd}_modify() record the status of _PAGE_DIRTYTianyang Zhang1-3/+8
2025-11-10LoongArch: Consolidate max_pfn & max_low_pfn calculationHuacai Chen4-30/+7
2025-11-10LoongArch: Consolidate early_ioremap()/ioremap_prot()Huacai Chen2-2/+5
2025-11-10LoongArch: Use physical addresses for CSR_MERRENTRY/CSR_TLBRENTRYHuacai Chen1-2/+2
2025-11-10LoongArch: Clarify 3 MSG interrupt featuresHuacai Chen4-1/+12
2025-11-06EDAC: Remove the legacy EDAC sysfs interfaceAvadhut Naik1-1/+0
2025-11-04rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0Miguel Ojeda1-1/+1
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor1-1/+1
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds2-3/+2
2025-10-06Merge tag 'loongarch-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds17-50/+809
2025-10-05LoongArch: Update Loongson-3 default config fileHuacai Chen1-5/+68
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-184/+211
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-13/+4
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