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
/
s390
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-02
KVM: s390: Return error on SIDA memop on normal guest
Janis Schoetterl-Glausch
1
-0
/
+2
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
1
-1
/
+1
2021-12-21
Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
5
-68
/
+135
2021-12-17
KVM: s390: Clarify SIGP orders versus STOP/RESTART
Eric Farman
4
-2
/
+43
2021-12-17
KVM: s390: gaccess: Cleanup access to guest pages
Janis Schoetterl-Glausch
1
-8
/
+16
2021-12-17
KVM: s390: gaccess: Refactor access address range check
Janis Schoetterl-Glausch
1
-53
/
+69
2021-12-17
KVM: s390: gaccess: Refactor gpa and length calculation
Janis Schoetterl-Glausch
1
-15
/
+17
2021-12-09
KVM: s390: Use Makefile.kvm for common files
David Woodhouse
1
-5
/
+3
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
1
-1
/
+1
2021-12-08
KVM: Drop obsolete kvm_arch_vcpu_block_finish()
Sean Christopherson
1
-5
/
+0
2021-12-08
KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
Sean Christopherson
2
-1
/
+2
2021-12-08
KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
Sean Christopherson
1
-1
/
+1
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
2
-15
/
+15
2021-12-08
KVM: s390: Introduce kvm_s390_get_gfn_end()
Maciej S. Szmigiero
3
-4
/
+14
2021-12-08
KVM: Use interval tree to do fast hva lookup in memslots
Maciej S. Szmigiero
1
-0
/
+1
2021-12-08
KVM: Integrate gfn_to_memslot_approx() into search_memslots()
Maciej S. Szmigiero
1
-37
/
+8
2021-12-08
KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY
Sean Christopherson
1
-4
/
+9
2021-12-08
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
1
-2
/
+0
2021-12-08
KVM: s390: Use "new" memslot instead of userspace memory region
Sean Christopherson
1
-5
/
+8
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
1
-1
/
+2
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
3
-13
/
+14
2021-12-08
KVM: s390: Use kvm_get_vcpu() instead of open-coded access
Marc Zyngier
1
-3
/
+5
2021-12-08
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
1
-17
/
+1
2021-11-18
KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()
Vitaly Kuznetsov
1
-0
/
+2
2021-11-07
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2021-10-27
KVM: s390: add debug statement for diag 318 CPNC data
Collin Walling
1
-0
/
+1
2021-10-27
KVM: s390: Fix handle_sske page fault handling
Janis Schoetterl-Glausch
1
-0
/
+2
2021-10-26
s390: rename last_break to pgm_last_break
Sven Schnelle
1
-1
/
+1
2021-10-25
KVM: s390: Add a routine for setting userspace CPU state
Eric Farman
2
-3
/
+12
2021-10-25
KVM: s390: Simplify SIGP Set Arch handling
Eric Farman
1
-13
/
+1
2021-10-25
KVM: s390: pv: avoid stalls when making pages secure
Claudio Imbrenda
1
-0
/
+5
2021-10-25
KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
Claudio Imbrenda
1
-1
/
+1
2021-10-25
KVM: s390: pv: avoid double free of sida page
Claudio Imbrenda
1
-10
/
+9
2021-10-20
KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu
Halil Pasic
1
-2
/
+3
2021-10-20
KVM: s390: clear kicked_mask before sleeping again
Halil Pasic
1
-0
/
+1
2021-09-28
KVM: s390: Function documentation fixes
Janosch Frank
2
-1
/
+15
2021-09-22
KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor
Sean Christopherson
3
-4
/
+4
2021-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-14
/
+14
2021-09-06
Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
4
-8
/
+12
2021-08-27
KVM: s390: index kvm->arch.idle_mask by vcpu_idx
Halil Pasic
3
-8
/
+8
2021-08-27
KVM: s390: Enable specification exception interpretation
Janis Schoetterl-Glausch
2
-0
/
+4
2021-08-24
s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica...
Tony Krowiak
1
-4
/
+27
2021-08-24
s390/vfio-ap: r/w lock for PQAP interception handler function pointer
Tony Krowiak
2
-6
/
+10
2021-08-20
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
1
-4
/
+0
2021-08-06
KVM: Rename lru_slot to last_used_slot
David Matlack
1
-2
/
+2
2021-07-27
KVM: s390: restore old debugfs names
Christian Borntraeger
2
-18
/
+18
2021-07-04
Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-6
/
+6
2021-06-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-116
/
+141
2021-06-25
Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
1
-9
/
+13
[next]