summaryrefslogtreecommitdiff
path: root/arch/loongarch/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-04-19LoongArch: Clean up plat_swiotlb_setup() related codeTiezhu Yang1-2/+2
2023-04-19LoongArch: Check unwind_error() in arch_stack_walk()Tiezhu Yang3-2/+5
2023-04-19LoongArch: Adjust user_regset_copyin parameter to the correct offsetQing Zhang1-5/+5
2023-04-19LoongArch: Adjust user_watch_state for explicit alignmentQing Zhang1-4/+11
2023-04-18LoongArch: Mark 3 symbol exports as non-GPLHuacai Chen1-1/+1
2023-04-18LoongArch: Fix probing of the CRC32 featureHuacai Chen2-1/+7
2023-04-18LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen1-0/+21
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds16-78/+2134
2023-02-25LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang1-0/+1
2023-02-25LoongArch: Add kprobes on ftrace supportTiezhu Yang1-0/+64
2023-02-25LoongArch: Add kretprobes supportTiezhu Yang3-1/+124
2023-02-25LoongArch: Add kprobes supportTiezhu Yang3-6/+389
2023-02-25LoongArch: Simulate branch and PC* instructionsTiezhu Yang1-0/+123
2023-02-25LoongArch: ptrace: Add hardware single step supportQing Zhang3-10/+140
2023-02-25LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang1-0/+402
2023-02-25LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang4-0/+541
2023-02-25LoongArch: kdump: Add crashkernel=YM handlingYouling Tang1-3/+11
2023-02-25LoongArch: kdump: Add single kernel image implementationYouling Tang1-1/+1
2023-02-25LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang2-5/+153
2023-02-25LoongArch: Add support for kernel relocationYouling Tang4-2/+131
2023-02-25LoongArch: Add la_abs macro implementationYouling Tang1-4/+4
2023-02-25LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang1-8/+4
2023-02-25LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao2-46/+46
2023-02-25LoongArch: Make -mstrict-align configurableHuacai Chen2-3/+10
2023-02-25LoongArch: Only call get_timer_irq() once in constant_clockevent_init()Tiezhu Yang1-5/+6
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar10-201/+205
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
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-12-19Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds26-59/+1935
2022-12-14Merge 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