summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)Author
3 daysMerge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
4 daystreewide: refresh kmalloc_obj() conversionsKees Cook
4 daysLoongArch: KVM: Fix TOCTOU race on pv_featuresTao Cui
4 daysLoongArch: KVM: Validate MSI data before routing it to EIOINTCZeng Chi
4 daysLoongArch: KVM: Preserve memslot arch flags on KVM_MR_FLAGS_ONLYZeng Chi
4 daysLoongArch: KVM: Remove unused function kvm_arch_flush_remote_tlbs_memslot()Bibo Mao
4 daysLoongArch: KVM: Fix resource leak in kvm_loongarch_env_init() error pathChaithanya Lagisetty
4 daysLoongArch: KVM: Add unregister helpers for the KVM interrupt devicesChaithanya Lagisetty
4 daysLoongArch: KVM: Free init resources if kvm_init() failsChaithanya Lagisetty
4 daysLoongArch: BPF: Fix off-by-one error for insn_is_cast_user()Tiezhu Yang
4 daysLoongArch: Avoid preempt count underflow without probeJérémy Jean
4 daysLoongArch: Do not save/restore percpu base register in rethook trampolineWentao Guan
4 daysLoongArch: Remove unused setup_profiling_timer() functionAnthony Iliopoulos
4 daysLoongArch: Fix typo "avaliable" in comment of vmlinux.lds.SHemanth Selam
4 daysLoongArch: Do not select HAVE_RUST when KASAN is enabledNathan Chancellor
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-20Merge tag 'loongarch-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2026-08-20Merge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-18Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-18Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-08-18Merge tag 'kexec-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2026-08-18Merge tag 'memblock-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2026-08-17LoongArch: BPF: Add arch_bpf_stack_walk() implementationGeorge Guo
2026-08-17LoongArch: BPF: Add timed may_goto implementationGeorge Guo
2026-08-17LoongArch: BPF: Resolve per-CPU addrs for internal-only MOVGeorge Guo
2026-08-17LoongArch: BPF: Advertise JIT support for kptr xchg inlineChenguang Zhao
2026-08-17LoongArch: BPF: Align value-returning atomics with LKMMChenguang Zhao
2026-08-17LoongArch: BPF: Split unconditional branch JA paths staticallyTiezhu Yang
2026-08-17LoongArch: BPF: Remove dead move_imm() call in BPF_NEG pathTiezhu Yang
2026-08-17LoongArch: BPF: Remove redundant zext jumping in move_imm()Tiezhu Yang
2026-08-17LoongArch: BPF: Implement branchless conditional move for TCCTiezhu Yang
2026-08-17LoongArch: BPF: Refactor jump offset calculation in tail callTiezhu Yang
2026-08-17LoongArch: BPF: Move arena register slot below TCC contextTiezhu Yang
2026-08-17LoongArch: BPF: Optimize redundant TCC loads in epilogueTiezhu Yang
2026-08-17LoongArch: Use current_stack_pointer in current_pt_regs()Tiezhu Yang
2026-08-17LoongArch: Use generic cmp_int() instead of custom cmp_3way()Tiezhu Yang
2026-08-17LoongArch: Expand module virtual address space to 2GBTiezhu Yang
2026-08-17LoongArch: Add DIRECT_MAP_PHYSMEM_END definitionHan Gao
2026-08-17LoongArch: 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