summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-05-049-101/+410
|\
| * LoongArch: ftrace: Add direct call supportYouling Tang2023-05-012-1/+20
| * LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify codeYouling Tang2023-05-011-59/+57
| * LoongArch: ftrace: Fix build error if DYNAMIC_FTRACE_WITH_REGS is not setYouling Tang2023-05-011-3/+1
| * LoongArch: Provide kernel fpu functionsHuacai Chen2023-05-012-1/+44
| * LoongArch: Relay BCE exceptions to userland as SIGSEGV with si_code=SEGV_BNDERRWANG Xuerui2023-05-012-0/+93
| * LoongArch: Tweak the BADV and CPUCFG.PRID lines in show_regs()WANG Xuerui2023-05-011-3/+3
| * LoongArch: Humanize the ESTAT line when showing registersWANG Xuerui2023-05-011-7/+75
| * LoongArch: Humanize the ECFG line when showing registersWANG Xuerui2023-05-011-1/+14
| * LoongArch: Humanize the EUEN line when showing registersWANG Xuerui2023-05-011-1/+11
| * LoongArch: Humanize the PRMD line when showing registersWANG Xuerui2023-05-011-1/+10
| * LoongArch: Humanize the CRMD line when showing registersWANG Xuerui2023-05-011-1/+50
| * LoongArch: Fix format of CSR lines during show_regs()WANG Xuerui2023-05-011-10/+6
| * LoongArch: Print symbol info for $ra and CSR.ERA only for kernel-mode contextsWANG Xuerui2023-05-011-5/+8
| * LoongArch: Print GPRs with ABI names when showing registersWANG Xuerui2023-05-011-13/+23
| * LoongArch: Clean up the architectural interrupt definitionsWANG Xuerui2023-05-014-4/+4
* | 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