summaryrefslogtreecommitdiff
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds15-26/+399
2023-02-25LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang1-0/+10
2023-02-25LoongArch: Add kretprobes supportTiezhu Yang1-0/+3
2023-02-25LoongArch: Add kprobes supportTiezhu Yang2-0/+73
2023-02-25LoongArch: Simulate branch and PC* instructionsTiezhu Yang2-0/+6
2023-02-25LoongArch: ptrace: Add hardware single step supportQing Zhang4-0/+46
2023-02-25LoongArch: ptrace: Add function argument access APIQing Zhang1-0/+34
2023-02-25LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang1-0/+9
2023-02-25LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang4-22/+171
2023-02-25LoongArch: kdump: Add single kernel image implementationYouling Tang1-0/+2
2023-02-25LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang1-1/+1
2023-02-25LoongArch: Add support for kernel relocationYouling Tang2-0/+29
2023-02-25LoongArch: Add la_abs macro implementationYouling Tang2-1/+5
2023-02-25LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang1-0/+9
2023-02-25LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao2-2/+1
2023-02-25LoongArch: Fix Chinese comma in cpu.hJinyang He1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-18/+39
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-13/+0
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-4/+39
2023-01-17LoongArch: Add generic ex-handler unwind in prologue unwinderJinyang He1-1/+1
2023-01-17LoongArch: Strip guess unwinder out from prologue unwinderJinyang He1-0/+29
2023-01-17LoongArch: Use correct sp value to get graph addr in stack unwindersJinyang He2-2/+10
2023-01-17LoongArch: Simplify larch_insn_gen_xxx implementationYouling Tang1-0/+1
2023-01-17LoongArch: Use common function sign_extend64()Tiezhu Yang1-8/+0
2022-12-19Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds22-51/+549
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-18/+20
2022-12-14LoongArch: modules/ftrace: Initialize PLT at load timeQing Zhang4-1/+12
2022-12-14LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportQing Zhang2-0/+4
2022-12-14LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportQing Zhang1-0/+17
2022-12-14LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS supportQing Zhang1-0/+2
2022-12-14LoongArch/ftrace: Add dynamic function tracer supportQing Zhang3-1/+33
2022-12-14LoongArch/ftrace: Add basic supportQing Zhang1-0/+21
2022-12-14LoongArch: module: Use got/plt section indices for relocationsHuacai Chen1-10/+12
2022-12-14LoongArch: Add basic STACKPROTECTOR supportHuacai Chen1-0/+38
2022-12-14LoongArch: Add suspend (ACPI S3) supportHuacai Chen4-0/+15
2022-12-14LoongArch: Add FDT booting support from efi system tableBinbin Zhou2-0/+2
2022-12-14LoongArch: Use alternative to optimize librariesHuacai Chen1-0/+5
2022-12-14LoongArch: Add alternative runtime patching mechanismHuacai Chen4-0/+226
2022-12-14LoongArch: Add unaligned access supportHuacai Chen2-1/+15
2022-12-14LoongArch: BPF: Add BPF exception tablesYouling Tang2-0/+11
2022-12-14LoongArch: extable: Add a dedicated uaccess handlerYouling Tang4-29/+54
2022-12-14LoongArch: extable: Add `type` and `data` fieldsYouling Tang2-4/+22
2022-12-14LoongArch: Switch to relative exception tablesYouling Tang3-7/+33
2022-12-14LoongArch: Consolidate __ex_table constructionYouling Tang3-14/+43
2022-12-14Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+7
2022-12-13Merge tags 'acpi-6.2-rc1' and 'irq-core-2022-12-10' into loongarch-nextHuacai Chen2-143/+1
2022-12-13Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-142/+0
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1