aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-06Merge tag 'loongarch-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds3-0/+69
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+14
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+0
2025-10-02LoongArch: Handle new atomic instructions for probesTiezhu Yang1-0/+5
2025-10-02LoongArch: Add ELF binary support for kexec_fileYouling Tang1-0/+1
2025-10-02LoongArch: Add EFI binary support for kexec_fileYouling Tang2-0/+15
2025-10-02LoongArch: Add preparatory infrastructure for kexec_fileYouling Tang1-0/+10
2025-10-02LoongArch: Add struct loongarch_image_header for kernelYouling Tang1-0/+38
2025-09-30Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-42/+34
2025-09-23LoongArch: KVM: Set version information at initial stageBibo Mao1-1/+14
2025-09-21kasan: introduce ARCH_DEFER_KASAN and unify static key across modesSabyrzhan Tasbolatov1-7/+0
2025-09-20LoongArch: Fix bitflag conflict for TIF_FIXADEYao Zi1-1/+1
2025-09-18LoongArch: KVM: Fix VM migration failure with PTW enabledBibo Mao1-4/+16
2025-09-18LoongArch: Align ACPI structures if ARCH_STRICT_ALIGN enabledHuacai Chen1-4/+3
2025-09-17loongarch: Use generic TIF bitsThomas Gleixner1-42/+34
2025-08-20LoongArch: Rename GCC_PLUGIN_STACKLEAK to KSTACK_ERASEHuacai Chen1-1/+1
2025-08-08Merge tag 'loongarch-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2-0/+10
2025-08-05LoongArch: BPF: Add dynamic code modification supportChenghao Duan1-0/+1
2025-08-03LoongArch: Add larch_insn_gen_{beq,bne} helpersChenghao Duan1-0/+2
2025-08-03LoongArch: Complete KSave registers definitionYanteng Si1-0/+7
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-37/+2
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+6
2025-07-28Merge tag 'pull-headers_param' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2025-07-21LoongArch: KVM: Add stat information with kernel irqchipBibo Mao1-6/+6
2025-07-13mm/hugetlb: remove prepare_hugepage_range()Peter Xu1-14/+0
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple2-23/+2
2025-06-26LoongArch: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-06-26LoongArch: Replace __ASSEMBLY__ with __ASSEMBLER__ in headersThomas Huth26-62/+62
2025-06-24loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.hAl Viro1-1/+0
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-07Merge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds12-42/+42
2025-06-06LoongArch: vDSO: Correctly use asm parameters in syscall wrappersThomas Weißschuh2-4/+4
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+16
2025-05-30LoongArch: Avoid using $r0/$r1 as "mask" for csrxchgHuacai Chen1-4/+12
2025-05-30LoongArch: Introduce the numa_memblks conversionHuacai Chen3-24/+2
2025-05-30LoongArch: Increase max supported CPUs up to 2048Huacai Chen2-3/+3
2025-05-30LoongArch: Enable HAVE_ARCH_STACKLEAKYouling Tang3-7/+12
2025-05-30LoongArch: Add SCHED_MC (Multi-core scheduler) supportTianyang Zhang2-0/+9
2025-05-30Merge commit 'core-entry-2025-05-25' into loongarch-nextHuacai Chen1-0/+8
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2025-05-27Merge tag 'core-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2025-05-20LoongArch: KVM: Do not flush tlb if HW PTW supportedBibo Mao1-1/+1
2025-05-20LoongArch: KVM: Add ecode parameter for exception handlersBibo Mao1-1/+1
2025-05-14LoongArch: uprobes: Remove redundant code about resume_eraTiezhu Yang1-1/+0
2025-05-14LoongArch: Fix MAX_REG_OFFSET calculationHuacai Chen1-1/+1
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+7
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+8
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)1-1/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-6/+0