1. 7837699 KVM: In kernel PIT model by Sheng Yang · 17 years ago
  2. 4fcaa98 KVM: Remove pointless desc_ptr #ifdef by Avi Kivity · 17 years ago
  3. 019960a KVM: VMX: Don't adjust tsc offset forward by Avi Kivity · 17 years ago
  4. b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 17 years ago
  5. 71c4dfa KVM: detect if VCPU triple faults by Joerg Roedel · 17 years ago
  6. 2d3ad1f KVM: Prefix control register accessors with kvm_ to avoid namespace pollution by Avi Kivity · 17 years ago
  7. 05da455 KVM: MMU: large page support by Marcelo Tosatti · 17 years ago
  8. 2e53d63 KVM: MMU: ignore zapped root pagetables by Marcelo Tosatti · 17 years ago
  9. 847f0ad KVM: Implement dummy values for MSR_PERF_STATUS by Alexander Graf · 17 years ago
  10. 14af3f3 KVM: sparse fixes for kvm/x86.c by Harvey Harrison · 17 years ago
  11. 4866d5e KVM: SVM: make iopm_base static by Harvey Harrison · 17 years ago
  12. 77cd337 KVM: x86 emulator: fix sparse warnings in x86_emulate.c by Harvey Harrison · 17 years ago
  13. f11c3a8 KVM: Add stat counter for hypercalls by Amit Shah · 17 years ago
  14. a5f6130 KVM: Use x86's segment descriptor struct instead of private definition by Avi Kivity · 17 years ago
  15. a988b91 KVM: Add API for determining the number of supported memory slots by Avi Kivity · 17 years ago
  16. f725230 KVM: Add API to retrieve the number of supported vcpus per vm by Avi Kivity · 17 years ago
  17. 7a957275 KVM: x86 emulator: make register_address_increment and JMP_REL static inlines by Harvey Harrison · 17 years ago
  18. e470677 KVM: x86 emulator: make register_address, address_mask static inlines by Harvey Harrison · 17 years ago
  19. ddcb288 KVM: x86 emulator: add ad_mask static inline by Harvey Harrison · 17 years ago
  20. 790c73f x86: KVM guest: paravirtualized clocksource by Glauber de Oliveira Costa · 17 years ago
  21. 1806852 KVM: paravirtualized clocksource: host part by Glauber de Oliveira Costa · 17 years ago
  22. 24e09cb KVM: SVM: enable LBR virtualization by Joerg Roedel · 17 years ago
  23. f65c229 KVM: SVM: allocate the MSR permission map per VCPU by Joerg Roedel · 17 years ago
  24. e6101a9 KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter by Joerg Roedel · 17 years ago
  25. 2e11384 KVM: VMX: fix typo in VMX header define by Ryan Harper · 17 years ago
  26. 709ddeb KVM: SVM: add support for Nested Paging by Joerg Roedel · 17 years ago
  27. fb72d16 KVM: MMU: add TDP support to the KVM MMU by Joerg Roedel · 17 years ago
  28. cc4b687 KVM: export the load_pdptrs() function to modules by Joerg Roedel · 17 years ago
  29. 4d9976b KVM: MMU: make the __nonpaging_map function generic by Joerg Roedel · 17 years ago
  30. 1855267 KVM: export information about NPT to generic x86 code by Joerg Roedel · 17 years ago
  31. 6c7dac7 KVM: SVM: add module parameter to disable Nested Paging by Joerg Roedel · 17 years ago
  32. e3da3ac KVM: SVM: add detection of Nested Paging feature by Joerg Roedel · 17 years ago
  33. 33bd6a0 KVM: SVM: move feature detection to hardware setup code by Joerg Roedel · 17 years ago
  34. 9457a71 KVM: allow access to EFER in 32bit KVM by Joerg Roedel · 17 years ago
  35. 9f62e19 KVM: VMX: unifdef the EFER specific code by Joerg Roedel · 17 years ago
  36. 50a37eb KVM: align valid EFER bits with the features of the host system by Joerg Roedel · 17 years ago
  37. f2b4b7d KVM: make EFER_RESERVED_BITS configurable for architecture code by Joerg Roedel · 17 years ago
  38. 2384d2b KVM: VMX: Enable Virtual Processor Identification (VPID) by Sheng Yang · 17 years ago
  39. d196e34 KVM: MMU: Decouple mmio from shadow page tables by Avi Kivity · 17 years ago
  40. 1d6ad20 KVM: x86 emulator: group decoding for group 1 instructions by Avi Kivity · 17 years ago
  41. d95058a KVM: x86 emulator: add group 7 decoding by Avi Kivity · 17 years ago
  42. fd60754 KVM: x86 emulator: Group decoding for groups 4 and 5 by Avi Kivity · 17 years ago
  43. 7d858a1 KVM: x86 emulator: Group decoding for group 3 by Avi Kivity · 17 years ago
  44. 43bb19c KVM: x86 emulator: group decoding for group 1A by Avi Kivity · 17 years ago
  45. e09d082 KVM: x86 emulator: add support for group decoding by Avi Kivity · 17 years ago
  46. 1ae0a13 KVM: MMU: Simplify hash table indexing by Dong, Eddie · 17 years ago
  47. 489f1d6 KVM: MMU: Update shadow ptes on partial guest pte writes by Dong, Eddie · 17 years ago
  48. c3bf9bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootmem-v3 by Linus Torvalds · 17 years ago
  49. c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 17 years ago
  50. 1a27fc0 x86_64: fix setup_node_bootmem to support big mem excluding with memmap by Yinghai Lu · 17 years ago
  51. 8b3cd09e x86_64: make reserve_bootmem_generic() use new reserve_bootmem() by Yinghai Lu · 17 years ago
  52. 9b79ed9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-generic-bitops-v3 by Linus Torvalds · 17 years ago
  53. 539a5fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootparam by Linus Torvalds · 17 years ago
  54. c14b2ad x86, boot: export linked list of struct setup_data via debugfs by Huang, Ying · 17 years ago
  55. 8b664aa x86, boot: add linked list of struct setup_data by Huang, Ying · 17 years ago
  56. 50eae2a x86, boot: add free_early to early reservation machanism by Huang, Ying · 17 years ago
  57. 0124cec x86, PAT: disable /dev/mem mmap RAM with PAT by Venki Pallipadi · 17 years ago
  58. 19870de x86, bitops: select the generic bitmap search functions by Alexander van Heukelum · 17 years ago
  59. 5245698 x86, UML: remove x86-specific implementations of find_first_bit by Alexander van Heukelum · 17 years ago
  60. 2aba692 x86: switch 64-bit to generic find_first_bit by Alexander van Heukelum · 17 years ago
  61. 77b9bd9 x86: generic versions of find_first_(zero_)bit, convert i386 by Alexander van Heukelum · 17 years ago
  62. 12d9c84 x86: merge the simple bitops and move them to bitops.h by Alexander van Heukelum · 17 years ago
  63. 6fd92b6 x86: change x86 to use generic find_next_bit by Alexander van Heukelum · 17 years ago
  64. 4a27214 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-fixes by Linus Torvalds · 17 years ago
  65. d485cb9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-optimized-inlining by Linus Torvalds · 17 years ago
  66. b822875 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-misc by Linus Torvalds · 17 years ago
  67. 2a8a271 x86 PAT: decouple from nonpromisc devmem by Ingo Molnar · 17 years ago
  68. 765c68b generic: make optimized inlining arch-opt-in by Ingo Molnar · 17 years ago
  69. 60a3cdd x86: add optimized inlining by Ingo Molnar · 17 years ago
  70. 5afca33 x86: section mismatch fixes, #3 by Jacek Luczak · 17 years ago
  71. 28acf28 x86: unlock_ExtINT_logic() - fix section mismatch warnings by Jacek Luczak · 17 years ago
  72. 991074f x86: uniq_ioapic_id - fix section mismatch warning by Jacek Luczak · 17 years ago
  73. 4c01f23 x86: trampoline_32.S - switch to .cpuinit.data by Jacek Luczak · 17 years ago
  74. 356fa0c x86: use get_bios_ebda() by Akinobu Mita · 17 years ago
  75. ae5830a x86: remove duplicate get_bios_ebda() from rio.h by Akinobu Mita · 17 years ago
  76. 7c04e64 x86: use cpumask function for present, possible, and online cpus by Akinobu Mita · 17 years ago
  77. 877084f x86: cleanup div_sc() usage by Akinobu Mita · 17 years ago
  78. d454157 x86: cleanup clocksource_hz2mult usage by Akinobu Mita · 17 years ago
  79. b1fceac x86: remove unnecessary memset and NULL check after alloc_bootmem() by Akinobu Mita · 17 years ago
  80. a1a33fa x86: use bitmap library for pin_programmed by Akinobu Mita · 17 years ago
  81. 4abc1a0 x86: use MP_intsrc_info() by Akinobu Mita · 17 years ago
  82. 5d47a27 x86: use BUILD_BUG_ON() for the size of struct intel_mp_floating by Akinobu Mita · 17 years ago
  83. 562b80b x86_64 ia32 ptrace: convert to compat_arch_ptrace by Roland McGrath · 17 years ago
  84. cdb6990 x86_64 ia32 ptrace: use compat_ptrace_request for siginfo by Roland McGrath · 17 years ago
  85. 55928e3 x86 signals: lift set_fs by Roland McGrath · 17 years ago
  86. 8b9c5ff x86 signals: lift flags diddling code by Roland McGrath · 17 years ago
  87. f7f17a6 x86: remove NexGen support by Dmitri Vorobiev · 17 years ago
  88. a2b4bd9 x86: array can become static by Dmitri Vorobiev · 17 years ago
  89. f3b14a3 x86: remove unused function amd_init_cpu() by Dmitri Vorobiev · 17 years ago
  90. 911f6a7 x86-64: extend MCE CPU quirk handling by Jan Beulich · 17 years ago
  91. 79bf0e0 i386: fix signal type for iret exception by Jan Beulich · 17 years ago
  92. 86d78f6 x86: fix watchdog ops for CoreDuo by Jan Beulich · 17 years ago
  93. 5065dba i386: fix asm constraint in do_IRQ() by Jan Beulich · 17 years ago
  94. 8db979b x86 PAT: decouple from nonpromisc devmem by Ingo Molnar · 17 years ago
  95. 1ebcc65 x86 PAT: tone down debugging messages by Ingo Molnar · 17 years ago
  96. bf16ae2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-pat by Linus Torvalds · 17 years ago
  97. 4b7227c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-xen-next by Linus Torvalds · 17 years ago
  98. 2cfed60 Update .gitignore files by Matthew Wilcox · 17 years ago
  99. 00c6b2d x86: harden kernel code patching by Ingo Molnar · 17 years ago
  100. b7b66ba x86: clean up text_poke() by Mathieu Desnoyers · 17 years ago