summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
AgeCommit message (Expand)AuthorFilesLines
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+1
2022-11-30mm: 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: Fix unsigned comparison with less than zeroKaiLong Wang1-1/+2
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: Clear FPU/SIMD thread info flags for kernel threadHuacai Chen1-4/+5
2022-11-21LoongArch: SMP: Change prefix from loongson3 to loongsonHuacai Chen4-39/+39
2022-11-21LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()Huacai Chen2-22/+10
2022-11-21LoongArch: Makefile: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2-2/+2
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 Biesheuvel2-11/+22
2022-11-09efi: loongarch: Drop exports of unused string routinesArd Biesheuvel1-5/+0
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel1-2/+0
2022-11-09efi: libstub: Clone memcmp() into the stubArd Biesheuvel1-1/+0
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-11-03Revert "LoongArch: Provisionally add ACPICA data structures"Huacai Chen1-142/+0
2022-10-29LoongArch: BPF: Avoid declare variables in switch-caseHuacai Chen1-18/+13
2022-10-29LoongArch: Use flexible-array member instead of zero-length arrayYushan Zhou1-1/+1
2022-10-29LoongArch: Remove unused kernel stack paddingJinyang He5-7/+6
2022-10-21arch/loongarch: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney1-0/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2022-10-12LoongArch: update local TLB if PTE entry existsQi Zheng1-0/+3
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2022-10-12Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds56-685/+4696
2022-10-12LoongArch: Update Loongson-3 default config fileHuacai Chen1-8/+55
2022-10-12LoongArch: Add BPF JIT supportTiezhu Yang7-0/+1700
2022-10-12LoongArch: Add some instruction opcodes and formatsTiezhu Yang1-5/+174
2022-10-12LoongArch: Move {signed,unsigned}_imm_check() to inst.hTiezhu Yang2-10/+10
2022-10-12LoongArch: Add kdump supportYouling Tang9-8/+227
2022-10-12LoongArch: Add kexec supportYouling Tang6-1/+400
2022-10-12LoongArch: Use generic BUG() handlerYouling Tang4-12/+84
2022-10-12LoongArch: Add SysRq-x (TLB Dump) supportHuacai Chen2-0/+67
2022-10-12LoongArch: Add perf events supportHuacai Chen6-1/+987
2022-10-12LoongArch: Add qspinlock supportHuacai Chen4-3/+26
2022-10-12LoongArch: Use TLB for ioremap()Huacai Chen7-56/+184
2022-10-12LoongArch: Support access filter to /dev/mem interfaceHuacai Chen3-0/+34
2022-10-12LoongArch: Refactor cache probe and flush methodsHuacai Chen10-267/+236
2022-10-12LoongArch: mm: Refactor TLB exception handlersRui Wang1-290/+247
2022-10-12LoongArch: Support R_LARCH_GOT_PC_{LO12,HI20} in modulesXi Ruoyao4-7/+99
2022-10-12LoongArch: Support PC-relative relocations in modulesXi Ruoyao2-1/+75
2022-10-12LoongArch: Define ELF relocation types added in ABIv2.0Xi Ruoyao2-1/+38
2022-10-12LoongArch: Adjust symbol addressing for AS_HAS_EXPLICIT_RELOCSXi Ruoyao4-6/+37
2022-10-12LoongArch: Add Kconfig option AS_HAS_EXPLICIT_RELOCSXi Ruoyao1-0/+3
2022-10-12LoongArch: Kconfig: Fix spelling mistake "delibrately" -> "deliberately"Colin Ian King1-1/+1
2022-10-12LoongArch: Mark __xchg() and __cmpxchg() as __always_inlineHuacai Chen1-4/+4