1. 4f926bf2 KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG by Jan Kiszka · 15 years ago
  2. 2204ae3 KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic by Marcelo Tosatti · 15 years ago
  3. 3ddea12 KVM: x86: disallow multiple KVM_CREATE_IRQCHIP by Marcelo Tosatti · 15 years ago
  4. 92c0d90 KVM: VMX: Remove vmx->msr_offset_efer by Avi Kivity · 15 years ago
  5. 5f5c35a KVM: MMU: update invlpg handler comment by Marcelo Tosatti · 15 years ago
  6. 7c93be4 KVM: VMX: move CR3/PDPTR update to vmx_set_cr3 by Marcelo Tosatti · 15 years ago
  7. 1655e3a KVM: remove duplicated task_switch check by Gleb Natapov · 15 years ago
  8. c0a187e KVM: powerpc: Fix BUILD_BUG_ON condition by Hollis Blanchard · 15 years ago
  9. 26bb098 KVM: VMX: Use shared msr infrastructure by Avi Kivity · 15 years ago
  10. 18863bd KVM: x86 shared msr infrastructure by Avi Kivity · 15 years ago
  11. 44ea2b1 KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area by Avi Kivity · 15 years ago
  12. 3ce672d KVM: SVM: init_vmcb(): remove redundant save->cr0 initialization by Eduardo Habkost · 15 years ago
  13. 18fa000 KVM: SVM: Reset cr0 properly on vcpu reset by Eduardo Habkost · 15 years ago
  14. fa40052 KVM: VMX: Use macros instead of hex value on cr0 initialization by Eduardo Habkost · 15 years ago
  15. afbcf7a KVM: allow userspace to adjust kvmclock offset by Glauber Costa · 15 years ago
  16. 6be7d30 KVM: SVM: Cleanup NMI singlestep by Jan Kiszka · 15 years ago
  17. 94fe45d KVM: x86: Fix guest single-stepping while interruptible by Jan Kiszka · 15 years ago
  18. ffde22a KVM: Xen PV-on-HVM guest support by Ed Swierk · 15 years ago
  19. 94c30d9 KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check by Jan Kiszka · 15 years ago
  20. 9fb41ba KVM: VMX: fix handle_pause declaration by Marcelo Tosatti · 15 years ago
  21. 6b7d7e7 KVM: x86: Harden against cpufreq by Zachary Amsden · 15 years ago
  22. 565d099 KVM: SVM: Support Pause Filter in AMD processors by Mark Langsdorf · 15 years ago
  23. 4b8d54f KVM: VMX: Add support for Pause-Loop Exiting by Zhai, Edwin · 15 years ago
  24. d36f19e KVM: SVM: Remove nsvm_printk debugging code by Joerg Roedel · 15 years ago
  25. 532a46b KVM: SVM: Add tracepoint for skinit instruction by Joerg Roedel · 15 years ago
  26. ec1ff79 KVM: SVM: Add tracepoint for invlpga instruction by Joerg Roedel · 15 years ago
  27. 236649d KVM: SVM: Add tracepoint for #vmexit because intr pending by Joerg Roedel · 15 years ago
  28. 17897f3 KVM: SVM: Add tracepoint for injected #vmexit by Joerg Roedel · 15 years ago
  29. d8cabdd KVM: SVM: Add tracepoint for nested #vmexit by Joerg Roedel · 15 years ago
  30. 0ac406d KVM: SVM: Add tracepoint for nested vmrun by Joerg Roedel · 15 years ago
  31. cd3ff65 KVM: SVM: Move INTR vmexit out of atomic code by Joerg Roedel · 15 years ago
  32. 8d23c46 KVM: SVM: Notify nested hypervisor of lost event injections by Alexander Graf · 15 years ago
  33. e3267cb KVM: x86: include pvclock MSRs in msrs_to_save by Glauber Costa · 15 years ago
  34. 91586a3 KVM: x86: Rework guest single-step flag injection and filtering by Jan Kiszka · 15 years ago
  35. a68a6a7 KVM: x86: disable paravirt mmu reporting by Marcelo Tosatti · 15 years ago
  36. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  37. 201d945 KVM: remove pre_task_link setting in save_state_to_tss16 by Juan Quintela · 15 years ago
  38. 3230bb4 KVM: Fix hotplug of CPUs by Zachary Amsden · 15 years ago
  39. e6732a5 KVM: Fix printk name error in svm.c by Zachary Amsden · 15 years ago
  40. 0cca790 KVM: Kill the confusing tsc_ref_khz and ref_freq variables by Zachary Amsden · 15 years ago
  41. b820cc0 KVM: Separate timer intialization into an indepedent function by Zachary Amsden · 15 years ago
  42. e935d48 KVM: SVM: Remove remaining occurences of rdtscll by Joerg Roedel · 15 years ago
  43. 33527ad KVM: SVM: don't copy exit_int_info on nested vmrun by Joerg Roedel · 15 years ago
  44. 7fcdb51 KVM: SVM: reorganize svm_interrupt_allowed by Joerg Roedel · 15 years ago
  45. bfc33be KVM: remove duplicated #include by Huang Weiyi · 15 years ago
  46. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  47. e8b3433 KVM: SVM: remove needless mmap_sem acquision from nested_svm_map by Marcelo Tosatti · 15 years ago
  48. 80ced18 KVM: VMX: Enhance invalid guest state emulation by Mohammed Gamal · 15 years ago
  49. abcf14b KVM: x86 emulator: Add pusha and popa instructions by Mohammed Gamal · 15 years ago
  50. 94677e6 KVM: x86 emulator: Add missing decoder flags for 'or' instructions by Mohammed Gamal · 15 years ago
  51. bfd99ff KVM: Move assigned device code to own file by Avi Kivity · 15 years ago
  52. 367e131 KVM: Return -ENOTTY on unrecognized ioctls by Avi Kivity · 15 years ago
  53. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  54. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  55. 136bdfe KVM: Move irq ack notifier list to arch independent code by Gleb Natapov · 15 years ago
  56. 3e71f88 KVM: Maintain back mapping from irqchip/pin to gsi by Gleb Natapov · 15 years ago
  57. 1a6e4a8 KVM: Move irq sharing information to irqchip level by Gleb Natapov · 15 years ago
  58. 79c727d KVM: Call pic_clear_isr() on pic reset to reuse logic there by Gleb Natapov · 15 years ago
  59. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  60. d8769fe KVM: x86 emulator: Introduce No64 decode option by Mohammed Gamal · 15 years ago
  61. 0934ac9 KVM: x86 emulator: Add 'push/pop sreg' instructions by Mohammed Gamal · 15 years ago
  62. 58988b0 Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33 by Avi Kivity · 15 years ago
  63. c803ba9 sparc,leon: init_leon srmmu cleanup by Kristoffer Glembo · 15 years ago
  64. fdd98ac sparc32: Remove early interrupt enable. by Kristoffer Glembo · 15 years ago
  65. 3560f78 sparc, leon: Added Aeroflex Gaisler entry in manufacturer_info structure by Kristoffer Glembo · 15 years ago
  66. 9a01609 arm: omap: Add omap3_defconfig by Olof Johansson · 15 years ago
  67. 4e7c81a MIPS: RB532: Fix devices.c compilation. by Florian Fainelli · 15 years ago
  68. a91be9e MIPS: Fix MIPS I build. by Ralf Baechle · 15 years ago
  69. 4c8b581 i.MX27 audmux: Fix register offsets by Sascha Hauer · 15 years ago
  70. 9e3e7af mx27: mxt_td60: Add support to SD/MMC by Alan Carvalho de Assis · 15 years ago
  71. 99063c0 x86/alternatives: No need for alternatives-asm.h to re-invent stuff already in asm.h by Jan Beulich · 15 years ago
  72. 01be50a x86/alternatives: Check replacementlen <= instrlen at build time by Jan Beulich · 15 years ago
  73. 183bd50 ARM: 5843/1: OMAP3: add AMBA devices for ETM and ETB by Alexander Shishkin · 15 years ago
  74. c5d6c77 ARM: 5841/1: a driver for on-chip ETM and ETB by Alexander Shishkin · 15 years ago
  75. e859cf8 x86: Fix comments of register/stack access functions by Masami Hiramatsu · 15 years ago
  76. 6d20792 x86: Remove unnecessary mdelay() from cpu_disable_common() by Suresh Siddha · 15 years ago
  77. 1c83995 x86, ioapic: Document another case when level irq is seen as an edge by Suresh Siddha · 15 years ago
  78. c29d9db x86, ioapic: Fix the EOI register detection mechanism by Suresh Siddha · 15 years ago
  79. ca64c47 x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrating the irq by Maciej W. Rozycki · 15 years ago
  80. 1cedae7 hw-breakpoints: Keep track of user disabled breakpoints by Frederic Weisbecker · 15 years ago
  81. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  82. 5a5b6f6 MIPS: Wire up recvmmsg syscall by Arnaldo Carvalho de Melo · 15 years ago
  83. 045868d ARM: 5844/1: rename w90p910_defconfig to n uc910_defconfig by wanzongshun · 15 years ago
  84. 39986ca ARM: 5842/1: add spi resource support for nuc900 by wanzongshun · 15 years ago
  85. 6aeb4e4 ARM: 5839/1: add nuc960_defconfig by wanzongshun · 15 years ago
  86. 9b5b495 ARM: 5838/1: add nuc950_defconfig by wanzongshun · 15 years ago
  87. d7931d9 Merge branch 'for-rmk' of git://git.marvell.com/orion into devel-stable by Russell King · 15 years ago
  88. 421fe93 ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero page by Russell King · 15 years ago
  89. b7dc0b2 ARM: Avoid evaluating page_address() multiple times by Russell King · 15 years ago
  90. 2f0b192 ARM: Avoid duplicated implementation for VIVT cache flushing by Russell King · 15 years ago
  91. 0d9ccfe Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  92. f133f22 MIPS: Loongson: Switch from flatmem to sparsemem by Wu Zhangjin · 15 years ago
  93. 315fe62 MIPS: Loongson: Disallow 4kB pages by Wu Zhangjin · 15 years ago
  94. e1eb3a9 MIPS: Add missing definition for MADV_HWPOISON. by Ralf Baechle · 15 years ago
  95. c677189 MIPS: Fix build error if __xchg() is not getting inlined. by Ralf Baechle · 15 years ago
  96. 2b5e63f MIPS: IP22/IP28 Disable early printk to fix boot problems on some systems. by Martin Michlmayr · 15 years ago
  97. df87f8c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6 by Linus Torvalds · 15 years ago
  98. b00615d Merge branch 'topic/pcm-dma-fix' into topic/core-change by Takashi Iwai · 15 years ago
  99. 75639e7 Merge branch 'topic/beep-rename' into topic/core-change by Takashi Iwai · 15 years ago
  100. 71abe6f ARM: 5835/1: ARM U8500: add defconfig by Srinidhi Kasagar · 15 years ago