summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-0140-129/+2623
|\
| * LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang2023-02-255-0/+21
| * LoongArch: Add kprobes on ftrace supportTiezhu Yang2023-02-252-0/+65
| * LoongArch: Add kretprobes supportTiezhu Yang2023-02-255-1/+128
| * LoongArch: Add kprobes supportTiezhu Yang2023-02-257-6/+466
| * LoongArch: Simulate branch and PC* instructionsTiezhu Yang2023-02-253-0/+129
| * LoongArch: ptrace: Add hardware single step supportQing Zhang2023-02-257-10/+186
| * LoongArch: ptrace: Add function argument access APIQing Zhang2023-02-252-0/+35
| * LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang2023-02-252-0/+411
| * LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang2023-02-259-22/+713
| * LoongArch: kdump: Add crashkernel=YM handlingYouling Tang2023-02-251-3/+11
| * LoongArch: kdump: Add single kernel image implementationYouling Tang2023-02-255-16/+5
| * LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang2023-02-254-6/+179
| * LoongArch: Add support for kernel relocationYouling Tang2023-02-258-2/+173
| * LoongArch: Add la_abs macro implementationYouling Tang2023-02-254-12/+16
| * LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang2023-02-253-11/+15
| * LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao2023-02-255-50/+48
| * LoongArch: Make -mstrict-align configurableHuacai Chen2023-02-254-3/+34
| * LoongArch: Only call get_timer_irq() once in constant_clockevent_init()Tiezhu Yang2023-02-251-5/+6
| * LoongArch: Fix Chinese comma in cpu.hJinyang He2023-02-251-1/+1
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-234-18/+39
|\ \
| * | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-13/+0
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
| * | loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-022-4/+39
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-212-1/+22
|\ \ \
| * | | LoongArch, bpf: Use 4 instructions for function address in JITHengqi Chen2023-02-172-1/+22
| | |/ | |/|
* | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-3114-213/+247
|\| |
| * | LoongArch: Add generic ex-handler unwind in prologue unwinderJinyang He2023-01-174-15/+93
| * | LoongArch: Strip guess unwinder out from prologue unwinderJinyang He2023-01-176-146/+129
| * | LoongArch: Use correct sp value to get graph addr in stack unwindersJinyang He2023-01-174-24/+20
| * | 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-172-38/+8
| * | LoongArch: Use common function sign_extend64()Tiezhu Yang2023-01-172-11/+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-1968-182/+3588
|\
| * LoongArch: Update Loongson-3 default config fileHuacai Chen2022-12-141-24/+32
| * LoongArch: modules/ftrace: Initialize PLT at load timeQing Zhang2022-12-148-2/+148
| * LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportQing Zhang2022-12-145-6/+19
| * LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportQing Zhang2022-12-143-0/+29
| * LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS supportQing Zhang2022-12-144-2/+51
| * LoongArch/ftrace: Add dynamic function graph tracer supportQing Zhang2022-12-143-0/+101
| * LoongArch/ftrace: Add dynamic function tracer supportQing Zhang2022-12-1410-10/+367
| * LoongArch/ftrace: Add recordmcount supportQing Zhang2022-12-141-0/+2
| * LoongArch/ftrace: Add basic supportQing Zhang2022-12-145-0/+200
| * LoongArch: module: Use got/plt section indices for relocationsHuacai Chen2022-12-143-47/+68
| * LoongArch: Add basic STACKPROTECTOR supportHuacai Chen2022-12-145-0/+53