1. 96f7edf Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 into queue by Gleb Natapov · 12 years ago
  2. 24f7bb5 KVM: Fix RTC interrupt coalescing tracking by Gleb Natapov · 12 years ago
  3. 489223e kvm: Add a tracepoint write_tsc_offset by Yoshihiro YUNOMAE · 12 years ago
  4. 7a2e8aa KVM: MMU: Inform users of mmio generation wraparound by Takuya Yoshikawa · 12 years ago
  5. 5a9b383 KVM: MMU: document fast invalidate all mmio sptes by Xiao Guangrong · 12 years ago
  6. f6f8ade KVM: MMU: document fast invalidate all pages by Xiao Guangrong · 12 years ago
  7. 2d49c47 KVM: MMU: document fast page fault by Xiao Guangrong · 12 years ago
  8. 67652ed KVM: MMU: document mmio page fault by Xiao Guangrong · 12 years ago
  9. 0cbf8e4 KVM: MMU: document write_flooding_count by Xiao Guangrong · 12 years ago
  10. accaefe KVM: MMU: document clear_spte_count by Xiao Guangrong · 12 years ago
  11. a8eca9d KVM: MMU: drop kvm_mmu_zap_mmio_sptes by Xiao Guangrong · 12 years ago
  12. 69c9ea9 KVM: MMU: init kvm generation close to mmio wrap-around value by Xiao Guangrong · 12 years ago
  13. 089504c KVM: MMU: add tracepoint for check_mmio_spte by Xiao Guangrong · 12 years ago
  14. f8f5594 KVM: MMU: fast invalidate all mmio sptes by Xiao Guangrong · 12 years ago
  15. b37fbea KVM: MMU: make return value of mmio page fault handler more readable by Xiao Guangrong · 12 years ago
  16. f2fd125 KVM: MMU: store generation-number into mmio spte by Xiao Guangrong · 12 years ago
  17. 8bd4ffd ARM: kvm: don't include drivers/virtio/Kconfig by Arnd Bergmann · 12 years ago
  18. 0f4ca79 Update MAINTAINERS: KVM/ARM work now funded by Linaro by Christoffer Dall · 12 years ago
  19. f2dda9d arm/kvm: Cleanup KVM_ARM_MAX_VCPUS logic by Geoff Levand · 12 years ago
  20. 22cfbb6 ARM: KVM: clear exclusive monitor on all exception returns by Marc Zyngier · 12 years ago
  21. 479c5ae ARM: KVM: add missing dsb before invalidating Stage-2 TLBs by Marc Zyngier · 12 years ago
  22. 6a077e4 ARM: KVM: perform save/restore of PAR by Marc Zyngier · 12 years ago
  23. 4db845c ARM: KVM: get rid of S2_PGD_SIZE by Marc Zyngier · 12 years ago
  24. 8734f16 ARM: KVM: don't special case PC when doing an MMIO by Marc Zyngier · 12 years ago
  25. dac288f ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDs by Marc Zyngier · 12 years ago
  26. 368074d ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmid by Marc Zyngier · 12 years ago
  27. 24a7f67 ARM: KVM: Don't handle PSCI calls via SMC by Dave P Martin · 12 years ago
  28. 5ae7f87 ARM: KVM: Allow host virt timer irq to be different from guest timer virt irq by Anup Patel · 12 years ago
  29. 885032b KVM: MMU: retain more available bits on mmio spte by Xiao Guangrong · 12 years ago
  30. 87d41fb KVM: s390: Fixed priority of execution in STSI by Thomas Huth · 12 years ago
  31. 953ed88 KVM: s390: Reworked LCTL and LCTLG instructions by Thomas Huth · 12 years ago
  32. 133608f KVM: s390: Check for access exceptions during TPI by Thomas Huth · 12 years ago
  33. 93e1750 KVM: s390: Check for PSTATE when handling DIAGNOSE by Thomas Huth · 12 years ago
  34. 5087dfa KVM: s390: Privileged operation checks moved to instruction handlers by Thomas Huth · 12 years ago
  35. f9f6bbc KVM: s390: Privileged operation check for TPROT by Thomas Huth · 12 years ago
  36. 208dd75 KVM: s390: Renamed PGM_PRIVILEGED_OPERATION by Thomas Huth · 12 years ago
  37. 6c806a73 KVM: MMU: update the documentation for reverse mapping of parent_pte by Xiao Guangrong · 12 years ago
  38. d8968f1 kvm api doc: fix section numbers by Alexey Kardashevskiy · 12 years ago
  39. aeb87c3 KVM: s390: Fix epsw instruction decoding by Thomas Huth · 12 years ago
  40. b764bb1 KVM: s390,perf: Detect if perf samples belong to KVM host or guest by Heinz Graalfs · 12 years ago
  41. d0321a2 KVM: s390: Use common waitqueue by Christian Borntraeger · 12 years ago
  42. b110fea KVM: s390: code cleanup to use common vcpu slab cache by Michael Mueller · 12 years ago
  43. 69d0d3a KVM: s390: guest large pages by Christian Borntraeger · 12 years ago
  44. db70ccd KVM: s390: Provide function for setting the guest storage key by Christian Borntraeger · 12 years ago
  45. 8915aa27 KVM: x86: handle idiv overflow at kvm_write_tsc by Marcelo Tosatti · 12 years ago
  46. 05988d7 KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped by Gleb Natapov · 12 years ago
  47. 365c886 KVM: MMU: reclaim the zapped-obsolete page first by Xiao Guangrong · 12 years ago
  48. f34d251 KVM: MMU: collapse TLB flushes when zap all pages by Xiao Guangrong · 12 years ago
  49. e7d11c7 KVM: MMU: zap pages in batch by Xiao Guangrong · 12 years ago
  50. 7f52af7 KVM: MMU: do not reuse the obsolete page by Xiao Guangrong · 12 years ago
  51. 3500612 KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages by Xiao Guangrong · 12 years ago
  52. 2248b02 KVM: MMU: show mmu_valid_gen in shadow page related tracepoints by Xiao Guangrong · 12 years ago
  53. 6ca18b69 KVM: x86: use the fast way to invalidate all pages by Xiao Guangrong · 12 years ago
  54. 5304b8d KVM: MMU: fast invalidate all pages by Xiao Guangrong · 12 years ago
  55. a2ae162 KVM: MMU: drop unnecessary kvm_reload_remote_mmus by Xiao Guangrong · 12 years ago
  56. 758ccc8 KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall by Xiao Guangrong · 12 years ago
  57. 6ea34c9 kvm: exclude ioeventfd from counting kvm_io_range limit by Amos Kong · 12 years ago
  58. 566af94 KVM: s390: Add "devname:kvm" alias. by Cornelia Huck · 12 years ago
  59. e47a5f5 KVM: x86 emulator: convert XADD to fastop by Avi Kivity · 12 years ago
  60. 203831e KVM: x86 emulator: drop unused old-style inline emulation by Avi Kivity · 12 years ago
  61. b8c0b6a KVM: x86 emulator: convert DIV/IDIV to fastop by Avi Kivity · 12 years ago
  62. b9fa409 KVM: x86 emulator: convert single-operand MUL/IMUL to fastop by Avi Kivity · 12 years ago
  63. 017da7b KVM: x86 emulator: Switch fastop src operand to RDX by Avi Kivity · 12 years ago
  64. ab2c5ce KVM: x86 emulator: switch MUL/DIV to DstXacc by Avi Kivity · 12 years ago
  65. 820207c KVM: x86 emulator: decode extended accumulator explicity by Avi Kivity · 12 years ago
  66. fb32b1e KVM: x86 emulator: add support for writing back the source operand by Avi Kivity · 12 years ago
  67. f8b5ff2 s390: fix gmap_ipte_notifier vs. software dirty pages by Christian Borntraeger · 12 years ago
  68. 7c47053 s390/kvm: avoid automatic sie reentry by Martin Schwidefsky · 12 years ago
  69. 2c70fe4 s390/kvm: Kick guests out of sie if prefix page host pte is touched by Christian Borntraeger · 12 years ago
  70. 49b99e1 s390/kvm: Provide a way to prevent reentering SIE by Christian Borntraeger · 12 years ago
  71. 95d38fd s390/kvm: Mark if a cpu is in SIE by Christian Borntraeger · 12 years ago
  72. 0d0dafc s390/kvm: rename RCP_xxx defines to PGSTE_xxx by Martin Schwidefsky · 12 years ago
  73. dfcf7dc s390/kvm: fix psw rewinding in handle_skey by Martin Schwidefsky · 12 years ago
  74. eed3b1e s390/pgtable: fix ipte notify bit by Christian Borntraeger · 12 years ago
  75. 535cf7b KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles by Marc Zyngier · 12 years ago
  76. 7275acd ARM: KVM: move GIC/timer code to a common location by Marc Zyngier · 12 years ago
  77. 35af577 KVM: MMU: clenaup locking in mmu_free_roots() by Gleb Natapov · 12 years ago
  78. 0061d53 KVM: x86: limit difference between kvmclock updates by Marcelo Tosatti · 12 years ago
  79. f1ed045 KVM: x86: Remove support for reporting coalesced APIC IRQs by Jan Kiszka · 12 years ago
  80. e2858b4 KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load() by Takuya Yoshikawa · 12 years ago
  81. afc2f79 KVM: add missing misc_deregister() on error in kvm_init() by Wei Yongjun · 12 years ago
  82. f722406 Linux 3.10-rc1 by Linus Torvalds · 12 years ago
  83. 26b840a Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  84. 607eeb0 Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  85. 4c44450 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  86. ac4e010 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  87. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 12 years ago
  88. 2dbd3ca Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  89. a77c005 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
  90. 3644bc2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  91. 6fad8d0 Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  92. f741df1 Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6 by Linus Torvalds · 12 years ago
  93. c67723e Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  94. ec66715 Merge tag 'dm-3.10-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
  95. f755407 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  96. 297b8a0 Merge branch 'postmerge' into for-linus by James Bottomley · 12 years ago
  97. 832e77b Merge branch 'misc' into for-linus by James Bottomley · 12 years ago
  98. 05a88a4 Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  99. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  100. e689cf0 [SCSI] qla2xxx: Update firmware link in Kconfig file. by Chad Dupuis · 12 years ago