1. 24f7bb5 KVM: Fix RTC interrupt coalescing tracking by Gleb Natapov · 11 years ago
  2. 489223e kvm: Add a tracepoint write_tsc_offset by Yoshihiro YUNOMAE · 11 years ago
  3. 7a2e8aa KVM: MMU: Inform users of mmio generation wraparound by Takuya Yoshikawa · 11 years ago
  4. 5a9b383 KVM: MMU: document fast invalidate all mmio sptes by Xiao Guangrong · 11 years ago
  5. f6f8ade KVM: MMU: document fast invalidate all pages by Xiao Guangrong · 11 years ago
  6. 2d49c47 KVM: MMU: document fast page fault by Xiao Guangrong · 11 years ago
  7. 67652ed KVM: MMU: document mmio page fault by Xiao Guangrong · 11 years ago
  8. 0cbf8e4 KVM: MMU: document write_flooding_count by Xiao Guangrong · 11 years ago
  9. accaefe KVM: MMU: document clear_spte_count by Xiao Guangrong · 11 years ago
  10. a8eca9d KVM: MMU: drop kvm_mmu_zap_mmio_sptes by Xiao Guangrong · 11 years ago
  11. 69c9ea9 KVM: MMU: init kvm generation close to mmio wrap-around value by Xiao Guangrong · 11 years ago
  12. 089504c KVM: MMU: add tracepoint for check_mmio_spte by Xiao Guangrong · 11 years ago
  13. f8f5594 KVM: MMU: fast invalidate all mmio sptes by Xiao Guangrong · 11 years ago
  14. b37fbea KVM: MMU: make return value of mmio page fault handler more readable by Xiao Guangrong · 11 years ago
  15. f2fd125 KVM: MMU: store generation-number into mmio spte by Xiao Guangrong · 11 years ago
  16. 885032b KVM: MMU: retain more available bits on mmio spte by Xiao Guangrong · 11 years ago
  17. 87d41fb KVM: s390: Fixed priority of execution in STSI by Thomas Huth · 11 years ago
  18. 953ed88 KVM: s390: Reworked LCTL and LCTLG instructions by Thomas Huth · 11 years ago
  19. 133608f KVM: s390: Check for access exceptions during TPI by Thomas Huth · 11 years ago
  20. 93e1750 KVM: s390: Check for PSTATE when handling DIAGNOSE by Thomas Huth · 11 years ago
  21. 5087dfa KVM: s390: Privileged operation checks moved to instruction handlers by Thomas Huth · 11 years ago
  22. f9f6bbc KVM: s390: Privileged operation check for TPROT by Thomas Huth · 11 years ago
  23. 208dd75 KVM: s390: Renamed PGM_PRIVILEGED_OPERATION by Thomas Huth · 11 years ago
  24. 6c806a7 KVM: MMU: update the documentation for reverse mapping of parent_pte by Xiao Guangrong · 11 years ago
  25. d8968f1 kvm api doc: fix section numbers by Alexey Kardashevskiy · 11 years ago
  26. aeb87c3 KVM: s390: Fix epsw instruction decoding by Thomas Huth · 11 years ago
  27. b764bb1 KVM: s390,perf: Detect if perf samples belong to KVM host or guest by Heinz Graalfs · 11 years ago
  28. d0321a2 KVM: s390: Use common waitqueue by Christian Borntraeger · 11 years ago
  29. b110fea KVM: s390: code cleanup to use common vcpu slab cache by Michael Mueller · 11 years ago
  30. 69d0d3a KVM: s390: guest large pages by Christian Borntraeger · 11 years ago
  31. db70ccd KVM: s390: Provide function for setting the guest storage key by Christian Borntraeger · 11 years ago
  32. 8915aa27 KVM: x86: handle idiv overflow at kvm_write_tsc by Marcelo Tosatti · 11 years ago
  33. 05988d7 KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped by Gleb Natapov · 11 years ago
  34. 365c886 KVM: MMU: reclaim the zapped-obsolete page first by Xiao Guangrong · 11 years ago
  35. f34d251 KVM: MMU: collapse TLB flushes when zap all pages by Xiao Guangrong · 11 years ago
  36. e7d11c7 KVM: MMU: zap pages in batch by Xiao Guangrong · 11 years ago
  37. 7f52af7 KVM: MMU: do not reuse the obsolete page by Xiao Guangrong · 11 years ago
  38. 3500612 KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages by Xiao Guangrong · 11 years ago
  39. 2248b02 KVM: MMU: show mmu_valid_gen in shadow page related tracepoints by Xiao Guangrong · 11 years ago
  40. 6ca18b6 KVM: x86: use the fast way to invalidate all pages by Xiao Guangrong · 11 years ago
  41. 5304b8d KVM: MMU: fast invalidate all pages by Xiao Guangrong · 11 years ago
  42. a2ae162 KVM: MMU: drop unnecessary kvm_reload_remote_mmus by Xiao Guangrong · 11 years ago
  43. 758ccc8 KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall by Xiao Guangrong · 11 years ago
  44. 6ea34c9 kvm: exclude ioeventfd from counting kvm_io_range limit by Amos Kong · 11 years ago
  45. 566af94 KVM: s390: Add "devname:kvm" alias. by Cornelia Huck · 11 years ago
  46. e47a5f5 KVM: x86 emulator: convert XADD to fastop by Avi Kivity · 12 years ago
  47. 203831e KVM: x86 emulator: drop unused old-style inline emulation by Avi Kivity · 12 years ago
  48. b8c0b6a KVM: x86 emulator: convert DIV/IDIV to fastop by Avi Kivity · 12 years ago
  49. b9fa409 KVM: x86 emulator: convert single-operand MUL/IMUL to fastop by Avi Kivity · 12 years ago
  50. 017da7b KVM: x86 emulator: Switch fastop src operand to RDX by Avi Kivity · 12 years ago
  51. ab2c5ce KVM: x86 emulator: switch MUL/DIV to DstXacc by Avi Kivity · 12 years ago
  52. 820207c KVM: x86 emulator: decode extended accumulator explicity by Avi Kivity · 12 years ago
  53. fb32b1e KVM: x86 emulator: add support for writing back the source operand by Avi Kivity · 12 years ago
  54. f8b5ff2 s390: fix gmap_ipte_notifier vs. software dirty pages by Christian Borntraeger · 12 years ago
  55. 7c47053 s390/kvm: avoid automatic sie reentry by Martin Schwidefsky · 12 years ago
  56. 2c70fe4 s390/kvm: Kick guests out of sie if prefix page host pte is touched by Christian Borntraeger · 12 years ago
  57. 49b99e1 s390/kvm: Provide a way to prevent reentering SIE by Christian Borntraeger · 12 years ago
  58. 95d38fd s390/kvm: Mark if a cpu is in SIE by Christian Borntraeger · 12 years ago
  59. 0d0dafc s390/kvm: rename RCP_xxx defines to PGSTE_xxx by Martin Schwidefsky · 12 years ago
  60. dfcf7dc s390/kvm: fix psw rewinding in handle_skey by Martin Schwidefsky · 12 years ago
  61. eed3b1e s390/pgtable: fix ipte notify bit by Christian Borntraeger · 12 years ago
  62. 535cf7b KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles by Marc Zyngier · 12 years ago
  63. 7275acd ARM: KVM: move GIC/timer code to a common location by Marc Zyngier · 12 years ago
  64. 35af577 KVM: MMU: clenaup locking in mmu_free_roots() by Gleb Natapov · 12 years ago
  65. 0061d53 KVM: x86: limit difference between kvmclock updates by Marcelo Tosatti · 12 years ago
  66. f1ed045 KVM: x86: Remove support for reporting coalesced APIC IRQs by Jan Kiszka · 12 years ago
  67. e2858b4 KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load() by Takuya Yoshikawa · 12 years ago
  68. afc2f79 KVM: add missing misc_deregister() on error in kvm_init() by Wei Yongjun · 12 years ago
  69. f722406 Linux 3.10-rc1 by Linus Torvalds · 12 years ago
  70. 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
  71. 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
  72. 4c44450 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  73. ac4e010 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  74. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 12 years ago
  75. 2dbd3ca Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  76. a77c005 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
  77. 3644bc2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  78. 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
  79. f741df1 Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6 by Linus Torvalds · 12 years ago
  80. c67723e Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  81. 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
  82. f755407 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  83. 297b8a0 Merge branch 'postmerge' into for-linus by James Bottomley · 12 years ago
  84. 832e77b Merge branch 'misc' into for-linus by James Bottomley · 12 years ago
  85. 05a88a4 Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  86. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  87. e689cf0 [SCSI] qla2xxx: Update firmware link in Kconfig file. by Chad Dupuis · 12 years ago
  88. 8526cb1 [SCSI] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are used by Mike Christie · 12 years ago
  89. aa9f832 [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type by James Bottomley · 12 years ago
  90. a6cb3d0 [SCSI] pm80xx: thermal, sas controller config and error handling update by Sakthivel K · 12 years ago
  91. c6b9ef5 [SCSI] pm80xx: NCQ error handling changes by Sakthivel K · 12 years ago
  92. a33a015 [SCSI] pm80xx: WWN Modification for PM8081/88/89 controllers by Sakthivel K · 12 years ago
  93. a70b8fc [SCSI] pm80xx: Changed module name and debug messages update by Sakthivel K · 12 years ago
  94. 1c75a67 [SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory region for it by Sakthivel K · 12 years ago
  95. 54792dc [SCSI] pm80xx: SPC new firmware changes for device id 0x8081 alone by Sakthivel K · 12 years ago
  96. f586099 [SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant changes in common files by Sakthivel K · 12 years ago
  97. 1245ee5 [SCSI] pm80xx: MSI-X implementation for using 64 interrupts by Sakthivel K · 12 years ago
  98. f74cf27 [SCSI] pm80xx: Updated common functions common for SPC and SPCv/ve by Sakthivel K · 12 years ago
  99. e590adf [SCSI] pm80xx: Multiple inbound/outbound queue configuration by Sakthivel K · 12 years ago
  100. e574210 [SCSI] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC by Sakthivel K · 12 years ago