1. 9b2d2e0 ARM: KVM: vgic: Bump VGIC_NR_IRQS to 256 by Christoffer Dall · 11 years ago
  2. 8d98915 ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regs by Christoffer Dall · 11 years ago
  3. 6545eae ARM: KVM: vgic: fix GICD_ICFGRn access by Marc Zyngier · 11 years ago
  4. 986af8e ARM: KVM: vgic: simplify vgic_get_target_reg by Marc Zyngier · 11 years ago
  5. a9f6cf9 Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queue by Gleb Natapov · 11 years ago
  6. e5552fd KVM: MMU: remove unused parameter by Xiao Guangrong · 12 years ago
  7. bf550fc Merge remote-tracking branch 'origin/next' into kvm-ppc-next by Alexander Graf · 11 years ago
  8. 7e48c10 KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate() by Paul Mackerras · 11 years ago
  9. 8b23de2 KVM: PPC: Book3S PR: Make instruction fetch fallback work for system calls by Paul Mackerras · 11 years ago
  10. 9d1ffdd KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMX by Paul Mackerras · 11 years ago
  11. 2e762ff KVM: x86: update masterclock when kvmclock_offset is calculated (v2) by Marcelo Tosatti · 11 years ago
  12. 7bfa9ad KVM: PPC: Book3S: Fix compile error in XICS emulation by Paul Mackerras · 11 years ago
  13. 7c7b406 KVM: PPC: Book3S PR: return appropriate error when allocation fails by Thadeu Lima de Souza Cascardo · 12 years ago
  14. 5d226ae arch: powerpc: kvm: add signed type cast for comparation by Chen Gang · 12 years ago
  15. 0912c97 KVM: x86: add comments where MMIO does not return to the emulator by Paolo Bonzini · 11 years ago
  16. 94452b9 KVM: vmx: count exits to userspace during invalid guest emulation by Paolo Bonzini · 11 years ago
  17. c21fbff KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmp by Paolo Bonzini · 11 years ago
  18. 11feeb4 kvm: optimize away THP checks in kvm_is_mmio_pfn() by Andrea Arcangeli · 12 years ago
  19. 0bd50dc KVM: PPC: reserve a capability number for multitce support by Alexey Kardashevskiy · 12 years ago
  20. 2f84d5e ppc: kvm: use anon_inode_getfd() with O_CLOEXEC flag by Yann Droneaud · 11 years ago
  21. 24009b0 kvm: use anon_inode_getfd() with O_CLOEXEC flag by Yann Droneaud · 11 years ago
  22. 9bc6cbe Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock by Raghavendra K T · 11 years ago
  23. 24d2166 kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic by Raghavendra K T · 11 years ago
  24. 6aef266 kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks by Srivatsa Vaddagiri · 11 years ago
  25. 4b0a867 kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi by Raghavendra K T · 11 years ago
  26. ea69f28 mips/kvm: Make kvm_locore.S 64-bit buildable/safe. by David Daney · 12 years ago
  27. bb48c2f mips/kvm: Cleanup .push/.pop directives in kvm_locore.S by David Daney · 12 years ago
  28. 2c07ebb mips/kvm: Improve code formatting in arch/mips/kvm/kvm_locore.S by David Daney · 12 years ago
  29. 8791644 powerpc/kvm: Copy the pvr value after memset by Aneesh Kumar K.V · 11 years ago
  30. cc2df20 KVM: x86: Update symbolic exit codes by Jan Kiszka · 11 years ago
  31. c0dfee5 KVM: nVMX: Advertise IA32_PAT in VM exit control by Arthur Chunqi Li · 11 years ago
  32. 5743534 KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reporting by Jan Kiszka · 11 years ago
  33. ca72d97 KVM: nEPT: Advertise WB type EPTP by Jan Kiszka · 11 years ago
  34. 44811c0 nVMX: Keep arch.pat in sync on L1-L2 switches by Jan Kiszka · 12 years ago
  35. f5c4368 nEPT: Miscelleneous cleanups by Nadav Har'El · 12 years ago
  36. 2b1be67 nEPT: Some additional comments by Nadav Har'El · 12 years ago
  37. afa61f7 Advertise the support of EPT to the L1 guest, through the appropriate MSR. by Nadav Har'El · 11 years ago
  38. bfd0a56 nEPT: Nested INVEPT by Nadav Har'El · 12 years ago
  39. 155a97a nEPT: MMU context for nested EPT by Nadav Har'El · 12 years ago
  40. 25d9208 nEPT: Add nEPT violation/misconfigration support by Yang Zhang · 11 years ago
  41. 5316622 nEPT: correctly check if remote tlb flush is needed for shadowed EPT tables by Gleb Natapov · 12 years ago
  42. 7a1638c nEPT: Redefine EPT-specific link_shadow_page() by Yang Zhang · 12 years ago
  43. 37406aa nEPT: Add EPT tables support to paging_tmpl.h by Nadav Har'El · 12 years ago
  44. 61719a8 nEPT: Support shadow paging for guest paging without A/D bits by Gleb Natapov · 12 years ago
  45. d8089ba nEPT: make guest's A/D bits depends on guest's paging mode by Gleb Natapov · 12 years ago
  46. 0ad805a nEPT: Move common code to paging_tmpl.h by Nadav Har'El · 12 years ago
  47. b7e9145 nEPT: Fix wrong test in kvm_set_cr3 by Nadav Har'El · 12 years ago
  48. 3633cfc nEPT: Fix cr3 handling in nested exit and entry by Nadav Har'El · 12 years ago
  49. 8049d65 nEPT: Support LOAD_IA32_EFER entry/exit controls for L1 by Nadav Har'El · 12 years ago
  50. 0276642 KVM: MMU: fix check the reserved bits on the gpte of L2 by Xiao Guangrong · 12 years ago
  51. 205befd KVM: nVMX: correctly set tr base on nested vmexit emulation by Gleb Natapov · 12 years ago
  52. 63fbf59 nVMX: reset rflags register cache during nested vmentry. by Gleb Natapov · 12 years ago
  53. bf64087 KVM: s390: Make KVM_HVA_ERR_BAD usable on s390 by Dominik Dingel · 12 years ago
  54. ea828eb KVM: s390: Add helper function for setting condition code by Thomas Huth · 12 years ago
  55. 843200e KVM: s390: Fix sparse warnings in priv.c by Thomas Huth · 12 years ago
  56. 78c4b59f KVM: s390: declare virtual HW facilities by Michael Mueller · 12 years ago
  57. ee6ee55 KVM: s390: fix task size check by Martin Schwidefsky · 12 years ago
  58. 3eabaee KVM: s390: allow sie enablement for multi-threaded programs by Martin Schwidefsky · 12 years ago
  59. 663f4c6 KVM: x86: handle singlestep during emulation by Paolo Bonzini · 12 years ago
  60. 4a1e10d KVM: x86: handle hardware breakpoints during emulation by Paolo Bonzini · 12 years ago
  61. ac0a48c KVM: x86: rename EMULATE_DO_MMIO by Paolo Bonzini · 12 years ago
  62. a343c9b KVM: introduce __kvm_io_bus_sort_cmp by Paolo Bonzini · 12 years ago
  63. c8ae0ac KVM: PPC: Book3S PR: Load up SPRG3 register with guest value on guest entry by Paul Mackerras · 12 years ago
  64. 9576c4c KVM: x86: Drop some unused functions from lapic by Jan Kiszka · 12 years ago
  65. 11f5cc0 KVM: x86: Simplify __apic_accept_irq by Jan Kiszka · 12 years ago
  66. 103af0a perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5 by Andi Kleen · 12 years ago
  67. 21feb4e KVM: nVMX: Set segment infomation of L1 when L2 exits by Arthur Chunqi Li · 12 years ago
  68. e04c5d7 remove sched notifier for cross-cpu migrations by Marcelo Tosatti · 12 years ago
  69. b3897a4 KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL by Nadav Har'El · 12 years ago
  70. 6b61edf KVM: x86: Drop useless cast by Mathias Krause · 12 years ago
  71. c2bae89 KVM: VMX: Use proper types to access const arrays by Mathias Krause · 12 years ago
  72. a25eb11 KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virt by Arthur Chunqi Li · 12 years ago
  73. 0658fba KVM: nVMX: Change location of 3 functions in vmx.c by Arthur Chunqi Li · 12 years ago
  74. e6dff7d KVM: x86: Avoid zapping mmio sptes twice for generation wraparound by Takuya Yoshikawa · 12 years ago
  75. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 12 years ago
  76. 85dfe87 KVM: s390: use cookies for ioeventfd by Cornelia Huck · 12 years ago
  77. 126a5af KVM: kvm-io: support cookies by Cornelia Huck · 12 years ago
  78. 1c118b8 KVM: MMU: avoid fast page fault fixing mmio page fault by Xiao Guangrong · 12 years ago
  79. ad81f05 Linux 3.11-rc1 by Linus Torvalds · 12 years ago
  80. 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  81. c25f195 slub: Check for page NULL before doing the node_match check by Steven Rostedt · 12 years ago
  82. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  83. dae3794 sunrpc: now we can just set ->s_d_op by Al Viro · 12 years ago
  84. 786e144 cgroup: we can use simple_lookup() now by Al Viro · 12 years ago
  85. 6e8cd2c efivarfs: we can use simple_lookup() now by Al Viro · 12 years ago
  86. 74931da make simple_lookup() usable for filesystems that set ->s_d_op by Al Viro · 12 years ago
  87. ec193cf configfs: don't open-code d_alloc_name() by Al Viro · 12 years ago
  88. d3db90b __rpc_lookup_create_exclusive: pass string instead of qstr by Al Viro · 12 years ago
  89. a95e691 rpc_create_*_dir: don't bother with qstr by Al Viro · 12 years ago
  90. 63345b4 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
  91. 18fb38e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  92. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  93. 03ce3ca Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  94. f8acc45 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  95. 505608d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  96. 0da2736 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  97. 560ae37 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  98. 4fa109b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. 9663398 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  100. bfd65dd Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago