1. bc2d429 KVM: MMU: Account for npt/ept/realmode page faults by Avi Kivity · 16 years ago
  2. a5e2e82 KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf) by Mohammed Gamal · 16 years ago
  3. d657c73 KVM: Don't call get_user_pages(.force = 1) by Avi Kivity · 16 years ago
  4. acee3c0 KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED by Avi Kivity · 16 years ago
  5. abb9e0b KVM: MMU: Convert the paging mode shadow walk to use the generic walker by Avi Kivity · 16 years ago
  6. 140754b KVM: MMU: Convert direct maps to use the generic shadow walker by Avi Kivity · 16 years ago
  7. 3d000db KVM: MMU: Add generic shadow walker by Avi Kivity · 16 years ago
  8. 6c41f42 KVM: MMU: Infer shadow root level in direct_map() by Avi Kivity · 16 years ago
  9. 0be9e92 KVM: ia64: Enable virtio driver for ia64 in Kconfig by Xiantao Zhang · 16 years ago
  10. 6e37d3d KVM: MMU: Unify direct map 4K and large page paths by Avi Kivity · 16 years ago
  11. 135f8c2 KVM: MMU: Move SHADOW_PT_INDEX to mmu.c by Avi Kivity · 16 years ago
  12. 6eb06cb KVM: x86 emulator: remove bad ByteOp specifier from NEG descriptor by Avi Kivity · 16 years ago
  13. 41afa02 KVM: x86 emulator: remove duplicate SrcImm by roel kluin · 16 years ago
  14. f4bbd9a KVM: Load real mode segments correctly by Avi Kivity · 16 years ago
  15. a16b20d KVM: VMX: Change segment dpl at reset to 3 by Avi Kivity · 16 years ago
  16. 5706be0 KVM: VMX: Change cs reset state to be a data segment by Avi Kivity · 16 years ago
  17. 26815a6 KVM: ia64: add a dummy irq ack notification by Xiantao Zhang · 16 years ago
  18. ee032c9 KVM: make irq ack notifier functions static by Harvey Harrison · 16 years ago
  19. 29c8fa3 KVM: Use kvm_set_irq to inject interrupts by Amit Shah · 16 years ago
  20. 94c935a1 KVM: SVM: Fix typo by Amit Shah · 16 years ago
  21. a89a8fb KVM: VMX: Modify mode switching and vmentry functions by Mohammed Gamal · 16 years ago
  22. ea953ef KVM: VMX: Add invalid guest state handler by Mohammed Gamal · 16 years ago
  23. 04fa4d3 KVM: VMX: Add module parameter and emulation flag. by Mohammed Gamal · 16 years ago
  24. 648dfaa KVM: VMX: Add Guest State Validity Checks by Mohammed Gamal · 16 years ago
  25. 6762b72 KVM: Device assignment: Check for privileges before assigning irq by Amit Shah · 16 years ago
  26. dc7404c KVM: Handle spurious acks for PIT interrupts by Avi Kivity · 16 years ago
  27. 85428ac KVM: fix i8259 reset irq acking by Marcelo Tosatti · 16 years ago
  28. 8ceed347 KVM: Simplify exception entries by using __ASM_SIZE and _ASM_PTR by Avi Kivity · 16 years ago
  29. ecfc79c KVM: VMX: Use interrupt queue for !irqchip_in_kernel by Avi Kivity · 16 years ago
  30. 29415c3 KVM: set debug registers after "schedulable" section by Marcelo Tosatti · 16 years ago
  31. 8349b5c KVM: remove unused field from the assigned dev struct by Ben-Ami Yassour · 16 years ago
  32. 464d17c KVM: VMX: Clean up magic number 0x66 in init_rmode_tss by Sheng Yang · 16 years ago
  33. 6ad18fb KVM: Reduce stack usage in kvm_pv_mmu_op() by Dave Hansen · 16 years ago
  34. b772ff3 KVM: Reduce stack usage in kvm_arch_vcpu_ioctl() by Dave Hansen · 16 years ago
  35. fa3795a KVM: Reduce stack usage in kvm_vcpu_ioctl() by Dave Hansen · 16 years ago
  36. f0d6627 KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl() by Dave Hansen · 16 years ago
  37. 4d5c5d0 KVM: pci device assignment by Ben-Ami Yassour · 16 years ago
  38. cbff90a KVM: direct mmio pfn check by Ben-Ami Yassour · 16 years ago
  39. 0293615 x86: KVM guest: use paravirt function to calculate cpu khz by Glauber Costa · 16 years ago
  40. 3807f34 x86: paravirt: factor out cpu_khz to common code by Glauber Costa · 16 years ago
  41. 3cf57fe KVM: PIT: fix injection logic and count by Marcelo Tosatti · 16 years ago
  42. f524472 KVM: irq ack notification by Marcelo Tosatti · 16 years ago
  43. 564f153 KVM: Add irq ack notifier list by Avi Kivity · 16 years ago
  44. 49dd2c4 KVM: powerpc: Map guest userspace with TID=0 mappings by Hollis Blanchard · 16 years ago
  45. 83aae4a KVM: ppc: Write only modified shadow entries into the TLB on exit by Hollis Blanchard · 16 years ago
  46. 20754c2 KVM: ppc: Stop saving host TLB state by Hollis Blanchard · 16 years ago
  47. 6a0ab73 KVM: ppc: guest breakpoint support by Hollis Blanchard · 16 years ago
  48. b5e2fec KVM: Ignore DEBUGCTL MSRs with no effect by Alexander Graf · 16 years ago
  49. 313dbd4 KVM: VMX: Avoid vmwrite(HOST_RSP) when possible by Avi Kivity · 16 years ago
  50. 3b4bd79 KVM: ppc: trace powerpc instruction emulation by Christian Ehrhardt · 16 years ago
  51. 31711f2 KVM: ppc: adds trace points for ppc tlb activity by Jerone Young · 16 years ago
  52. 12f6755 KVM: ppc: enable KVM_TRACE building for powerpc by Jerone Young · 16 years ago
  53. 3f7f95c KVM: kvmtrace: replace get_cycles with ktime_get v3 by Christian Ehrhardt · 16 years ago
  54. e32c8f2 KVM: kvmtrace: Remove use of bit fields in kvm trace structure by Christian Ehrhardt · 16 years ago
  55. 80e31d4 KVM: SVM: Unify register save/restore across 32 and 64 bit hosts by Avi Kivity · 16 years ago
  56. c801949 KVM: VMX: Unify register save/restore across 32 and 64 bit hosts by Avi Kivity · 16 years ago
  57. 77ab6db KVM: VMX: Reinject real mode exception by Jan Kiszka · 16 years ago
  58. 19bd8af KVM: Consolidate XX_VECTOR defines by Jan Kiszka · 16 years ago
  59. 7edd0ce KVM: Consolidate PIC isr clearing into a function by Avi Kivity · 16 years ago
  60. 60bd83a KVM: VMX: Remove redundant check in handle_rmode_exception by Mohammed Gamal · 16 years ago
  61. f7d9238 KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts() by Avi Kivity · 16 years ago
  62. 937a7ea KVM: Add a pending interrupt queue by Avi Kivity · 16 years ago
  63. 35920a3 KVM: VMX: Fix pending exception processing by Avi Kivity · 16 years ago
  64. 26eef70 KVM: Clear exception queue before emulating an instruction by Avi Kivity · 16 years ago
  65. 668f612 KVM: VMX: Move nmi injection failure processing to vm exit path by Avi Kivity · 16 years ago
  66. cf393f7 KVM: Move NMI IRET fault processing to new vmx_complete_interrupts() by Avi Kivity · 16 years ago
  67. 5b5c6a5 KVM: MMU: Simplify kvm_mmu_zap_page() by Avi Kivity · 16 years ago
  68. 31aa2b4 KVM: MMU: Separate the code for unlinking a shadow page from its parents by Avi Kivity · 16 years ago
  69. 867767a KVM: Introduce kvm_set_irq to inject interrupts in guests by Amit Shah · 16 years ago
  70. d98e634 KVM: Move KVM TRACE DEFINITIONS to common header by Hollis Blanchard · 16 years ago
  71. 5fdbf97 KVM: x86: accessors for guest registers by Marcelo Tosatti · 16 years ago
  72. ca60dfb KVM: VMX: Rename misnamed msr bits by Sheng Yang · 16 years ago
  73. deb28d9 net/802/fc.c: Fix compilation warnings by Manish Katiyar · 16 years ago
  74. ab55570 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  75. eef9d90 netns: correct mib stats in ip6_route_me_harder() by Alexey Dobriyan · 16 years ago
  76. 4ef079c netns: fix net_generic array leak by Alexey Dobriyan · 16 years ago
  77. 1b532c6 xtensa: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  78. ef9c2f0 xtensa: use newer __SPIN_LOCK_UNLOCKED macro by Robert P. J. Day · 16 years ago
  79. 14ac12d XTENSA: warn about including <asm/rwsem.h> directly. by Robert P. J. Day · 16 years ago
  80. 1efd47f ocfs2: fix build error by Mark Fasheh · 16 years ago
  81. 8713a7c rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb" by Felix Fietkau · 16 years ago
  82. eaca90d rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chip by Florent Fourcot · 16 years ago
  83. ec366eb p54usb: Device ID updates by Christian Lamparter · 16 years ago
  84. e1a65b5 mac80211: fixme for kernel-doc by Randy Dunlap · 16 years ago
  85. 4233df6 ath9k/mac80211: disallow fragmentation in ath9k, report to userspace by Johannes Berg · 16 years ago
  86. 96d46d5 libertas : Remove unused variable warning for "old_channel" from cmd.c by Manish Katiyar · 16 years ago
  87. d048e50 mac80211: Fix scan RX processing oops by Jouni Malinen · 16 years ago
  88. c25bab5 orinoco: fix unsafe locking in spectrum_cs_suspend by David Kilroy · 16 years ago
  89. 552a715 orinoco: fix unsafe locking in orinoco_cs_resume by Andrey Borzenkov · 16 years ago
  90. 33c0360 cfg80211: fix debugfs error handling by Johannes Berg · 16 years ago
  91. c74e90a mac80211: fix debugfs netdev rename by Johannes Berg · 16 years ago
  92. d5d7c58 iwlwifi: fix ct kill configuration for 5350 by Tomas Winkler · 16 years ago
  93. 0991481 mac80211: fix HT information element parsing by Johannes Berg · 16 years ago
  94. 3eadd75 p54: Fix compilation problem on PPC by Larry Finger · 16 years ago
  95. 63044e9 mac80211: fix debugfs lockup by Johannes Berg · 16 years ago
  96. 45527c2 iwlwifi: fix compilation warning when CONFIG_IWLWIFI_DEBUG is not set. by Rami Rosen · 16 years ago
  97. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  98. 746db51 rtl8187: add device ID 0bda:8198 by John W. Linville · 16 years ago
  99. 278429c Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  100. e413b210 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 16 years ago