1. 3d000db KVM: MMU: Add generic shadow walker by Avi Kivity · 16 years ago
  2. 6c41f42 KVM: MMU: Infer shadow root level in direct_map() by Avi Kivity · 16 years ago
  3. 0be9e92 KVM: ia64: Enable virtio driver for ia64 in Kconfig by Xiantao Zhang · 16 years ago
  4. 6e37d3d KVM: MMU: Unify direct map 4K and large page paths by Avi Kivity · 16 years ago
  5. 135f8c2 KVM: MMU: Move SHADOW_PT_INDEX to mmu.c by Avi Kivity · 16 years ago
  6. 6eb06cb KVM: x86 emulator: remove bad ByteOp specifier from NEG descriptor by Avi Kivity · 16 years ago
  7. 41afa02 KVM: x86 emulator: remove duplicate SrcImm by roel kluin · 16 years ago
  8. f4bbd9a KVM: Load real mode segments correctly by Avi Kivity · 16 years ago
  9. a16b20d KVM: VMX: Change segment dpl at reset to 3 by Avi Kivity · 16 years ago
  10. 5706be0 KVM: VMX: Change cs reset state to be a data segment by Avi Kivity · 16 years ago
  11. 26815a6 KVM: ia64: add a dummy irq ack notification by Xiantao Zhang · 16 years ago
  12. ee032c9 KVM: make irq ack notifier functions static by Harvey Harrison · 16 years ago
  13. 29c8fa3 KVM: Use kvm_set_irq to inject interrupts by Amit Shah · 16 years ago
  14. 94c935a KVM: SVM: Fix typo by Amit Shah · 16 years ago
  15. a89a8fb KVM: VMX: Modify mode switching and vmentry functions by Mohammed Gamal · 16 years ago
  16. ea953ef KVM: VMX: Add invalid guest state handler by Mohammed Gamal · 16 years ago
  17. 04fa4d3 KVM: VMX: Add module parameter and emulation flag. by Mohammed Gamal · 16 years ago
  18. 648dfaa KVM: VMX: Add Guest State Validity Checks by Mohammed Gamal · 16 years ago
  19. 6762b72 KVM: Device assignment: Check for privileges before assigning irq by Amit Shah · 16 years ago
  20. dc7404c KVM: Handle spurious acks for PIT interrupts by Avi Kivity · 16 years ago
  21. 85428ac KVM: fix i8259 reset irq acking by Marcelo Tosatti · 16 years ago
  22. ecfc79c KVM: VMX: Use interrupt queue for !irqchip_in_kernel by Avi Kivity · 16 years ago
  23. 29415c3 KVM: set debug registers after "schedulable" section by Marcelo Tosatti · 16 years ago
  24. 464d17c KVM: VMX: Clean up magic number 0x66 in init_rmode_tss by Sheng Yang · 16 years ago
  25. 6ad18fb KVM: Reduce stack usage in kvm_pv_mmu_op() by Dave Hansen · 16 years ago
  26. b772ff3 KVM: Reduce stack usage in kvm_arch_vcpu_ioctl() by Dave Hansen · 16 years ago
  27. f0d6627 KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl() by Dave Hansen · 16 years ago
  28. 4d5c5d0 KVM: pci device assignment by Ben-Ami Yassour · 16 years ago
  29. 0293615 x86: KVM guest: use paravirt function to calculate cpu khz by Glauber Costa · 16 years ago
  30. 3807f34 x86: paravirt: factor out cpu_khz to common code by Glauber Costa · 16 years ago
  31. 3cf57fe KVM: PIT: fix injection logic and count by Marcelo Tosatti · 16 years ago
  32. f524472 KVM: irq ack notification by Marcelo Tosatti · 16 years ago
  33. 564f153 KVM: Add irq ack notifier list by Avi Kivity · 16 years ago
  34. 49dd2c4 KVM: powerpc: Map guest userspace with TID=0 mappings by Hollis Blanchard · 16 years ago
  35. 83aae4a KVM: ppc: Write only modified shadow entries into the TLB on exit by Hollis Blanchard · 16 years ago
  36. 20754c2 KVM: ppc: Stop saving host TLB state by Hollis Blanchard · 16 years ago
  37. 6a0ab73 KVM: ppc: guest breakpoint support by Hollis Blanchard · 16 years ago
  38. b5e2fec KVM: Ignore DEBUGCTL MSRs with no effect by Alexander Graf · 16 years ago
  39. 313dbd4 KVM: VMX: Avoid vmwrite(HOST_RSP) when possible by Avi Kivity · 16 years ago
  40. 3b4bd79 KVM: ppc: trace powerpc instruction emulation by Christian Ehrhardt · 16 years ago
  41. 31711f2 KVM: ppc: adds trace points for ppc tlb activity by Jerone Young · 16 years ago
  42. 12f6755 KVM: ppc: enable KVM_TRACE building for powerpc by Jerone Young · 16 years ago
  43. 80e31d4 KVM: SVM: Unify register save/restore across 32 and 64 bit hosts by Avi Kivity · 16 years ago
  44. c801949 KVM: VMX: Unify register save/restore across 32 and 64 bit hosts by Avi Kivity · 16 years ago
  45. 77ab6db KVM: VMX: Reinject real mode exception by Jan Kiszka · 16 years ago
  46. 19bd8af KVM: Consolidate XX_VECTOR defines by Jan Kiszka · 16 years ago
  47. 7edd0ce KVM: Consolidate PIC isr clearing into a function by Avi Kivity · 16 years ago
  48. 60bd83a KVM: VMX: Remove redundant check in handle_rmode_exception by Mohammed Gamal · 16 years ago
  49. f7d9238 KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts() by Avi Kivity · 16 years ago
  50. 937a7ea KVM: Add a pending interrupt queue by Avi Kivity · 16 years ago
  51. 35920a3 KVM: VMX: Fix pending exception processing by Avi Kivity · 16 years ago
  52. 26eef70 KVM: Clear exception queue before emulating an instruction by Avi Kivity · 16 years ago
  53. 668f612 KVM: VMX: Move nmi injection failure processing to vm exit path by Avi Kivity · 16 years ago
  54. cf393f7 KVM: Move NMI IRET fault processing to new vmx_complete_interrupts() by Avi Kivity · 16 years ago
  55. 5b5c6a5 KVM: MMU: Simplify kvm_mmu_zap_page() by Avi Kivity · 16 years ago
  56. 31aa2b4 KVM: MMU: Separate the code for unlinking a shadow page from its parents by Avi Kivity · 16 years ago
  57. 867767a KVM: Introduce kvm_set_irq to inject interrupts in guests by Amit Shah · 16 years ago
  58. 5fdbf97 KVM: x86: accessors for guest registers by Marcelo Tosatti · 16 years ago
  59. ca60dfb KVM: VMX: Rename misnamed msr bits by Sheng Yang · 16 years ago
  60. 278429c Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  61. 758a7f7 x86: register a platform RTC device if PNP doesn't describe it by Bjorn Helgaas · 16 years ago
  62. 79aa79b arch/m68k/mm/kmap.c: introduce missing kfree by Julia Lawall · 16 years ago
  63. da9870e m68k: init_irq_proc depends on CONFIG_PROC_FS by Geert Uytterhoeven · 16 years ago
  64. 2171a19 m68k: remove the dead PCI code by Adrian Bunk · 16 years ago
  65. 29c8a24 m68k: Remove the broken Hades support by Adrian Bunk · 16 years ago
  66. dec6d14 m68k: Add missing dma_sync_single_range_for_{cpu,device}() by Geert Uytterhoeven · 16 years ago
  67. 7ae4833 m68k: Define rtc_lock on Atari by Geert Uytterhoeven · 16 years ago
  68. 3e24fc9 m68k: Remove unused atari_kbd_translate() by Geert Uytterhoeven · 16 years ago
  69. 39d2d99 m68k: Modular Amiga keyboard needs key_maps by Geert Uytterhoeven · 16 years ago
  70. 8c68383 m68k: Reverse platform MMU logic so Sun 3 is last by Geert Uytterhoeven · 16 years ago
  71. 08a3db9 m68k: Add NOTES to init data so its discarded at boot by Roman Zippel · 16 years ago
  72. 68abcee m68k: Put .bss at the end of the data section by Roman Zippel · 16 years ago
  73. 8fbbae6 m68k: Use new printk() extension %pS to print symbols by Geert Uytterhoeven · 16 years ago
  74. 5b1d5f9 m68k: use bcd2bin/bin2bcd by Adrian Bunk · 16 years ago
  75. 9df013b i2c/isp1301_omap: Convert to a new-style i2c driver, part 2 by Jean Delvare · 16 years ago
  76. 7591103 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  77. cf2fa66 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  78. cf404910 ide-generic: remove no longer needed ide_probe_legacy() by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 91ddc99 xtensa: remove dead CONFIG_BLK_DEV_IDE code by Adrian Bunk · 16 years ago
  80. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  81. 54cebc6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  82. 5723ff9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  83. 20272c8 Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  84. 244dc4e Merge git://git.infradead.org/users/dwmw2/random-2.6 by Linus Torvalds · 16 years ago
  85. e7f2f99 Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. c564b6f uml: small cleanups and note bugs to be dealt with by uml authors... by Alan Cox · 16 years ago
  87. b70ac77 serial: allow 8250 to be used on sparc by David Miller · 16 years ago
  88. ab2375f Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupts in PIO mode by Sonic Zhang · 16 years ago
  89. b3ef5ab Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART by Graf Yang · 16 years ago
  90. c9607ec Blackfin Serial Driver: move common variables out of serial headers and into the serial driver by Mike Frysinger · 16 years ago
  91. e758936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  92. c00193f Merge branches 'oprofile-v2' and 'timers/hpet' into x86/core-v4 by Ingo Molnar · 16 years ago
  93. accba5f Merge branch 'linus' into oprofile-v2 by Ingo Molnar · 16 years ago
  94. c1a2f4b x86: change early_ioremap to use slots instead of nesting by Yinghai Lu · 16 years ago
  95. 79aa10d x86: adjust dependencies for CONFIG_X86_CMOV by Jan Beulich · 16 years ago
  96. 6a2ae2d dumpstack: x86: various small unification steps, fix by Alexander van Heukelum · 16 years ago
  97. cb48bb5 x86: remove additional_cpus by Thomas Gleixner · 16 years ago
  98. b807305 x86: remove additional_cpus configurability by Ingo Molnar · 16 years ago
  99. 649c665 x86: improve UP kernel when CPU-hotplug and SMP is enabled by Thomas Gleixner · 16 years ago
  100. 8a54166 dumpstack: x86: various small unification steps by Alexander van Heukelum · 16 years ago