summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-2/+2
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-2/+2
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-282-2/+2
|\ \
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | loongarch/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf2023-03-061-1/+1
| |/
* | LoongArch: Clean up plat_swiotlb_setup() related codeTiezhu Yang2023-04-191-2/+2
* | LoongArch: Check unwind_error() in arch_stack_walk()Tiezhu Yang2023-04-193-2/+5
* | LoongArch: Adjust user_regset_copyin parameter to the correct offsetQing Zhang2023-04-191-5/+5
* | LoongArch: Adjust user_watch_state for explicit alignmentQing Zhang2023-04-191-4/+11
* | LoongArch: Mark 3 symbol exports as non-GPLHuacai Chen2023-04-181-1/+1
* | LoongArch: Fix probing of the CRC32 featureHuacai Chen2023-04-182-1/+7
* | LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen2023-04-181-0/+21
|/
* Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-0116-78/+2134
|\
| * LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang2023-02-251-0/+1
| * LoongArch: Add kprobes on ftrace supportTiezhu Yang2023-02-251-0/+64
| * LoongArch: Add kretprobes supportTiezhu Yang2023-02-253-1/+124
| * LoongArch: Add kprobes supportTiezhu Yang2023-02-253-6/+389
| * LoongArch: Simulate branch and PC* instructionsTiezhu Yang2023-02-251-0/+123
| * LoongArch: ptrace: Add hardware single step supportQing Zhang2023-02-253-10/+140
| * LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang2023-02-251-0/+402
| * LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang2023-02-254-0/+541
| * LoongArch: kdump: Add crashkernel=YM handlingYouling Tang2023-02-251-3/+11
| * LoongArch: kdump: Add single kernel image implementationYouling Tang2023-02-251-1/+1
| * LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang2023-02-252-5/+153
| * LoongArch: Add support for kernel relocationYouling Tang2023-02-254-2/+131
| * LoongArch: Add la_abs macro implementationYouling Tang2023-02-251-4/+4
| * LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang2023-02-251-8/+4
| * LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao2023-02-252-46/+46
| * LoongArch: Make -mstrict-align configurableHuacai Chen2023-02-252-3/+10
| * LoongArch: Only call get_timer_irq() once in constant_clockevent_init()Tiezhu Yang2023-02-251-5/+6
* | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-3110-201/+205
|\|
| * LoongArch: Add generic ex-handler unwind in prologue unwinderJinyang He2023-01-172-13/+91
| * LoongArch: Strip guess unwinder out from prologue unwinderJinyang He2023-01-175-146/+100
| * LoongArch: Use correct sp value to get graph addr in stack unwindersJinyang He2023-01-172-22/+10
| * LoongArch: Get frame info in unwind_start() when regs is not availableJinyang He2023-01-173-12/+22
| * LoongArch: Adjust PC value when unwind next frame in unwinderJinyang He2023-01-171-1/+6
| * LoongArch: Simplify larch_insn_gen_xxx implementationYouling Tang2023-01-171-38/+7
| * LoongArch: Use common function sign_extend64()Tiezhu Yang2023-01-171-3/+3
| * LoongArch: Add HWCAP_LOONGARCH_CPUCFG to elf_hwcapHuacai Chen2023-01-171-1/+1
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+1
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
|/
* Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2022-12-1926-59/+1935
|\
| * LoongArch: modules/ftrace: Initialize PLT at load timeQing Zhang2022-12-144-1/+136
| * LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportQing Zhang2022-12-143-6/+15
| * LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportQing Zhang2022-12-141-0/+11
| * LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS supportQing Zhang2022-12-142-2/+48
| * LoongArch/ftrace: Add dynamic function graph tracer supportQing Zhang2022-12-143-0/+101
| * LoongArch/ftrace: Add dynamic function tracer supportQing Zhang2022-12-145-9/+328
| * LoongArch/ftrace: Add basic supportQing Zhang2022-12-143-0/+177
| * LoongArch: module: Use got/plt section indices for relocationsHuacai Chen2022-12-142-37/+56