aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19LoongArch: Init acpi_gbl_use_global_lock to falseHuacai Chen1-0/+1
2025-10-15LoongArch: Automatically disable kaslr if boot from kexec_fileYouling Tang1-0/+4
2025-10-15arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-09-18LoongArch: vDSO: Check kcalloc() result in init_vdso()Guangshuo Li1-0/+3
2025-09-18LoongArch: Fix unreliable stack for live patchingTiezhu Yang1-1/+2
2025-09-18LoongArch: Replace sprintf() with sysfs_emit()Tao Cui1-1/+1
2025-09-18LoongArch: Check the return value when creating kobjTao Cui1-0/+2
2025-08-20LoongArch: Save LBT before FPU in setup_sigcontext()Huacai Chen1-5/+5
2025-08-20LoongArch: Optimize module load time by optimizing PLT/GOT countingKanglong Wang1-18/+18
2025-08-20LoongArch: Add cpuhotplug hooks to fix high cpu usage of vCPU threadsXianglai Li1-0/+22
2025-08-08Merge tag 'loongarch-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds5-15/+94
2025-08-05LoongArch: BPF: Add dynamic code modification supportChenghao Duan1-0/+46
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-08-03LoongArch: Add larch_insn_gen_{beq,bne} helpersChenghao Duan1-0/+28
2025-08-03LoongArch: Don't use %pK through printk() in unwinderThomas Weißschuh1-1/+1
2025-08-03LoongArch: Avoid in-place string operation on FDT contentYao Zi1-5/+8
2025-08-03LoongArch: Support mem=<size> kernel parameterMing Wang1-8/+10
2025-08-03LoongArch: Make relocate_new_kernel_size be a .quad valueHuacai Chen1-1/+1
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-8/+8
2025-07-19Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac1-1/+1
2025-07-14LoongArch: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-8/+8
2025-06-26LoongArch: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-06-26LoongArch: Reserve the EFI memory map regionMing Wang1-0/+12
2025-06-26LoongArch: Fix build warnings about export.hHuacai Chen9-3/+8
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2025-06-07Merge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds5-114/+91
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds2-3/+3
2025-05-30LoongArch: Introduce the numa_memblks conversionHuacai Chen2-107/+12
2025-05-30LoongArch: Increase max supported CPUs up to 2048Huacai Chen1-6/+35
2025-05-30LoongArch: Enable HAVE_ARCH_STACKLEAKYouling Tang1-0/+3
2025-05-30LoongArch: Enable ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGSYuli Wang1-1/+3
2025-05-30LoongArch: Add SCHED_MC (Multi-core scheduler) supportTianyang Zhang1-0/+38
2025-05-30Merge commit 'core-entry-2025-05-25' into loongarch-nextHuacai Chen2-18/+37
2025-05-27Merge tag 'core-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-18/+37
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2025-05-21include: pe.h: Fix PE definitionsPali Rohár2-3/+3
2025-05-21loongarch/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-14LoongArch: uprobes: Remove redundant code about resume_eraTiezhu Yang1-6/+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 Chen1-1/+1
2025-05-14LoongArch: Move __arch_cpu_idle() to .cpuidle.text sectionHuacai Chen1-2/+5
2025-05-14LoongArch: Prevent cond_resched() occurring within kernel-fpuTianyang Zhang1-2/+20
2025-05-07LoongArch: entry: Fix include orderCharlie Jenkins1-2/+2
2025-04-29LoongArch: entry: Migrate ret_from_fork() to CCharlie Jenkins2-18/+37
2025-04-26Merge tag 'loongarch-fixes-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds4-29/+22
2025-04-26LoongArch: Handle fp, lsx, lasx and lbt assembly symbolsTiezhu Yang3-21/+10
2025-04-26LoongArch: Make do_xyz() exception handlers more robustTiezhu Yang1-8/+12
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds1-4/+4
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds2-2/+5