1. 33e4c68 KVM: Optimize searching for highest IRR by Gleb Natapov · 16 years ago
  2. 6edf14d KVM: Replace pending exception by PF if it happens serially by Gleb Natapov · 16 years ago
  3. 54dee99 KVM: VMX: conditionally disable 2M pages by Marcelo Tosatti · 16 years ago
  4. 68f8940 KVM: VMX: EPT misconfiguration handler by Marcelo Tosatti · 16 years ago
  5. 94d8b05 KVM: MMU: add kvm_mmu_get_spte_hierarchy helper by Marcelo Tosatti · 16 years ago
  6. 4d88954 KVM: MMU: make for_each_shadow_entry aware of largepages by Marcelo Tosatti · 16 years ago
  7. e799794 KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits by Marcelo Tosatti · 16 years ago
  8. 71db602 KVM: Move performance counter MSR access interception to generic x86 path by Andre Przywara · 16 years ago
  9. 2920d72 KVM: MMU audit: largepage handling by Marcelo Tosatti · 16 years ago
  10. 2aaf65e KVM: MMU audit: audit_mappings tweaks by Marcelo Tosatti · 16 years ago
  11. 48fc031 KVM: MMU audit: nontrapping ptes in nonleaf level by Marcelo Tosatti · 16 years ago
  12. e58b0f9 KVM: MMU audit: update audit_write_protection by Marcelo Tosatti · 16 years ago
  13. 08a3732 KVM: MMU audit: update count_writable_mappings / count_rmaps by Marcelo Tosatti · 16 years ago
  14. 776e663 KVM: MMU: introduce is_last_spte helper by Marcelo Tosatti · 16 years ago
  15. 3f5d18a KVM: Return to userspace on emulation failure by Avi Kivity · 16 years ago
  16. 988a2ca KVM: Use macro to iterate over vcpus. by Gleb Natapov · 16 years ago
  17. 73880c8 KVM: Break dependency between vcpu index in vcpus array and vcpu_id. by Gleb Natapov · 16 years ago
  18. 1ed0ce0 KVM: Use pointer to vcpu instead of vcpu_id in timer code. by Gleb Natapov · 16 years ago
  19. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 16 years ago
  20. d555c33 KVM: MMU: s/shadow_pte/spte/ by Avi Kivity · 16 years ago
  21. 43a3795 KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte by Avi Kivity · 16 years ago
  22. 439e218 KVM: MMU: Fix is_dirty_pte() by Avi Kivity · 16 years ago
  23. 7ffd92c KVM: VMX: Move rmode structure to vmx-specific code by Avi Kivity · 16 years ago
  24. 3a624e2 KVM: VMX: Support Unrestricted Guest feature by Nitin A Kamble · 16 years ago
  25. fa40a82 KVM: switch irq injection/acking data structures to irq_lock by Marcelo Tosatti · 16 years ago
  26. 9f4cc12 KVM: Grab pic lock in kvm_pic_clear_isr_ack by Marcelo Tosatti · 16 years ago
  27. 238adc7 KVM: Cleanup LAPIC interface by Jan Kiszka · 16 years ago
  28. 06579dd KVM: ppc: e500: Add MMUCFG and PVR emulation by Liu Yu · 16 years ago
  29. 5b7c1a2 KVM: ppc: e500: Directly pass pvr to guest by Liu Yu · 16 years ago
  30. 0cfb50e KVM: ppc: e500: Move to Book-3e MMU definitions by Liu Yu · 16 years ago
  31. 596ae89 KVM: VMX: Fix reporting of unhandled EPT violations by Avi Kivity · 16 years ago
  32. 6de4f3a KVM: Cache pdptrs by Avi Kivity · 16 years ago
  33. 8f5d549 KVM: VMX: Simplify pdptr and cr3 management by Avi Kivity · 16 years ago
  34. 2d84e99 KVM: VMX: Avoid duplicate ept tlb flush when setting cr3 by Avi Kivity · 16 years ago
  35. 6b66ac1 KVM: do not register i8254 PIO regions until we are initialized by Gregory Haskins · 16 years ago
  36. d76685c KVM: cleanup io_device code by Gregory Haskins · 16 years ago
  37. 2986b8c KVM: powerpc: fix some init/exit annotations by Stephen Rothwell · 16 years ago
  38. 6c8166a KVM: SVM: Fold kvm_svm.h info svm.c by Avi Kivity · 16 years ago
  39. 017cb99 KVM: SVM: use explicit 64bit storage for sysenter values by Andre Przywara · 16 years ago
  40. 628eb9b KVM: s390: streamline memslot handling by Christian Ehrhardt · 16 years ago
  41. b1d16c4 KVM: s390: fix signal handling by Christian Ehrhardt · 16 years ago
  42. 9ace903 KVM: s390: infrastructure to kick vcpus out of guest state by Christian Ehrhardt · 16 years ago
  43. 3032b92 KVM: ia64: Correct itc_offset calculations by Jes Sorensen · 16 years ago
  44. c5ff41c KVM: Allow PIT emulation without speaker port by Jan Kiszka · 16 years ago
  45. 721eecbf KVM: irqfd by Gregory Haskins · 16 years ago
  46. 0ba12d1 KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig by Avi Kivity · 16 years ago
  47. 787ff73 KVM: Drop interrupt shadow when single stepping should be done only on VMX by Gleb Natapov · 16 years ago
  48. 284e9b0 KVM: cleanup arch/x86/kvm/Makefile by Christoph Hellwig · 16 years ago
  49. ee3d29e KVM: x86 emulator: fix jmp far decoding (opcode 0xea) by Avi Kivity · 16 years ago
  50. c9eaf20f KVM: x86 emulator: Implement zero-extended immediate decoding by Avi Kivity · 16 years ago
  51. cb00764 KVM: fix cpuid E2BIG handling for extended request types by Mark McLoughlin · 16 years ago
  52. 60af2ec KVM: Use MSR names in place of address by Jaswinder Singh Rajput · 16 years ago
  53. 890ca9a KVM: Add MCE support by Huang Ying · 16 years ago
  54. af24a4e KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h by Jaswinder Singh Rajput · 16 years ago
  55. ae0bb3e KVM: VMX: Properly handle software interrupt re-injection in real mode by Gleb Natapov · 16 years ago
  56. 74a0118 powerpc: Fix i8259 interrupt driver kernel crash on ML510 by Roderick Colenbrander · 15 years ago
  57. 535e0c1 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  58. d3acd16 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  59. 93697a3 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  60. bd4352c sparc64: Fix bootup with mcount in some configs. by David S. Miller · 15 years ago
  61. e6617c6 sparc64: Kill spurious NMI watchdog triggers by increasing limit to 30 seconds. by David S. Miller · 15 years ago
  62. a3df6f7 perf_counter/powerpc: Fix cache event codes for POWER7 by Paul Mackerras · 15 years ago
  63. 5afe18d [IA64] fix csum_ipv6_magic() by Jiri Bohac · 15 years ago
  64. f2486f2 [IA64] Fix warning in dma-mapping.c by Luck, Tony · 15 years ago
  65. 825e1e2 parisc: fix warning in traps.c by Grant Grundler · 15 years ago
  66. 4ed86af Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  67. e99b1f2 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  68. b080f18 powerpc/ps3: Update ps3_defconfig by Geoff Levand · 15 years ago
  69. 7b6a09f powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registration by Geert Uytterhoeven · 15 years ago
  70. 9848484 m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_open by Geert Uytterhoeven · 15 years ago
  71. 9fd926b m68k: Fix redefinition of pgprot_noncached by Alexey Dobriyan · 16 years ago
  72. dc71c7d arch/m68k/include/asm/motorola_pgalloc.h: fix kunmap arg by Andrew Morton · 16 years ago
  73. dd9b3e84 m68k: cnt reaches -1, not 0 by Roel Kluin · 16 years ago
  74. 295594e x86: Fix vSMP boot crash by Yinghai Lu · 15 years ago
  75. 4dc627d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  76. 7adb4df x86, xen: Initialize cx to suppress warning by H. Peter Anvin · 15 years ago
  77. d560bc61 x86, xen: Suppress WP test on Xen by Jeremy Fitzhardinge · 15 years ago
  78. d8ed1d4 sparc64: Validate linear D-TLB misses. by David S. Miller · 15 years ago
  79. 44afa9a Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. 9f459fa Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. c62e432 x86: Fix build with older binutils and consolidate linker script by Jan Beulich · 15 years ago
  82. 7c0a57d Merge branch 'fixes' of git://git.marvell.com/orion by Linus Torvalds · 15 years ago
  83. e40c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 15 years ago
  84. a6a06f7 x86: Fix an incorrect argument of reserve_bootmem() by Amerigo Wang · 15 years ago
  85. c55bf10 [ARM] Kirkwood: enable eSATA on QNAP TS-219P by John Holland · 15 years ago
  86. 3e475f5 [ARM] Kirkwood: __init requires linux/init.h by Martin Michlmayr · 15 years ago
  87. 637952c [S390] set preferred console based on conmode by Hendrik Brueckner · 15 years ago
  88. b04e637 x86: don't call '->send_IPI_mask()' with an empty mask by Linus Torvalds · 15 years ago
  89. 83d349f x86: don't send an IPI to the empty set of CPU's by Linus Torvalds · 15 years ago
  90. fc0ce23 x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile by Jan Beulich · 15 years ago
  91. cbcb340 Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent by Ingo Molnar · 15 years ago
  92. ce2eef3 xen: rearrange things to fix stackprotector by Jeremy Fitzhardinge · 15 years ago
  93. 5416c26 x86: make sure load_percpu_segment has no stackprotector by Jeremy Fitzhardinge · 15 years ago
  94. 4aa2d56 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 15 years ago
  95. f833bab clockevent: Prevent dead lock on clockevents_lock by Suresh Siddha · 15 years ago
  96. 1ca3976 sparc64: Update defconfig. by David S. Miller · 15 years ago
  97. 2193aa2 sparc32: Update defconfig. by David S. Miller · 15 years ago
  98. a9919646 sparc32: Kill trap table freeing code. by David S. Miller · 15 years ago
  99. e2c6cbd sparc: sys32.S incorrect compat-layer splice() system call by Mathieu Desnoyers · 15 years ago
  100. 77f312a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago