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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-02
KVM: MMU: Use __set_spte to link shadow pages
Avi Kivity
1
-1
/
+1
2010-08-02
KVM: MMU: Add link_shadow_page() helper
Avi Kivity
2
-5
/
+12
2010-08-02
KVM: Expose MCE control MSRs to userspace
Avi Kivity
1
-0
/
+2
2010-08-02
KVM: PIT: stop vpit before freeing irq_routing
Xiao Guangrong
2
-1
/
+4
2010-08-02
KVM: Reenter guest after emulation failure if due to access to non-mmio address
Gleb Natapov
1
-7
/
+25
2010-08-02
KVM: Return EFAULT from kvm ioctl when guest accesses bad area
Gleb Natapov
1
-1
/
+3
2010-08-02
KVM: fix lock imbalance in kvm_create_pit()
Jiri Slaby
1
-0
/
+1
2010-08-02
KVM: MMU: Keep going on permission error
Avi Kivity
1
-22
/
+30
2010-08-02
KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled
Avi Kivity
1
-1
/
+1
2010-08-02
KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decoding
Wei Yongjun
1
-9
/
+23
2010-08-02
KVM: x86 emulator: fix cli/sti instruction emulation
Wei Yongjun
1
-4
/
+6
2010-08-02
KVM: x86 emulator: fix 'mov rm,sreg' instruction decoding
Wei Yongjun
1
-1
/
+1
2010-08-02
KVM: x86 emulator: fix 'and AL,imm8' instruction decoding
Wei Yongjun
1
-1
/
+1
2010-08-02
KVM: x86 emulator: fix the comment of out instruction
Wei Yongjun
1
-2
/
+2
2010-08-02
KVM: x86 emulator: fix 'mov sreg,rm16' instruction decoding
Wei Yongjun
1
-1
/
+1
2010-08-02
KVM: MMU: Don't drop accessed bit while updating an spte
Avi Kivity
1
-4
/
+21
2010-08-02
KVM: MMU: Atomically check for accessed bit when dropping an spte
Avi Kivity
1
-7
/
+21
2010-08-02
KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()
Avi Kivity
1
-8
/
+11
2010-08-02
KVM: MMU: Introduce drop_spte()
Avi Kivity
2
-20
/
+23
2010-08-02
KVM: VMX: fix tlb flush with invalid root
Xiao Guangrong
3
-3
/
+6
2010-08-02
KVM: Use u64 for frame data types
Joerg Roedel
1
-1
/
+2
2010-08-01
KVM: Remove unnecessary divide operations
Joerg Roedel
5
-6
/
+10
2010-08-01
KVM: PPC: Make use of hash based Shadow MMU
Alexander Graf
6
-190
/
+54
2010-08-01
KVM: PPC: Add generic hpte management functions
Alexander Graf
1
-0
/
+277
2010-08-01
KVM: MMU: cleanup FNAME(fetch)() functions
Xiao Guangrong
1
-11
/
+8
2010-08-01
KVM: MMU: fix direct sp's access corrupted
Xiao Guangrong
1
-2
/
+26
2010-08-01
KVM: MMU: fix conflict access permissions in direct sp
Xiao Guangrong
1
-0
/
+2
2010-08-01
KVM: MMU: fix writable sync sp mapping
Xiao Guangrong
1
-1
/
+4
2010-08-01
KVM: VMX: Execute WBINVD to keep data consistency with assigned devices
Sheng Yang
5
-2
/
+67
2010-08-01
KVM: Simplify vcpu_enter_guest() mmu reload logic slightly
Avi Kivity
1
-7
/
+5
2010-08-01
KVM: Search the LAPIC's for one that will accept a PIC interrupt
Chris Lalancette
1
-4
/
+13
2010-08-01
KVM: ia64: cleanup kvm_ia64_sync_dirty_log()
Takuya Yoshikawa
1
-19
/
+11
2010-08-01
KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log()
Takuya Yoshikawa
1
-2
/
+2
2010-08-01
KVM: PPC: Make BAT only guest segments work
Alexander Graf
1
-4
/
+4
2010-08-01
KVM: PPC: Use kernel hash function
Alexander Graf
2
-17
/
+4
2010-08-01
KVM: PPC: Remove obsolete kvmppc_mmu_find_pte
Alexander Graf
3
-41
/
+0
2010-08-01
KVM: x86: Enable AVX for guest
Sheng Yang
1
-2
/
+2
2010-08-01
KVM: Prevent internal slots from being COWed
Avi Kivity
1
-1
/
+6
2010-08-01
KVM: Add mini-API for vcpu->requests
Avi Kivity
6
-21
/
+20
2010-08-01
KVM: i8259: simplify pic_irq_request() calling sequence
Avi Kivity
1
-4
/
+1
2010-08-01
KVM: i8259: reduce excessive abstraction for pic_irq_request()
Avi Kivity
2
-14
/
+7
2010-08-01
KVM: Remove kernel-allocated memory regions
Avi Kivity
1
-16
/
+0
2010-08-01
KVM: Remove memory alias support
Avi Kivity
8
-183
/
+5
2010-08-01
KVM: s390: Don't exit SIE on SIGP sense running
Christian Borntraeger
2
-2
/
+4
2010-08-01
KVM: s390: Fix build failure due to centralized vcpu locking patches
Christian Borntraeger
3
-3
/
+3
2010-08-01
KVM: Consolidate load/save temporary buffer allocation and freeing
Avi Kivity
1
-30
/
+32
2010-08-01
KVM: Fix xsave and xcr save/restore memory leak
Avi Kivity
1
-8
/
+4
2010-08-01
KVM: x86 emulator: fix group3 instruction decoding
Wei Yongjun
1
-2
/
+2
2010-08-01
KVM: PPC: fix uninitialized variable warning in kvm_ppc_core_deliver_interrupts
Asias He
1
-1
/
+1
2010-08-01
KVM: x86: Allow any LAPIC to accept PIC interrupts
Chris Lalancette
1
-7
/
+5
[prev]
[next]