1. 9aabc88f KVM: x86 emulator: store x86_emulate_ops in emulation context by Avi Kivity · 14 years ago
  2. ab85b12b KVM: x86 emulator: move ByteOp and Dst back to bits 0:3 by Avi Kivity · 14 years ago
  3. 3885d53 KVM: x86 emulator: drop support for old-style groups by Avi Kivity · 14 years ago
  4. 9f5d322 KVM: x86 emulator: convert group 9 to new style by Avi Kivity · 14 years ago
  5. 2cb20bc KVM: x86 emulator: convert group 8 to new style by Avi Kivity · 14 years ago
  6. 2f3a9bc KVM: x86 emulator: convert group 7 to new style by Avi Kivity · 14 years ago
  7. b67f9f0 KVM: x86 emulator: convert group 5 to new style by Avi Kivity · 14 years ago
  8. 591c9d2 KVM: x86 emulator: convert group 4 to new style by Avi Kivity · 14 years ago
  9. ee70ea3 KVM: x86 emulator: convert group 3 to new style by Avi Kivity · 14 years ago
  10. 99880c5 KVM: x86 emulator: convert group 1A to new style by Avi Kivity · 14 years ago
  11. 5b92b5f KVM: x86 emulator: convert group 1 to new style by Avi Kivity · 14 years ago
  12. 120df89 KVM: x86 emulator: allow specifying group directly in opcode by Avi Kivity · 14 years ago
  13. 793d5a8 KVM: x86 emulator: reserve group code 0 by Avi Kivity · 14 years ago
  14. 42a1c52 KVM: x86 emulator: move group tables to top by Avi Kivity · 14 years ago
  15. fd85331 KVM: x86 emulator: Add wrappers for easily defining opcodes by Avi Kivity · 14 years ago
  16. d65b1de KVM: x86 emulator: introduce 'struct opcode' by Avi Kivity · 14 years ago
  17. ea9ef04 KVM: x86 emulator: drop parentheses in repreat macros by Avi Kivity · 14 years ago
  18. 62bd430 KVM: x86 emulator: Add IRET instruction by Mohammed Gamal · 14 years ago
  19. 7a19066 KVM: SVM: Emulate next_rip svm feature by Joerg Roedel · 14 years ago
  20. 3f6a9d1 KVM: SVM: Sync efer back into nested vmcb by Joerg Roedel · 14 years ago
  21. 19ada5c KVM: MMU: remove valueless output message by Xiao Guangrong · 14 years ago
  22. d359192 KVM: VMX: Use host_gdt variable wherever we need the host gdt by Avi Kivity · 14 years ago
  23. e071edd KVM: x86 emulator: unify the two Group 3 variants by Avi Kivity · 14 years ago
  24. dfe1148 KVM: x86 emulator: Allow LOCK prefix for NEG and NOT by Avi Kivity · 14 years ago
  25. 4968ec4 KVM: x86 emulator: simplify Group 1 decoding by Avi Kivity · 14 years ago
  26. 52811d7 KVM: x86 emulator: mix decode bits from opcode and group decode tables by Avi Kivity · 14 years ago
  27. 047a481 KVM: x86 emulator: add Undefined decode flag by Avi Kivity · 14 years ago
  28. 2ce4953 KVM: x86 emulator: Make group storage bits separate from operand bits by Avi Kivity · 14 years ago
  29. 880a188 KVM: x86 emulator: consolidate Jcc rel32 decoding by Avi Kivity · 14 years ago
  30. be8eacd KVM: x86 emulator: consolidate CMOVcc decoding by Avi Kivity · 14 years ago
  31. b6e6153 KVM: x86 emulator: consolidate MOV reg, imm decoding by Avi Kivity · 14 years ago
  32. b3ab340 KVM: x86 emulator: consolidate Jcc rel8 decoding by Avi Kivity · 14 years ago
  33. 3849186 KVM: x86 emulator: consolidate push/pop reg decoding by Avi Kivity · 14 years ago
  34. 749358a KVM: x86 emulator: consolidate inc/dec reg decoding by Avi Kivity · 14 years ago
  35. 83babbc KVM: x86 emulator: add macros for repetitive instructions by Avi Kivity · 14 years ago
  36. 91269b8 KVM: x86 emulator: fix handling for unemulated instructions by Avi Kivity · 14 years ago
  37. e4072a9 x86, printk: Get rid of <0> from stack output by Jiri Slaby · 14 years ago
  38. 02f3603 Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  39. 10f2a2b Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  40. 8814011 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  41. 0fc0531 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  42. 39a0715 x86,kgdb: remove unnecessary call to kgdb_correct_hw_break() by Dongdong Deng · 14 years ago
  43. 91b152a kdb,kgdb: fix sparse fixups by Jason Wessel · 14 years ago
  44. fad99fa x86,kgdb: fix debugger hw breakpoint test regression in 2.6.35 by Jason Wessel · 14 years ago
  45. 0e058e5 xen: add a missing #include to arch/x86/pci/xen.c by Stefano Stabellini · 14 years ago
  46. ff12849 xen: mask the MTRR feature from the cpuid by Stefano Stabellini · 14 years ago
  47. 4ec5387 xen: add the direct mapping area for ISA bus access by Juan Quintela · 14 years ago
  48. 801fd14 xen: use vcpu_ops to setup cpu masks by Stefano Stabellini · 14 years ago
  49. 98511f3 xen: map a dummy page for local apic and ioapic in xen_set_fixmap by Jeremy Fitzhardinge · 14 years ago
  50. f731e3ef xen: remap MSIs into pirqs when running as initial domain by Qing He · 14 years ago
  51. 38aa66f xen: remap GSIs as pirqs when running as initial domain by Jeremy Fitzhardinge · 14 years ago
  52. 6b0661a xen: introduce XEN_DOM0 as a silent option by Stefano Stabellini · 14 years ago
  53. 809f926 xen: map MSIs into pirqs by Stefano Stabellini · 14 years ago
  54. 3942b74 xen: support GSI -> pirq remapping in PV on HVM guests by Stefano Stabellini · 14 years ago
  55. 90f6881 xen: add xen hvm acpi_register_gsi variant by Jeremy Fitzhardinge · 14 years ago
  56. 2f065ae acpi: use indirect call to register gsi in different modes by Jeremy Fitzhardinge · 14 years ago
  57. 42a1de5 xen: implement xen_hvm_register_pirq by Stefano Stabellini · 14 years ago
  58. 67ba372 Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domain-v6 by Stefano Stabellini · 14 years ago
  59. 9e9a5fc xen: use host E820 map for dom0 by Ian Campbell · 14 years ago
  60. 375b2a9 xen: correctly rebuild mfn list list after migration. by Ian Campbell · 14 years ago
  61. 3654581 xen: don't add extra_pages for RAM after mem_end by Jeremy Fitzhardinge · 14 years ago
  62. 41f2e47 xen: add support for PAT by Jeremy Fitzhardinge · 15 years ago
  63. 2f7acb2 xen: make sure xen_max_p2m_pfn is up to date by Jeremy Fitzhardinge · 14 years ago
  64. 698bb8d xen: limit extra memory to a certain ratio of base by Jeremy Fitzhardinge · 14 years ago
  65. b5b43ce xen: add extra pages for E820 RAM regions, even if beyond mem_end by Jeremy Fitzhardinge · 14 years ago
  66. 36bc251 xen: make sure xen_extra_mem_start is beyond all non-RAM e820 by Jeremy Fitzhardinge · 14 years ago
  67. 42ee147 xen: implement "extra" memory to reserve space for pages not present at boot by Jeremy Fitzhardinge · 14 years ago
  68. 35ae11f xen: Use host-provided E820 map by Ian Campbell · 16 years ago
  69. cfd8951 xen: don't map missing memory by Jeremy Fitzhardinge · 14 years ago
  70. 33a8475 xen: defer building p2m mfn structures until kernel is mapped by Jeremy Fitzhardinge · 14 years ago
  71. c379806 xen: add return value to set_phys_to_machine() by Jeremy Fitzhardinge · 14 years ago
  72. 58e0502 xen: convert p2m to a 3 level tree by Jeremy Fitzhardinge · 14 years ago
  73. bbbf61e xen: make install_p2mtop_page() static by Jeremy Fitzhardinge · 14 years ago
  74. 1f2d9dd xen: set the actual extent of the mfn_list_list by Jeremy Fitzhardinge · 14 years ago
  75. b7eb4ad xen: set shared_info->arch.max_pfn to max_p2m_pfn by Jeremy Fitzhardinge · 14 years ago
  76. 1e17fc7 xen: remove noise about registering vcpu info by Jeremy Fitzhardinge · 14 years ago
  77. 764f0138 xen: allocate level1_ident_pgt by Jeremy Fitzhardinge · 14 years ago
  78. f099180 xen: use early_brk for level2_kernel_pgt by Jeremy Fitzhardinge · 14 years ago
  79. a2e8752 xen: allocate p2m size based on actual max size by Jeremy Fitzhardinge · 14 years ago
  80. a171ce6 xen: dynamically allocate p2m space by Jeremy Fitzhardinge · 14 years ago
  81. 5e941c0 x86: add RESERVE_BRK_ARRAY() helper by Jeremy Fitzhardinge · 14 years ago
  82. db08bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 14 years ago
  83. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  84. 9115124 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  85. 211baf4 Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  86. a69a061 [CPUFREQ]: x86, cpufreq: Mark longrun_get_policy with __cpuinit. by Rakib Mullick · 14 years ago
  87. b2a33c1 [CPUFREQ] arch/x86/kernel/cpu/cpufreq: Fix unsigned return type by Julia Lawall · 14 years ago
  88. 46e387b Merge branch 'hwpoison-hugepages' into hwpoison by Andi Kleen · 14 years ago
  89. 96681fc perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocations by Peter Zijlstra · 14 years ago
  90. f80c9e3 perf, x86: Clean up reserve_ds_buffers() signature by Peter Zijlstra · 14 years ago
  91. 6809b6e perf, x86: Less disastrous PEBS/BTS buffer allocation failure by Peter Zijlstra · 14 years ago
  92. 5553be2 perf, x86: Fixup the precise_ip computation by Peter Zijlstra · 14 years ago
  93. 65af94b perf, x86: Extract DS alloc/free functions by Peter Zijlstra · 14 years ago
  94. 5ee25c8 perf, x86: Extract PEBS/BTS allocation functions by Peter Zijlstra · 14 years ago
  95. b39f88a perf, x86: Extract PEBS/BTS buffer free routines by Peter Zijlstra · 14 years ago
  96. 07bd851 x86, asm: Restore parentheses around one pushl_cfi argument by Jan Beulich · 14 years ago
  97. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  98. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  99. 157b6ce Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. 4a60cfa Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago