summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | LoongArch: KVM: Implement function kvm_para_has_feature()Bibo Mao2024-09-121-0/+10
* | | LoongArch: KVM: Enable paravirt feature control from VMMBibo Mao2024-09-127-18/+45
* | | LoongArch: KVM: Add PMU support for guestSong Gao2024-09-124-2/+29
* | | LoongArch: KVM: Add vm migration support for LBT registersBibo Mao2024-09-111-0/+9
* | | LoongArch: KVM: Add Binary Translation extension supportBibo Mao2024-09-112-2/+15
* | | LoongArch: KVM: Add VM feature detection functionBibo Mao2024-09-111-0/+8
* | | LoongArch: Revert qspinlock to test-and-set simple lock on VMBibo Mao2024-09-113-1/+48
| |/ |/|
* | LoongArch: KVM: Invalidate guest steal time address on vCPU resetBibo Mao2024-08-261-1/+0
* | LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBEHuacai Chen2024-08-261-0/+2
* | LoongArch: Remove the unused dma-direct.hMiao Wang2024-08-251-11/+0
* | LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall()Dandan Zhang2024-08-071-2/+2
* | LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTSYuli Wang2024-08-071-2/+0
* | LoongArch: Use accessors to page table entries instead of direct dereferenceHuacai Chen2024-08-073-24/+34
|/
* Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-07-2214-8/+84
|\
| * LoongArch: Make the users of larch_insn_gen_break() constantOleg Nesterov2024-07-202-2/+5
| * LoongArch: Add support for relocating the kernel with RELR relocationXi Ruoyao2024-07-202-0/+6
| * LoongArch: Add architectural preparation for CPUFreqHuacai Chen2024-07-201-0/+3
| * LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen2024-07-204-3/+32
| * LoongArch: Add ARCH_HAS_PTE_DEVMAP supportHuacai Chen2024-07-202-2/+23
| * LoongArch: Add irq_work support via self IPIsHuacai Chen2024-07-203-1/+14
| * LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.hHuacai Chen2024-07-201-0/+1
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-2/+2
|\ \
| * | mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li2024-07-041-2/+0
| * | mm: add update_mmu_tlb_range()Bang Li2024-07-041-0/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-206-1/+39
|\ \ \
| * \ \ Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-1/+0
| |\ \ \
| | * | | KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson2024-06-111-1/+0
| * | | | LoongArch: KVM: Add PV steal time support in guest sideBibo Mao2024-07-091-0/+5
| * | | | LoongArch: KVM: Add PV steal time support in host sideBibo Mao2024-07-095-0/+29
| * | | | LoongArch: KVM: Add dirty bitmap initially all set supportBibo Mao2024-07-091-0/+3
| * | | | LoongArch: KVM: Delay secondary mmu tlb flush until guest entryBibo Mao2024-07-091-0/+2
| | |/ / | |/| |
* | | | Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-07-181-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)2024-06-111-1/+0
| | |/ | |/|
* | | loongarch: convert to generic syscall tableArnd Bergmann2024-07-104-2/+6
* | | clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-1/+0
* | | loongarch: avoid generating extra header filesArnd Bergmann2024-07-101-16/+0
| |/ |/|
* | LoongArch: Trigger user-space watchpoints correctlyHui Li2024-06-211-0/+2
* | LoongArch: Fix watchpoint setting errorHui Li2024-06-211-1/+1
* | LoongArch: Override higher address bits in JUMP_VIRT_ADDRJiaxun Yang2024-06-031-1/+1
* | LoongArch: Add all CPUs enabled by fdt to NUMA node 0Jiaxun Yang2024-06-031-0/+1
|/
* Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-231-0/+1
|\
| * LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-191-0/+1
* | Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-05-224-2/+14
|\ \
| * | LoongArch: Fix callchain parse error with kernel tracepoint events againHuacai Chen2024-05-141-2/+1
| * | LoongArch: Give a chance to build with !CONFIG_SMPTiezhu Yang2024-05-142-0/+7
| * | LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128Xi Ruoyao2024-05-141-0/+6
* | | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-211-4/+4
|\ \ \ | |_|/ |/| |
| * | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-4/+4
| |/
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+1
|\ \
| * | fix missing vmalloc.h includesKent Overstreet2024-04-261-0/+1