aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/loongarch
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-81/+102
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-3/+4
2026-08-20Merge tag 'loongarch-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds10-91/+223
2026-08-20Merge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-2/+0
2026-08-18Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+1
2026-08-18Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-16/+7
2026-08-18Merge tag 'kexec-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds1-28/+12
2026-08-18Merge tag 'memblock-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds2-4/+0
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2-2/+0
2026-08-17LoongArch: BPF: Add arch_bpf_stack_walk() implementationGeorge Guo1-0/+38
2026-08-17LoongArch: BPF: Add timed may_goto implementationGeorge Guo3-2/+60
2026-08-17LoongArch: BPF: Resolve per-CPU addrs for internal-only MOVGeorge Guo2-0/+15
2026-08-17LoongArch: BPF: Advertise JIT support for kptr xchg inlineChenguang Zhao1-0/+5
2026-08-17LoongArch: BPF: Align value-returning atomics with LKMMChenguang Zhao2-14/+36
2026-08-17LoongArch: BPF: Split unconditional branch JA paths staticallyTiezhu Yang1-4/+5
2026-08-17LoongArch: BPF: Remove dead move_imm() call in BPF_NEG pathTiezhu Yang1-1/+0
2026-08-17LoongArch: BPF: Remove redundant zext jumping in move_imm()Tiezhu Yang1-1/+1
2026-08-17LoongArch: BPF: Implement branchless conditional move for TCCTiezhu Yang2-34/+19
2026-08-17LoongArch: BPF: Refactor jump offset calculation in tail callTiezhu Yang1-8/+4
2026-08-17LoongArch: BPF: Move arena register slot below TCC contextTiezhu Yang1-7/+13
2026-08-17LoongArch: BPF: Optimize redundant TCC loads in epilogueTiezhu Yang1-8/+2
2026-08-17LoongArch: Use current_stack_pointer in current_pt_regs()Tiezhu Yang1-5/+1
2026-08-17LoongArch: Use generic cmp_int() instead of custom cmp_3way()Tiezhu Yang1-4/+2
2026-08-17LoongArch: Expand module virtual address space to 2GBTiezhu Yang2-4/+15
2026-08-17LoongArch: Add DIRECT_MAP_PHYSMEM_END definitionHan Gao1-0/+7
2026-08-17LoongArch: Fix acpi_package_ids[] array overflowBibo Mao1-1/+2
2026-08-10LoongArch: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdefferyThomas Weißschuh1-2/+0
2026-08-10LoongArch: KVM: Replace kvm_err() with kvm_pr_unimpl()Bibo Mao6-45/+45
2026-08-10LoongArch: KVM: Use internal API to deliver interrupt in kernel modeBibo Mao4-16/+22
2026-08-10LoongArch: KVM: Fix uninitialized stack variable issue with dmsintcBibo Mao1-2/+1
2026-08-10LoongArch: KVM: Return directly when IPI address is not alignedBibo Mao1-9/+13
2026-08-10LoongArch: KVM: Set default MAILBOX access size with 8Bibo Mao1-7/+2
2026-08-10LoongArch: KVM: Set vcpu->cpu before IN_GUEST_MODE is setBibo Mao1-1/+1
2026-08-10LoongArch: KVM: Fix PC double advance in kernel MMIO read fast pathZeng Chi1-1/+0
2026-08-10LoongArch: KVM: Prevent division by zero in periodic timer restoreTao Cui1-0/+2
2026-08-10LoongArch: KVM: Reload one-shot TVAL on migration destinationTao Cui1-0/+12
2026-08-10LoongArch: KVM: Advertise already-supported capabilitiesTao Cui1-0/+4
2026-08-07Merge branch 'range-checks' into for-nextMike Rapoport (Microsoft)1-3/+0
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)2-2/+3
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif1-1/+1
2026-07-27quota: remove CONFIG_PRINT_QUOTA_WARNING codeJiri Slaby (SUSE)2-2/+0
2026-07-24LoongArch: BPF: Fix memory leak in bpf_jit_free()Pu Lehui1-0/+1
2026-07-23LoongArch: BPF: Zero-extend signed ALU32 div/mod resultsNicholas Dudar1-4/+4
2026-07-23LoongArch: Fix oops during single-step debuggingHaoran Jiang1-1/+2
2026-07-23LoongArch: Fix address space mismatch in kexec command line lookupGeorge Guo1-1/+4
2026-07-23LoongArch: Retrieve CPU package ID from PPTT when availableRong Bao2-3/+28
2026-07-23LoongArch: Move jump_label_init() before parse_early_param()Kanglong Wang1-2/+1
2026-07-23LoongArch: Fix build errors due to wrong instructions for 32BITHuacai Chen1-9/+9
2026-07-23LoongArch: Increase TASK_STRUCT_OFFSET up to 2040 for 32BITHuacai Chen1-1/+1
2026-07-20entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall executionThomas Gleixner1-7/+7