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