summaryrefslogtreecommitdiff
path: root/arch/loongarch/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-09-27Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds8-129/+118
2024-09-24LoongArch: Simplify _percpu_read() and _percpu_write()Uros Bizjak1-89/+35
2024-09-24LoongArch: Improve hardware page table walkerHuacai Chen3-27/+42
2024-09-24LoongArch: Add ARCH_HAS_SET_DIRECT_MAP supportHuacai Chen1-0/+4
2024-09-24LoongArch: Add ARCH_HAS_SET_MEMORY supportHuacai Chen1-0/+17
2024-09-24LoongArch: Rework CPU feature probe from CPUCFG/IOCSRJiaxun Yang3-13/+20
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+2
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-0/+53
2024-09-17Merge tag 'irq-core-2024-09-16' into loongarch-nextHuacai Chen6-21/+36
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-21/+36
2024-09-13LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao3-0/+53
2024-09-12LoongArch: KVM: Implement function kvm_para_has_feature()Bibo Mao1-0/+10
2024-09-12LoongArch: KVM: Enable paravirt feature control from VMMBibo Mao4-9/+15
2024-09-12LoongArch: KVM: Add PMU support for guestSong Gao3-2/+28
2024-09-11LoongArch: KVM: Add Binary Translation extension supportBibo Mao2-2/+15
2024-09-11LoongArch: Revert qspinlock to test-and-set simple lock on VMBibo Mao3-1/+48
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)3-16/+2
2024-08-26LoongArch: KVM: Invalidate guest steal time address on vCPU resetBibo Mao1-1/+0
2024-08-26LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBEHuacai Chen1-0/+2
2024-08-25LoongArch: Remove the unused dma-direct.hMiao Wang1-11/+0
2024-08-23irqchip/loongarch-avec: Add AVEC irqchip supportTianyang Zhang1-0/+2
2024-08-23LoongArch: Architectural preparation for AVEC irqchipHuacai Chen6-7/+34
2024-08-23LoongArch: Move irqchip function prototypes to irq-loongson.hHuacai Chen1-14/+0
2024-08-07LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall()Dandan Zhang1-2/+2
2024-08-07LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTSYuli Wang1-2/+0
2024-08-07LoongArch: Use accessors to page table entries instead of direct dereferenceHuacai Chen3-24/+34
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 Torvalds5-1/+35
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 Bergmann2-0/+3
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 Mao4-0/+25
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