summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: ptrace: Add hardware single step supportQing Zhang2023-02-254-0/+46
* LoongArch: ptrace: Add function argument access APIQing Zhang2023-02-251-0/+34
* LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang2023-02-251-0/+9
* LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang2023-02-254-22/+171
* LoongArch: kdump: Add single kernel image implementationYouling Tang2023-02-251-0/+2
* LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang2023-02-251-1/+1
* LoongArch: Add support for kernel relocationYouling Tang2023-02-252-0/+29
* LoongArch: Add la_abs macro implementationYouling Tang2023-02-252-1/+5
* LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang2023-02-251-0/+9
* LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao2023-02-252-2/+1
* LoongArch: Fix Chinese comma in cpu.hJinyang He2023-02-251-1/+1
* LoongArch: Add generic ex-handler unwind in prologue unwinderJinyang He2023-01-171-1/+1
* LoongArch: Strip guess unwinder out from prologue unwinderJinyang He2023-01-171-0/+29
* LoongArch: Use correct sp value to get graph addr in stack unwindersJinyang He2023-01-172-2/+10
* LoongArch: Simplify larch_insn_gen_xxx implementationYouling Tang2023-01-171-0/+1
* LoongArch: Use common function sign_extend64()Tiezhu Yang2023-01-171-8/+0
* Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2022-12-1922-51/+549
|\
| * LoongArch: modules/ftrace: Initialize PLT at load timeQing Zhang2022-12-144-1/+12
| * LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportQing Zhang2022-12-142-0/+4
| * LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportQing Zhang2022-12-141-0/+17
| * LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS supportQing Zhang2022-12-141-0/+2
| * LoongArch/ftrace: Add dynamic function tracer supportQing Zhang2022-12-143-1/+33
| * LoongArch/ftrace: Add basic supportQing Zhang2022-12-141-0/+21
| * LoongArch: module: Use got/plt section indices for relocationsHuacai Chen2022-12-141-10/+12
| * LoongArch: Add basic STACKPROTECTOR supportHuacai Chen2022-12-141-0/+38
| * LoongArch: Add suspend (ACPI S3) supportHuacai Chen2022-12-144-0/+15
| * LoongArch: Add FDT booting support from efi system tableBinbin Zhou2022-12-142-0/+2
| * LoongArch: Use alternative to optimize librariesHuacai Chen2022-12-141-0/+5
| * LoongArch: Add alternative runtime patching mechanismHuacai Chen2022-12-144-0/+226
| * LoongArch: Add unaligned access supportHuacai Chen2022-12-142-1/+15
| * LoongArch: BPF: Add BPF exception tablesYouling Tang2022-12-142-0/+11
| * LoongArch: extable: Add a dedicated uaccess handlerYouling Tang2022-12-144-29/+54
| * LoongArch: extable: Add `type` and `data` fieldsYouling Tang2022-12-142-4/+22
| * LoongArch: Switch to relative exception tablesYouling Tang2022-12-143-7/+33
| * LoongArch: Consolidate __ex_table constructionYouling Tang2022-12-143-14/+43
| *-. Merge tags 'acpi-6.2-rc1' and 'irq-core-2022-12-10' into loongarch-nextHuacai Chen2022-12-132-143/+1
| |\ \
* | \ \ Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-133-18/+20
|\ \ \ \
| * | | | LoongArch: add sparse memory vmemmap supportFeiyang Chen2022-12-112-1/+14
| * | | | MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2022-12-112-15/+6
| * | | | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+1
| |\ \ \ \
| * | | | | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
* | | | | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-7/+7
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel2022-12-073-20/+29
| |\ \ \ \ \ \
| * | | | | | | efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel2022-11-091-0/+2
| * | | | | | | efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel2022-11-091-0/+7
| * | | | | | | efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-091-9/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-121-142/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'acpica'Rafael J. Wysocki2022-12-121-142/+0
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Revert "LoongArch: Provisionally add ACPICA data structures"Huacai Chen2022-11-031-142/+0
* | | | | | | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |