summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)AuthorFilesLines
5 daysLoongArch: vDSO: Remove -nostdlib complier flagWentao Guan1-1/+1
5 daysLoongArch: Avoid in-place string operation on FDT contentYao Zi1-5/+8
5 daysLoongArch: Make relocate_new_kernel_size be a .quad valueHuacai Chen1-1/+1
5 daysLoongArch: Don't use %pK through printk() in unwinderThomas Weißschuh1-1/+1
5 daysLoongArch: BPF: Fix jump offset calculation in tailcallHaoran Jiang1-16/+5
2025-07-06LoongArch: KVM: Check interrupt route from physical CPUBibo Mao1-6/+18
2025-07-06LoongArch: KVM: Fix interrupt route update with EIOINTCBibo Mao1-7/+6
2025-07-06LoongArch: KVM: Add address alignment check for IOCSR emulationBibo Mao1-0/+10
2025-07-06LoongArch: KVM: Disable updating of "num_cpu" and "feature"Bibo Mao1-0/+6
2025-07-06LoongArch: KVM: Check validity of "num_cpu" from user spaceBibo Mao1-5/+14
2025-07-06LoongArch: KVM: Avoid overflow with array indexBibo Mao1-10/+7
2025-06-27LoongArch: Fix panic caused by NULL-PMD in huge_pte_offset()Tianyang Zhang1-1/+2
2025-06-27LoongArch: Avoid using $r0/$r1 as "mask" for csrxchgHuacai Chen1-4/+12
2025-06-27LoongArch: vDSO: Correctly use asm parameters in syscall wrappersThomas Weißschuh2-4/+4
2025-05-14LoongArch: uprobes: Remove redundant code about resume_eraTiezhu Yang2-7/+1
2025-05-14LoongArch: uprobes: Remove user_{en,dis}able_single_step()Tiezhu Yang1-4/+0
2025-05-14LoongArch: Save and restore CSR.CNTC for hibernationHuacai Chen2-1/+4
2025-05-14LoongArch: Move __arch_cpu_idle() to .cpuidle.text sectionHuacai Chen1-2/+5
2025-05-14LoongArch: Fix MAX_REG_OFFSET calculationHuacai Chen1-1/+1
2025-05-14LoongArch: Prevent cond_resched() occurring within kernel-fpuTianyang Zhang1-2/+20
2025-04-26Merge tag 'loongarch-fixes-6.15-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-58/+68
2025-04-26LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finallyBibo Mao1-0/+1
2025-04-26LoongArch: KVM: Fully clear some CSRs when VM rebootBibo Mao1-0/+7
2025-04-26LoongArch: KVM: Fix multiple typos of KVM codeYulong Han2-4/+4
2025-04-26LoongArch: Return NULL from huge_pte_offset() for invalid PMDMing Wang1-1/+1
2025-04-26LoongArch: Remove a bogus reference to ZONE_DMAPetr Tesarik1-3/+0
2025-04-26LoongArch: Handle fp, lsx, lasx and lbt assembly symbolsTiezhu Yang5-40/+40
2025-04-26LoongArch: Make do_xyz() exception handlers more robustTiezhu Yang1-8/+12
2025-04-26LoongArch: Make regs_irqs_disabled() more clearTiezhu Yang1-2/+2
2025-04-26LoongArch: Select ARCH_USE_MEMTESTYuli Wang1-0/+1
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds2-5/+5
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds10-21/+41
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+12
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-5/+2
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-21/+6
2025-04-01objtool/loongarch: Add unwind hints in prepare_frametrace()Josh Poimboeuf2-1/+12
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+5
2025-03-30LoongArch: Update Loongson-3 default config fileHuacai Chen1-1/+10
2025-03-30LoongArch: vDSO: Make use of the t8 register for vgetrandom-chachaXi Ruoyao1-10/+3
2025-03-30LoongArch: vDSO: Remove --hash-style=sysvXi Ruoyao1-2/+1
2025-03-30LoongArch: BPF: Don't override subprog's return valueHengqi Chen1-1/+4
2025-03-30LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNCHengqi Chen1-1/+4
2025-03-30LoongArch: BPF: Fix off-by-one error in build_prologue()Hengqi Chen2-0/+7
2025-03-30LoongArch: Rework the arch_kgdb_breakpoint() implementationYuli Wang1-2/+3
2025-03-30LoongArch: Fix device node refcount leak in fdt_cpu_clk_init()Miaoqian Lin1-0/+2
2025-03-30LoongArch: Increase ARCH_DMA_MINALIGN up to 16Huacai Chen1-0/+2
2025-03-30LoongArch: Increase MAX_IO_PICS up to 8Huacai Chen1-1/+1
2025-03-30LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig谢致邦 (XIE Zhibang)1-2/+2