1. 4a81018 KVM: SVM: Implement emulation of vm_cr msr by Joerg Roedel · 14 years ago
  2. 2e554e8 KVM: SVM: Add kvm_nested_intercepts tracepoint by Joerg Roedel · 14 years ago
  3. ecf1405 KVM: SVM: Restore tracing of nested vmcb address by Joerg Roedel · 14 years ago
  4. 887f500 KVM: SVM: Check for nested intercepts on NMI injection by Joerg Roedel · 14 years ago
  5. 0e5cbe3 KVM: SVM: Reset MMU on nested_svm_vmrun for NPT too by Joerg Roedel · 14 years ago
  6. e023171 KVM: SVM: Coding style cleanup by Joerg Roedel · 14 years ago
  7. 83bf000 KVM: x86: Preserve injected TF across emulation by Jan Kiszka · 14 years ago
  8. c310bac KVM: x86: Drop RF manipulation for guest single-stepping by Jan Kiszka · 14 years ago
  9. 66b7138 KVM: SVM: Emulate nRIP feature when reinjecting INT3 by Jan Kiszka · 14 years ago
  10. f92653e KVM: x86: Add kvm_is_linear_rip by Jan Kiszka · 14 years ago
  11. 116a475 KVM: SVM: Move svm_queue_exception by Jan Kiszka · 14 years ago
  12. 50a085b KVM: x86: Kick VCPU outside PIC lock again by Jan Kiszka · 14 years ago
  13. a595405 KVM: PPC: Destory timer on vcpu destruction by Alexander Graf · 15 years ago
  14. 7e821d3 KVM: PPC: Memset vcpu to zeros by Alexander Graf · 15 years ago
  15. a1efbe7 KVM: x86: Add support for saving&restoring debug registers by Jan Kiszka · 15 years ago
  16. 48005f6 KVM: x86: Save&restore interrupt shadow mask by Jan Kiszka · 15 years ago
  17. 03b82a3 KVM: x86: Do not return soft events in vcpu_events by Jan Kiszka · 15 years ago
  18. 8fe5465 KVM: SVM: Fix wrong interrupt injection in enable_irq_windows by Joerg Roedel · 15 years ago
  19. 112592d KVM: drop unneeded kvm_run check in emulate_instruction() by Gleb Natapov · 15 years ago
  20. 032c340 KVM: PPC: Allocate vcpu struct using vmalloc by Alexander Graf · 15 years ago
  21. 964b641 KVM: PPC: Simplify kvmppc_load_up_(FPU|VMX|VSX) by Alexander Graf · 15 years ago
  22. 20a340a KVM: PPC: Enable use of secondary htab bucket by Alexander Graf · 15 years ago
  23. c10207f KVM: PPC: Add capability for paired singles by Alexander Graf · 15 years ago
  24. 831317b KVM: PPC: Implement Paired Single emulation by Alexander Graf · 15 years ago
  25. e5c29e9 KVM: PPC: Enable program interrupt to do MMIO by Alexander Graf · 15 years ago
  26. 0564ee8 KVM: PPC: Add helpers to modify ppc fields by Alexander Graf · 15 years ago
  27. dba2e12 KVM: PPC: Fix error in BAT assignment by Alexander Graf · 15 years ago
  28. 963cf3d KVM: PPC: Add helpers to call FPU instructions by Alexander Graf · 15 years ago
  29. aba3bd7 KVM: PPC: Make ext giveup non-static by Alexander Graf · 15 years ago
  30. 5467a97 KVM: PPC: Make software load/store return eaddr by Alexander Graf · 15 years ago
  31. 71db408 KVM: PPC: Implement mtsr instruction emulation by Alexander Graf · 15 years ago
  32. e425a6d KVM: PPC: Fix typo in book3s_32 debug code by Alexander Graf · 15 years ago
  33. d1bab74 KVM: PPC: Preload FPU when possible by Alexander Graf · 15 years ago
  34. c8c0b6f KVM: PPC: Combine extension interrupt handlers by Alexander Graf · 15 years ago
  35. d6d549b KVM: PPC: Add Gekko SPRs by Alexander Graf · 15 years ago
  36. 3c402a7 KVM: PPC: Add hidden flag for paired singles by Alexander Graf · 15 years ago
  37. 37f5bca KVM: PPC: Add AGAIN type for emulation return by Alexander Graf · 15 years ago
  38. 3587d53 KVM: PPC: Teach MMIO Signedness by Alexander Graf · 15 years ago
  39. b104d06 KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs by Alexander Graf · 15 years ago
  40. c62e096 KVM: PPC: Make fpscr 64-bit by Alexander Graf · 15 years ago
  41. 5aa9e2f KVM: PPC: Add QPR registers by Alexander Graf · 15 years ago
  42. 052ce62 KVM: SVM: Remove newlines from nested trace points by Joerg Roedel · 15 years ago
  43. 66a562f KVM: SVM: Make lazy FPU switching work with nested svm by Joerg Roedel · 15 years ago
  44. 06fc7772 KVM: SVM: Activate nested state only when guest state is complete by Joerg Roedel · 15 years ago
  45. 88ab24a KVM: SVM: Don't sync nested cr8 to lapic and back by Joerg Roedel · 15 years ago
  46. 4c7da8c KVM: SVM: Fix nested msr intercept handling by Joerg Roedel · 15 years ago
  47. 6c3bd3d KVM: SVM: Annotate nested_svm_map with might_sleep() by Joerg Roedel · 15 years ago
  48. cdbbdc1 KVM: SVM: Sync all control registers on nested vmexit by Joerg Roedel · 15 years ago
  49. b8e88bc KVM: SVM: Fix schedule-while-atomic on nested exception handling by Joerg Roedel · 15 years ago
  50. 7597f12 KVM: SVM: Don't use kmap_atomic in nested_svm_map by Joerg Roedel · 15 years ago
  51. ad91f8f KVM: remove redundant prototype of load_pdptrs() by Takuya Yoshikawa · 15 years ago
  52. 0e4176a KVM: x86 emulator: Fix x86_emulate_insn() not to use the variable rc for non-X86EMUL values by Takuya Yoshikawa · 15 years ago
  53. 1b30eaa KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its helpers by Takuya Yoshikawa · 15 years ago
  54. 3e2815e KVM: x86 emulator: X86EMUL macro replacements: from do_fetch_insn_byte() to x86_decode_insn() by Takuya Yoshikawa · 15 years ago
  55. 1161624 KVM: inject #UD in 64bit mode from instruction that are not valid there by Gleb Natapov · 15 years ago
  56. 89a27f4 KVM: use desc_ptr struct instead of kvm private descriptor_table by Gleb Natapov · 15 years ago
  57. 6796134 KVM: add doc note about PIO/MMIO completion API by Marcelo Tosatti · 15 years ago
  58. 1ef6ce7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 14 years ago
  59. 458f8c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  60. 255f41c Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 14 years ago
  61. 9befb55 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 14 years ago
  62. a486b0a Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  63. 1519ae4 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  64. 083fd8b AFS: Don't pass error value to page_cache_release() in error handling by David Howells · 14 years ago
  65. e8861cfe KVM: x86: Fix TSS size check for 16-bit tasks by Jan Kiszka · 14 years ago
  66. eda2bed KVM: Add missing srcu_read_lock() for kvm_mmu_notifier_release() by Lai Jiangshan · 14 years ago
  67. 2545cf6 m68knommu: allow 4 coldfire serial ports by Philippe De Muyter · 14 years ago
  68. 3732b68f m68knommu: fix coldfire tcdrain by Philippe De Muyter · 14 years ago
  69. 6ecaf44 m68knommu: remove a duplicate vector setting line for 68360 by Greg Ungerer · 15 years ago
  70. 760d6e7 Fix m68k-uclinux's rt_sigreturn trampoline by Maxim Kuvyrkov · 15 years ago
  71. eb79cbe m68knommu: correct the CC flags for Coldfire M5272 targets by Philip Nye · 15 years ago
  72. d7dfee3 uclinux: error message when FLAT reloc symbol is invalid, v2 by Jun Sun · 15 years ago
  73. b6349ac [LogFS] Split large truncated into smaller chunks by Joern Engel · 14 years ago
  74. 05ce7bf Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  75. 62af9b5 quota: Convert __DQUOT_PARANOIA symbol to standard config option by Jan Kara · 14 years ago
  76. 27ee896 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  77. ac8bf56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  78. 34388d1 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  79. 186837c Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  80. 4cecd93 x86: correctly wire up the newuname system call by Christoph Hellwig · 14 years ago
  81. e80e2a6 KVM: Increase NR_IOBUS_DEVS limit to 200 by Sridhar Samudrala · 14 years ago
  82. 87bf6e7 KVM: fix the handling of dirty bitmaps to avoid overflows by Takuya Yoshikawa · 14 years ago
  83. 77662e0 KVM: MMU: fix kvm_mmu_zap_page() and its calling path by Xiao Guangrong · 14 years ago
  84. 78ac8b4 KVM: VMX: Save/restore rflags.vm correctly in real mode by Avi Kivity · 14 years ago
  85. 114be42 KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL by Andre Przywara · 14 years ago
  86. d6a2389 KVM: Don't spam kernel log when injecting exceptions due to bad cr writes by Avi Kivity · 14 years ago
  87. b7af404 KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails by Takuya Yoshikawa · 14 years ago
  88. 7567cae KVM: take srcu lock before call to complete_pio() by Gleb Natapov · 14 years ago
  89. 28a1f53 sparc64: Fix hardirq tracing in trap return path. by David S. Miller · 14 years ago
  90. b78315f drm: delay vblank cleanup until after driver unload by Jesse Barnes · 14 years ago
  91. 35f2a59 md/raid5: allow for more than 2^31 chunks. by NeilBrown · 14 years ago
  92. 01bf0b6 Linux 2.6.34-rc5 by Linus Torvalds · 14 years ago
  93. e8a03fe rmap: add exclusively owned pages to the newest anon_vma by Rik van Riel · 14 years ago
  94. 9b030e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  95. baa0677 sparc64: Use correct pt_regs in decode_access_size() error paths. by David S. Miller · 14 years ago
  96. 9f37622 eCryptfs: Turn lower lookup error messages into debug messages by Tyler Hicks · 14 years ago
  97. 3a8380c eCryptfs: Copy lower directory inode times and size on link by Tyler Hicks · 14 years ago
  98. 133b8f9 ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inode by Jeff Mahoney · 14 years ago
  99. cfce08c ecryptfs: fix error code for missing xattrs in lower fs by Christian Pulvermacher · 14 years ago
  100. 3a60a16 eCryptfs: Decrypt symlink target for stat size by Tyler Hicks · 14 years ago