index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-09
LoongArch: KVM: Add dirty bitmap initially all set support
Bibo Mao
1
-0
/
+3
2024-07-09
LoongArch: KVM: Delay secondary mmu tlb flush until guest entry
Bibo Mao
1
-0
/
+2
2024-07-03
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
1
-2
/
+0
2024-07-03
mm: add update_mmu_tlb_range()
Bang Li
1
-0
/
+2
2024-06-21
LoongArch: Trigger user-space watchpoints correctly
Hui Li
1
-0
/
+2
2024-06-21
LoongArch: Fix watchpoint setting error
Hui Li
1
-1
/
+1
2024-06-11
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
1
-1
/
+0
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
1
-1
/
+0
2024-06-03
LoongArch: Override higher address bits in JUMP_VIRT_ADDR
Jiaxun Yang
1
-1
/
+1
2024-06-03
LoongArch: Add all CPUs enabled by fdt to NUMA node 0
Jiaxun Yang
1
-0
/
+1
2024-05-22
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2024-05-22
Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
4
-2
/
+14
2024-05-20
Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2024-05-19
LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORT
Samuel Holland
1
-0
/
+1
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2024-05-14
LoongArch: Fix callchain parse error with kernel tracepoint events again
Huacai Chen
1
-2
/
+1
2024-05-14
LoongArch: Give a chance to build with !CONFIG_SMP
Tiezhu Yang
2
-0
/
+7
2024-05-14
LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
Xi Ruoyao
1
-0
/
+6
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
19
-19
/
+345
2024-05-06
LoongArch: KVM: Add software breakpoint support
Bibo Mao
4
-0
/
+13
2024-05-06
LoongArch: KVM: Add PV IPI support on guest side
Bibo Mao
3
-0
/
+32
2024-05-06
LoongArch: KVM: Add PV IPI support on host side
Bibo Mao
4
-0
/
+143
2024-05-06
LoongArch: KVM: Add vcpu mapping from physical cpuid
Bibo Mao
2
-0
/
+28
2024-05-06
LoongArch: KVM: Add cpucfg area for kvm hypervisor
Bibo Mao
2
-0
/
+12
2024-05-06
LoongArch: KVM: Add hypercall instruction emulation
Bibo Mao
2
-1
/
+27
2024-05-06
LoongArch/smp: Refine some ipi functions on LoongArch platform
Bibo Mao
3
-8
/
+30
2024-05-03
arch: Rename fbdev header and source files
Thomas Zimmermann
1
-4
/
+4
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
1
-0
/
+1
2024-04-24
LoongArch: Fix callchain parse error with kernel tracepoint events
Huacai Chen
1
-0
/
+8
2024-04-24
LoongArch: Fix a build error due to __tlb_remove_tlb_entry()
David Hildenbrand
1
-2
/
+0
2024-04-24
LoongArch: Fix Kconfig item and left code related to CRASH_CORE
Baoquan He
1
-2
/
+2
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
1
-1
/
+0
2024-04-10
LoongArch: Include linux/sizes.h in addrspace.h to prevent build errors
Randy Dunlap
1
-0
/
+1
2024-04-10
LoongArch: Make {virt, phys, page, pfn} translation work with KFENCE
Huacai Chen
3
-6
/
+49
2024-03-22
Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
17
-27
/
+182
2024-03-19
LoongArch: Define the __io_aw() hook as mmiowb()
Huacai Chen
3
-18
/
+3
2024-03-19
LoongArch: Remove superfluous flush_dcache_page() definition
Huacai Chen
1
-3
/
+0
2024-03-19
LoongArch: Move {dmw,tlb}_virt_to_page() definition to page.h
Max Kellermann
2
-3
/
+3
2024-03-19
LoongArch: Change __my_cpu_offset definition to avoid mis-optimization
Huacai Chen
1
-1
/
+6
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+0
2024-03-11
LoongArch: Add kernel livepatching support
Jinyang He
1
-0
/
+2
2024-03-11
LoongArch: Add ORC stack unwinder support
Tiezhu Yang
10
-2
/
+168
2024-03-09
Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...
Paolo Bonzini
1
-2
/
+2
2024-03-06
arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Arnd Bergmann
1
-9
/
+1
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-2
/
+2
2024-02-08
kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol
Paolo Bonzini
1
-2
/
+0
2024-02-06
LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]
Huacai Chen
1
-1
/
+3
2024-01-26
LoongArch: KVM: Add returns to SIMD stubs
Randy Dunlap
1
-2
/
+2
2024-01-19
Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
5
-20
/
+17
2024-01-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-4
/
+43
[prev]
[next]