summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)Author
4 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
8 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
8 daysMerge tag 'loongarch-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
9 daysMerge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
10 daysMerge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
10 daysMerge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
11 daysMerge tag 'kexec-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
11 daysMerge tag 'memblock-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
11 daysMerge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
12 daysLoongArch: BPF: Add arch_bpf_stack_walk() implementationGeorge Guo
12 daysLoongArch: BPF: Add timed may_goto implementationGeorge Guo
12 daysLoongArch: BPF: Resolve per-CPU addrs for internal-only MOVGeorge Guo
12 daysLoongArch: BPF: Advertise JIT support for kptr xchg inlineChenguang Zhao
12 daysLoongArch: BPF: Align value-returning atomics with LKMMChenguang Zhao
12 daysLoongArch: BPF: Split unconditional branch JA paths staticallyTiezhu Yang
12 daysLoongArch: BPF: Remove dead move_imm() call in BPF_NEG pathTiezhu Yang
12 daysLoongArch: BPF: Remove redundant zext jumping in move_imm()Tiezhu Yang
12 daysLoongArch: BPF: Implement branchless conditional move for TCCTiezhu Yang
12 daysLoongArch: BPF: Refactor jump offset calculation in tail callTiezhu Yang
12 daysLoongArch: BPF: Move arena register slot below TCC contextTiezhu Yang
12 daysLoongArch: BPF: Optimize redundant TCC loads in epilogueTiezhu Yang
12 daysLoongArch: Use current_stack_pointer in current_pt_regs()Tiezhu Yang
12 daysLoongArch: Use generic cmp_int() instead of custom cmp_3way()Tiezhu Yang
12 daysLoongArch: Expand module virtual address space to 2GBTiezhu Yang
12 daysLoongArch: Add DIRECT_MAP_PHYSMEM_END definitionHan Gao
12 daysLoongArch: Fix acpi_package_ids[] array overflowBibo Mao
2026-08-10LoongArch: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdefferyThomas Weißschuh
2026-08-10LoongArch: KVM: Replace kvm_err() with kvm_pr_unimpl()Bibo Mao
2026-08-10LoongArch: KVM: Use internal API to deliver interrupt in kernel modeBibo Mao
2026-08-10LoongArch: KVM: Fix uninitialized stack variable issue with dmsintcBibo Mao
2026-08-10LoongArch: KVM: Return directly when IPI address is not alignedBibo Mao
2026-08-10LoongArch: KVM: Set default MAILBOX access size with 8Bibo Mao
2026-08-10LoongArch: KVM: Set vcpu->cpu before IN_GUEST_MODE is setBibo Mao
2026-08-10LoongArch: KVM: Fix PC double advance in kernel MMIO read fast pathZeng Chi
2026-08-10LoongArch: KVM: Prevent division by zero in periodic timer restoreTao Cui
2026-08-10LoongArch: KVM: Reload one-shot TVAL on migration destinationTao Cui
2026-08-10LoongArch: KVM: Advertise already-supported capabilitiesTao Cui
2026-08-07Merge branch 'range-checks' into for-nextMike Rapoport (Microsoft)
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif
2026-07-27quota: remove CONFIG_PRINT_QUOTA_WARNING codeJiri Slaby (SUSE)
2026-07-24LoongArch: BPF: Fix memory leak in bpf_jit_free()Pu Lehui
2026-07-23LoongArch: BPF: Zero-extend signed ALU32 div/mod resultsNicholas Dudar
2026-07-23LoongArch: Fix oops during single-step debuggingHaoran Jiang
2026-07-23LoongArch: Fix address space mismatch in kexec command line lookupGeorge Guo
2026-07-23LoongArch: Retrieve CPU package ID from PPTT when availableRong Bao
2026-07-23LoongArch: Move jump_label_init() before parse_early_param()Kanglong Wang
2026-07-23LoongArch: Fix build errors due to wrong instructions for 32BITHuacai Chen
2026-07-23LoongArch: Increase TASK_STRUCT_OFFSET up to 2040 for 32BITHuacai Chen
2026-07-20entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall ...Thomas Gleixner