summaryrefslogtreecommitdiff
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini1-2/+2
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann1-9/+1
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini1-2/+0
2024-02-06LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]Huacai Chen1-1/+3
2024-01-26LoongArch: KVM: Add returns to SIMD stubsRandy Dunlap1-2/+2
2024-01-20Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds5-20/+17
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+43
2024-01-17LoongArch: Fix definition of ftrace_regs_set_instruction_pointer()Tiezhu Yang1-1/+1
2024-01-17LoongArch: Use generic interface to support crashkernel=X,[high,low]Youling Tang1-0/+12
2024-01-17LoongArch: Fix and simplify fcsr initialization on execve()Xi Ruoyao1-5/+0
2024-01-17LoongArch: Let cores_io_master cover the largest NR_CPUSHuacai Chen1-2/+4
2024-01-17LoongArch: Change SHMLBA from SZ_64K to PAGE_SIZEHuacai Chen1-12/+0
2024-01-10Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+1
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini9-17/+54
2023-12-19efi/loongarch: Directly position the loaded image fileWang Yao1-2/+0
2023-12-19LoongArch: KVM: Add LASX (256bit SIMD) supportTianrui Zhao2-2/+18
2023-12-19LoongArch: KVM: Add LSX (128bit SIMD) supportTianrui Zhao3-2/+24
2023-12-19LoongArch: KVM: Remove kvm_acquire_timer() before entering guestBibo Mao1-1/+0
2023-12-19LoongArch: KVM: Optimization for memslot hugepage checkingBibo Mao1-0/+3
2023-12-13Merge tag 'efi-urgent-for-v6.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-12-11efi/loongarch: Use load address to calculate kernel entry addressWang Yao1-1/+1
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-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-1/+0
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-1/+0
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