1. 9d67121 Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  2. 83a0551 KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs by Paul Mackerras · 6 years ago
  3. de760db KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode by Paul Mackerras · 6 years ago
  4. 10b5022 KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED by Suraj Jitindar Singh · 6 years ago
  5. 73937de KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry by Suraj Jitindar Singh · 6 years ago
  6. 3032341 KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register by Paul Mackerras · 6 years ago
  7. f3c99f9 KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested by Paul Mackerras · 6 years ago
  8. 9d0b048 KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu by Suraj Jitindar Singh · 6 years ago
  9. 690ed4c KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested by Paul Mackerras · 6 years ago
  10. e3b6b46 KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall by Suraj Jitindar Singh · 6 years ago
  11. 8cf531e KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings by Suraj Jitindar Singh · 6 years ago
  12. fd10be2 KVM: PPC: Book3S HV: Handle page fault for a nested guest by Suraj Jitindar Singh · 6 years ago
  13. 4bad777 KVM: PPC: Book3S HV: Handle hypercalls correctly when nested by Paul Mackerras · 6 years ago
  14. f3c18e9 KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor by Paul Mackerras · 6 years ago
  15. 360cae3 KVM: PPC: Book3S HV: Nested guest entry via hypercall by Paul Mackerras · 6 years ago
  16. 8e3f5fc KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization by Paul Mackerras · 6 years ago
  17. f0f825f KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix() by Paul Mackerras · 6 years ago
  18. 04bae9d KVM: PPC: Book3S HV: Refactor radix page fault handler by Suraj Jitindar Singh · 6 years ago
  19. 9811c78 KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic by Suraj Jitindar Singh · 6 years ago
  20. 89329c0 KVM: PPC: Book3S HV: Clear partition table entry on vm teardown by Suraj Jitindar Singh · 6 years ago
  21. fd0944b KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct by Paul Mackerras · 6 years ago
  22. 9a94d3e KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings by Paul Mackerras · 6 years ago
  23. 32eb150 KVM: PPC: Book3S HV: Handle hypervisor instruction faults better by Paul Mackerras · 6 years ago
  24. 95a6432 KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests by Paul Mackerras · 6 years ago
  25. 53655dd KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked by Paul Mackerras · 6 years ago
  26. 7854f75 KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable by Paul Mackerras · 6 years ago
  27. df709a2 KVM: PPC: Book3S HV: Simplify real-mode interrupt handling by Paul Mackerras · 6 years ago
  28. 41f4e63 KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions by Paul Mackerras · 6 years ago
  29. f7035ce KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code by Paul Mackerras · 6 years ago
  30. 966eba9 KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation by Paul Mackerras · 6 years ago
  31. d24ea8a KVM: PPC: Book3S: Simplify external interrupt handling by Paul Mackerras · 6 years ago
  32. e7b17d5 powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode by Paul Mackerras · 6 years ago
  33. a3ac077 KVM: PPC: Remove redundand permission bits removal by Alexey Kardashevskiy · 7 years ago
  34. 2691f0f KVM: PPC: Propagate errors to the guest when failed instead of ignoring by Alexey Kardashevskiy · 7 years ago
  35. 42de7b9 KVM: PPC: Validate TCEs against preregistered memory page sizes by Alexey Kardashevskiy · 7 years ago
  36. aa22786 KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VM by Paul Mackerras · 7 years ago
  37. 1006284 KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR by Cameron Kaiser · 7 years ago
  38. dd5bd0a Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 6 years ago
  39. 7e71268 kvm: nVMX: fix entry with pending interrupt if APICv is enabled by Paolo Bonzini · 6 years ago
  40. 2cf7ea9 KVM: VMX: hide flexpriority from guest when disabled at the module level by Paolo Bonzini · 6 years ago
  41. fd6b6d9 KVM: VMX: check for existence of secondary exec controls before accessing by Sean Christopherson · 6 years ago
  42. f7960e2 KVM: PPC: Inform the userspace about TCE update failures by Alexey Kardashevskiy · 7 years ago
  43. e199ad2 KVM: PPC: Validate all tces before updating tables by Alexey Kardashevskiy · 7 years ago
  44. b66081e Merge branch 'kvm-ppc-fixes' of paulus/powerpc into topic/ppc-kvm by Michael Ellerman · 6 years ago
  45. daa07cb KVM: x86: fix L1TF's MMIO GFN calculation by Sean Christopherson · 6 years ago
  46. fe804cd tools/kvm_stat: cut down decimal places in update interval dialog by Stefan Raspl · 6 years ago
  47. 62cf9bd81 KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS by Liran Alon · 7 years ago
  48. 503234b KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly by Liran Alon · 7 years ago
  49. 5f76f6f KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled by Liran Alon · 7 years ago
  50. 55d09dd Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kernelorgnext by Christian Borntraeger · 6 years ago
  51. af4bf6c s390/mm: optimize locking without huge pages in gmap_pmd_op_walk() by David Hildenbrand · 7 years ago
  52. 67d49d5 KVM: s390: set host program identifier by Collin Walling · 7 years ago
  53. 492a6be s390: doc: detailed specifications for AP virtualization by Tony Krowiak · 6 years ago
  54. 112c24d KVM: s390: CPU model support for AP virtualization by Tony Krowiak · 6 years ago
  55. 37940fb KVM: s390: device attrs to enable/disable AP interpretation by Tony Krowiak · 6 years ago
  56. 9ee71f2 KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2 by Pierre Morel · 6 years ago
  57. 6b79de4 KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2 by Pierre Morel · 6 years ago
  58. c9ba8c2 KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1 by Pierre Morel · 6 years ago
  59. 6ee7409 KVM: s390: vsie: allow CRYCB FORMAT-0 by Pierre Morel · 6 years ago
  60. 19fd83a KVM: s390: vsie: allow CRYCB FORMAT-1 by Pierre Morel · 6 years ago
  61. 56019f9 KVM: s390: vsie: Allow CRYCB FORMAT-2 by Pierre Morel · 6 years ago
  62. 3af84de KVM: s390: vsie: Make use of CRYCB FORMAT2 clear by Pierre Morel · 6 years ago
  63. d6f6959 KVM: s390: vsie: Do the CRYCB validation first by Pierre Morel · 6 years ago
  64. 6cc571b KVM: s390: Clear Crypto Control Block when using vSIE by Pierre Morel · 6 years ago
  65. cd8a377 s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl by Tony Krowiak · 6 years ago
  66. 46a7263 s390: vfio-ap: zeroize the AP queues by Tony Krowiak · 6 years ago
  67. e06670c s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl by Tony Krowiak · 6 years ago
  68. 258287c s390: vfio-ap: implement mediated device open callback by Tony Krowiak · 6 years ago
  69. 42104598 KVM: s390: interface to clear CRYCB masks by Tony Krowiak · 6 years ago
  70. 81b2b4b s390: vfio-ap: sysfs interface to view matrix mdev matrix by Tony Krowiak · 6 years ago
  71. 3b1eab7 s390: vfio-ap: sysfs interfaces to configure control domains by Tony Krowiak · 6 years ago
  72. 3211da0 s390: vfio-ap: sysfs interfaces to configure domains by Tony Krowiak · 6 years ago
  73. 96d152b s390: vfio-ap: sysfs interfaces to configure adapters by Tony Krowiak · 6 years ago
  74. 65f0671 s390: vfio-ap: register matrix device with VFIO mdev framework by Tony Krowiak · 6 years ago
  75. 1fde573 s390: vfio-ap: base implementation of VFIO AP device driver by Tony Krowiak · 6 years ago
  76. e585b24 KVM: s390: refactor crypto initialization by Tony Krowiak · 6 years ago
  77. 3194cdb KVM: s390: introduce and use KVM_REQ_VSIE_RESTART by David Hildenbrand · 6 years ago
  78. 9ea5972 KVM: s390: vsie: simulate VCPU SIE entry/exit by David Hildenbrand · 6 years ago
  79. 4679b61 KVM: x86: never trap MSR_KERNEL_GS_BASE by Paolo Bonzini · 6 years ago
  80. a27fb6d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Greg Kroah-Hartman · 6 years ago
  81. 0eba869 Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/linux-ubifs by Greg Kroah-Hartman · 6 years ago
  82. 211b100 Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-block by Greg Kroah-Hartman · 6 years ago
  83. a38fd7d Merge tag 'drm-fixes-2018-09-21' of git://anongit.freedesktop.org/drm/drm by Greg Kroah-Hartman · 6 years ago
  84. 4fcb7f8 Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  85. 618cc15 Merge branch 'vmwgfx-fixes-4.19' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 6 years ago
  86. 234b69e ocfs2: fix ocfs2 read block panic by Junxiao Bi · 6 years ago
  87. 172b06c3 mm: slowly shrink slabs with a relatively small number of objects by Roman Gushchin · 6 years ago
  88. 3bf181b kernel/sys.c: remove duplicated include by YueHaibing · 6 years ago
  89. b45d71f mm: shmem.c: Correctly annotate new inodes for lockdep by Joel Fernandes (Google) · 6 years ago
  90. a1b3d2f fs/proc/kcore.c: fix invalid memory access in multi-page read optimization by Dominique Martinet · 6 years ago
  91. 889c695 mm: disable deferred struct page for 32-bit arches by Pasha Tatashin · 6 years ago
  92. f83606f fork: report pid exhaustion correctly by KJ Tsanaktsidis · 6 years ago
  93. f061c1c Revert "ubifs: xattr: Don't operate on deleted inodes" by Richard Weinberger · 6 years ago
  94. d3bdc01 ubifs: drop false positive assertion by Sascha Hauer · 7 years ago
  95. 37f31b6 ubifs: Check for name being NULL while mounting by Richard Weinberger · 7 years ago
  96. 26b471c KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLs by Liran Alon · 6 years ago
  97. 44d8cc6 drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs by Yong Zhao · 7 years ago
  98. 15426db drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9 by Yong Zhao · 7 years ago
  99. caaa4c8a drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7 by Amber Lin · 7 years ago
  100. d611aaf Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 6 years ago