aboutsummaryrefslogtreecommitdiff
path: root/arch/loongarch/include/asm
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds13-46/+137
2026-04-22LoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBARTiezhu Yang3-31/+44
2026-04-22LoongArch: Batch the icache maintenance for jump_labelYouling Tang1-0/+2
2026-04-22LoongArch: Add flush_icache_all()/local_flush_icache_all()Youling Tang1-1/+15
2026-04-22LoongArch: Make arch_irq_work_has_interrupt() true only if IPI HW existHuacai Chen1-1/+1
2026-04-22LoongArch: Use get_random_canary() for stack canary initLuo Qiu1-8/+1
2026-04-22LoongArch: Align FPU register state to 32 bytesLisa Robinson1-1/+1
2026-04-22LoongArch: Handle CONFIG_32BIT in syscall_get_arch()Tiezhu Yang1-0/+4
2026-04-22LoongArch: Add HIGHMEM (PKMAP and FIX_KMAP) supportHuacai Chen4-4/+69
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-5/+54
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds2-102/+0
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-11/+3
2026-04-14Merge tag 'irq-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2026-04-09LoongArch: KVM: Add DMSINTC inject msi to vCPUSong Gao2-1/+5
2026-04-09LoongArch: KVM: Add DMSINTC device supportSong Gao2-0/+27
2026-04-09LoongArch: KVM: Make vcpu_is_preempted() as a macro rather than functionBibo Mao1-4/+22
2026-04-06ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng1-5/+0
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng1-1/+0
2026-04-06LoongArch: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng1-0/+1
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-1/+1
2026-04-05LoongArch/mm: align vmemmap to maximal folio sizeKiryl Shutsemau1-1/+2
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)1-9/+0
2026-04-04Merge tag 'v7.0-rc6' into irq/coreThomas Gleixner4-2/+62
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig1-40/+0
2026-04-02loongarch: move the XOR code to lib/raid/Christoph Hellwig2-55/+3
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig1-26/+16
2026-03-26LoongArch: vDSO: Emit GNU_EH_FRAME correctlyXi Ruoyao2-0/+45
2026-03-17genirq/matrix, LoongArch: Delete IRQ_MATRIX_BITS leftoversNam Cao1-1/+0
2026-03-16LoongArch: Give more information if kmem access failedTiezhu Yang1-2/+12
2026-03-16LoongArch: Only use SC.Q when supported by the assemblerThomas Weißschuh1-0/+5
2026-02-14Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds6-31/+92
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-1/+17
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+3
2026-02-10LoongArch: Handle percpu handler address for ORC unwinderTiezhu Yang1-0/+3
2026-02-10LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODEJohn Garry1-1/+1
2026-02-10LoongArch: Wire up memfd_secret system callLain "Fearyncess" Yang1-0/+1
2026-02-10LoongArch: Add 128-bit atomic cmpxchg supportGeorge Guo1-0/+54
2026-02-10LoongArch: Add detection for SC.Q supportGeorge Guo2-30/+33
2026-02-06LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng1-4/+3
2026-02-06LoongArch: KVM: Add paravirt vcpu_is_preempted() support in guest sideBibo Mao1-0/+4
2026-02-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao2-1/+5
2026-02-06LoongArch: KVM: Add FPU/LBT delay load supportBibo Mao1-0/+2
2026-02-06LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switchBibo Mao1-0/+1
2026-02-06LoongArch: KVM: Check VM msgint feature during interrupt handlingBibo Mao1-0/+5
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-2/+0
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-1/+0
2026-01-12loongarch/paravirt: Use common code for paravirt_steal_clock()Juergen Gross1-10/+0
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-3/+0
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross1-1/+0
2025-12-31LoongArch: Complete CPUCFG registers definitionHuacai Chen1-0/+7