1. 313a3dc KVM: Portability: split kvm_vcpu_ioctl by Carsten Otte · 17 years ago
  2. c4fcc27 KVM: MMU: When updating the dirty bit, inform the mmu about it by Avi Kivity · 17 years ago
  3. 5df34a8 KVM: MMU: Move dirty bit updates to a separate function by Avi Kivity · 17 years ago
  4. 6bfccdc KVM: MMU: Instantiate real-mode shadows as user writable shadows by Avi Kivity · 17 years ago
  5. cc70e73 KVM: MMU: Disable write access on clean large pages by Avi Kivity · 17 years ago
  6. c22e351 KVM: MMU: Fix nx access bit for huge pages by Avi Kivity · 17 years ago
  7. e3c5e7ec KVM: Move guest pte dirty bit management to the guest pagetable walker by Avi Kivity · 17 years ago
  8. 4a4c992 KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups by Anthony Liguori · 17 years ago
  9. f67a46f KVM: MMU: Clean up MMU functions to take struct kvm when appropriate by Anthony Liguori · 17 years ago
  10. 043405e KVM: Move x86 msr handling to new files x86.[ch] by Carsten Otte · 17 years ago
  11. 6fc138d KVM: Support assigning userspace memory to the guest by Izik Eidus · 17 years ago
  12. d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
  13. 7e620d1 KVM: Remove gratuitous casts from lapic.c by Rusty Russell · 17 years ago
  14. 76fafa5 KVM: Hoist kvm_create_lapic() into kvm_vcpu_init() by Rusty Russell · 17 years ago
  15. d589444 KVM: Add kvm_free_lapic() to pair with kvm_create_lapic() by Rusty Russell · 17 years ago
  16. 82ce2c9 KVM: Allow dynamic allocation of the mmu shadow cache size by Izik Eidus · 17 years ago
  17. 195aefd KVM: Add general accessors to read and write guest memory by Izik Eidus · 17 years ago
  18. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 17 years ago
  19. f566e09 KVM: VMX: Simplify vcpu_clear() by Avi Kivity · 17 years ago
  20. eae5ecb KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processor by Avi Kivity · 17 years ago
  21. b4c6abf KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effect by Laurent Vivier · 17 years ago
  22. a22436b KVM: Purify x86_decode_insn() error case management by Laurent Vivier · 17 years ago
  23. e4f8e03 KVM: x86_emulator: no writeback for bt by Qing He · 17 years ago
  24. a01af5e KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE instead by Laurent Vivier · 17 years ago
  25. 05f086f KVM: x86 emulator: remove _eflags and use directly ctxt->eflags. by Laurent Vivier · 17 years ago
  26. 8cdbd2c KVM: x86 emulator: split some decoding into functions for readability by Laurent Vivier · 17 years ago
  27. 2176486 KVM: MMU: Ignore reserved bits in cr3 in non-pae mode by Ryan Harper · 17 years ago
  28. 12b7d28 KVM: MMU: Make flooding detection work when guest page faults are bypassed by Avi Kivity · 17 years ago
  29. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 17 years ago
  30. 51c6cf6 KVM: VMX: Further reduce efer reloads by Avi Kivity · 17 years ago
  31. 3427318 KVM: Call x86_decode_insn() only when needed by Laurent Vivier · 17 years ago
  32. 1be3aa4 KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn() by Laurent Vivier · 17 years ago
  33. 8b4caf6 KVM: x86 emulator: move all decoding process to function x86_decode_insn() by Laurent Vivier · 17 years ago
  34. e4e03de KVM: x86 emulator: move all x86_emulate_memop() to a structure by Laurent Vivier · 17 years ago
  35. a7ddce3 KVM: x86 emulator: remove unused functions by Laurent Vivier · 17 years ago
  36. 7aa81cc KVM: Refactor hypercall infrastructure (v3) by Anthony Liguori · 17 years ago
  37. aca7f96 KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3) by Anthony Liguori · 17 years ago
  38. dd430ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  39. 60e2331 [net] Gracefully handle shared e1000/1000e driver PCI ID's by Linus Torvalds · 17 years ago
  40. 44c45eb Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADER by Linus Torvalds · 17 years ago
  41. afadcd7 x86: fix nodemap_size according to nodeid bits by Yinghai Lu · 17 years ago
  42. 9198715 x86: fix overlap between pagetable with bss section by Yinghai Lu · 17 years ago
  43. bb4a1d6 x86: add PCI IDs to k8topology_64.c by Joachim Deguara · 17 years ago
  44. f6df72e x86: fix early_ioremap pagetable ops by Jeremy Fitzhardinge · 17 years ago
  45. e3ed910 x86: use the same pgd_list for PAE and 64-bit by Jeremy Fitzhardinge · 17 years ago
  46. fa28ba2 x86: defer cr3 reload when doing pud_clear() by Jeremy Fitzhardinge · 17 years ago
  47. f212ec4 x86: early boot debugging via FireWire (ohci1394_dma=early) by Bernhard Kaindl · 17 years ago
  48. 6194ba6 x86: don't special-case pmd allocations as much by Jeremy Fitzhardinge · 17 years ago
  49. fd40d6e x86: shrink some ifdefs in fault.c by Harvey Harrison · 17 years ago
  50. 5b727a3 x86: ignore spurious faults by Jeremy Fitzhardinge · 17 years ago
  51. b406ac6 x86: remove nx_enabled from fault.c by Harvey Harrison · 17 years ago
  52. c61e211 x86: unify fault_32|64.c by Harvey Harrison · 17 years ago
  53. f8c2ee2 x86: unify fault_32|64.c with ifdefs by Harvey Harrison · 17 years ago
  54. 1156e09 x86: unify fault_32|64.c by ifdef'd function bodies by Harvey Harrison · 17 years ago
  55. d7d119d x86: arch/x86/mm/init_32.c printk fixes by Ingo Molnar · 17 years ago
  56. 8550eb9 x86: arch/x86/mm/init_32.c cleanup by Ingo Molnar · 17 years ago
  57. 10f22dd x86: arch/x86/mm/init_64.c printk fixes by Ingo Molnar · 17 years ago
  58. 14a62c3 x86: unify ioremap by Thomas Gleixner · 17 years ago
  59. a382806 x86: fixes some bugs about EFI memory map handling by Huang, Ying · 17 years ago
  60. bed23c6 x86: use reboot_type on EFI 32 by Huang, Ying · 17 years ago
  61. 19f0dda x86: unify page fault oops printing by Harvey Harrison · 17 years ago
  62. b3279c7 x86: introduce show_fault_oops helper to fault_32|64.c by Harvey Harrison · 17 years ago
  63. 35f3266 x86: add is_errata100 helper to fault_32|64.c by Harvey Harrison · 17 years ago
  64. 29caf2f x86: add is_f00f_bug helper to fault_32|64.c by Harvey Harrison · 17 years ago
  65. 9af993a x86: make ioremap() UC by default by Ingo Molnar · 17 years ago
  66. 0879750 x86: cpa cleanup the 64-bit alias math by Thomas Gleixner · 17 years ago
  67. 86f0398 x86: cpa: fix the self-test by Ingo Molnar · 17 years ago
  68. aba8391 x86: rodata config hookup by Ingo Molnar · 17 years ago
  69. 8f469246 x86: enable CONFIG_DEBUG_PAGEALLOC more widely by Ingo Molnar · 17 years ago
  70. ee01f11 x86: init memory debugging by Ingo Molnar · 17 years ago
  71. 1a48725 x86: move misplaced rodata check call by Arjan van de Ven · 17 years ago
  72. 4c61afc x86: fix clflush_page_range logic by Ingo Molnar · 17 years ago
  73. 3b233e5 x86: optimize clflush by Thomas Gleixner · 17 years ago
  74. cd8ddf1 x86: clflush_page_range needs mfence by Thomas Gleixner · 17 years ago
  75. af1e684 x86: cpa: rename global_flush_tlb() to cpa_flush_all() by Thomas Gleixner · 17 years ago
  76. 57a6a46 x86: cpa: implement clflush optimization by Thomas Gleixner · 17 years ago
  77. 5674454 x86: cpa use the new set_clr function by Thomas Gleixner · 17 years ago
  78. ff31452 x86: cpa create set_and_clr function by Thomas Gleixner · 17 years ago
  79. 72932c7 x86: cpa move the flush into set and clear functions by Thomas Gleixner · 17 years ago
  80. edeed30 x86: add testcases for RODATA and NX protections/attributes by Arjan van de Ven · 17 years ago
  81. adafdf6 x86: ioremap KERN_INFO by Ingo Molnar · 17 years ago
  82. 6eade8f x86: cpa: clean up change_page_attr_set/clear() by Thomas Gleixner · 17 years ago
  83. 4692a14 x86: cpa: fix loop by Ingo Molnar · 17 years ago
  84. a72a08a x86: cpa: fix split thinko by Thomas Gleixner · 17 years ago
  85. 3c1df68 x86: make sure initmem is writable by Arjan van de Ven · 17 years ago
  86. 488fd99 x86: fix pageattr-selftest by Arjan van de Ven · 17 years ago
  87. 5398f98 x86: remove flush_agp_mappings() by Ingo Molnar · 17 years ago
  88. d7c8f21 x86: cpa: move flush to cpa by Thomas Gleixner · 17 years ago
  89. d1028a1 x86: make various pageattr.c functions static by Arjan van de Ven · 17 years ago
  90. f62d0f0 x86: cpa: set_memory_notpresent() by Ingo Molnar · 17 years ago
  91. d806e5e x86: cpa: convert ioremap to new API by Thomas Gleixner · 17 years ago
  92. 5f86815 x86: fix ioremap API by Thomas Gleixner · 17 years ago
  93. 266b9f8 x86: fix ioremap RAM check by Thomas Gleixner · 17 years ago
  94. 950f9d9 x86: fix the missing BIOS area check in page_is_ram by Thomas Gleixner · 17 years ago
  95. 5f5192b x86: move page_is_ram() function by Thomas Gleixner · 17 years ago
  96. e1271f6 x86: deprecate change_page_attr() for drivers by Arjan van de Ven · 17 years ago
  97. 6d238cc x86: convert CPA users to the new set_page_ API by Arjan van de Ven · 17 years ago
  98. 75cbade x86: a new API for drivers/etc to control cache and other page attributes by Arjan van de Ven · 17 years ago
  99. e81d5dc x86: cpa: move clflush_cache_range() by Ingo Molnar · 17 years ago
  100. e64c8aa x86: unify ioremap_32 and _64 by Thomas Gleixner · 17 years ago