summaryrefslogtreecommitdiff
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-12-12Merge branch 'acpica'Rafael J. Wysocki1-142/+0
2022-12-12LoongArch: add sparse memory vmemmap supportFeiyang Chen2-1/+14
2022-12-12MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2-15/+6
2022-12-08LoongArch: Export symbol for function smp_send_reschedule()Bibo Mao1-10/+0
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel3-20/+29
2022-12-07Merge tag 'irqchip-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner1-1/+1
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+1
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-11-26irqchip/loongson-htvec: Add ACPI init supportHuacai Chen1-1/+1
2022-11-21LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()Huacai Chen1-2/+6
2022-11-21LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()Huacai Chen1-2/+6
2022-11-21LoongArch: SMP: Change prefix from loongson3 to loongsonHuacai Chen2-16/+16
2022-11-09efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel1-0/+2
2022-11-09efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel1-0/+7
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel1-9/+0
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-11-03Revert "LoongArch: Provisionally add ACPICA data structures"Huacai Chen1-142/+0