summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)Author
2025-06-27LoongArch: KVM: Disable updating of "num_cpu" and "feature"Bibo Mao
2025-06-27LoongArch: KVM: Check validity of "num_cpu" from user spaceBibo Mao
2025-06-27LoongArch: KVM: Check interrupt route from physical CPUBibo Mao
2025-06-27LoongArch: KVM: Fix interrupt route update with EIOINTCBibo Mao
2025-06-27LoongArch: KVM: Add address alignment check for IOCSR emulationBibo Mao
2025-06-26LoongArch: KVM: Avoid overflow with array indexBibo Mao
2025-06-26LoongArch: Handle KCOV __init vs inline mismatchesKees Cook
2025-06-26LoongArch: Reserve the EFI memory map regionMing Wang
2025-06-26LoongArch: Fix build warnings about export.hHuacai Chen
2025-06-26LoongArch: Replace __ASSEMBLY__ with __ASSEMBLER__ in headersThomas Huth
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-06-07Merge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada
2025-06-06LoongArch: dts: Add PWM support to Loongson-2K2000Binbin Zhou
2025-06-06LoongArch: dts: Add PWM support to Loongson-2K1000Binbin Zhou
2025-06-06LoongArch: dts: Add PWM support to Loongson-2K0500Binbin Zhou
2025-06-06LoongArch: vDSO: Correctly use asm parameters in syscall wrappersThomas Weißschuh
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-30LoongArch: Fix panic caused by NULL-PMD in huge_pte_offset()Tianyang Zhang
2025-05-30LoongArch: Preserve firmware configuration when desiredHuacai Chen
2025-05-30LoongArch: Avoid using $r0/$r1 as "mask" for csrxchgHuacai Chen
2025-05-30LoongArch: Introduce the numa_memblks conversionHuacai Chen
2025-05-30LoongArch: Increase max supported CPUs up to 2048Huacai Chen
2025-05-30LoongArch: Enable HAVE_ARCH_STACKLEAKYouling Tang
2025-05-30LoongArch: Enable ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGSYuli Wang
2025-05-30LoongArch: Add SCHED_MC (Multi-core scheduler) supportTianyang Zhang
2025-05-30LoongArch: Add some annotations in archhelpYouling Tang
2025-05-30LoongArch: Using generic scripts/install.sh in `make install`Youling Tang
2025-05-30LoongArch: Add a default install.shYouling Tang
2025-05-30Merge commit 'core-entry-2025-05-25' into loongarch-nextHuacai Chen
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-27Merge tag 'core-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-05-21include: pe.h: Fix PE definitionsPali Rohár
2025-05-21loongarch/perf: Remove driver-specific throttle supportKan Liang
2025-05-20LoongArch: KVM: Do not flush tlb if HW PTW supportedBibo Mao
2025-05-20LoongArch: KVM: Add ecode parameter for exception handlersBibo Mao
2025-05-14LoongArch: uprobes: Remove redundant code about resume_eraTiezhu Yang
2025-05-14LoongArch: uprobes: Remove user_{en,dis}able_single_step()Tiezhu Yang
2025-05-14LoongArch: Save and restore CSR.CNTC for hibernationHuacai Chen
2025-05-14LoongArch: Move __arch_cpu_idle() to .cpuidle.text sectionHuacai Chen
2025-05-14LoongArch: Fix MAX_REG_OFFSET calculationHuacai Chen
2025-05-14LoongArch: Prevent cond_resched() occurring within kernel-fpuTianyang Zhang
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin