index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2017-02-07
36
-563
/
+2608
|
\
|
*
KVM: PPC: Book3S HV: Advertise availablity of HPT resizing on KVM HV
David Gibson
2017-01-31
1
-0
/
+3
|
*
KVM: PPC: Book3S HV: KVM-HV HPT resizing implementation
David Gibson
2017-01-31
1
-1
/
+187
|
*
KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation
David Gibson
2017-01-31
4
-0
/
+223
|
*
KVM: PPC: Book3S HV: Create kvmppc_unmap_hpte_helper()
David Gibson
2017-01-31
1
-33
/
+44
|
*
KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
David Gibson
2017-01-31
4
-24
/
+26
|
*
KVM: PPC: Book3S HV: Split HPT allocation from activation
David Gibson
2017-01-31
4
-55
/
+68
|
*
KVM: PPC: Book3S HV: Don't store values derivable from HPT order
David Gibson
2017-01-31
4
-26
/
+34
|
*
KVM: PPC: Book3S HV: Gather HPT related variables into sub-structure
David Gibson
2017-01-31
4
-84
/
+92
|
*
KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarity
David Gibson
2017-01-31
3
-10
/
+10
|
*
KVM: PPC: Book3S HV: HPT resizing documentation and reserved numbers
David Gibson
2017-01-31
2
-0
/
+106
|
*
Documentation: Correct duplicate section number in kvm/api.txt
David Gibson
2017-01-31
1
-3
/
+3
|
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2017-01-31
33
-183
/
+1585
|
|
\
|
|
*
KVM: PPC: Book3S HV: Enable radix guest support
Paul Mackerras
2017-01-31
5
-27
/
+111
|
|
*
KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1
Paul Mackerras
2017-01-31
1
-0
/
+6
|
|
*
KVM: PPC: Book3S HV: Allow guest exit path to have MMU on
Paul Mackerras
2017-01-31
3
-17
/
+58
|
|
*
KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
Paul Mackerras
2017-01-31
4
-14
/
+82
|
|
*
KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
Paul Mackerras
2017-01-31
1
-0
/
+14
|
|
*
KVM: PPC: Book3S HV: Implement dirty page logging for radix guests
Paul Mackerras
2017-01-31
4
-33
/
+144
|
|
*
KVM: PPC: Book3S HV: MMU notifier callbacks for radix guests
Paul Mackerras
2017-01-31
3
-21
/
+103
|
|
*
KVM: PPC: Book3S HV: Page table construction and page faults for radix guests
Paul Mackerras
2017-01-31
5
-3
/
+415
|
|
*
KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guests
Paul Mackerras
2017-01-31
3
-11
/
+49
|
|
*
KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
Paul Mackerras
2017-01-31
6
-3
/
+160
|
|
*
KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9
Paul Mackerras
2017-01-31
1
-0
/
+8
|
|
*
KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
Paul Mackerras
2017-01-31
3
-5
/
+33
|
|
*
KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
Paul Mackerras
2017-01-31
6
-0
/
+156
|
|
*
powerpc/64: Allow for relocation-on interrupts from guest to host
Paul Mackerras
2017-01-31
2
-29
/
+34
|
|
*
powerpc/64: Make type of partition table flush depend on partition type
Paul Mackerras
2017-01-31
1
-3
/
+13
|
|
*
powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM
Paul Mackerras
2017-01-31
1
-1
/
+2
|
|
*
powerpc/64: More definitions for POWER9
Paul Mackerras
2017-01-31
2
-1
/
+15
|
|
*
powerpc/64: Enable use of radix MMU under hypervisor on POWER9
Paul Mackerras
2017-01-31
7
-6
/
+81
|
|
*
powerpc/pseries: Fixes for the "ibm,architecture-vec-5" options
Paul Mackerras
2017-01-31
2
-5
/
+5
|
|
*
powerpc/64: Don't try to use radix MMU under a hypervisor
Paul Mackerras
2017-01-31
1
-0
/
+33
|
|
*
KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interrupts
Nicholas Piggin
2017-01-31
4
-8
/
+58
|
|
*
KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt section
Nicholas Piggin
2017-01-27
2
-5
/
+3
|
|
*
KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HV
Nicholas Piggin
2017-01-27
3
-27
/
+38
|
*
|
KVM: PPC: Book3S PR: Refactor program interrupt related code into separate fu...
Thomas Huth
2017-01-27
1
-65
/
+65
|
*
|
KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
Paul Mackerras
2017-01-27
1
-8
/
+5
|
*
|
KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
Li Zhong
2017-01-27
2
-51
/
+48
|
*
|
KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
Li Zhong
2017-01-27
4
-71
/
+161
|
*
|
KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
Li Zhong
2017-01-27
2
-0
/
+7
|
*
|
KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
Li Zhong
2017-01-27
1
-3
/
+2
|
*
|
KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECT
Li Zhong
2017-01-27
2
-11
/
+3
|
*
|
KVM: PPC: Book3S HV: Don't try to signal cpu -1
Paul Mackerras
2017-01-27
1
-1
/
+2
*
|
|
KVM: x86: add KVM_HC_CLOCK_PAIRING hypercall
Marcelo Tosatti
2017-02-07
4
-0
/
+112
*
|
|
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail
David Hildenbrand
2017-02-07
1
-5
/
+5
*
|
|
KVM: nVMX: kmap() can't fail
David Hildenbrand
2017-02-07
1
-9
/
+0
*
|
|
kvm: x86: mmu: Verify that restored PTE has needed perms in fast page fault
Junaid Shahid
2017-01-27
1
-59
/
+68
*
|
|
kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_fault
Junaid Shahid
2017-01-27
1
-5
/
+5
*
|
|
kvm: x86: mmu: Update comment in mark_spte_for_access_track
Junaid Shahid
2017-01-27
1
-3
/
+3
[next]