summaryrefslogtreecommitdiff
path: root/arch/loongarch/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-4/+13
|\
| * locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-291-2/+11
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
* | Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-05-046-26/+168
|\ \
| * | LoongArch: ftrace: Add direct call supportYouling Tang2023-05-011-0/+12
| * | LoongArch: ftrace: Abstract DYNAMIC_FTRACE_WITH_ARGS accessesQing Zhang2023-05-011-0/+25
| * | LoongArch: Add support for function error injectionTiezhu Yang2023-05-011-0/+5
| * | LoongArch: Add checksum optimization for 64-bit systemBibo Mao2023-05-011-0/+66
| * | LoongArch: Provide kernel fpu functionsHuacai Chen2023-05-011-0/+3
| * | LoongArch: Relay BCE exceptions to userland as SIGSEGV with si_code=SEGV_BNDERRWANG Xuerui2023-05-011-0/+26
| * | LoongArch: Define regular names for BCE/WATCH/HVC/GSPR exceptionsWANG Xuerui2023-05-011-4/+6
| * | LoongArch: Clean up the architectural interrupt definitionsWANG Xuerui2023-05-011-22/+25
* | | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\ \ \ | |/ / |/| |
| * | loongarch/cpu: Mark play_dead() __noreturnJosh Poimboeuf2023-03-061-1/+1
| |/
* | LoongArch: Replace hard-coded values in comments with VALENEnze Li2023-04-191-2/+2
* | LoongArch: Clean up plat_swiotlb_setup() related codeTiezhu Yang2023-04-191-1/+0
* | LoongArch: Adjust user_watch_state for explicit alignmentQing Zhang2023-04-191-1/+2
* | LoongArch: module: set section addresses to 0x0Huacai Chen2023-04-181-4/+4
* | LoongArch: Fix _CONST64_(x) as unsignedQing Zhang2023-04-181-2/+2
* | LoongArch: Fix build error if CONFIG_SUSPEND is not setHuacai Chen2023-04-181-0/+3
* | LoongArch: Fix probing of the CRC32 featureHuacai Chen2023-04-183-20/+23
* | LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen2023-04-181-1/+3
|/
* Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-0115-26/+399
|\
| * LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang2023-02-251-0/+10
| * LoongArch: Add kretprobes supportTiezhu Yang2023-02-251-0/+3
| * LoongArch: Add kprobes supportTiezhu Yang2023-02-252-0/+73
| * LoongArch: Simulate branch and PC* instructionsTiezhu Yang2023-02-252-0/+6
| * 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
* | 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
* | 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