1. bc923cc KVM: s390: Centrally lock arch specific vcpu ioctls by Avi Kivity · 15 years ago
  2. 526b78a KVM: x86: Lock arch specific vcpu ioctls centrally by Avi Kivity · 15 years ago
  3. 2122ff5 KVM: move vcpu locking to dispatcher for generic vcpu ioctls by Avi Kivity · 15 years ago
  4. 1683b24 KVM: x86: cleanup unused local variable by Xiao Guangrong · 15 years ago
  5. f55c3f4 KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_page by Xiao Guangrong · 15 years ago
  6. 6d74229 KVM: MMU: remove rmap before clear spte by Xiao Guangrong · 15 years ago
  7. e8ad9a7 KVM: MMU: use proper cache object freeing function by Xiao Guangrong · 15 years ago
  8. aad8270 KVM: VMX: Only reset MMU when necessary by Sheng Yang · 15 years ago
  9. 62ad075 KVM: x86: Clean up duplicate assignment by Sheng Yang · 15 years ago
  10. 222b7c5 KVM: x86 emulator: Add missing decoder flags for xor instructions by Mohammed Gamal · 15 years ago
  11. abc1908 KVM: x86 emulator: Add missing decoder flags for sub instruction by Mohammed Gamal · 15 years ago
  12. dfb507c KVM: x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9) by Mohammed Gamal · 15 years ago
  13. 24955b6 KVM: pass correct parameter to kvm_mmu_free_some_pages by Marcelo Tosatti · 15 years ago
  14. 4610c9c KVM: VMX: VMXON/VMXOFF usage changes by Dongxiao Xu · 15 years ago
  15. b923e62 KVM: VMX: VMCLEAR/VMPTRLD usage changes by Dongxiao Xu · 15 years ago
  16. 92fe13b KVM: VMX: Some minor changes to code structure by Dongxiao Xu · 15 years ago
  17. 7725b89 KVM: VMX: Define new functions to wrapper direct call of asm code by Dongxiao Xu · 15 years ago
  18. f0f5933 KVM: MMU: Fix free memory accounting race in mmu_alloc_roots() by Avi Kivity · 15 years ago
  19. 6d77dbf KVM: inject #UD if instruction emulation fails and exit to userspace by Gleb Natapov · 15 years ago
  20. 54a4f02 KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed by Gui Jianfeng · 15 years ago
  21. 518c5a0 KVM: MMU: Fix debug output error in walk_addr() by Gui Jianfeng · 15 years ago
  22. f3b8c96 KVM: MMU: mark page table dirty when a pte is actually modified by Gui Jianfeng · 15 years ago
  23. eec4b14 KVM: SVM: Allow EFER.LMSLE to be set with nested svm by Joerg Roedel · 15 years ago
  24. 3f10c84 KVM: SVM: Dump vmcb contents on failed vmrun by Joerg Roedel · 15 years ago
  25. d94e1dc KVM: Get rid of KVM_REQ_KICK by Avi Kivity · 15 years ago
  26. 54b8486 KVM: x86 emulator: do not inject exception directly into vcpu by Gleb Natapov · 15 years ago
  27. 95cb229 KVM: x86 emulator: move interruptibility state tracking out of emulator by Gleb Natapov · 15 years ago
  28. 4d2179e KVM: x86 emulator: handle shadowed registers outside emulator by Gleb Natapov · 15 years ago
  29. bdb475a KVM: x86 emulator: use shadowed register in emulate_sysexit() by Gleb Natapov · 15 years ago
  30. ef050dc KVM: x86 emulator: set RFLAGS outside x86 emulator code by Gleb Natapov · 15 years ago
  31. 95c5588 KVM: x86 emulator: advance RIP outside x86 emulator code by Gleb Natapov · 15 years ago
  32. 3457e41 KVM: handle emulation failure case first by Gleb Natapov · 15 years ago
  33. 8fe681e KVM: do not inject #PF in (read|write)_emulated() callbacks by Gleb Natapov · 15 years ago
  34. f181b96 KVM: remove export of emulator_write_emulated() by Gleb Natapov · 15 years ago
  35. c3cd7ff KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure by Gleb Natapov · 15 years ago
  36. 411c35b KVM: fill in run->mmio details in (read|write)_emulated function by Gleb Natapov · 15 years ago
  37. e680080 KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values by Gleb Natapov · 15 years ago
  38. 338dbc9 KVM: x86 emulator: make (get|set)_dr() callback return error if it fails by Gleb Natapov · 15 years ago
  39. 0f12244 KVM: x86 emulator: make set_cr() callback return error if it fails by Gleb Natapov · 15 years ago
  40. 79168fd KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks by Gleb Natapov · 15 years ago
  41. 5951c44 KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops by Gleb Natapov · 15 years ago
  42. 3fb1b5d KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops by Gleb Natapov · 15 years ago
  43. 35aa537 KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops by Gleb Natapov · 15 years ago
  44. 414e627 KVM: x86 emulator: handle "far address" source operand by Gleb Natapov · 15 years ago
  45. b8a9894 KVM: x86 emulator: cleanup nop emulation by Gleb Natapov · 15 years ago
  46. f0c13ef KVM: x86 emulator: cleanup xchg emulation by Gleb Natapov · 15 years ago
  47. 054fe9f KVM: x86 emulator: fix Move r/m16 to segment register decoding by Gleb Natapov · 15 years ago
  48. 9de4157 KVM: x86 emulator: introduce read cache by Gleb Natapov · 15 years ago
  49. 1c11e71 KVM: VMX: Avoid writing HOST_CR0 every entry by Avi Kivity · 15 years ago
  50. 08acfa1 KVM: kvm_pdptr_read() may sleep by Avi Kivity · 15 years ago
  51. 914ebcc KVM: x86: avoid unnecessary bitmap allocation when memslot is clean by Takuya Yoshikawa · 15 years ago
  52. c332c83 KVM: VMX: Simplify vmx_get_nmi_mask() by Avi Kivity · 15 years ago
  53. bf99815 KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages by Huang Ying · 14 years ago
  54. 540ad6b 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
  55. 8785eb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  56. ba773f7 x86,kgdb: Fix hw breakpoint regression by Jason Wessel · 14 years ago
  57. 8b24599 davinci: da850/omap-l138 evm: account for DEFDCDC{2,3} being tied high by Sekhar Nori · 14 years ago
  58. 6b95ed3 perf, powerpc: Use perf_sample_data_init() for the FSL code by Peter Zijlstra · 14 years ago
  59. 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
  60. ee13cbde Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  61. 863da95 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  62. 4afb93b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  63. 3581ced [CPUFREQ] powernow-k8: Limit Pstate transition latency check by Borislav Petkov · 14 years ago
  64. 179ee43 [CPUFREQ] Fix PCC driver error path by Matthew Garrett · 14 years ago
  65. 3847d223f [CPUFREQ] fix double freeing in error path of pcc-cpufreq by Daniel J Blueman · 14 years ago
  66. 47f8bcf [CPUFREQ] pcc driver should check for pcch method before calling _OSC by Matthew Garrett · 14 years ago
  67. f7512e7 serial: fix rs485 for atmel_serial on avr32 by Peter Huewe · 14 years ago
  68. 8faf2e6 MIPS: Set io_map_base for several PCI bridges lacking it by Ben Hutchings · 14 years ago
  69. 0d5977d MIPS: Alchemy: Define eth platform devices in the correct order by Wolfgang Grandegger · 14 years ago
  70. 7f13f65 MIPS: BCM63xx: Prevent second enet registration on BCM6338 by Florian Fainelli · 14 years ago
  71. f2a6827 MIPS: Quit using undefined behavior of ADDU in 64-bit atomic operations. by David Daney · 14 years ago
  72. 31c984a MIPS: N32: Define getdents64. by Ralf Baechle · 14 years ago
  73. 98a0f86 MIPS: MTX-1: Fix PCI on the MeshCube and related boards by Bruno Randolf · 14 years ago
  74. 1ed8453 MIPS: Make init_vdso a subsys_initcall. by David Daney · 14 years ago
  75. 57d1501 MIPS: "Fix" useless 'init_vdso successfully' message. by David Daney · 14 years ago
  76. 28d7d21 MIPS: PowerTV: Move register setup to before reading registers. by David VomLehn · 14 years ago
  77. 6aa033d Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  78. 20ba5ef Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  79. dbbe464 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  80. 2e65a20 Input: RX51 keymap - fix recent compile breakage by Dmitry Torokhov · 14 years ago
  81. f9578fc ARM: 6265/1: kirkwood: move qnap_tsx1x_register_flash() to .init.text by Uwe Kleine-König · 14 years ago
  82. 51aa87b ARM: 6263/1: ns9xxx: fix FTBFS for zImage by Uwe Kleine-König · 14 years ago
  83. 73bcc76 ARM: 6262/1: arm/clps711x: fix debug macro compilation failure by Jeremy Kerr · 14 years ago
  84. 31e967d ARM: 6261/1: arm/shark: fix debug macro compilation failure by Jeremy Kerr · 14 years ago
  85. e6b8b3e ARM: 6260/1: arm/plat-spear: fix debug macro compilation failure by Jeremy Kerr · 14 years ago
  86. f63a79f ARM: 6259/1: arm/ns9xxx: fix debug macro compilation failure by Jeremy Kerr · 14 years ago
  87. 9729c0c ARM: 6258/1: arm/h720x: fix debug macro compilation failure by Jeremy Kerr · 14 years ago
  88. 0e1cf38 Merge branch 'bugzilla-16396' into release by Len Brown · 14 years ago
  89. 72ad5d7 ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM by Rafael J. Wysocki · 14 years ago
  90. ff48780 x86: Do not try to disable hpet if it hasn't been initialized before by Stefano Stabellini · 14 years ago
  91. 7a73c02 KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR by Avi Kivity · 14 years ago
  92. 6aa0b9d KVM: MMU: fix conflict access permissions in direct sp by Xiao Guangrong · 14 years ago
  93. 7ffb65f Merge commit 'kumar/merge' into merge by Benjamin Herrenschmidt · 14 years ago
  94. 3fdfd99 powerpc: Fix erroneous lmb->memblock conversions by Benjamin Herrenschmidt · 14 years ago
  95. 4b8692c powerpc/mm: Add some debug output when hash insertion fails by Benjamin Herrenschmidt · 14 years ago
  96. 171aa2c powerpc/mm: Fix bugs in huge page hashing by Benjamin Herrenschmidt · 14 years ago
  97. ca91e6c powerpc/mm: Move around testing of _PAGE_PRESENT in hash code by Benjamin Herrenschmidt · 14 years ago
  98. b1623e7 powerpc/mm: Handle hypervisor pte insert failure in __hash_page_huge by Anton Blanchard · 14 years ago
  99. 4a973f2 Merge branch 'bugzilla-15886' into release by Len Brown · 14 years ago
  100. 718be4a ACPI: skip checking BM_STS if the BIOS doesn't ask for it by Len Brown · 14 years ago