summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include
Commit message (Expand)AuthorAgeFilesLines
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
* LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]Huacai Chen2024-02-061-1/+3
* LoongArch: KVM: Add returns to SIMD stubsRandy Dunlap2024-01-261-2/+2
* Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-01-195-20/+17
|\
| * LoongArch: Fix definition of ftrace_regs_set_instruction_pointer()Tiezhu Yang2024-01-171-1/+1
| * LoongArch: Use generic interface to support crashkernel=X,[high,low]Youling Tang2024-01-171-0/+12
| * LoongArch: Fix and simplify fcsr initialization on execve()Xi Ruoyao2024-01-171-5/+0
| * LoongArch: Let cores_io_master cover the largest NR_CPUSHuacai Chen2024-01-171-2/+4
| * LoongArch: Change SHMLBA from SZ_64K to PAGE_SIZEHuacai Chen2024-01-171-12/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-173-4/+43
|\ \
| * \ Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-029-17/+54
| |\ \
| | * | LoongArch: KVM: Add LASX (256bit SIMD) supportTianrui Zhao2023-12-192-2/+18
| | * | LoongArch: KVM: Add LSX (128bit SIMD) supportTianrui Zhao2023-12-193-2/+24
| | * | LoongArch: KVM: Remove kvm_acquire_timer() before entering guestBibo Mao2023-12-191-1/+0
| | * | LoongArch: KVM: Optimization for memslot hugepage checkingBibo Mao2023-12-191-0/+3
| | |/
| * | Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-141-1/+0
| |\ \
| | * | KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-131-1/+0
* | | | Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-091-2/+0
|\ \ \ \
| * | | | efi/loongarch: Directly position the loaded image fileWang Yao2023-12-191-2/+0
* | | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mm/mglru: add dummy pmd_dirty()Kinsey Ho2024-01-051-0/+1
* | | | | Merge tag 'efi-urgent-for-v6.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-12-131-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | efi/loongarch: Use load address to calculate kernel entry addressWang Yao2023-12-111-1/+1
| |/ / /
* | | | LoongArch: Preserve syscall nr across execve()Hengqi Chen2023-12-091-1/+1
* | | | LoongArch: Slightly clean up drdtime()Xi Ruoyao2023-12-091-3/+2
|/ / /
* | | LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()Huacai Chen2023-11-211-6/+5
* | | LoongArch: Record pc instead of offset in la_abs relocationWANG Rui2023-11-212-3/+2
|/ /
* | Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-11-123-25/+86
|\ \
| * | LoongArch: Add more instruction opcodes and emit_* helpersHengqi Chen2023-11-081-0/+13
| * | LoongArch: Relax memory ordering for atomic operationsWANG Rui2023-11-081-20/+68
| * | LoongArch: Mark __percpu functions as always inlineNathan Chancellor2023-11-081-5/+5
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+1
|\ \ \
| * | | mm: add statistics for PUD level pagetableBaolin Wang2023-10-061-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-028-5/+829
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2023-10-318-5/+829
| |\ \ \ | | |_|/ | |/| |
| | * | LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao2023-10-021-0/+16
| | * | LoongArch: KVM: Implement kvm mmu operationsTianrui Zhao2023-10-021-0/+139
| | * | LoongArch: KVM: Add vcpu related header filesTianrui Zhao2023-10-023-5/+318
| | * | LoongArch: KVM: Add kvm related header filesTianrui Zhao2023-10-023-0/+356
| | |/
* | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-301-11/+16
|\ \ \ | |/ / |/| |
| * | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-095-56/+70
| |\|
| * | locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak2023-10-041-11/+16
* | | LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng2023-10-182-4/+5
* | | LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang2023-10-181-0/+8
| |/ |/|
* | LoongArch: Define relocation types for ABI v2.10Tiezhu Yang2023-09-271-0/+9
* | LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()Huacai Chen2023-09-201-53/+6
* | kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen2023-09-201-2/+8
* | LoongArch: Use _UL() and _ULL()Andy Shevchenko2023-09-201-6/+6
* | LoongArch: Fix some build warnings with W=1Bibo Mao2023-09-202-0/+46
|/
* Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-0821-177/+645
|\