aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Chen2-23/+13
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: Refine the init_hw_perf_events() functionTiezhu Yang1-3/+4
2025-11-10LoongArch: Consolidate max_pfn & max_low_pfn calculationHuacai Chen3-28/+7
2025-11-10LoongArch: Use physical addresses for CSR_MERRENTRY/CSR_TLBRENTRYHuacai Chen1-2/+2
2025-11-10LoongArch: Clarify 3 MSG interrupt featuresHuacai Chen1-0/+4
2025-10-06Merge tag 'loongarch-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds9-15/+543
2025-10-02LoongArch: Handle new atomic instructions for probesTiezhu Yang1-0/+12
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 Tang3-1/+107
2025-10-02LoongArch: Add EFI binary support for kexec_fileYouling Tang3-1/+115
2025-10-02LoongArch: Add preparatory infrastructure for kexec_fileYouling Tang3-13/+147
2025-10-02LoongArch: Allow specify SIMD width via kernel parametersHuacai Chen1-2/+44
2025-10-02LoongArch: Init acpi_gbl_use_global_lock to falseHuacai Chen1-0/+1
2025-09-30Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+2
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-09-09LoongArch: Remove clockevents shutdown call on offliningBibo Mao1-2/+0
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
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