1. 9f3191a KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NR by Jan Kiszka · 13 years ago
  2. 1dda606 KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK by Alexander Graf · 13 years ago
  3. 91e3d71 KVM: Clarify KVM_ASSIGN_PCI_DEVICE documentation by Jan Kiszka · 13 years ago
  4. e57d4a3 KVM: Add instruction fetch checking when walking guest page table by Yang, Wei Y · 13 years ago
  5. 611c120 KVM: Mask function7 ebx against host capability word9 by Yang, Wei Y · 13 years ago
  6. c68b734 KVM: Add SMEP support when setting CR4 by Yang, Wei Y · 13 years ago
  7. 8d9c975 KVM: Remove SMEP bit from CR4_RESERVED_BITS by Yang, Wei Y · 13 years ago
  8. 509c75e KVM: nVMX: Fix bug preventing more than two levels of nesting by Nadav Har'El · 13 years ago
  9. 7f4382e KVM: Fixup documentation section numbering by Jan Kiszka · 13 years ago
  10. 9dac77f KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt by Avi Kivity · 13 years ago
  11. 36dd9bb KVM: x86 emulator: rename decode_cache::eip to _eip by Avi Kivity · 13 years ago
  12. 2e4ce7f KVM: VMX: Silence warning on 32-bit hosts by Jan Kiszka · 13 years ago
  13. f411e6c KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB) by Takuya Yoshikawa · 13 years ago
  14. d06e03a KVM: x86 emulator: Use opcode::execute for LOOP/JCXZ by Takuya Yoshikawa · 13 years ago
  15. 5c5df76 KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE) by Takuya Yoshikawa · 13 years ago
  16. 1bd5f46 KVM: x86 emulator: Use opcode::execute for MOV(8C/8E) by Takuya Yoshikawa · 13 years ago
  17. ebda02c KVM: x86 emulator: Use opcode::execute for RET(C3) by Takuya Yoshikawa · 13 years ago
  18. e4f973a KVM: x86 emulator: Use opcode::execute for XCHG(86/87) by Takuya Yoshikawa · 13 years ago
  19. 9f21ca5 KVM: x86 emulator: Use opcode::execute for TEST(84/85, A8/A9) by Takuya Yoshikawa · 13 years ago
  20. db5b076 KVM: x86 emulator: Use opcode::execute for some instructions by Takuya Yoshikawa · 13 years ago
  21. e01991e KVM: x86 emulator: Rename emulate_xxx() to em_xxx() by Takuya Yoshikawa · 13 years ago
  22. 9d74191 KVM: x86 emulator: Use the pointers ctxt and c consistently by Takuya Yoshikawa · 13 years ago
  23. 55399a0 KVM: Document KVM_IOEVENTFD by Sasha Levin · 13 years ago
  24. 823e396 KVM: nVMX: Documentation by Nadav Har'El · 13 years ago
  25. 2844d84 KVM: nVMX: Miscellenous small corrections by Nadav Har'El · 13 years ago
  26. 7b8050f KVM: nVMX: Add VMX to list of supported cpuid features by Nadav Har'El · 13 years ago
  27. 7991825 KVM: nVMX: Additional TSC-offset handling by Nadav Har'El · 13 years ago
  28. 36cf24e KVM: nVMX: Further fixes for lazy FPU loading by Nadav Har'El · 13 years ago
  29. eeadf9e KVM: nVMX: Handling of CR0 and CR4 modifying instructions by Nadav Har'El · 13 years ago
  30. 66c78ae KVM: nVMX: Correct handling of idt vectoring info by Nadav Har'El · 13 years ago
  31. 0b6ac34 KVM: nVMX: Correct handling of exception injection by Nadav Har'El · 13 years ago
  32. b6f1250 KVM: nVMX: Correct handling of interrupt injection by Nadav Har'El · 13 years ago
  33. 644d711 KVM: nVMX: Deciding if L0 or L1 should handle an L2 exit by Nadav Har'El · 13 years ago
  34. 7c17793 KVM: nVMX: vmcs12 checks on nested entry by Nadav Har'El · 13 years ago
  35. 4704d0b KVM: nVMX: Exiting from L2 to L1 by Nadav Har'El · 13 years ago
  36. 99e65e8 KVM: nVMX: No need for handle_vmx_insn function any more by Nadav Har'El · 13 years ago
  37. cd232ad KVM: nVMX: Implement VMLAUNCH and VMRESUME by Nadav Har'El · 13 years ago
  38. fe3ef05 KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12 by Nadav Har'El · 13 years ago
  39. bf8179a KVM: nVMX: Move control field setup to functions by Nadav Har'El · 13 years ago
  40. a3a8ff8 KVM: nVMX: Move host-state field setup to a function by Nadav Har'El · 13 years ago
  41. 49f705c KVM: nVMX: Implement VMREAD and VMWRITE by Nadav Har'El · 13 years ago
  42. 6a4d755 KVM: nVMX: Implement VMPTRST by Nadav Har'El · 13 years ago
  43. 6384666 KVM: nVMX: Implement VMPTRLD by Nadav Har'El · 13 years ago
  44. 27d6c86 KVM: nVMX: Implement VMCLEAR by Nadav Har'El · 13 years ago
  45. 0140cae KVM: nVMX: Success/failure of VMX instructions. by Nadav Har'El · 13 years ago
  46. 22bd035 KVM: nVMX: Add VMCS fields to the vmcs12 by Nadav Har'El · 13 years ago
  47. ff2f6fe KVM: nVMX: Introduce vmcs02: VMCS used to run L2 by Nadav Har'El · 13 years ago
  48. 064aea7 KVM: nVMX: Decoding memory operands of VMX instructions by Nadav Har'El · 13 years ago
  49. b87a51a KVM: nVMX: Implement reading and writing of VMX MSRs by Nadav Har'El · 13 years ago
  50. a9d30f3 KVM: nVMX: Introduce vmcs12: a VMCS structure for L1 by Nadav Har'El · 13 years ago
  51. 5e1746d KVM: nVMX: Allow setting the VMXE bit in CR4 by Nadav Har'El · 13 years ago
  52. ec378ae KVM: nVMX: Implement VMXON and VMXOFF by Nadav Har'El · 13 years ago
  53. 801d342 KVM: nVMX: Add "nested" module option to kvm_intel by Nadav Har'El · 13 years ago
  54. b5c9ff7 KVM: x86 emulator: Avoid clearing the whole decode_cache by Takuya Yoshikawa · 13 years ago
  55. adf5223 KVM: x86 emulator: Clean up init_emulate_ctxt() by Takuya Yoshikawa · 13 years ago
  56. d780592 KVM: Clean up error handling during VCPU creation by Jan Kiszka · 13 years ago
  57. d462b81 KVM: VMX: Keep list of loaded VMCSs, instead of vcpus by Nadav Har'El · 13 years ago
  58. 24c82e5 KVM: Sanitize cpuid by Avi Kivity · 13 years ago
  59. bcdd9a9 KVM: MMU: cleanup for dropping parent pte by Xiao Guangrong · 13 years ago
  60. 38e3b2b KVM: MMU: cleanup for kvm_mmu_page_unlink_children by Xiao Guangrong · 13 years ago
  61. 67052b3 KVM: MMU: remove the arithmetic of parent pte rmap by Xiao Guangrong · 13 years ago
  62. 53c07b1 KVM: MMU: abstract the operation of rmap by Xiao Guangrong · 13 years ago
  63. 1249b96 KVM: fix uninitialized warning by Xiao Guangrong · 13 years ago
  64. 8b0cedf KVM: use __copy_to_user/__clear_user to write guest page by Xiao Guangrong · 13 years ago
  65. 332b207 KVM: MMU: optimize pte write path if don't have protected sp by Xiao Guangrong · 13 years ago
  66. 9630421 KVM: VMX: always_inline VMREADs by Avi Kivity · 13 years ago
  67. 5e520e6 KVM: VMX: Move VMREAD cleanup to exception handler by Avi Kivity · 13 years ago
  68. 7b105ca KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions by Takuya Yoshikawa · 13 years ago
  69. ef5d75c KVM: x86 emulator: Stop passing ctxt->ops as arg of decode helpers by Takuya Yoshikawa · 13 years ago
  70. 67cbc90 KVM: x86 emulator: Place insn_fetch helpers together by Takuya Yoshikawa · 13 years ago
  71. e767793 KVM: Document KVM_GET_LAPIC, KVM_SET_LAPIC ioctl by Avi Kivity · 13 years ago
  72. 4dd1b49 Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  73. 9b61fc4 Documentation: fix cgroup blkio throttle filenames by Andrea Righi · 13 years ago
  74. 316b379 Documentation: update CodingStyle memory allocators by Jesper Juhl · 13 years ago
  75. 0dcb6d7 MAINTAINERS: move kernel-doc patches location by Randy Dunlap · 13 years ago
  76. de3796e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  77. bcb65a7 FDPIC: Fix memory leak by Davidlohr Bueso · 13 years ago
  78. 23c570a resource: ability to resize an allocated resource by Ram Pai · 13 years ago
  79. a51cb91 fs: fix lock initialization by Miklos Szeredi · 13 years ago
  80. 58956ba gpio: tps65910: add missing breaks in tps65910_gpio_init by Axel Lin · 13 years ago
  81. a2fa83f Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  82. 2d12a18 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  83. 121782a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  84. a8728d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 13 years ago
  85. 8509e14 mfd: Add Makefile and Kconfig Entries for tps65911 comparator by Axel Lin · 13 years ago
  86. 1e8ece5 mfd: Fix build error for tps65911-comparator.c by Axel Lin · 13 years ago
  87. 8f2df01 Revert "mfd: Add omap-usbhs runtime PM support" by Keshava Munegowda · 13 years ago
  88. 63ef1124f input: pmic8xxx-pwrkey: Do not use mfd_get_data() by Samuel Ortiz · 13 years ago
  89. 1d08382 input: pmic8xxx-keypad: Do not use mfd_get_data() by Samuel Ortiz · 13 years ago
  90. fe0d422 Linux 3.0-rc6 by Linus Torvalds · 13 years ago
  91. 532df6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago
  92. fc52693 Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-2.6-arm-soc by Linus Torvalds · 13 years ago
  93. aababb9 Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-3.x by Linus Torvalds · 13 years ago
  94. b2bc478 RDMA: Check for NULL mode in .devnode methods by Goldwyn Rodrigues · 13 years ago
  95. 64393b3 AT91: Change nand buswidth logic to match hardware default configuration by Nicolas Ferre · 13 years ago
  96. 3e86f1d vesafb: fix memory leak by Daniel J Blueman · 13 years ago
  97. ba466c7 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  98. a5ec7f86 [SCSI] isci: fix checkpatch errors by James Bottomley · 13 years ago
  99. 5b45b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci by James Bottomley · 13 years ago
  100. 070f944 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago