summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)AuthorFilesLines
2023-04-19LoongArch: Replace hard-coded values in comments with VALENEnze Li1-2/+2
2023-04-19LoongArch: Clean up plat_swiotlb_setup() related codeTiezhu Yang2-3/+2
2023-04-19LoongArch: Check unwind_error() in arch_stack_walk()Tiezhu Yang3-2/+5
2023-04-19LoongArch: Adjust user_regset_copyin parameter to the correct offsetQing Zhang1-5/+5
2023-04-19LoongArch: Adjust user_watch_state for explicit alignmentQing Zhang2-5/+13
2023-04-18LoongArch: module: set section addresses to 0x0Huacai Chen1-4/+4
2023-04-18LoongArch: Mark 3 symbol exports as non-GPLHuacai Chen2-3/+3
2023-04-18LoongArch: Enable PG when wakeup from suspendHuacai Chen1-0/+4
2023-04-18LoongArch: Fix _CONST64_(x) as unsignedQing Zhang1-2/+2
2023-04-18LoongArch: Fix build error if CONFIG_SUSPEND is not setHuacai Chen1-0/+3
2023-04-18LoongArch: Fix probing of the CRC32 featureHuacai Chen5-21/+30
2023-04-18LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen3-1/+40
2023-03-28LoongArch, bpf: Fix jit to skip speculation barrier opcodeGeorge Guo1-0/+4
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds40-129/+2623
2023-02-25LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang5-0/+21
2023-02-25LoongArch: Add kprobes on ftrace supportTiezhu Yang2-0/+65
2023-02-25LoongArch: Add kretprobes supportTiezhu Yang5-1/+128
2023-02-25LoongArch: Add kprobes supportTiezhu Yang7-6/+466
2023-02-25LoongArch: Simulate branch and PC* instructionsTiezhu Yang3-0/+129
2023-02-25LoongArch: ptrace: Add hardware single step supportQing Zhang7-10/+186
2023-02-25LoongArch: ptrace: Add function argument access APIQing Zhang2-0/+35
2023-02-25LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang2-0/+411
2023-02-25LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang9-22/+713
2023-02-25LoongArch: kdump: Add crashkernel=YM handlingYouling Tang1-3/+11
2023-02-25LoongArch: kdump: Add single kernel image implementationYouling Tang5-16/+5
2023-02-25LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang4-6/+179
2023-02-25LoongArch: Add support for kernel relocationYouling Tang8-2/+173
2023-02-25LoongArch: Add la_abs macro implementationYouling Tang4-12/+16
2023-02-25LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang3-11/+15
2023-02-25LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao5-50/+48
2023-02-25LoongArch: Make -mstrict-align configurableHuacai Chen4-3/+34
2023-02-25LoongArch: Only call get_timer_irq() once in constant_clockevent_init()Tiezhu Yang1-5/+6
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-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+22
2023-02-17LoongArch, bpf: Use 4 instructions for function address in JITHengqi Chen2-1/+22
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-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar14-213/+247
2023-01-17LoongArch: Add generic ex-handler unwind in prologue unwinderJinyang He4-15/+93
2023-01-17LoongArch: Strip guess unwinder out from prologue unwinderJinyang He6-146/+129
2023-01-17LoongArch: Use correct sp value to get graph addr in stack unwindersJinyang He4-24/+20
2023-01-17LoongArch: Get frame info in unwind_start() when regs is not availableJinyang He3-12/+22
2023-01-17LoongArch: Adjust PC value when unwind next frame in unwinderJinyang He1-1/+6
2023-01-17LoongArch: Simplify larch_insn_gen_xxx implementationYouling Tang2-38/+8
2023-01-17LoongArch: Use common function sign_extend64()Tiezhu Yang2-11/+3
2023-01-17LoongArch: Add HWCAP_LOONGARCH_CPUCFG to elf_hwcapHuacai Chen1-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1