summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)AuthorFilesLines
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-03Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+1
2026-07-03LoongArch: KVM: Add include defining struct cpu_featureUwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-2/+3
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta1-2/+3
2026-06-26Merge tag 'loongarch-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds27-49/+199
2026-06-25LoongArch: dts: Add i2c clocks and clock-frequency properties to LS2K2000Hongliang Wang1-0/+4
2026-06-25LoongArch: dts: Add i2c clocks and clock-frequency properties to LS2K1000Hongliang Wang1-0/+4
2026-06-25LoongArch: dts: Add i2c clocks and clock-frequency properties to LS2K0500Hongliang Wang1-0/+12
2026-06-25LoongArch: BPF: Inline bpf_get_smp_processor_id() helperTiezhu Yang1-0/+8
2026-06-25LoongArch: BPF: Inline bpf_get_current_task/_btf() helpersTiezhu Yang1-0/+18
2026-06-25LoongArch: BPF: Fix off-by-one error in tail callTiezhu Yang1-3/+5
2026-06-25LoongArch: BPF: Fix outdated tail call commentsTiezhu Yang1-4/+16
2026-06-25LoongArch: Add build salt to the vDSOBastian Blank1-0/+3
2026-06-25LoongArch: Fix nr passing in set_direct_map_valid_noflush()Xuewen Wang1-1/+1
2026-06-25LoongArch: Fix missing dirty page tracking in {pte,pmd}_wrprotect()Hongchen Zhang1-0/+4
2026-06-25LoongArch: Move struct kimage forward declaration before use谢致邦 (XIE Zhibang)1-1/+2
2026-06-25LoongArch: Report dying CPU to RCU in stop_this_cpu()Huacai Chen1-0/+1
2026-06-25LoongArch: Add PIO for early access before ACPI PCI root registerHuacai Chen4-0/+34
2026-06-25LoongArch: Add THREAD_INFO_IN_TASK implementationTiezhu Yang16-40/+87
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+3
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-180/+131
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-26/+26
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-6/+0
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds5-13/+0
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-1/+0
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-11bluetooth: remove all PCMCIA driversEthan Nelson-Moore2-6/+0
2026-06-11LoongArch: KVM: Add missing slots_lock for device register/unregisterZeng Chi3-0/+10
2026-06-11LoongArch: KVM: Validate irqchip index in irqfd routingYanfei Xu1-1/+2
2026-06-11LoongArch: KVM: Return full old CSR value from kvm_emu_xchg_csr()Qiang Ma1-1/+0
2026-06-11LoongArch: KVM: Check the return values for put_user()Qiang Ma1-1/+2
2026-06-11LoongArch: KVM: Remove timer interrupt injection when SW timer expiredBibo Mao1-2/+1
2026-06-11LoongArch: KVM: Deliver interrupt after IN_GUEST_MODE is setBibo Mao1-2/+2
2026-06-11LoongArch: KVM: Add valid bit check when set CSR.ESTAT registerBibo Mao1-9/+16
2026-06-11LoongArch: KVM: Inject interrupts with batch methodBibo Mao1-66/+27
2026-06-11LoongArch: KVM: Check msgint feature in interrupt postBibo Mao2-5/+3
2026-06-11LoongArch: KVM: Check irq validity in kvm_vcpu_ioctl_interrupt()Bibo Mao1-0/+4
2026-06-11LoongArch: KVM: Use existing macro about interrupt bit maskBibo Mao1-14/+29
2026-06-11LoongArch: KVM: Fix FPU register width with user access APIBibo Mao1-2/+2