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
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-14
KVM: PPC: Book3S HV: XIVE: Fix spelling mistake "acessing" -> "accessing"
Colin Ian King
1
-1
/
+1
2019-05-14
KVM: PPC: Book3S HV: Make sure to load LPID for radix VCPUs
Paul Mackerras
1
-6
/
+0
2019-04-30
KVM: PPC: Book3S HV: XIVE: Clear escalation interrupt pointers on device close
Paul Mackerras
1
-0
/
+15
2019-04-30
KVM: PPC: Book3S HV: XIVE: Prevent races when releasing device
Paul Mackerras
2
-16
/
+78
2019-04-30
KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' method
Cédric Le Goater
4
-11
/
+96
2019-04-30
KVM: PPC: Book3S HV: XIVE: Activate XIVE exploitation mode
Cédric Le Goater
1
-3
/
+4
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add passthrough support
Cédric Le Goater
3
-0
/
+65
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add a mapping for the source ESB pages
Cédric Le Goater
1
-0
/
+57
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add a TIMA mapping
Cédric Le Goater
1
-0
/
+39
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE state
Cédric Le Goater
2
-0
/
+100
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add a control to dirty the XIVE EQ pages
Cédric Le Goater
1
-0
/
+85
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add a control to sync the sources
Cédric Le Goater
1
-0
/
+36
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add a global reset control
Cédric Le Goater
1
-0
/
+85
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add controls for the EQ configuration
Cédric Le Goater
3
-6
/
+260
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add a control to configure a source
Cédric Le Goater
3
-2
/
+104
2019-04-30
KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
Cédric Le Goater
3
-4
/
+120
2019-04-30
KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVE
Cédric Le Goater
4
-41
/
+244
2019-04-30
KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation mode
Cédric Le Goater
3
-2
/
+186
2019-04-30
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2
-11
/
+15
2019-04-30
KVM: PPC: Book3S HV: Save/restore vrsave register in kvmhv_p9_guest_entry()
Suraj Jitindar Singh
1
-0
/
+2
2019-04-30
KVM: PPC: Book3S HV: Flush TLB on secondary radix threads
Paul Mackerras
3
-62
/
+51
2019-04-30
KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C code
Paul Mackerras
2
-34
/
+33
2019-04-30
KVM: PPC: Book3S HV: Handle virtual mode in XIVE VCPU push code
Suraj Jitindar Singh
1
-11
/
+25
2019-04-30
KVM: PPC: Book3S HV: Fix XICS-on-XIVE H_IPI when priority = 0
Paul Mackerras
1
-38
/
+40
2019-04-30
KVM: PPC: Book3S HV: smb->smp comment fixup
Palmer Dabbelt
1
-1
/
+1
2019-04-30
KVM: PPC: Book3S: Allocate guest TCEs on demand too
Alexey Kardashevskiy
2
-31
/
+107
2019-04-30
KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlers
Alexey Kardashevskiy
2
-31
/
+44
2019-04-30
KVM: PPC: Book3S HV: Fix lockdep warning when entering the guest
Alexey Kardashevskiy
1
-7
/
+8
2019-04-30
KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handler
Suraj Jitindar Singh
2
-1
/
+145
2019-04-30
KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler
Suraj Jitindar Singh
1
-0
/
+80
2019-04-20
powerpc: Add force enable of DAWR on P9 option
Michael Neuling
2
-11
/
+15
2019-04-05
KVM: PPC: Book3S: Protect memslots while validating user address
Alexey Kardashevskiy
1
-3
/
+3
2019-04-05
KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit
Suraj Jitindar Singh
1
-1
/
+3
2019-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-43
/
+138
2019-03-02
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-9
/
+17
2019-03-01
KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char()
Suraj Jitindar Singh
1
-4
/
+14
2019-02-23
powerpc: Avoid circular header inclusion in mmu-hash.h
Christophe Leroy
1
-0
/
+1
2019-02-22
Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
15
-133
/
+180
2019-02-22
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
4
-94
/
+62
2019-02-22
powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
Michael Ellerman
1
-9
/
+17
2019-02-22
KVM: PPC: Book3S: Improve KVM reference counting
Alexey Kardashevskiy
1
-3
/
+4
2019-02-22
KVM: PPC: Book3S HV: Fix build failure without IOMMU support
Jordan Niethe
2
-0
/
+12
2019-02-21
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
4
-85
/
+45
2019-02-21
powerpc/64s: Better printing of machine check info for guest MCEs
Paul Mackerras
1
-2
/
+2
2019-02-21
KVM: PPC: Book3S HV: Simplify machine check handling
Paul Mackerras
4
-83
/
+40
2019-02-21
KVM: PPC: Book3S HV: Context switch AMR on Power9
Michael Ellerman
1
-1
/
+4
2019-02-21
KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_start
Nir Weiner
1
-3
/
+2
2019-02-21
KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter
Nir Weiner
1
-2
/
+1
2019-02-21
KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_ns
Nir Weiner
1
-1
/
+4
2019-02-19
KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]
Suraj Jitindar Singh
2
-1
/
+17
[next]