summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorLines
14 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-5/+58
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds-102/+0
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+3
2026-04-14Merge tag 'irq-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2026-04-09LoongArch: KVM: Add DMSINTC inject msi to vCPUSong Gao-1/+5
2026-04-09LoongArch: KVM: Add DMSINTC device supportSong Gao-0/+31
2026-04-09LoongArch: KVM: Make vcpu_is_preempted() as a macro rather than functionBibo Mao-4/+22
2026-04-06ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng-5/+0
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng-1/+0
2026-04-06LoongArch: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng-0/+1
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)-1/+1
2026-04-05LoongArch/mm: align vmemmap to maximal folio sizeKiryl Shutsemau-1/+2
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)-9/+0
2026-04-04Merge tag 'v7.0-rc6' into irq/coreThomas Gleixner-2/+62
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig-40/+0
2026-04-02loongarch: move the XOR code to lib/raid/Christoph Hellwig-55/+3
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig-26/+16
2026-03-26LoongArch: vDSO: Emit GNU_EH_FRAME correctlyXi Ruoyao-0/+45
2026-03-17genirq/matrix, LoongArch: Delete IRQ_MATRIX_BITS leftoversNam Cao-1/+0
2026-03-16LoongArch: Give more information if kmem access failedTiezhu Yang-2/+12
2026-03-16LoongArch: Only use SC.Q when supported by the assemblerThomas Weißschuh-0/+5
2026-02-14Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-31/+93
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+19
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+3
2026-02-10LoongArch: Handle percpu handler address for ORC unwinderTiezhu Yang-0/+3
2026-02-10LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODEJohn Garry-1/+1
2026-02-10LoongArch: Wire up memfd_secret system callLain "Fearyncess" Yang-0/+1
2026-02-10LoongArch: Add 128-bit atomic cmpxchg supportGeorge Guo-0/+54
2026-02-10LoongArch: Add detection for SC.Q supportGeorge Guo-30/+34
2026-02-06LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng-4/+3
2026-02-06LoongArch: KVM: Add paravirt vcpu_is_preempted() support in guest sideBibo Mao-0/+4
2026-02-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao-1/+7
2026-02-06LoongArch: KVM: Add FPU/LBT delay load supportBibo Mao-0/+2
2026-02-06LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switchBibo Mao-0/+1
2026-02-06LoongArch: KVM: Check VM msgint feature during interrupt handlingBibo Mao-0/+5
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-2/+0
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand-1/+0
2026-01-12loongarch/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-10/+0
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross-3/+0
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross-1/+0
2025-12-31LoongArch: Complete CPUCFG registers definitionHuacai Chen-0/+7
2025-12-13Merge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-335/+980
2025-12-08LoongArch: Adjust VDSO/VSYSCALL for 32BIT/64BITHuacai Chen-0/+4
2025-12-08LoongArch: Adjust misc routines for 32BIT/64BITHuacai Chen-2/+27
2025-12-08LoongArch: Adjust user accessors for 32BIT/64BITHuacai Chen-3/+60
2025-12-08LoongArch: Adjust system call for 32BIT/64BITHuacai Chen-0/+8
2025-12-08LoongArch: Adjust module loader for 32BIT/64BITHuacai Chen-1/+12
2025-12-08LoongArch: Adjust time routines for 32BIT/64BITHuacai Chen-2/+63
2025-12-08LoongArch: Adjust process management for 32BIT/64BITHuacai Chen-4/+49
2025-12-08LoongArch: Adjust memory management for 32BIT/64BITHuacai Chen-28/+129