1. 80f5b5e KVM: remove vm mmap method by Gleb Natapov · 11 years ago
  2. 27ef63c KVM: IOMMU: hva align mapping page size by Greg Edwards · 11 years ago
  3. a9d4e43 KVM: x86: trace cpuid emulation when called from emulator by Gleb Natapov · 11 years ago
  4. 6d4d85e KVM: emulator: cleanup decode_register_operand() a bit by Gleb Natapov · 11 years ago
  5. aa9ac1a KVM: emulator: check rex prefix inside decode_register() by Gleb Natapov · 11 years ago
  6. 95f328d Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue by Gleb Natapov · 11 years ago
  7. daf72722 KVM: x86: fix emulation of "movzbl %bpl, %eax" by Paolo Bonzini · 11 years ago
  8. 81e87e2 kvm_host: typo fix by Michael S. Tsirkin · 11 years ago
  9. 98f7363 KVM: x86: emulate SAHF instruction by Paolo Bonzini · 11 years ago
  10. a94b40a MAINTAINERS: add tree for kvm.git by Ramkumar Ramachandra · 11 years ago
  11. 6beda1e Documentation/kvm: add a 00-INDEX file by Ramkumar Ramachandra · 11 years ago
  12. e3e5847 MAINTAINERS: fix broken link to www.linux-kvm.org by Ramkumar Ramachandra · 11 years ago
  13. 6026620 kvm/vmx: error message typo fix by Michael S. Tsirkin · 11 years ago
  14. c67a04c KVM: x86: fix KVM_SET_XCRS loop by Paolo Bonzini · 11 years ago
  15. 46c34cb KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVE by Paolo Bonzini · 11 years ago
  16. e0f0bbc kvm: Create non-coherent DMA registeration by Alex Williamson · 11 years ago
  17. d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
  18. ec53500 kvm: Add VFIO device by Alex Williamson · 11 years ago
  19. 84cffe4 kvm: Emulate MOVBE by Borislav Petkov · 11 years ago
  20. 0bc5eed kvm, emulator: Add initial three-byte insns support by Borislav Petkov · 11 years ago
  21. b51e974 kvm, emulator: Rename VendorSpecific flag by Borislav Petkov · 11 years ago
  22. 1ce19dc kvm, emulator: Use opcode length by Borislav Petkov · 11 years ago
  23. 9c15bb1 kvm: Add KVM_GET_EMULATED_CPUID by Borislav Petkov · 11 years ago
  24. 5bb3398 Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-queue by Paolo Bonzini · 11 years ago
  25. e0230e1 KVM: Mapping IOMMU pages after updating memslot by Yang Zhang · 11 years ago
  26. a294c9b nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supported by Jan Kiszka · 11 years ago
  27. cd2633c nVMX: Fix pick-up of uninjected NMIs by Jan Kiszka · 11 years ago
  28. d3134db KVM: nVMX: Report 2MB EPT pages as supported by Jan Kiszka · 11 years ago
  29. 9b5fdb9 KVM: ARM: Transparent huge page (THP) support by Christoffer Dall · 11 years ago
  30. ad361f0 KVM: ARM: Support hugetlbfs backed huge pages by Christoffer Dall · 12 years ago
  31. 86ed81a KVM: ARM: Update comments for kvm_handle_wfi by Christoffer Dall · 11 years ago
  32. 58d5ec8 ARM: KVM: Yield CPU when vcpu executes a WFE by Marc Zyngier · 11 years ago
  33. a78b55d kvm: powerpc: book3s: drop is_hv_enabled by Aneesh Kumar K.V · 11 years ago
  34. cbbc58d kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine by Aneesh Kumar K.V · 11 years ago
  35. 13acfd5 Powerpc KVM work is based on a commit after rc4. by Gleb Natapov · 11 years ago
  36. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  37. 2ba9f0d kvm: powerpc: book3s: Support building HV and PR KVM as module by Aneesh Kumar K.V · 11 years ago
  38. dba291f kvm: powerpc: booke: Move booke related tracepoints to separate header by Aneesh Kumar K.V · 11 years ago
  39. 72c1253 kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header by Aneesh Kumar K.V · 11 years ago
  40. 699cc87 kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops by Aneesh Kumar K.V · 11 years ago
  41. dd96b2c kvm: powerpc: book3s: Cleanup interrupt handling code by Aneesh Kumar K.V · 11 years ago
  42. 3a167bea kvm: powerpc: Add kvmppc_ops callback by Aneesh Kumar K.V · 11 years ago
  43. 9975f5e kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE by Aneesh Kumar K.V · 11 years ago
  44. 7aa7993 kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE by Aneesh Kumar K.V · 11 years ago
  45. 066212e kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary by Paul Mackerras · 11 years ago
  46. 178db62 kvm: powerpc: book3s: remove kvmppc_handler_highmem label by Paul Mackerras · 11 years ago
  47. ce11e48 KVM: PPC: E500: Add userspace debug stub support by Bharat Bhushan · 11 years ago
  48. 547465e KVM: PPC: E500: Using "struct debug_reg" by Bharat Bhushan · 11 years ago
  49. b12c784 KVM: PPC: E500: exit to user space on "ehpriv 1" instruction by Bharat Bhushan · 11 years ago
  50. fc82cf1 powerpc: export debug registers save function for KVM by Bharat Bhushan · 11 years ago
  51. 9579198 powerpc: move debug registers in a structure by Bharat Bhushan · 11 years ago
  52. 6b3e3b3 powerpc: remove unnecessary line continuations by Bharat Bhushan · 11 years ago
  53. 84e4d63 kvm: powerpc: e500: mark page accessed when mapping a guest page by Bharat Bhushan · 11 years ago
  54. ca8ccbd kvm: powerpc: allow guest control "G" attribute in mas2 by Bharat Bhushan · 11 years ago
  55. fd75cb5 kvm: powerpc: allow guest control "E" attribute in mas2 by Bharat Bhushan · 11 years ago
  56. c199efa powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIAN by Bharat Bhushan · 11 years ago
  57. 44a3add KVM: PPC: Book3S HV: Better handling of exceptions that happen in real mode by Paul Mackerras · 11 years ago
  58. f1378b1 kvm: powerpc: book3s hv: Fix vcore leak by Paul Mackerras · 11 years ago
  59. 491d6ec KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiers by Paul Mackerras · 11 years ago
  60. adc0baf KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being written by Paul Mackerras · 11 years ago
  61. d78bca7 KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page() by Paul Mackerras · 11 years ago
  62. 93b159b KVM: PPC: Book3S PR: Better handling of host-side read-only pages by Paul Mackerras · 11 years ago
  63. 4f6c11d KVM: PPC: Book3S: Move skip-interrupt handlers to common code by Paul Mackerras · 11 years ago
  64. 3ff9550 KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache by Paul Mackerras · 11 years ago
  65. 9308ab8 KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe by Paul Mackerras · 11 years ago
  66. 5cd92a9 KVM: PPC: Book3S PR: Correct errors in H_ENTER implementation by Paul Mackerras · 11 years ago
  67. 03a9c90 KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEs by Paul Mackerras · 11 years ago
  68. c9029c3 KVM: PPC: Book3S PR: Use 64k host pages where possible by Paul Mackerras · 11 years ago
  69. a4a0f25 KVM: PPC: Book3S PR: Allow guest to use 64k pages by Paul Mackerras · 11 years ago
  70. a2d5602 KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu by Paul Mackerras · 11 years ago
  71. f248177 KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVEC by Paul Mackerras · 11 years ago
  72. f3271d4 KVM: PPC: Book3S HV: Don't crash host on unknown guest interrupt by Paul Mackerras · 11 years ago
  73. 388cc6e KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7 by Paul Mackerras · 11 years ago
  74. 4b8473c KVM: PPC: Book3S HV: Add support for guest Program Priority Register by Paul Mackerras · 11 years ago
  75. a0144e2 KVM: PPC: Book3S HV: Store LPCR value for each virtual core by Paul Mackerras · 11 years ago
  76. 8b75cbb KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVE by Paul Mackerras · 11 years ago
  77. 8c2dbb7 KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield count by Paul Mackerras · 11 years ago
  78. c934243 KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutine by Paul Mackerras · 11 years ago
  79. 218309b KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutine by Paul Mackerras · 11 years ago
  80. 42d7604 KVM: PPC: Book3S HV: Implement H_CONFER by Paul Mackerras · 11 years ago
  81. c0867fd KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVE by Paul Mackerras · 11 years ago
  82. 93b0f4d KVM: PPC: Book3S HV: Implement timebase offset for guests by Paul Mackerras · 11 years ago
  83. 1494178 KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers by Paul Mackerras · 11 years ago
  84. 3b78347 KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_reg by Michael Neuling · 11 years ago
  85. d570142 Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm-arm into next by Gleb Natapov · 11 years ago
  86. a7265fb KVM: ARM: Remove non-ASCII space characters by Christoffer Dall · 11 years ago
  87. 34ec4de Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  88. ba0a062 Merge branch 'fixes-for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  89. b83aea8 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  90. 3670426 Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  91. 3dbef3e KVM: Enable pvspinlock after jump_label_init() to avoid VM hang by Raghavendra K T · 11 years ago
  92. f2e1066 KVM: Drop FOLL_GET in GUP when doing async page fault by chai wen · 11 years ago
  93. 1931ee1 Revert "drivers: of: add initialization code for dma reserved memory" by Marek Szyprowski · 11 years ago
  94. cebf3e4 Revert "ARM: init: add support for reserved memory defined by device tree" by Marek Szyprowski · 11 years ago
  95. 1e52db69 Merge tag 'vfio-v3.12-rc5' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 11 years ago
  96. ed8ada3 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  97. 59b5b28 Merge branch 'misc' into for-next by Roland Dreier · 11 years ago
  98. 2b50176d IB: Remove unnecessary semicolons by Joe Perches · 11 years ago
  99. d6099ae Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  100. 4b60667 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago