1. 180c12f KVM: s390: rename private structures by Christian Borntraeger · 16 years ago
  2. 4da29e9 KVM: s390: Set guest storage limit and offset to sane values by Christian Borntraeger · 16 years ago
  3. dfdded7 KVM: Fix memory leak on guest exit by Carsten Otte · 16 years ago
  4. f8b78fa KVM: move slots_lock acquision down to vapic_exit by Marcelo Tosatti · 16 years ago
  5. efa67e0 KVM: VMX: Fake emulate Intel perfctr MSRs by Chris Lalancette · 16 years ago
  6. 65267ea KVM: VMX: Fix a wrong usage of vmcs_config by Sheng Yang · 16 years ago
  7. db475c3 KVM: MMU: Fix printk format by Avi Kivity · 16 years ago
  8. 6ada8cc KVM: MMU: When debug is enabled, make it a run-time parameter by Avi Kivity · 16 years ago
  9. 7a5b56d KVM: x86 emulator: lazily evaluate segment registers by Avi Kivity · 16 years ago
  10. 0adc867 KVM: x86 emulator: avoid segment base adjust for lea by Avi Kivity · 16 years ago
  11. f5b4edc KVM: x86 emulator: simplify rip relative decoding by Avi Kivity · 16 years ago
  12. 84411d8 KVM: x86 emulator: simplify r/m decoding by Avi Kivity · 16 years ago
  13. dc71d0f KVM: x86 emulator: simplify sib decoding by Avi Kivity · 16 years ago
  14. 8684c0a KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases by Avi Kivity · 16 years ago
  15. b13354f KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97) by Mohammed Gamal · 16 years ago
  16. f76c710 KVM: Use printk_rlimit() instead of reporting emulation failures just once by Avi Kivity · 16 years ago
  17. 25be460 KVM: Do not calculate linear rip in emulation failure report by Glauber Costa · 16 years ago
  18. 622395a KVM: only abort guest entry if timer count goes from 0->1 by Marcelo Tosatti · 16 years ago
  19. 7f39f8a KVM: Add coalesced MMIO support (ia64 part) by Laurent Vivier · 17 years ago
  20. 588968b KVM: Add coalesced MMIO support (powerpc part) by Laurent Vivier · 17 years ago
  21. 542472b KVM: Add coalesced MMIO support (x86 part) by Laurent Vivier · 17 years ago
  22. 9276049 KVM: kvm_io_device: extend in_range() to manage len and write attribute by Laurent Vivier · 17 years ago
  23. 131d827 KVM: MMU: Avoid page prefetch on SVM by Avi Kivity · 17 years ago
  24. d761a50 KVM: MMU: Move nonpaging_prefetch_page() by Avi Kivity · 17 years ago
  25. 91ed7a0 KVM: x86 emulator: implement 'push imm' (opcode 0x68) by Avi Kivity · 17 years ago
  26. 19e4363 KVM: x86 emulator: simplify push imm8 emulation by Avi Kivity · 17 years ago
  27. eab9f71 KVM: MMU: Optimize prefetch_page() by Avi Kivity · 17 years ago
  28. 38d5bc6 KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction by Guillaume Thouvenin · 17 years ago
  29. 4257198 KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction by Guillaume Thouvenin · 17 years ago
  30. 615ac12 KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction by Guillaume Thouvenin · 17 years ago
  31. 954cd36 KVM: x86 emulator: add support for jmp far 0xea by Guillaume Thouvenin · 17 years ago
  32. 89c6963 KVM: x86 emulator: Update c->dst.bytes in decode instruction by Guillaume Thouvenin · 17 years ago
  33. 3e6e0aa KVM: Prefixes segment functions that will be exported with "kvm_" by Guillaume Thouvenin · 17 years ago
  34. 9ba075a KVM: MTRR support by Avi Kivity · 17 years ago
  35. f08864b KVM: VMX: Enable NMI with in-kernel irqchip by Sheng Yang · 17 years ago
  36. 3419ffc KVM: IOAPIC/LAPIC: Enable NMI support by Sheng Yang · 17 years ago
  37. 50d40d7 KVM: Remove unnecessary ->decache_regs() call by Avi Kivity · 17 years ago
  38. 7cc8883 KVM: Remove decache_vcpus_on_cpu() and related callbacks by Avi Kivity · 17 years ago
  39. 543e424 KVM: VMX: Add list of potentially locally cached vcpus by Avi Kivity · 17 years ago
  40. 4ecac3f KVM: Handle virtualization instruction #UD faults during reboot by Avi Kivity · 17 years ago
  41. 1b7fcd3 KVM: MMU: Fix false flooding when a pte points to page table by Avi Kivity · 17 years ago
  42. 7682f2d KVM: VMX: Trivial vmcs_write64() code simplification by Avi Kivity · 17 years ago
  43. 14ae51b KVM: SVM: Fake MSR_K7 performance counters by Chris Lalancette · 17 years ago
  44. f697554 KVM: PIT: support mode 3 by Aurelien Jarno · 17 years ago
  45. d2ebb41 KVM: SVM: add tracing support for TDP page faults by Joerg Roedel · 17 years ago
  46. af9ca2d KVM: SVM: add missing kvmtrace markers by Joerg Roedel · 17 years ago
  47. 54e445c KVM: add missing kvmtrace bits by Joerg Roedel · 17 years ago
  48. a069805 KVM: SVM: implement dedicated INTR exit handler by Joerg Roedel · 17 years ago
  49. c47f098 KVM: SVM: implement dedicated NMI exit handler by Joerg Roedel · 17 years ago
  50. c7bf23b KVM: VMX: move APIC_ACCESS trace entry to generic code by Joerg Roedel · 17 years ago
  51. 8b2cf73 KVM: add statics were possible, function definition in lapic.h by Harvey Harrison · 17 years ago
  52. 2b04be7 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  53. bdec6ca Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  54. 9354094 x86: fix numaq_tsc_disable by Yinghai Lu · 16 years ago
  55. c43c1be Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  56. 2f73cca fix build error of arch/ia64/kvm/* by Takashi Iwai · 16 years ago
  57. 8de2ce8 [S390] Fix stacktrace compile bug. by Heiko Carstens · 16 years ago
  58. c5a3725 [S390] Increase default warning stacksize. by Heiko Carstens · 16 years ago
  59. 8e9509c ftrace: fix merge buglet by Ingo Molnar · 16 years ago
  60. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  61. 58b6e55 Revert "x86/PCI: ACPI based PCI gap calculation" by Jesse Barnes · 16 years ago
  62. 8a0ca91 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  63. da5e09a ACPI : Create "idle=nomwait" bootparam by Zhao Yakui · 16 years ago
  64. c1e3b37 ACPI: Create "idle=halt" bootparam by Zhao Yakui · 16 years ago
  65. 5b53496 ACPI: Disable the C2C3_FFH access mode HW has no MWAIT support by Zhao Yakui · 16 years ago
  66. 19d0cfe ACPICA: Update DMAR and SRAT table definitions by Bob Moore · 16 years ago
  67. e3621ee powerpc/ep8248e: Fix compile problem if !CONFIG_FS_ENET by Kumar Gala · 16 years ago
  68. e22146e x86: fix kernel_physical_mapping_init() for large x86 systems by Jack Steiner · 16 years ago
  69. 84c3d4a Merge commit 'origin/master' by Benjamin Herrenschmidt · 16 years ago
  70. fafa3a3 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. 809d9a8f9 x86/PCI: ACPI based PCI gap calculation by Alok Kataria · 16 years ago
  72. 7e2225d Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  73. 59190f4 Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  74. 431ceb8 x86: fix TSC build error on 32bit by Thomas Gleixner · 16 years ago
  75. f6f88e9 generic-ipi: more merge fallout by Ingo Molnar · 16 years ago
  76. b3c9816 generic-ipi: merge fix by Ingo Molnar · 16 years ago
  77. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  78. 6c9fcaf Merge branch 'core/rcu' into core/rcu-for-linus by Ingo Molnar · 16 years ago
  79. dc221ea Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  80. b27418a [MIPS] Remove mips_machtype for LASAT machines by Thomas Bogendoerfer · 16 years ago
  81. 0b56fd8 [MIPS] Remove mips_machtype from EMMA2RH machines by Thomas Bogendoerfer · 16 years ago
  82. c6607295 [MIPS] Remove mips_machtype from ARC based machines by Thomas Bogendoerfer · 16 years ago
  83. 9528356 [MIPS] MTX-1 flash partition setup move to platform devices registration by Yoichi Yuasa · 16 years ago
  84. 7b22609 [MIPS] TXx9: cleanup and fix some sparse warnings by Atsushi Nemoto · 16 years ago
  85. 4c642f3 [MIPS] TXx9: rename asm-mips/mach-jmr3927 to asm-mips/mach-tx39xx by Atsushi Nemoto · 16 years ago
  86. 6e68665 [MIPS] remove machtype for group Toshiba by Yoichi Yuasa · 16 years ago
  87. b6c4053 [MIPS] separate rbtx4927_time_init() and rbtx4937_time_init() by Yoichi Yuasa · 16 years ago
  88. a38c475 [MIPS] separate rbtx4927_arch_init() and rbtx4937_arch_init() by Yoichi Yuasa · 16 years ago
  89. a00fb66 [MIPS] txx9_cpu_clock setup move to rbtx4927_time_init() by Yoichi Yuasa · 16 years ago
  90. 7a1fdf1 [MIPS] txx9_board_vec set directly without mips_machtype by Yoichi Yuasa · 16 years ago
  91. b03d7b1 [MIPS] IP22: Add platform device for Indy volume buttons by Thomas Bogendoerfer · 16 years ago
  92. efff4ae [MIPS] cmbvr4133: Remove support by Yoichi Yuasa · 16 years ago
  93. 3f16654 [MIPS] remove wrppmc_machine_power_off() by Yoichi Yuasa · 16 years ago
  94. 9ecb1ff [MIPS] replace inline assembler to cpu_wait() by Yoichi Yuasa · 16 years ago
  95. 5b438c4 [MIPS] IP22/28: Add platform devices for HAL2 by Thomas Bogendoerfer · 16 years ago
  96. bf744d4 [MIPS] TXx9: Update and merge defconfigs by Atsushi Nemoto · 16 years ago
  97. edcaf1a [MIPS] TXx9: Make single kernel can support multiple boards by Atsushi Nemoto · 16 years ago
  98. 7668915 [MIPS] TXx9: Update defconfigs by Atsushi Nemoto · 16 years ago
  99. 89d63fe [MIPS] TXx9: Reorganize PCI code by Atsushi Nemoto · 16 years ago
  100. 22b1d70 [MIPS] TXx9: Reorganize code by Atsushi Nemoto · 16 years ago