index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-15
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-22
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-20
KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_start
Nir Weiner
1
-3
/
+2
2019-02-20
KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter
Nir Weiner
1
-2
/
+1
2019-02-20
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
2019-02-19
KVM: PPC: Release all hardware TCE tables attached to a group
Alexey Kardashevskiy
1
-1
/
+0
2019-02-19
KVM: PPC: Book3S HV: Optimise mmio emulation for devices on FAST_MMIO_BUS
Suraj Jitindar Singh
1
-0
/
+18
2019-02-19
KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE
Paul Mackerras
6
-26
/
+33
2019-02-19
KVM: PPC: Remove -I. header search paths
Masahiro Yamada
1
-5
/
+0
2019-02-19
KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_node
wangbo
1
-3
/
+1
2019-02-19
KVM: PPC: Book3S PR: Add emulation for slbfee. instruction
Paul Mackerras
3
-0
/
+33
2019-01-14
KVM: powerpc: remove -I. header search paths
Masahiro Yamada
1
-5
/
+0
2019-01-04
Merge branch 'master' into fixes
Michael Ellerman
2
-3
/
+3
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-12-30
KVM: PPC: Book3S HV: radix: Fix uninitialized var build error
Michael Ellerman
1
-1
/
+1
2018-12-29
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-1
/
+1
2018-12-27
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-9
/
+22
2018-12-22
treewide: surround Kconfig file paths with double quotes
Masahiro Yamada
1
-1
/
+1
2018-12-21
Merge tag 'kvm-ppc-next-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-12
/
+88
2018-12-21
KVM: Make kvm_set_spte_hva() return int
Lan Tianyu
2
-2
/
+4
2018-12-21
powerpc/vfio/iommu/kvm: Do not pin device memory
Alexey Kardashevskiy
1
-8
/
+10
2018-12-21
KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with host
Suraj Jitindar Singh
1
-4
/
+18
2018-12-21
KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()
Suraj Jitindar Singh
2
-2
/
+53
2018-12-21
KVM: PPC: Book3S HV: Apply combination of host and l1 pte rc for nested guest
Suraj Jitindar Singh
1
-0
/
+3
2018-12-21
KVM: PPC: Book3S HV: Align gfn to L1 page size when inserting nest-rmap entry
Suraj Jitindar Singh
1
-0
/
+2
2018-12-21
KVM: PPC: Book3S HV: Hold kvm->mmu_lock across updating nested pte rc bits
Suraj Jitindar Singh
1
-6
/
+12
2018-12-20
Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
11
-60
/
+368
2018-12-20
powerpc/fsl: Flush branch predictor when entering KVM
Diana Craciun
1
-0
/
+4
2018-12-20
powerpc/fsl: Emulate SPRN_BUCSR register
Diana Craciun
1
-0
/
+7
2018-12-17
KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guest
Suraj Jitindar Singh
2
-10
/
+4
2018-12-17
KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants...
Suraj Jitindar Singh
3
-4
/
+84
2018-12-17
KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
Suraj Jitindar Singh
3
-10
/
+53
2018-12-17
KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants
Suraj Jitindar Singh
1
-2
/
+16
2018-12-17
KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
Suraj Jitindar Singh
1
-0
/
+40
2018-12-17
KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
Suraj Jitindar Singh
1
-0
/
+97
2018-12-17
KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
Suraj Jitindar Singh
1
-0
/
+1
2018-12-17
KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines
Suraj Jitindar Singh
1
-1
/
+4
2018-12-17
KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off
Paul Mackerras
3
-4
/
+42
[next]