summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * LoongArch: Add basic STACKPROTECTOR supportHuacai Chen2022-12-143-0/+14
| * LoongArch: Add hibernation (ACPI S4) supportHuacai Chen2022-12-143-0/+22
| * LoongArch: Add suspend (ACPI S3) supportHuacai Chen2022-12-143-3/+15
| * LoongArch: Add processing ISA Node in DeviceTreeBinbin Zhou2022-12-141-0/+75
| * LoongArch: Add FDT booting support from efi system tableBinbin Zhou2022-12-146-5/+136
| * LoongArch: Add alternative runtime patching mechanismHuacai Chen2022-12-145-1/+281
| * LoongArch: Add unaligned access supportHuacai Chen2022-12-143-1/+528
| * LoongArch: extable: Add `type` and `data` fieldsYouling Tang2022-12-141-2/+1
| * LoongArch: Consolidate __ex_table constructionYouling Tang2022-12-141-3/+2
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+2
|\ \
| * | MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2022-12-111-2/+2
* | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-133-11/+24
|\ \ \