1. bc923cc KVM: s390: Centrally lock arch specific vcpu ioctls by Avi Kivity · 15 years ago
  2. 526b78a KVM: x86: Lock arch specific vcpu ioctls centrally by Avi Kivity · 15 years ago
  3. 2122ff5 KVM: move vcpu locking to dispatcher for generic vcpu ioctls by Avi Kivity · 15 years ago
  4. 1683b24 KVM: x86: cleanup unused local variable by Xiao Guangrong · 15 years ago
  5. f55c3f4 KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_page by Xiao Guangrong · 15 years ago
  6. 6d74229 KVM: MMU: remove rmap before clear spte by Xiao Guangrong · 15 years ago
  7. e8ad9a7 KVM: MMU: use proper cache object freeing function by Xiao Guangrong · 15 years ago
  8. 48bb09e KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irq by Alex Williamson · 15 years ago
  9. aad8270 KVM: VMX: Only reset MMU when necessary by Sheng Yang · 15 years ago
  10. 62ad075 KVM: x86: Clean up duplicate assignment by Sheng Yang · 15 years ago
  11. 222b7c5 KVM: x86 emulator: Add missing decoder flags for xor instructions by Mohammed Gamal · 15 years ago
  12. abc1908 KVM: x86 emulator: Add missing decoder flags for sub instruction by Mohammed Gamal · 15 years ago
  13. dfb507c KVM: x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9) by Mohammed Gamal · 15 years ago
  14. 24955b6 KVM: pass correct parameter to kvm_mmu_free_some_pages by Marcelo Tosatti · 15 years ago
  15. 4610c9c KVM: VMX: VMXON/VMXOFF usage changes by Dongxiao Xu · 15 years ago
  16. b923e62 KVM: VMX: VMCLEAR/VMPTRLD usage changes by Dongxiao Xu · 15 years ago
  17. 92fe13b KVM: VMX: Some minor changes to code structure by Dongxiao Xu · 15 years ago
  18. 7725b89 KVM: VMX: Define new functions to wrapper direct call of asm code by Dongxiao Xu · 15 years ago
  19. 6859762 KVM: update mmu documetation for role.nxe by Gui Jianfeng · 15 years ago
  20. f0f5933 KVM: MMU: Fix free memory accounting race in mmu_alloc_roots() by Avi Kivity · 15 years ago
  21. 6d77dbf KVM: inject #UD if instruction emulation fails and exit to userspace by Gleb Natapov · 15 years ago
  22. 57bc24c KVM: Document KVM_SET_BOOT_CPU_ID by Avi Kivity · 15 years ago
  23. 47dbb84 KVM: Document KVM_SET_IDENTITY_MAP ioctl by Avi Kivity · 15 years ago
  24. 54a4f02 KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed by Gui Jianfeng · 15 years ago
  25. 518c5a0 KVM: MMU: Fix debug output error in walk_addr() by Gui Jianfeng · 15 years ago
  26. f3b8c96 KVM: MMU: mark page table dirty when a pte is actually modified by Gui Jianfeng · 15 years ago
  27. eec4b14 KVM: SVM: Allow EFER.LMSLE to be set with nested svm by Joerg Roedel · 15 years ago
  28. 3f10c84 KVM: SVM: Dump vmcb contents on failed vmrun by Joerg Roedel · 15 years ago
  29. d94e1dc KVM: Get rid of KVM_REQ_KICK by Avi Kivity · 15 years ago
  30. 54b8486 KVM: x86 emulator: do not inject exception directly into vcpu by Gleb Natapov · 15 years ago
  31. 95cb229 KVM: x86 emulator: move interruptibility state tracking out of emulator by Gleb Natapov · 15 years ago
  32. 4d2179e KVM: x86 emulator: handle shadowed registers outside emulator by Gleb Natapov · 15 years ago
  33. bdb475a KVM: x86 emulator: use shadowed register in emulate_sysexit() by Gleb Natapov · 15 years ago
  34. ef050dc KVM: x86 emulator: set RFLAGS outside x86 emulator code by Gleb Natapov · 15 years ago
  35. 95c5588 KVM: x86 emulator: advance RIP outside x86 emulator code by Gleb Natapov · 15 years ago
  36. 3457e41 KVM: handle emulation failure case first by Gleb Natapov · 15 years ago
  37. 8fe681e KVM: do not inject #PF in (read|write)_emulated() callbacks by Gleb Natapov · 15 years ago
  38. f181b96 KVM: remove export of emulator_write_emulated() by Gleb Natapov · 15 years ago
  39. c3cd7ff KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure by Gleb Natapov · 15 years ago
  40. 411c35b KVM: fill in run->mmio details in (read|write)_emulated function by Gleb Natapov · 15 years ago
  41. e680080 KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values by Gleb Natapov · 15 years ago
  42. 338dbc9 KVM: x86 emulator: make (get|set)_dr() callback return error if it fails by Gleb Natapov · 15 years ago
  43. 0f12244 KVM: x86 emulator: make set_cr() callback return error if it fails by Gleb Natapov · 15 years ago
  44. 79168fd KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks by Gleb Natapov · 15 years ago
  45. 5951c44 KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops by Gleb Natapov · 15 years ago
  46. 3fb1b5d KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops by Gleb Natapov · 15 years ago
  47. 35aa537 KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops by Gleb Natapov · 15 years ago
  48. 414e627 KVM: x86 emulator: handle "far address" source operand by Gleb Natapov · 15 years ago
  49. b8a9894 KVM: x86 emulator: cleanup nop emulation by Gleb Natapov · 15 years ago
  50. f0c13ef KVM: x86 emulator: cleanup xchg emulation by Gleb Natapov · 15 years ago
  51. 054fe9f KVM: x86 emulator: fix Move r/m16 to segment register decoding by Gleb Natapov · 15 years ago
  52. 9de4157 KVM: x86 emulator: introduce read cache by Gleb Natapov · 15 years ago
  53. 1c11e71 KVM: VMX: Avoid writing HOST_CR0 every entry by Avi Kivity · 15 years ago
  54. 08acfa1 KVM: kvm_pdptr_read() may sleep by Avi Kivity · 15 years ago
  55. 914ebcc KVM: x86: avoid unnecessary bitmap allocation when memslot is clean by Takuya Yoshikawa · 15 years ago
  56. c332c83 KVM: VMX: Simplify vmx_get_nmi_mask() by Avi Kivity · 15 years ago
  57. bf99815 KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages by Huang Ying · 15 years ago
  58. 540ad6b Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 15 years ago
  59. 2fa82e1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 15 years ago
  60. 8785eb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 15 years ago
  61. a6f80fb ecryptfs: Bugfix for error related to ecryptfs_hash_buckets by Andre Osterhues · 15 years ago
  62. ba773f7 x86,kgdb: Fix hw breakpoint regression by Jason Wessel · 15 years ago
  63. 6c50e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 15 years ago
  64. d2a97a4 GFS2: Use kmalloc when possible for ->readdir() by Steven Whitehouse · 15 years ago
  65. 8b24599 davinci: da850/omap-l138 evm: account for DEFDCDC{2,3} being tied high by Sekhar Nori · 15 years ago
  66. 7d14831 regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH register by Anuj Aggarwal · 15 years ago
  67. fc0f5ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  68. 6a99ad4 gpio: fix spurious printk when freeing a gpio by Jon Povey · 15 years ago
  69. 952e1c6 edac: mpc85xx: fix coldplug/hotplug module autoloading by Anton Vorontsov · 15 years ago
  70. 2884fce drivers/rtc/rtc-rx8581.c: fix setdatetime by Rudolf Marek · 15 years ago
  71. b82bab4 dynamic debug: move ddebug_remove_module() down into free_module() by Jason Baron · 15 years ago
  72. 03066f2 ceph: use complete_all and wake_up_all by Yehuda Sadeh · 15 years ago
  73. da7ddd3 9p: Pass the correct end of buffer to p9stat_read by Latchesar Ionkov · 15 years ago
  74. 8f83d76 [SCSI] ibmvscsi: Fix oops when an interrupt is pending during probe by Anton Blanchard · 15 years ago
  75. d15aa2c Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perf by Linus Torvalds · 15 years ago
  76. 02e7cce Merge git://git.infradead.org/users/cbou/battery-2.6.35 by Linus Torvalds · 15 years ago
  77. a376bca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  78. 6b95ed3 perf, powerpc: Use perf_sample_data_init() for the FSL code by Peter Zijlstra · 15 years ago
  79. e9a1c51 wm8350-regulator: fix wm8350_register_regulator error handling by Axel Lin · 15 years ago
  80. 979da89 ab3100: fix off-by-one value range checking for voltage selector by Axel Lin · 15 years ago
  81. 1a041a2 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  82. 5447080 s2io: fixing DBG_PRINT() macro by Breno Leitao · 15 years ago
  83. ee13cbd Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  84. 863da95 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  85. 5620ae2 drm/i915: make sure we shut off the panel in eDP configs by Jesse Barnes · 15 years ago
  86. a9ad99a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  87. e9d67a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  88. 592d32c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  89. 4afb93b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  90. 225aa01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  91. 3581ced [CPUFREQ] powernow-k8: Limit Pstate transition latency check by Borislav Petkov · 15 years ago
  92. 179ee43 [CPUFREQ] Fix PCC driver error path by Matthew Garrett · 15 years ago
  93. 3847d22 [CPUFREQ] fix double freeing in error path of pcc-cpufreq by Daniel J Blueman · 15 years ago
  94. 47f8bcf [CPUFREQ] pcc driver should check for pcch method before calling _OSC by Matthew Garrett · 15 years ago
  95. 6f90388 [CPUFREQ] fix memory leak in cpufreq_add_dev by Xiaotian Feng · 15 years ago
  96. accd846 [CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)" by Andrej Gelenberg · 15 years ago
  97. d330021 sysfs: allow creating symlinks from untagged to tagged directories by Eric W. Biederman · 15 years ago
  98. 521d045 sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories. by Eric W. Biederman · 15 years ago
  99. 96d6523 sysfs: Don't allow the creation of symlinks we can't remove by Eric W. Biederman · 15 years ago
  100. 2b795ea USB: musb: tusb6010: fix compile error with n8x0_defconfig by Felipe Balbi · 15 years ago