summaryrefslogtreecommitdiff
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-09LoongArch: Preserve syscall nr across execve()Hengqi Chen1-1/+1
2023-12-09LoongArch: Slightly clean up drdtime()Xi Ruoyao1-3/+2
2023-11-21LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()Huacai Chen1-6/+5
2023-11-21LoongArch: Record pc instead of offset in la_abs relocationWANG Rui2-3/+2
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds3-25/+86
2023-11-08LoongArch: Add more instruction opcodes and emit_* helpersHengqi Chen1-0/+13
2023-11-08LoongArch: Relax memory ordering for atomic operationsWANG Rui1-20/+68
2023-11-08LoongArch: Mark __percpu functions as always inlineNathan Chancellor1-5/+5
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-5/+829
2023-10-31Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini8-5/+829
2023-10-31Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+16
2023-10-18LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng2-4/+5
2023-10-18LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang1-0/+8
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar5-56/+70
2023-10-07mm: add statistics for PUD level pagetableBaolin Wang1-0/+1
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak1-11/+16
2023-10-02LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao1-0/+16
2023-10-02LoongArch: KVM: Implement kvm mmu operationsTianrui Zhao1-0/+139
2023-10-02LoongArch: KVM: Add vcpu related header filesTianrui Zhao3-5/+318
2023-10-02LoongArch: KVM: Add kvm related header filesTianrui Zhao3-0/+356
2023-09-27LoongArch: Define relocation types for ABI v2.10Tiezhu Yang1-0/+9
2023-09-20LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()Huacai Chen1-53/+6
2023-09-20kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen1-2/+8
2023-09-20LoongArch: Use _UL() and _ULL()Andy Shevchenko1-6/+6
2023-09-20LoongArch: Fix some build warnings with W=1Bibo Mao2-0/+46
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds21-177/+645
2023-09-06LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang3-0/+153
2023-09-06LoongArch: Simplify the processing of jumping new kernel for KASLRQing Zhang1-1/+1
2023-09-06LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li2-1/+71
2023-09-06LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li2-1/+9
2023-09-06LoongArch: Provide kaslr_offset() to get kernel offsetFeiyang Chen1-0/+6
2023-09-06LoongArch: Add basic KGDB & KDB supportQing Zhang2-0/+101
2023-09-06LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu9-17/+196
2023-09-06LoongArch: Add SIMD-optimized XOR routinesWANG Xuerui2-0/+102
2023-09-06LoongArch: Use static defined zero page rather than allocatedBibo Mao2-7/+2
2023-09-06LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao1-0/+1
2023-09-06LoongArch: mm: Add p?d_leaf() definitionsHongchen Zhang1-0/+3
2023-09-06LoongArch: Drop unused parse_r and parse_v macrosNathan Chancellor2-150/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-32/+35
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2023-08-26LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen1-4/+18
2023-08-25LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang1-2/+0
2023-08-25LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang1-1/+1
2023-08-25LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang1-1/+1
2023-08-25LoongArch: Remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-2/+0
2023-08-25loongarch: implement the new page table range APIMatthew Wilcox (Oracle)3-17/+21