1. 43890ae KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabled by Jes Sorensen · 15 years ago
  2. 4d13c3b KVM: ia64: preserve int status through call to kvm_insert_vmm_mapping by Jes Sorensen · 15 years ago
  3. 457459c KVM: ia64: restore irq state before calling kvm_vcpu_init by Jes Sorensen · 15 years ago
  4. f9b647a KVM: ia64: remove empty function vti_vcpu_load() by Jes Sorensen · 15 years ago
  5. 64f6afb KVM: ia64: Flush all TLBs once guest's memory mapping changes. by Xiantao Zhang · 15 years ago
  6. 59839df KVM: x86: check for cr3 validity in ioctl_set_sregs by Marcelo Tosatti · 15 years ago
  7. c6b60c6 KVM: ia64: Don't hold slots_lock in guest mode by Jes Sorensen · 15 years ago
  8. 463656c KVM: Replace kvmclock open-coded get_cpu_var() with the real thing by Avi Kivity · 15 years ago
  9. 8317c29 KVM: SVM: Skip instruction on a task switch only when appropriate by Gleb Natapov · 15 years ago
  10. ba8afb6 KVM: x86 emulator: Add new mode of instruction emulation: skip by Gleb Natapov · 15 years ago
  11. e637b82 KVM: x86 emulator: Decode soft interrupt instructions by Gleb Natapov · 15 years ago
  12. 84ce66a KVM: x86 emulator: Completely decode in/out at decoding stage by Gleb Natapov · 15 years ago
  13. 341de7e KVM: x86 emulator: Add unsigned byte immediate decode by Gleb Natapov · 15 years ago
  14. d53c477 KVM: x86 emulator: Complete decoding of call near in decode stage by Gleb Natapov · 15 years ago
  15. b2833e3 KVM: x86 emulator: Complete short/near jcc decoding in decode stage by Gleb Natapov · 15 years ago
  16. 782b877 KVM: x86 emulator: Complete ljmp decoding at decode stage by Gleb Natapov · 15 years ago
  17. 0654169 KVM: x86 emulator: Add lcall decoding by Gleb Natapov · 15 years ago
  18. a5f868b KVM: x86 emulator: Add decoding of 16bit second immediate argument by Gleb Natapov · 15 years ago
  19. c2d0ee4 KVM: MMU: remove global page optimization logic by Marcelo Tosatti · 15 years ago
  20. ede2ccc KVM: PIT: fix count read and mode 0 handling by Marcelo Tosatti · 15 years ago
  21. 2906e79 KVM: ia64: make kvm depend on CONFIG_MODULES. by Zhang, Xiantao · 15 years ago
  22. 2d03319 KVM: x86 emulator: fix call near emulation by Gleb Natapov · 15 years ago
  23. 4c26b4c KVM: MMU: Discard reserved bits checking on PDE bit 7-8 by Sheng Yang · 15 years ago
  24. 64a7ec0 KVM: Fix unneeded instruction skipping during task switching. by Gleb Natapov · 15 years ago
  25. b237ac3 KVM: Fix task switch back link handling. by Gleb Natapov · 15 years ago
  26. 8843419 KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts(). by Gleb Natapov · 15 years ago
  27. 37b96e9 KVM: VMX: Rewrite vmx_complete_interrupt()'s twisted maze of if() statements by Gleb Natapov · 15 years ago
  28. 7b4a25c KVM: VMX: Fix handling of a fault during NMI unblocked due to IRET by Gleb Natapov · 15 years ago
  29. 20c466b KVM: Use rsvd_bits_mask in load_pdptrs() by Dong, Eddie · 15 years ago
  30. 93ba03c KVM: VMX: Fix feature testing by Sheng Yang · 15 years ago
  31. 0454715 KVM: VMX: Clean up Flex Priority related by Sheng Yang · 15 years ago
  32. 7a6ce84 KVM: remove pointless conditional before kfree() in lapic initialization by Wei Yongjun · 15 years ago
  33. 9645bb56 KVM: MMU: Use different shadows when EFER.NXE changes by Avi Kivity · 15 years ago
  34. 82725b2 KVM: MMU: Emulate #PF error code of reserved bits violation by Dong, Eddie · 15 years ago
  35. 362c105 KVM: ia64: enable external interrupt in vmm by Yang Zhang · 15 years ago
  36. a8b876b KVM: MMU: Fix comment in page_fault() by Eddie Dong · 15 years ago
  37. f9c617f KVM: VMX: Correct wrong vmcs field sizes by Sheng Yang · 15 years ago
  38. 7d433b9 KVM: VMX: Make flexpriority module parameter reflect hardware capability by Avi Kivity · 15 years ago
  39. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 15 years ago
  40. 09cec75 KVM: Timer event should not unconditionally unhalt vcpu. by Gleb Natapov · 15 years ago
  41. 089d034 KVM: VMX: Fold vm_need_ept() into callers by Avi Kivity · 15 years ago
  42. 575ff2d KVM: VMX: Zero ept module parameter if ept is not present by Avi Kivity · 15 years ago
  43. 919818a KVM: VMX: Zero the vpid module parameter if vpid is not supported by Avi Kivity · 15 years ago
  44. 4462d21 KVM: VMX: Annotate module parameters as __read_mostly by Avi Kivity · 15 years ago
  45. 736caef KVM: VMX: Simplify module parameter names by Avi Kivity · 15 years ago
  46. 6062d01 KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit() by Avi Kivity · 15 years ago
  47. c1f8bc0 KVM: VMX: Make module parameters readable by Avi Kivity · 15 years ago
  48. fe4c7b1 KVM: reuse (pop|push)_irq from svm.c in vmx.c by Gleb Natapov · 15 years ago
  49. 61c50ed KVM: SVM: Remove duplicate code in svm_do_inject_vector() by Gleb Natapov · 15 years ago
  50. 7fe29e0 KVM: x86: Ignore reads to EVNTSEL MSRs by Amit Shah · 15 years ago
  51. f00be0c KVM: MMU: do not free active mmu pages in free_mmu_pages() by Gleb Natapov · 15 years ago
  52. e56d532 KVM: Device assignment framework rework by Sheng Yang · 15 years ago
  53. 386eb6e KVM: make 'lapic_timer_ops' and 'kpit_ops' static by Hannes Eder · 15 years ago
  54. 0b5d7a2 KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handler by Jes Sorensen · 15 years ago
  55. ce17c64 KVM: ia64: SN2 adjust emulated ITC frequency to match RTC frequency by Jes Sorensen · 15 years ago
  56. c6c9fcd KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading. by Jes Sorensen · 15 years ago
  57. 0c72ea7 KVM: ia64: Map in SN2 RTC registers to the VMM module by Jes Sorensen · 15 years ago
  58. 58c2dde KVM: APIC: get rid of deliver_bitmask by Gleb Natapov · 15 years ago
  59. e103571 KVM: change the way how lowest priority vcpu is calculated by Gleb Natapov · 15 years ago
  60. 343f94f KVM: consolidate ioapic/ipi interrupt delivery logic by Gleb Natapov · 15 years ago
  61. 6da7e3f KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts by Gleb Natapov · 15 years ago
  62. f5a1e9f KVM: MMU: remove call to kvm_mmu_pte_write from walk_addr by Joerg Roedel · 15 years ago
  63. 3f5e06f KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpu by Yang Zhang · 15 years ago
  64. d3c7b77 KVM: unify part of generic timer handling by Marcelo Tosatti · 15 years ago
  65. fd66842 KVM: PIT: remove usage of count_load_time for channel 0 by Marcelo Tosatti · 15 years ago
  66. 5a05d54 KVM: PIT: remove unused scheduled variable by Marcelo Tosatti · 15 years ago
  67. a90ede7 KVM: x86: paravirt skip pit-through-ioapic boot check by Marcelo Tosatti · 15 years ago
  68. 2dea4c8 KVM: x86: silence preempt warning on kvm_write_guest_time by Matt T. Yourst · 15 years ago
  69. d510d6c KVM: Enable MSI-X for KVM assigned device by Sheng Yang · 15 years ago
  70. bfd349d KVM: bit ops for deliver_bitmap by Sheng Yang · 15 years ago
  71. 110c2fa KVM: Update intr delivery func to accept unsigned long* bitmap by Sheng Yang · 15 years ago
  72. 5897297 KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE by Avi Kivity · 15 years ago
  73. 3e7c73e KVM: VMX: Don't use highmem pages for the msr and pio bitmaps by Avi Kivity · 15 years ago
  74. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 15 years ago
  75. 46056be Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  76. 5636919 MIPS: Outline udelay and fix a few issues. by Ralf Baechle · 15 years ago
  77. 3a55314 MIPS: ioctl.h: Fix headers_check warnings by Jaswinder Singh Rajput · 15 years ago
  78. e25bfc9 MIPS: Cobalt: PCI bus is always required to obtain the board ID by Yoichi Yuasa · 15 years ago
  79. c9d89d9 MIPS: Kconfig: Remove "Support for" from Cavium system type by Yoichi Yuasa · 15 years ago
  80. e082f18 MIPS: Sibyte: Honor CONFIG_CMDLINE by Ralf Baechle · 15 years ago
  81. 6025974 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  82. ccc0d38e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  83. 2c701b1 [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFH by Dave Jones · 15 years ago
  84. 2cb7878 lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR by Rusty Russell · 15 years ago
  85. 754c0f9 Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Russell King · 15 years ago
  86. 947ca2e Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 by Russell King · 15 years ago
  87. 75e613c x86/pci: fix mmconfig detection with 32bit near 4g by Yinghai Lu · 15 years ago
  88. 1257629 [ARM] pxa: fix pxa27x_udc default pullup GPIO by Philipp Zabel · 15 years ago
  89. d81e77f [ARM] pxa/imote2: fix UCAM sensor board ADC model number by Jonathan Cameron · 15 years ago
  90. 6b4bfb8 mx[23]: don't put clock lookups in __initdata by Rabin Vincent · 15 years ago
  91. 1946d6e [ARM] ARMv7 errata: only apply fixes when running on applicable CPU by Russell King · 15 years ago
  92. eb5f4ca [ARM] 5534/1: kmalloc must return a cache line aligned buffer by Martin Fuzzey · 15 years ago
  93. 60e59f6 powerpc/pmac: Update PowerMac 32-bit defconfig by Benjamin Herrenschmidt · 15 years ago
  94. 65039a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  95. 3b798a5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  96. 61c8c67 acpi-cpufreq: fix printk typo and indentation by Joe Perches · 15 years ago
  97. 6373fff sparc64: Fix section attribute warnings. by David S. Miller · 15 years ago
  98. 78b170f Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  99. 32b154c x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be shared or not by Mel Gorman · 15 years ago
  100. c3dc5be flat: fix data sections alignment by Oskar Schirmer · 15 years ago