summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-17LoongArch: Add generic ex-handler unwind in prologue unwinderJinyang He2-13/+91
2023-01-17LoongArch: Strip guess unwinder out from prologue unwinderJinyang He5-146/+100
2023-01-17LoongArch: Use correct sp value to get graph addr in stack unwindersJinyang He2-22/+10
2023-01-17LoongArch: Get frame info in unwind_start() when regs is not availableJinyang He3-12/+22
2023-01-17LoongArch: Adjust PC value when unwind next frame in unwinderJinyang He1-1/+6
2023-01-17LoongArch: Simplify larch_insn_gen_xxx implementationYouling Tang1-38/+7
2023-01-17LoongArch: Use common function sign_extend64()Tiezhu Yang1-3/+3
2023-01-17LoongArch: Add HWCAP_LOONGARCH_CPUCFG to elf_hwcapHuacai Chen1-1/+1
2022-12-19Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds26-59/+1935
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-12-14LoongArch: modules/ftrace: Initialize PLT at load timeQing Zhang4-1/+136
2022-12-14LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportQing Zhang3-6/+15
2022-12-14LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportQing Zhang1-0/+11
2022-12-14LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS supportQing Zhang2-2/+48
2022-12-14LoongArch/ftrace: Add dynamic function graph tracer supportQing Zhang3-0/+101
2022-12-14LoongArch/ftrace: Add dynamic function tracer supportQing Zhang5-9/+328
2022-12-14LoongArch/ftrace: Add basic supportQing Zhang3-0/+177
2022-12-14LoongArch: module: Use got/plt section indices for relocationsHuacai Chen2-37/+56
2022-12-14LoongArch: Add basic STACKPROTECTOR supportHuacai Chen3-0/+14
2022-12-14LoongArch: Add hibernation (ACPI S4) supportHuacai Chen3-0/+22
2022-12-14LoongArch: Add suspend (ACPI S3) supportHuacai Chen3-3/+15
2022-12-14LoongArch: Add processing ISA Node in DeviceTreeBinbin Zhou1-0/+75
2022-12-14LoongArch: Add FDT booting support from efi system tableBinbin Zhou6-5/+136
2022-12-14LoongArch: Add alternative runtime patching mechanismHuacai Chen5-1/+281
2022-12-14LoongArch: Add unaligned access supportHuacai Chen3-1/+528
2022-12-14LoongArch: extable: Add `type` and `data` fieldsYouling Tang1-2/+1
2022-12-14LoongArch: Consolidate __ex_table constructionYouling Tang1-3/+2
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-11/+24
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-12-11MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen1-2/+2
2022-12-08LoongArch: Export symbol for function smp_send_reschedule()Bibo Mao1-0/+11
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel6-50/+40
2022-12-05efi: Put Linux specific magic number in the DOS headerArd Biesheuvel1-1/+2
2022-11-21LoongArch: Fix unsigned comparison with less than zeroKaiLong Wang1-1/+2
2022-11-21LoongArch: Clear FPU/SIMD thread info flags for kernel threadHuacai Chen1-4/+5
2022-11-21LoongArch: SMP: Change prefix from loongson3 to loongsonHuacai Chen2-23/+23
2022-11-21LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()Huacai Chen2-22/+10
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2-2/+2
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel1-2/+22
2022-11-09efi: loongarch: Drop exports of unused string routinesArd Biesheuvel1-5/+0
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel1-2/+0
2022-11-09efi: libstub: Clone memcmp() into the stubArd Biesheuvel1-1/+0
2022-10-29LoongArch: Remove unused kernel stack paddingJinyang He3-5/+4
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-10-12Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds18-111/+1754
2022-10-12LoongArch: Move {signed,unsigned}_imm_check() to inst.hTiezhu Yang1-10/+0
2022-10-12LoongArch: Add kdump supportYouling Tang7-8/+201
2022-10-12LoongArch: Add kexec supportYouling Tang4-1/+329
2022-10-12LoongArch: Use generic BUG() handlerYouling Tang2-2/+28
2022-10-12LoongArch: Add SysRq-x (TLB Dump) supportHuacai Chen2-0/+67