summaryrefslogtreecommitdiff
path: root/arch/loongarch/include/asm
AgeCommit message (Expand)AuthorFilesLines
14 daysLoongArch: 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-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-37/+2
2025-07-31Merge 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-14mm/hugetlb: remove prepare_hugepage_range()Peter Xu1-14/+0
2025-07-10mm: 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-25loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.hAl Viro1-1/+0
2025-06-12mm: 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-06-01Merge 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-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+7
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+8
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)1-1/+0
2025-05-12mm: 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/...Linus Torvalds1-5/+2
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2-1/+3
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+12
2025-04-02mm: 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/...Linus 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-26Merge 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/kern...Linus Torvalds6-72/+28
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini1-1/+0
2025-03-18LoongArch: KVM: Implement arch-specific functions for guest perfBibo Mao1-0/+3