index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-31
KVM: ppc: Refactor powerpc.c to relocate 440-specific code
Hollis Blanchard
9
-130
/
+207
2008-12-31
KVM: ppc: combine booke_guest.c and booke_host.c
Hollis Blanchard
4
-89
/
+66
2008-12-31
KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"
Hollis Blanchard
6
-34
/
+33
2008-12-31
KVM: ppc: Move 440-specific TLB code into 44x_tlb.c
Hollis Blanchard
4
-143
/
+145
2008-12-31
KVM: MMU: Fix aliased gfns treated as unaliased
Izik Eidus
3
-8
/
+17
2008-12-31
KVM: Enable Function Level Reset for assigned device
Sheng Yang
2
-1
/
+6
2008-12-31
KVM: ia64: Remove lock held by halted vcpu
Xiantao Zhang
1
-2
/
+0
2008-12-31
KVM: ia64: Re-organize data sturure of guests' data area
Xiantao Zhang
6
-107
/
+161
2008-12-31
KVM: VMX: Handle mmio emulation when guest state is invalid
Guillaume Thouvenin
1
-12
/
+15
2008-12-31
KVM: allow emulator to adjust rip for emulated pio instructions
Guillaume Thouvenin
4
-3
/
+3
2008-12-31
KVM: SVM: Set the 'busy' flag of the TR selector
Amit Shah
1
-0
/
+7
2008-12-31
KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration
Amit Shah
1
-0
/
+9
2008-12-31
KVM: x86: Fix typo in function name
Amit Shah
1
-5
/
+5
2008-12-31
KVM: IRQ ACK notifier should be used with in-kernel irqchip
Sheng Yang
3
-5
/
+8
2008-12-31
KVM: x86: Optimize NMI watchdog delivery
Jan Kiszka
3
-8
/
+27
2008-12-31
KVM: x86: Fix and refactor NMI watchdog emulation
Jan Kiszka
3
-17
/
+20
2008-12-31
KVM: x86 emulator: Add decode entries for 0x04 and 0x05 opcodes (add acc, imm)
Guillaume Thouvenin
1
-1
/
+1
2008-12-31
KVM: VMX: Move private memory slot position
Sheng Yang
2
-3
/
+4
2008-12-31
KVM: MMU: Extend kvm_mmu_page->slot_bitmap size
Sheng Yang
2
-6
/
+8
2008-12-31
KVM: Clean up kvm_x86_emulate.h
Sheng Yang
1
-7
/
+3
2008-12-31
KVM: Enable MTRR for EPT
Sheng Yang
5
-5
/
+27
2008-12-31
KVM: Add local get_mtrr_type() to support MTRR
Sheng Yang
1
-0
/
+104
2008-12-31
KVM: VMX: Add PAT support for EPT
Sheng Yang
3
-4
/
+34
2008-12-31
KVM: Improve MTRR structure
Sheng Yang
2
-3
/
+63
2008-12-31
x86: Export some definition of MTRR
Sheng Yang
3
-26
/
+28
2008-12-31
x86: Rename mtrr_state struct and macro names
Sheng Yang
3
-9
/
+10
2008-12-31
KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callback
Gleb Natapov
1
-1
/
+1
2008-12-31
KVM: VMX: work around lacking VNMI support
Jan Kiszka
1
-59
/
+115
2008-12-31
KVM: VMX: Provide support for user space injected NMIs
Jan Kiszka
1
-0
/
+33
2008-12-31
KVM: x86: Support for user space injected NMIs
Jan Kiszka
3
-4
/
+55
2008-12-31
KVM: Kick NMI receiving VCPU
Jan Kiszka
2
-0
/
+2
2008-12-31
KVM: x86: VCPU with pending NMI is runnabled
Jan Kiszka
1
-1
/
+2
2008-12-31
KVM: x86: Enable NMI Watchdog via in-kernel PIT source
Jan Kiszka
3
-5
/
+45
2008-12-31
KVM: VMX: fix real-mode NMI support
Jan Kiszka
1
-0
/
+13
2008-12-31
KVM: VMX: refactor IRQ and NMI window enabling
Jan Kiszka
1
-46
/
+32
2008-12-31
KVM: VMX: refactor/fix IRQ and NMI injectability determination
Jan Kiszka
2
-25
/
+22
2008-12-31
KVM: x86: Reset pending/inject NMI state on CPU reset
Jan Kiszka
1
-0
/
+3
2008-12-31
KVM: VMX: Support for NMI task gates
Jan Kiszka
1
-3
/
+15
2008-12-31
KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic value
Jan Kiszka
1
-2
/
+2
2008-12-31
KVM: VMX: include all IRQ window exits in statistics
Jan Kiszka
1
-1
/
+1
2008-12-31
KVM: x86 emulator: consolidate push reg
Guillaume Thouvenin
1
-7
/
+1
2008-12-31
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
112
-12850
/
+10496
2008-12-31
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
43
-1442
/
+1876
2008-12-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
3
-8
/
+42
2008-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
150
-5663
/
+28769
2008-12-31
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
326
-11077
/
+38106
2008-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
38
-143
/
+176
2008-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
20
-135
/
+253
2008-12-31
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
819
-10317
/
+34925
2008-12-31
tracing: removed duplicated #include
Huang Weiyi
1
-1
/
+0
[prev]
[next]