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-07-20
KVM: Do not calculate linear rip in emulation failure report
Glauber Costa
1
-2
/
+2
2008-07-20
KVM: only abort guest entry if timer count goes from 0->1
Marcelo Tosatti
2
-9
/
+6
2008-07-20
KVM: Add coalesced MMIO support (ia64 part)
Laurent Vivier
3
-1
/
+6
2008-07-20
KVM: Add coalesced MMIO support (powerpc part)
Laurent Vivier
3
-1
/
+6
2008-07-20
KVM: Add coalesced MMIO support (x86 part)
Laurent Vivier
3
-1
/
+6
2008-07-20
KVM: Add coalesced MMIO support (common part)
Laurent Vivier
5
-0
/
+269
2008-07-20
KVM: kvm_io_device: extend in_range() to manage len and write attribute
Laurent Vivier
9
-25
/
+40
2008-07-20
KVM: MMU: Avoid page prefetch on SVM
Avi Kivity
1
-1
/
+4
2008-07-20
KVM: MMU: Move nonpaging_prefetch_page()
Avi Kivity
1
-9
/
+9
2008-07-20
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
Avi Kivity
1
-1
/
+2
2008-07-20
KVM: x86 emulator: simplify push imm8 emulation
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: MMU: Optimize prefetch_page()
Avi Kivity
1
-13
/
+15
2008-07-20
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
Guillaume Thouvenin
1
-1
/
+14
2008-07-20
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
Guillaume Thouvenin
1
-1
/
+24
2008-07-20
KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
Guillaume Thouvenin
1
-1
/
+4
2008-07-20
KVM: x86 emulator: add support for jmp far 0xea
Guillaume Thouvenin
1
-2
/
+29
2008-07-20
KVM: x86 emulator: Update c->dst.bytes in decode instruction
Guillaume Thouvenin
1
-0
/
+1
2008-07-20
KVM: Prefixes segment functions that will be exported with "kvm_"
Guillaume Thouvenin
2
-39
/
+43
2008-07-20
KVM: MTRR support
Avi Kivity
2
-4
/
+51
2008-07-20
KVM: Order segment register constants in the same way as cpu operand encoding
Avi Kivity
1
-2
/
+2
2008-07-20
KVM: VMX: Enable NMI with in-kernel irqchip
Sheng Yang
4
-19
/
+119
2008-07-20
KVM: IOAPIC/LAPIC: Enable NMI support
Sheng Yang
5
-3
/
+32
2008-07-20
KVM: Remove unnecessary ->decache_regs() call
Avi Kivity
1
-1
/
+0
2008-07-20
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Avi Kivity
9
-40
/
+0
2008-07-20
KVM: VMX: Add list of potentially locally cached vcpus
Avi Kivity
2
-29
/
+22
2008-07-20
KVM: Handle virtualization instruction #UD faults during reboot
Avi Kivity
4
-20
/
+64
2008-07-20
KVM: MMU: Fix false flooding when a pte points to page table
Avi Kivity
3
-2
/
+19
2008-07-20
KVM: VMX: Trivial vmcs_write64() code simplification
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: SVM: Fake MSR_K7 performance counters
Chris Lalancette
1
-6
/
+9
2008-07-20
KVM: PIT: support mode 3
Aurelien Jarno
1
-0
/
+1
2008-07-20
KVM: Handle vma regions with no backing page
Anthony Liguori
1
-12
/
+37
2008-07-20
KVM: SVM: add tracing support for TDP page faults
Joerg Roedel
2
-0
/
+5
2008-07-20
KVM: SVM: add missing kvmtrace markers
Joerg Roedel
1
-1
/
+25
2008-07-20
KVM: add missing kvmtrace bits
Joerg Roedel
1
-5
/
+20
2008-07-20
KVM: SVM: implement dedicated INTR exit handler
Joerg Roedel
1
-1
/
+7
2008-07-20
KVM: SVM: implement dedicated NMI exit handler
Joerg Roedel
1
-1
/
+6
2008-07-20
KVM: VMX: move APIC_ACCESS trace entry to generic code
Joerg Roedel
2
-2
/
+4
2008-07-20
KVM: add statics were possible, function definition in lapic.h
Harvey Harrison
5
-7
/
+8
2008-07-20
KVM: remove long -> void *user -> long cast
Christian Borntraeger
1
-2
/
+1
2008-07-20
net_sched: Add size table for qdiscs
Jussi Kivilinna
7
-5
/
+199
2008-07-20
net_sched: Add accessor function for packet length for qdiscs
Jussi Kivilinna
22
-67
/
+69
2008-07-20
net_sched: Add qdisc_enqueue wrapper
Jussi Kivilinna
12
-21
/
+37
2008-07-20
highmem: Export totalhigh_pages.
David S. Miller
1
-0
/
+1
2008-07-20
ipv6 mcast: Omit redundant address family checks in ip6_mc_source().
YOSHIFUJI Hideaki
1
-4
/
+0
2008-07-20
net: Use standard structures for generic socket address structures.
YOSHIFUJI Hideaki
5
-42
/
+52
2008-07-20
ipv6 netns: Make several "global" sysctl variables namespace aware.
YOSHIFUJI Hideaki
9
-16
/
+21
2008-07-20
netns: Use net_eq() to compare net-namespaces for optimization.
YOSHIFUJI Hideaki
38
-58
/
+58
2008-07-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
18
-271
/
+1112
2008-07-19
ipv6: remove unused macros from net/ipv6.h
Denis V. Lunev
1
-6
/
+0
2008-07-19
ipv6: remove unused parameter from ip6_ra_control
Denis V. Lunev
3
-9
/
+4
[prev]
[next]