1. 7e37c29 x86: KVM guest: make kvm_smp_prepare_boot_cpu() static by Adrian Bunk · 16 years ago
  2. 0da1db75 KVM: SVM: fix suspend/resume support by Joerg Roedel · 16 years ago
  3. 180c12f KVM: s390: rename private structures by Christian Borntraeger · 16 years ago
  4. 4da29e9 KVM: s390: Set guest storage limit and offset to sane values by Christian Borntraeger · 16 years ago
  5. dfdded7 KVM: Fix memory leak on guest exit by Carsten Otte · 16 years ago
  6. eff0114 KVM: s390: dont allocate dirty bitmap by Carsten Otte · 16 years ago
  7. f8b78fa KVM: move slots_lock acquision down to vapic_exit by Marcelo Tosatti · 16 years ago
  8. efa67e0 KVM: VMX: Fake emulate Intel perfctr MSRs by Chris Lalancette · 16 years ago
  9. 65267ea KVM: VMX: Fix a wrong usage of vmcs_config by Sheng Yang · 16 years ago
  10. db475c3 KVM: MMU: Fix printk format by Avi Kivity · 16 years ago
  11. 6ada8cc KVM: MMU: When debug is enabled, make it a run-time parameter by Avi Kivity · 16 years ago
  12. 7a5b56d KVM: x86 emulator: lazily evaluate segment registers by Avi Kivity · 16 years ago
  13. 0adc867 KVM: x86 emulator: avoid segment base adjust for lea by Avi Kivity · 16 years ago
  14. f5b4edc KVM: x86 emulator: simplify rip relative decoding by Avi Kivity · 16 years ago
  15. 84411d8 KVM: x86 emulator: simplify r/m decoding by Avi Kivity · 16 years ago
  16. dc71d0f KVM: x86 emulator: simplify sib decoding by Avi Kivity · 16 years ago
  17. 8684c0a KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases by Avi Kivity · 16 years ago
  18. b13354f KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97) by Mohammed Gamal · 16 years ago
  19. f76c710 KVM: Use printk_rlimit() instead of reporting emulation failures just once by Avi Kivity · 16 years ago
  20. 9ef621d KVM: Support mixed endian machines by Tan, Li · 17 years ago
  21. 25be460 KVM: Do not calculate linear rip in emulation failure report by Glauber Costa · 16 years ago
  22. 622395a KVM: only abort guest entry if timer count goes from 0->1 by Marcelo Tosatti · 16 years ago
  23. 7f39f8a KVM: Add coalesced MMIO support (ia64 part) by Laurent Vivier · 16 years ago
  24. 588968b KVM: Add coalesced MMIO support (powerpc part) by Laurent Vivier · 16 years ago
  25. 542472b KVM: Add coalesced MMIO support (x86 part) by Laurent Vivier · 16 years ago
  26. 5f94c17 KVM: Add coalesced MMIO support (common part) by Laurent Vivier · 16 years ago
  27. 9276049 KVM: kvm_io_device: extend in_range() to manage len and write attribute by Laurent Vivier · 16 years ago
  28. 131d827 KVM: MMU: Avoid page prefetch on SVM by Avi Kivity · 16 years ago
  29. d761a50 KVM: MMU: Move nonpaging_prefetch_page() by Avi Kivity · 16 years ago
  30. 91ed7a0 KVM: x86 emulator: implement 'push imm' (opcode 0x68) by Avi Kivity · 16 years ago
  31. 19e4363 KVM: x86 emulator: simplify push imm8 emulation by Avi Kivity · 16 years ago
  32. eab9f71 KVM: MMU: Optimize prefetch_page() by Avi Kivity · 16 years ago
  33. 38d5bc6 KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction by Guillaume Thouvenin · 17 years ago
  34. 4257198 KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction by Guillaume Thouvenin · 17 years ago
  35. 615ac12 KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction by Guillaume Thouvenin · 17 years ago
  36. 954cd36 KVM: x86 emulator: add support for jmp far 0xea by Guillaume Thouvenin · 17 years ago
  37. 89c6963 KVM: x86 emulator: Update c->dst.bytes in decode instruction by Guillaume Thouvenin · 17 years ago
  38. 3e6e0aa KVM: Prefixes segment functions that will be exported with "kvm_" by Guillaume Thouvenin · 17 years ago
  39. 9ba075a KVM: MTRR support by Avi Kivity · 17 years ago
  40. 81609e3 KVM: Order segment register constants in the same way as cpu operand encoding by Avi Kivity · 17 years ago
  41. f08864b KVM: VMX: Enable NMI with in-kernel irqchip by Sheng Yang · 17 years ago
  42. 3419ffc KVM: IOAPIC/LAPIC: Enable NMI support by Sheng Yang · 17 years ago
  43. 50d40d7 KVM: Remove unnecessary ->decache_regs() call by Avi Kivity · 17 years ago
  44. 7cc8883 KVM: Remove decache_vcpus_on_cpu() and related callbacks by Avi Kivity · 17 years ago
  45. 543e424 KVM: VMX: Add list of potentially locally cached vcpus by Avi Kivity · 17 years ago
  46. 4ecac3f KVM: Handle virtualization instruction #UD faults during reboot by Avi Kivity · 17 years ago
  47. 1b7fcd3 KVM: MMU: Fix false flooding when a pte points to page table by Avi Kivity · 17 years ago
  48. 7682f2d KVM: VMX: Trivial vmcs_write64() code simplification by Avi Kivity · 17 years ago
  49. 14ae51b KVM: SVM: Fake MSR_K7 performance counters by Chris Lalancette · 17 years ago
  50. f697554 KVM: PIT: support mode 3 by Aurelien Jarno · 17 years ago
  51. 2e2e373 KVM: Handle vma regions with no backing page by Anthony Liguori · 17 years ago
  52. d2ebb41 KVM: SVM: add tracing support for TDP page faults by Joerg Roedel · 17 years ago
  53. af9ca2d KVM: SVM: add missing kvmtrace markers by Joerg Roedel · 17 years ago
  54. 54e445c KVM: add missing kvmtrace bits by Joerg Roedel · 17 years ago
  55. a069805 KVM: SVM: implement dedicated INTR exit handler by Joerg Roedel · 17 years ago
  56. c47f098 KVM: SVM: implement dedicated NMI exit handler by Joerg Roedel · 17 years ago
  57. c7bf23b KVM: VMX: move APIC_ACCESS trace entry to generic code by Joerg Roedel · 17 years ago
  58. 8b2cf73 KVM: add statics were possible, function definition in lapic.h by Harvey Harrison · 17 years ago
  59. 1e1c65e KVM: remove long -> void *user -> long cast by Christian Borntraeger · 17 years ago
  60. 5b664cb Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  61. f39548a Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 by Linus Torvalds · 16 years ago
  62. 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
  63. 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
  64. 2567d71 x86: fix asm/e820.h for userspace inclusion by Rusty Russell · 16 years ago
  65. 9354094 x86: fix numaq_tsc_disable by Yinghai Lu · 16 years ago
  66. c43c1be Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  67. 2f73cca fix build error of arch/ia64/kvm/* by Takashi Iwai · 16 years ago
  68. 42fea1f Merge branch 'ptrace-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-utrace by Linus Torvalds · 16 years ago
  69. 7259d93 Update scripts/Makefile.fwinst to cope with older make by David Woodhouse · 16 years ago
  70. ee723cb Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  71. 7023cc6 Fix collateral damage to top level Makefile by Grant Likely · 16 years ago
  72. 2464a60 ftrace: do not trace library functions by Ingo Molnar · 16 years ago
  73. c349e0a ftrace: do not trace scheduler functions by Ingo Molnar · 17 years ago
  74. 9fa1113 ftrace: fix lockup with MAXSMP by Ingo Molnar · 16 years ago
  75. 8586cb6 [S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPP by Stefan Haberland · 16 years ago
  76. 779e6e1 [S390] qdio: new qdio driver. by Jan Glauber · 16 years ago
  77. dae3984 [S390] cio: Export chsc_error_from_response(). by Cornelia Huck · 16 years ago
  78. b9993a3 [S390] vmur: Fix return code handling. by Frank Munzert · 16 years ago
  79. 8de2ce8 [S390] Fix stacktrace compile bug. by Heiko Carstens · 16 years ago
  80. c5a3725 [S390] Increase default warning stacksize. by Heiko Carstens · 16 years ago
  81. 7337194 [S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics(). by Cornelia Huck · 16 years ago
  82. 626f311 [S390] chsc headers userspace cleanup by Adrian Bunk · 16 years ago
  83. 9d853ca [S390] dasd: fix unsolicited SIM handling. by Stefan Haberland · 16 years ago
  84. 12e0c95 [S390] zfcpdump: Make SCSI disk dump tool recognize storage holes by Frank Munzert · 16 years ago
  85. 8e9509c ftrace: fix merge buglet by Ingo Molnar · 16 years ago
  86. 666f164 fix dangling zombie when new parent ignores children by Roland McGrath · 17 years ago
  87. 14dd0b8 do_wait: return security_task_wait() error code in place of -ECHILD by Roland McGrath · 17 years ago
  88. f470021 ptrace children revamp by Roland McGrath · 17 years ago
  89. 98abed0 do_wait reorganization by Roland McGrath · 17 years ago
  90. 33af79d scsi_dh: Verify "dev" is a sdev before accessing it. by Chandra Seetharaman · 16 years ago
  91. 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
  92. 58b6e55 Revert "x86/PCI: ACPI based PCI gap calculation" by Jesse Barnes · 16 years ago
  93. c0420ad [PATCH] ocfs2: fix oops in mmap_truncate testing by Coly Li · 16 years ago
  94. 8a0ca91 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  95. 9c1be0c Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6 by Linus Torvalds · 16 years ago
  96. 42fdd14 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  97. 4314652 Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-merge-2.6 by Linus Torvalds · 16 years ago
  98. d442cc4 block: Trivial fix for blk_integrity_rq() by Martin K. Petersen · 16 years ago
  99. 8df1b04 Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  100. 01a5bba Fix FADT parsing by Jan Beulich · 16 years ago