summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | LoongArch: Check unwind_error() in arch_stack_walk()Tiezhu Yang2023-04-193-2/+5
* | | | | LoongArch: Adjust user_regset_copyin parameter to the correct offsetQing Zhang2023-04-191-5/+5
* | | | | LoongArch: Adjust user_watch_state for explicit alignmentQing Zhang2023-04-192-5/+13
* | | | | LoongArch: module: set section addresses to 0x0Huacai Chen2023-04-181-4/+4
* | | | | LoongArch: Mark 3 symbol exports as non-GPLHuacai Chen2023-04-182-3/+3
* | | | | LoongArch: Enable PG when wakeup from suspendHuacai Chen2023-04-181-0/+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-185-21/+30
* | | | | LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen2023-04-183-1/+40
| |_|_|/ |/| | |
* | | | LoongArch, bpf: Fix jit to skip speculation barrier opcodeGeorge Guo2023-03-281-0/+4
|/ / /
* | | 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
|\