1. 4610c9c KVM: VMX: VMXON/VMXOFF usage changes by Dongxiao Xu · 14 years ago
  2. b923e62 KVM: VMX: VMCLEAR/VMPTRLD usage changes by Dongxiao Xu · 14 years ago
  3. 92fe13b KVM: VMX: Some minor changes to code structure by Dongxiao Xu · 14 years ago
  4. 7725b89 KVM: VMX: Define new functions to wrapper direct call of asm code by Dongxiao Xu · 14 years ago
  5. f0f5933 KVM: MMU: Fix free memory accounting race in mmu_alloc_roots() by Avi Kivity · 14 years ago
  6. 6d77dbf KVM: inject #UD if instruction emulation fails and exit to userspace by Gleb Natapov · 14 years ago
  7. 54a4f02 KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed by Gui Jianfeng · 14 years ago
  8. 518c5a0 KVM: MMU: Fix debug output error in walk_addr() by Gui Jianfeng · 14 years ago
  9. f3b8c96 KVM: MMU: mark page table dirty when a pte is actually modified by Gui Jianfeng · 14 years ago
  10. eec4b14 KVM: SVM: Allow EFER.LMSLE to be set with nested svm by Joerg Roedel · 14 years ago
  11. 3f10c84 KVM: SVM: Dump vmcb contents on failed vmrun by Joerg Roedel · 14 years ago
  12. d94e1dc KVM: Get rid of KVM_REQ_KICK by Avi Kivity · 14 years ago
  13. 54b8486 KVM: x86 emulator: do not inject exception directly into vcpu by Gleb Natapov · 14 years ago
  14. 95cb229 KVM: x86 emulator: move interruptibility state tracking out of emulator by Gleb Natapov · 14 years ago
  15. 4d2179e KVM: x86 emulator: handle shadowed registers outside emulator by Gleb Natapov · 14 years ago
  16. bdb475a KVM: x86 emulator: use shadowed register in emulate_sysexit() by Gleb Natapov · 14 years ago
  17. ef050dc KVM: x86 emulator: set RFLAGS outside x86 emulator code by Gleb Natapov · 14 years ago
  18. 95c5588 KVM: x86 emulator: advance RIP outside x86 emulator code by Gleb Natapov · 14 years ago
  19. 3457e41 KVM: handle emulation failure case first by Gleb Natapov · 14 years ago
  20. 8fe681e KVM: do not inject #PF in (read|write)_emulated() callbacks by Gleb Natapov · 14 years ago
  21. f181b96 KVM: remove export of emulator_write_emulated() by Gleb Natapov · 14 years ago
  22. c3cd7ff KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure by Gleb Natapov · 14 years ago
  23. 411c35b KVM: fill in run->mmio details in (read|write)_emulated function by Gleb Natapov · 14 years ago
  24. e680080 KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values by Gleb Natapov · 14 years ago
  25. 338dbc9 KVM: x86 emulator: make (get|set)_dr() callback return error if it fails by Gleb Natapov · 14 years ago
  26. 0f12244 KVM: x86 emulator: make set_cr() callback return error if it fails by Gleb Natapov · 14 years ago
  27. 79168fd KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks by Gleb Natapov · 14 years ago
  28. 5951c44 KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops by Gleb Natapov · 14 years ago
  29. 3fb1b5d KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops by Gleb Natapov · 14 years ago
  30. 35aa537 KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops by Gleb Natapov · 14 years ago
  31. 414e627 KVM: x86 emulator: handle "far address" source operand by Gleb Natapov · 14 years ago
  32. b8a9894 KVM: x86 emulator: cleanup nop emulation by Gleb Natapov · 14 years ago
  33. f0c13ef KVM: x86 emulator: cleanup xchg emulation by Gleb Natapov · 14 years ago
  34. 054fe9f KVM: x86 emulator: fix Move r/m16 to segment register decoding by Gleb Natapov · 14 years ago
  35. 9de4157 KVM: x86 emulator: introduce read cache by Gleb Natapov · 14 years ago
  36. 1c11e71 KVM: VMX: Avoid writing HOST_CR0 every entry by Avi Kivity · 14 years ago
  37. 08acfa1 KVM: kvm_pdptr_read() may sleep by Avi Kivity · 14 years ago
  38. 914ebcc KVM: x86: avoid unnecessary bitmap allocation when memslot is clean by Takuya Yoshikawa · 14 years ago
  39. c332c83 KVM: VMX: Simplify vmx_get_nmi_mask() by Avi Kivity · 14 years ago
  40. bf99815 KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages by Huang Ying · 14 years ago
  41. c4026cf x86, UV: Initialize BAU hub map by Cliff Wickman · 14 years ago
  42. 54e5bc02 x86, olpc: Constify an olpc_ofw() arg by Andres Salomon · 14 years ago
  43. 2597186 x86, olpc: Use pr_debug() for EC commands by Andres Salomon · 14 years ago
  44. 9792db6 x86, cpu: Package Level Thermal Control, Power Limit Notification definitions by Fenghua Yu · 14 years ago
  45. 68f202e x86, mtrr: Use stop machine context to rendezvous all the cpu's by Suresh Siddha · 14 years ago
  46. 1f7979a x86/PCI: use for_each_pci_dev() by Kulikov Vasiliy · 14 years ago
  47. 30da552 PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc() by Ben Hutchings · 14 years ago
  48. 2491762 x86/PCI: use host bridge _CRS info on ASRock ALiveSATA2-GLAN by Bjorn Helgaas · 14 years ago
  49. 7bd1c36 x86/PCI: Add option to not assign BAR's if not already assigned by Mike Habeck · 14 years ago
  50. 73cd3b4 x86/PCI: pci, fix section mismatch by Jiri Slaby · 14 years ago
  51. ca65f9f Introduce CONFIG_XEN_PVHVM compile option by Stefano Stabellini · 14 years ago
  52. 3709c85 x86: Ioremap: fix wrong physical address handling in PAT code by Yasuaki Ishimatsu · 14 years ago
  53. ba773f7 x86,kgdb: Fix hw breakpoint regression by Jason Wessel · 14 years ago
  54. a378d93 x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu() by H. Peter Anvin · 14 years ago
  55. 90c8f92 x86, asm: Move cmpxchg emulation code to arch/x86/lib by H. Peter Anvin · 14 years ago
  56. a5b9160 x86, cpu: Export AMD errata definitions by H. Peter Anvin · 14 years ago
  57. 4532b30 x86, asm: Clean up and simplify <asm/cmpxchg.h> by H. Peter Anvin · 14 years ago
  58. 1be85a6 x86, cpu: Use AMD errata checking framework for erratum 383 by Hans Rosenfeld · 14 years ago
  59. 9d8888c x86, cpu: Clean up AMD erratum 400 workaround by Hans Rosenfeld · 14 years ago
  60. d78d671 x86, cpu: AMD errata checking framework by Hans Rosenfeld · 14 years ago
  61. 7d50d07 Merge remote branch 'linus/master' into x86/cpu by H. Peter Anvin · 14 years ago
  62. bbaa416 fanotify: sys_fanotify_mark declartion by Eric Paris · 15 years ago
  63. 11637e4 fanotify: fanotify_init syscall declaration by Eric Paris · 15 years ago
  64. 18642a5 x86, vdso: Don't quote $nm in the script for checking vdso references by H. Peter Anvin · 14 years ago
  65. 69309a0 x86, asm: Clean up and simplify set_64bit() by H. Peter Anvin · 14 years ago
  66. d3608b5 Merge remote branch 'origin/x86/urgent' into x86/asm by H. Peter Anvin · 14 years ago
  67. c7f52cd support multiple .discard.* sections to avoid section type conflicts by Jeremy Fitzhardinge · 14 years ago
  68. 113fc5a x86: Add memory modify constraints to xchg() and cmpxchg() by H. Peter Anvin · 14 years ago
  69. 2589737 x86-32: Align IRQ stacks properly by Christoph Hellwig · 14 years ago
  70. 7a42c4f Merge branches 'iommu-api/2.6.36' and 'amd-iommu/2.6.36' into iommu/2.6.36 by Joerg Roedel · 14 years ago
  71. bbbe573 pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_* by Konrad Rzeszutek Wilk · 15 years ago
  72. d2cb214 xen/mmu: inhibit vmap aliases rather than trying to clear them out by Jeremy Fitzhardinge · 15 years ago
  73. 80a506b x86/amd-iommu: Export cache-coherency capability by Joerg Roedel · 14 years ago
  74. f12a15b x86: Convert common clocksources to use clocksource_register_hz/khz by John Stultz · 14 years ago
  75. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 14 years ago
  76. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  77. 8c73626 x86: Fix vtime/file timestamp inconsistencies by John Stultz · 14 years ago
  78. b43275d xen/pvhvm: fix build problem when !CONFIG_XEN by Jeremy Fitzhardinge · 14 years ago
  79. 5915100 x86: Call HVMOP_pagetable_dying on exit_mmap. by Stefano Stabellini · 14 years ago
  80. c1c5413 x86: Unplug emulated disks and nics. by Stefano Stabellini · 14 years ago
  81. 409771d x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock. by Stefano Stabellini · 14 years ago
  82. 1a041a2 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  83. ee13cbde Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  84. 3581ced [CPUFREQ] powernow-k8: Limit Pstate transition latency check by Borislav Petkov · 14 years ago
  85. 179ee43 [CPUFREQ] Fix PCC driver error path by Matthew Garrett · 14 years ago
  86. 3847d223f [CPUFREQ] fix double freeing in error path of pcc-cpufreq by Daniel J Blueman · 14 years ago
  87. 47f8bcf [CPUFREQ] pcc driver should check for pcch method before calling _OSC by Matthew Garrett · 14 years ago
  88. 20ba5ef Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  89. 0e1cf38 Merge branch 'bugzilla-16396' into release by Len Brown · 14 years ago
  90. 72ad5d7 ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM by Rafael J. Wysocki · 14 years ago
  91. ff48780 x86: Do not try to disable hpet if it hasn't been initialized before by Stefano Stabellini · 14 years ago
  92. 7a73c02 KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR by Avi Kivity · 14 years ago
  93. 6aa0b9d KVM: MMU: fix conflict access permissions in direct sp by Xiao Guangrong · 14 years ago
  94. 016b6f5 xen: Add suspend/resume support for PV on HVM guests. by Stefano Stabellini · 14 years ago
  95. 38e20b0 x86/xen: event channels delivery on HVM. by Sheng Yang · 14 years ago
  96. bee6ab5 x86: early PV on HVM features initialization. by Sheng Yang · 14 years ago
  97. 18f19aa xen: Add support for HVM hypercalls. by Jeremy Fitzhardinge · 14 years ago
  98. 4a973f2 Merge branch 'bugzilla-15886' into release by Len Brown · 14 years ago
  99. 718be4a ACPI: skip checking BM_STS if the BIOS doesn't ask for it by Len Brown · 14 years ago
  100. 4c21adf x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independent by Thomas Renninger · 14 years ago