index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-09
LoongArch: KVM: Add PV steal time support in host side
Bibo Mao
4
-0
/
+25
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-04
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
1
-2
/
+0
2024-07-04
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-12
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-23
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-21
Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2024-05-20
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
18
-19
/
+341
2024-05-06
LoongArch: KVM: Add software breakpoint support
Bibo Mao
3
-0
/
+9
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-26
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-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-06
arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Arnd Bergmann
1
-9
/
+1
2024-02-10
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-2
/
+2
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-20
Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
5
-20
/
+17
2024-01-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-4
/
+42
2024-01-17
LoongArch: Fix definition of ftrace_regs_set_instruction_pointer()
Tiezhu Yang
1
-1
/
+1
2024-01-17
LoongArch: Use generic interface to support crashkernel=X,[high,low]
Youling Tang
1
-0
/
+12
[prev]
[next]