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
2012-03-08
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
11
-68
/
+122
2012-03-08
KVM: Simplify ifndef conditional usage in __kvm_set_memory_region()
Takuya Yoshikawa
1
-21
/
+8
2012-03-08
KVM: Split lpage_info creation out from __kvm_set_memory_region()
Takuya Yoshikawa
1
-31
/
+52
2012-03-08
KVM: Introduce gfn_to_index() which returns the index for a given level
Takuya Yoshikawa
3
-8
/
+9
2012-03-08
KVM: s390: provide control registers via kvm_run
Christian Borntraeger
2
-1
/
+10
2012-03-08
KVM: s390: add stop_on_stop flag when doing stop and store
Jens Freimann
1
-1
/
+2
2012-03-08
KVM: s390: ignore sigp stop overinitiative
Jens Freimann
1
-0
/
+3
2012-03-08
KVM: s390: make sigp restart return busy when stop pending
Jens Freimann
1
-0
/
+31
2012-03-08
KVM: s390: do store status after handling STOP_ON_STOP bit
Jens Freimann
1
-8
/
+12
2012-03-08
KVM: s390: Sanitize fpc registers for KVM_SET_FPU
Christian Borntraeger
1
-1
/
+1
2012-03-08
KVM: Fix write protection race during dirty logging
Takuya Yoshikawa
1
-6
/
+5
2012-03-08
KVM: VMX: remove yield_on_hlt
Raghavendra K T
1
-21
/
+1
2012-03-08
KVM: Track TSC synchronization in generations
Zachary Amsden
2
-11
/
+40
2012-03-08
KVM: Dont mark TSC unstable due to S4 suspend
Zachary Amsden
2
-5
/
+89
2012-03-08
KVM: Allow adjust_tsc_offset to be in host or guest cycles
Marcelo Tosatti
4
-4
/
+19
2012-03-08
KVM: Add last_host_tsc tracking back to KVM
Zachary Amsden
2
-8
/
+4
2012-03-08
KVM: Fix last_guest_tsc / tsc_offset semantics
Zachary Amsden
1
-4
/
+6
2012-03-08
KVM: Leave TSC synchronization window open with each new sync
Zachary Amsden
1
-1
/
+0
2012-03-08
KVM: Improve TSC offset matching
Zachary Amsden
2
-15
/
+30
2012-03-08
KVM: Infrastructure for software and hardware based TSC rate scaling
Zachary Amsden
5
-58
/
+71
2012-03-05
KVM: x86: increase recommended max vcpus to 160
Marcelo Tosatti
1
-1
/
+1
2012-03-05
x86: Introduce x86_cpuinit.early_percpu_clock_init hook
Igor Mammedov
4
-3
/
+5
2012-03-05
KVM: x86: reset edge sense circuit of i8259 on init
Gleb Natapov
1
-0
/
+1
2012-03-05
KVM: PPC: Add HPT preallocator
Alexander Graf
4
-4
/
+57
2012-03-05
KVM: PPC: Initialize linears with zeros
Alexander Graf
1
-0
/
+1
2012-03-05
KVM: PPC: Convert RMA allocation into generic code
Alexander Graf
5
-82
/
+118
2012-03-05
KVM: PPC: E500: Fail init when not on e500v2
Alexander Graf
1
-0
/
+4
2012-03-05
KVM: Move gfn_to_memslot() to kvm_host.h
Paul Mackerras
3
-41
/
+28
2012-03-05
KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guests
Avi Kivity
1
-0
/
+19
2012-03-05
KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)
Julian Stecklina
1
-1
/
+1
2012-03-05
KVM: fix error handling for out of range irq
Michael S. Tsirkin
1
-3
/
+1
2012-03-05
KVM: SVM: comment nested paging and virtualization module parameters
Davidlohr Bueso
1
-2
/
+4
2012-03-05
KVM: MMU: Remove unused kvm parameter from rmap_next()
Takuya Yoshikawa
2
-15
/
+15
2012-03-05
KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()
Takuya Yoshikawa
1
-4
/
+4
2012-03-05
KVM: MMU: Remove unused kvm_pte_chain
Takuya Yoshikawa
1
-7
/
+0
2012-03-05
KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack
Avi Kivity
1
-8
/
+5
2012-03-05
KVM: x86 emulator: add 8-bit memory operands
Avi Kivity
1
-0
/
+5
2012-03-05
KVM: PPC: refer to paravirt docs in header file
Scott Wood
2
-22
/
+12
2012-03-05
KVM: PPC: Rename MMIO register identifiers
Alexander Graf
4
-19
/
+23
2012-03-05
KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
Paul Mackerras
5
-38
/
+81
2012-03-05
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
6
-2
/
+23
2012-03-05
KVM: PPC: Add generic single register ioctls
Alexander Graf
3
-3
/
+119
2012-03-05
KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs
Sasha Levin
1
-3
/
+3
2012-03-05
KVM: PPC: booke: Add booke206 TLB trace
Liu Yu
2
-4
/
+63
2012-03-05
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
Paul Mackerras
5
-39
/
+147
2012-03-05
KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
Paul Mackerras
3
-11
/
+91
2012-03-05
KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits
Paul Mackerras
3
-39
/
+59
2012-03-05
KVM: PPC: Book3S HV: Keep HPTE locked when invalidating
Paul Mackerras
1
-87
/
+125
2012-03-05
KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS
Matt Evans
1
-0
/
+16
2012-03-05
KVM: PPC: Fix vcpu_create dereference before validity check.
Matt Evans
1
-2
/
+3
[next]