aboutsummaryrefslogtreecommitdiff
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-22Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds14-8/+84
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-1/+39
2024-07-20LoongArch: Make the users of larch_insn_gen_break() constantOleg Nesterov2-2/+5
2024-07-20LoongArch: Add support for relocating the kernel with RELR relocationXi Ruoyao2-0/+6
2024-07-20LoongArch: Add architectural preparation for CPUFreqHuacai Chen1-0/+3
2024-07-20LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen4-3/+32
2024-07-20LoongArch: Add ARCH_HAS_PTE_DEVMAP supportHuacai Chen2-2/+23
2024-07-20LoongArch: Add irq_work support via self IPIsHuacai Chen3-1/+14
2024-07-20LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.hHuacai Chen1-0/+1
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2024-07-10loongarch: convert to generic syscall tableArnd Bergmann4-2/+6
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-10loongarch: avoid generating extra header filesArnd Bergmann1-16/+0
2024-07-09LoongArch: KVM: Add PV steal time support in guest sideBibo Mao1-0/+5
2024-07-09LoongArch: KVM: Add PV steal time support in host sideBibo Mao5-0/+29
2024-07-09LoongArch: KVM: Add dirty bitmap initially all set supportBibo Mao1-0/+3
2024-07-09LoongArch: KVM: Delay secondary mmu tlb flush until guest entryBibo Mao1-0/+2
2024-07-03mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li1-2/+0
2024-07-03mm: add update_mmu_tlb_range()Bang Li1-0/+2
2024-06-21LoongArch: Trigger user-space watchpoints correctlyHui Li1-0/+2
2024-06-21LoongArch: Fix watchpoint setting errorHui Li1-1/+1
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson1-1/+0
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-1/+0
2024-06-03LoongArch: Override higher address bits in JUMP_VIRT_ADDRJiaxun Yang1-1/+1
2024-06-03LoongArch: 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/...Linus Torvalds1-0/+1
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds4-2/+14
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/...Linus 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/g...Paolo 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