aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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/chenhuacai/linux-loongsonLinus 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/kernel/git/akpm/mmLinus 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/git/viro/vfsLinus 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/chenhuacai/linux-loongsonLinus 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/kernel/git/akpm/mmLinus 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/kernel/git/tip/tipLinus 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
2025-04-29LoongArch: entry: Migrate ret_from_fork() to CCharlie Jenkins1-0/+8
2025-04-26LoongArch: Handle fp, lsx, lasx and lbt assembly symbolsTiezhu Yang2-19/+30
2025-04-26LoongArch: Make regs_irqs_disabled() more clearTiezhu Yang1-2/+2
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+2
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds2-1/+3
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+12
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-5/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+5
2025-04-01objtool/loongarch: Add unwind hints in prepare_frametrace()Josh Poimboeuf2-1/+12
2025-03-30LoongArch: Increase ARCH_DMA_MINALIGN up to 16Huacai Chen1-0/+2
2025-03-30LoongArch: Increase MAX_IO_PICS up to 8Huacai Chen1-1/+1
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-72/+28