summaryrefslogtreecommitdiff
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini8-5/+829
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-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
2023-08-21loongarch: convert various functions to use ptdescsVishal Moola (Oracle)1-12/+15
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-1/+1
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He1-2/+0
2023-07-28LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*Huacai Chen1-11/+4
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-2/+2
2023-07-10locking/arch: Avoid variable shadowing in local_try_cmpxchg()Uros Bizjak1-2/+2
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+0
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+22
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds29-184/+972
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+16
2023-06-29LoongArch: Remove five DIE_* definitions in kdebug.hTiezhu Yang1-5/+0
2023-06-29LoongArch: Add uprobes supportTiezhu Yang1-0/+36
2023-06-29LoongArch: Use larch_insn_gen_break() for kprobesTiezhu Yang1-1/+1
2023-06-29LoongArch: Add larch_insn_gen_break() to generate break insnsTiezhu Yang1-0/+12