aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include (follow)
AgeCommit message (Expand)AuthorFilesLines
9 daysLoongArch: Override higher address bits in JUMP_VIRT_ADDRJiaxun Yang1-1/+1
9 daysLoongArch: Add all CPUs enabled by fdt to NUMA node 0Jiaxun Yang1-0/+1
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds4-2/+14
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-4/+4
2024-05-19LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2024-05-14LoongArch: Fix callchain parse error with kernel tracepoint events againHuacai Chen1-2/+1
2024-05-14LoongArch: Give a chance to build with !CONFIG_SMPTiezhu Yang2-0/+7
2024-05-14LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128Xi Ruoyao1-0/+6
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini19-19/+345
2024-05-06LoongArch: KVM: Add software breakpoint supportBibo Mao4-0/+13
2024-05-06LoongArch: KVM: Add PV IPI support on guest sideBibo Mao3-0/+32
2024-05-06LoongArch: KVM: Add PV IPI support on host sideBibo Mao4-0/+143
2024-05-06LoongArch: KVM: Add vcpu mapping from physical cpuidBibo Mao2-0/+28
2024-05-06LoongArch: KVM: Add cpucfg area for kvm hypervisorBibo Mao2-0/+12
2024-05-06LoongArch: KVM: Add hypercall instruction emulationBibo Mao2-1/+27
2024-05-06LoongArch/smp: Refine some ipi functions on LoongArch platformBibo Mao3-8/+30
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-4/+4
2024-04-25fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-24LoongArch: Fix callchain parse error with kernel tracepoint eventsHuacai Chen1-0/+8
2024-04-24LoongArch: Fix a build error due to __tlb_remove_tlb_entry()David Hildenbrand1-2/+0
2024-04-24LoongArch: Fix Kconfig item and left code related to CRASH_COREBaoquan He1-2/+2
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini1-1/+0
2024-04-10LoongArch: Include linux/sizes.h in addrspace.h to prevent build errorsRandy Dunlap1-0/+1
2024-04-10LoongArch: Make {virt, phys, page, pfn} translation work with KFENCEHuacai Chen3-6/+49
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds17-27/+182
2024-03-19LoongArch: Define the __io_aw() hook as mmiowb()Huacai Chen3-18/+3
2024-03-19LoongArch: Remove superfluous flush_dcache_page() definitionHuacai Chen1-3/+0
2024-03-19LoongArch: Move {dmw,tlb}_virt_to_page() definition to page.hMax Kellermann2-3/+3
2024-03-19LoongArch: Change __my_cpu_offset definition to avoid mis-optimizationHuacai Chen1-1/+6
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2024-03-11LoongArch: Add kernel livepatching supportJinyang He1-0/+2
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang10-2/+168
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+2
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann1-9/+1
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini1-2/+0
2024-02-06LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]Huacai Chen1-1/+3
2024-01-26LoongArch: KVM: Add returns to SIMD stubsRandy Dunlap1-2/+2
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds5-20/+17
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+43
2024-01-17LoongArch: Fix definition of ftrace_regs_set_instruction_pointer()Tiezhu Yang1-1/+1
2024-01-17LoongArch: Use generic interface to support crashkernel=X,[high,low]Youling Tang1-0/+12
2024-01-17LoongArch: Fix and simplify fcsr initialization on execve()Xi Ruoyao1-5/+0
2024-01-17LoongArch: Let cores_io_master cover the largest NR_CPUSHuacai Chen1-2/+4
2024-01-17LoongArch: Change SHMLBA from SZ_64K to PAGE_SIZEHuacai Chen1-12/+0
2024-01-09Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-2/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+1