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
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
/
book3s_hv_builtin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
Paul Mackerras
1
-8
/
+36
2018-10-09
KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
Paul Mackerras
1
-0
/
+48
2018-08-18
mm/cma: remove unsupported gfp_mask parameter from cma_alloc()
Marek Szyprowski
1
-1
/
+1
2018-05-18
KVM: PPC: Book3S HV: Send kvmppc_bad_interrupt NMIs to Linux handlers
Nicholas Piggin
1
-1
/
+14
2018-05-18
KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
Simon Guo
1
-3
/
+3
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
1
-1
/
+1
2017-11-01
KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts
Paul Mackerras
1
-1
/
+98
2017-11-01
KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabled
Paul Mackerras
1
-0
/
+12
2017-10-14
KVM: PPC: Book3S HV: Handle unexpected interrupts better
Paul Mackerras
1
-0
/
+6
2017-07-01
KVM: PPC: Book3S HV: Simplify dynamic micro-threading code
Paul Mackerras
1
-1
/
+1
2017-05-12
KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers
Paul Mackerras
1
-1
/
+8
2017-05-09
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-0
/
+103
2017-05-06
Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2017-04-27
KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
Benjamin Herrenschmidt
1
-0
/
+103
2017-04-18
cma: Store a name in the cma structure
Laura Abbott
1
-1
/
+2
2017-04-10
powerpc: Consolidate variants of real-mode MMIOs
Benjamin Herrenschmidt
1
-13
/
+8
2017-04-10
powerpc/xive: Native exploitation of the XIVE interrupt controller
Benjamin Herrenschmidt
1
-0
/
+8
2017-02-25
mm: cma_alloc: allow to specify GFP mask
Lucas Stach
1
-1
/
+2
2017-02-08
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
1
-25
/
+9
2017-02-07
powerpc/powernv: Remove separate entry for OPAL real mode calls
Benjamin Herrenschmidt
1
-25
/
+9
2017-01-31
KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarity
David Gibson
1
-4
/
+4
2017-01-31
KVM: PPC: Book3S HV: Allow guest exit path to have MMU on
Paul Mackerras
1
-12
/
+26
2016-12-01
KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h
Paul Mackerras
1
-1
/
+0
2016-11-24
KVM: PPC: Book3S HV: Fix compilation with unusual configurations
Paul Mackerras
1
-1
/
+2
2016-11-24
KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
Paul Mackerras
1
-10
/
+49
2016-11-24
KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9
Paul Mackerras
1
-2
/
+8
2016-11-21
KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler
Daniel Axtens
1
-0
/
+1
2016-09-12
KVM: PPC: Book3S HV: Complete passthrough interrupt in host
Suresh Warrier
1
-0
/
+1
2016-09-12
KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
Suresh Warrier
1
-1
/
+72
2016-09-09
KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C function
Suresh Warrier
1
-0
/
+84
2016-02-29
KVM: PPC: Book3S HV: Host-side RM data structures
Suresh Warrier
1
-0
/
+3
2015-08-22
KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
Paul Mackerras
1
-1
/
+24
2015-08-22
KVM: PPC: Book3S HV: Make use of unused threads when running guests
Paul Mackerras
1
-3
/
+4
2015-04-21
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
Paul Mackerras
1
-2
/
+14
2015-04-21
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
Paul Mackerras
1
-0
/
+63
2015-04-21
KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
Paul Mackerras
1
-5
/
+5
2015-04-21
KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.
Michael Ellerman
1
-0
/
+15
2014-12-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-102
/
+34
2014-12-17
KVM: PPC: Book3S HV: Improve H_CONFER implementation
Sam Bobroff
1
-0
/
+32
2014-12-17
KVM: PPC: Book3S HV: Remove code for PPC970 processors
Paul Mackerras
1
-102
/
+2
2014-11-10
powerpc: Remove superfluous bootmem includes
Anton Blanchard
1
-1
/
+0
2014-11-10
powerpc: Remove some old bootmem related comments
Anton Blanchard
1
-1
/
+1
2014-09-29
KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode
Aneesh Kumar K.V
1
-0
/
+6
2014-08-19
PC, KVM, CMA: Fix regression caused by wrong get_order() use
Alexey Kardashevskiy
1
-3
/
+3
2014-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+13
2014-08-07
mm, CMA: change cma_declare_contiguous() to obey coding convention
Joonsoo Kim
1
-2
/
+2
2014-08-07
PPC, KVM, CMA: use general CMA reserved area management framework
Joonsoo Kim
1
-6
/
+13
2014-07-28
KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled
Paul Mackerras
1
-0
/
+13
2014-05-28
powerpc/kvm/book3s_hv: Rework the secondary inhibit code
Michael Ellerman
1
-0
/
+31
2013-07-08
powerpc/kvm: Contiguous memory allocator based RMA allocation
Aneesh Kumar K.V
1
-127
/
+40
[next]