1. 1f5b77f KVM: SVM: Cleanup error statements by Borislav Petkov · 12 years ago
  2. bf4ca23 KVM: VMX: report internal error for MMIO #PF due to delivery event by Xiao Guangrong · 12 years ago
  3. b9bf688 KVM: VMX: report internal error for the unhandleable event by Xiao Guangrong · 12 years ago
  4. 471842e KVM: do not de-cache cr4 bits needlessly by Gleb Natapov · 12 years ago
  5. bd6360c KVM: MMU: introduce FNAME(prefetch_gpte) by Xiao Guangrong · 12 years ago
  6. a052b42 KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h by Xiao Guangrong · 12 years ago
  7. d4878f2 KVM: MMU: cleanup FNAME(page_fault) by Xiao Guangrong · 12 years ago
  8. bd66077 KVM: MMU: remove mmu_is_invalid by Xiao Guangrong · 12 years ago
  9. 03604b3 Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queue by Marcelo Tosatti · 12 years ago
  10. 87cac8f s390/kvm: dont announce RRBM support by Christian Borntraeger · 12 years ago
  11. 416ad65 s390/kvm: Add documentation for KVM_S390_INTERRUPT by Cornelia Huck · 12 years ago
  12. 82a1273 s390/kvm: Interrupt injection bugfix by Jason J. Herne · 12 years ago
  13. d151f63 KVM: change kvm_assign_device() to print return value when iommu_attach_device() fails by Shuah Khan · 12 years ago
  14. b6785de KVM: x86: Make emulator_fix_hypercall static by Jan Kiszka · 12 years ago
  15. 8b6e454 KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset by Jan Kiszka · 12 years ago
  16. 12ecd95 arch/powerpc/kvm/e500_tlb.c: fix error return code by Julia Lawall · 12 years ago
  17. 55b665b KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas by Paul Mackerras · 12 years ago
  18. a8bd19e KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface by Paul Mackerras · 12 years ago
  19. a136a8b KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface by Paul Mackerras · 12 years ago
  20. 5bd1cf1 KVM: PPC: set IN_GUEST_MODE before checking requests by Scott Wood · 12 years ago
  21. adbb48a KVM: PPC: e500: MMU API: fix leak of shared_tlb_pages by Scott Wood · 12 years ago
  22. e400e72 KVM: PPC: e500: fix allocation size error on g2h_tlb1_map by Scott Wood · 12 years ago
  23. 70bddfe KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulation by Paul Mackerras · 12 years ago
  24. 964ee98 KVM: PPC: Book3S HV: Remove bogus update of physical thread IDs by Paul Mackerras · 12 years ago
  25. a47d72f KVM: PPC: Book3S HV: Fix updates of vcpu->cpu by Paul Mackerras · 12 years ago
  26. ed7a8d7 KVM: Move some PPC ioctl definitions to the correct place by Paul Mackerras · 12 years ago
  27. dfe49db KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly by Paul Mackerras · 12 years ago
  28. a66b48c KVM: PPC: Move kvm->arch.slot_phys into memslot.arch by Paul Mackerras · 12 years ago
  29. 2c9097e KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots by Paul Mackerras · 12 years ago
  30. d61966f KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macro by Mihai Caraman · 12 years ago
  31. 7a08c27 KVM: PPC: BookE: Support FPU on non-hv systems by Alexander Graf · 12 years ago
  32. ceb985f KVM: PPC: 440: Implement mfdcrx by Alexander Graf · 12 years ago
  33. e4dcfe8 KVM: PPC: 440: Implement mtdcrx by Alexander Graf · 12 years ago
  34. 2e23270 Document IACx/DACx registers access using ONE_REG API by Bharat Bhushan · 12 years ago
  35. 430c7ff KVM: PPC: E500: Remove E500_TLB_DIRTY flag by Alexander Graf · 12 years ago
  36. 166a2b7 KVM: PPC: Use symbols for exit trace by Alexander Graf · 12 years ago
  37. 50c871e KVM: PPC: BookE: Add MCSR SPR support by Alexander Graf · 12 years ago
  38. 491dd5b KVM: PPC: 44x: Initialize PVR by Alexander Graf · 12 years ago
  39. 6df8d3f booke: Added ONE_REG interface for IAC/DAC debug registers by Bharat Bhushan · 12 years ago
  40. f61c94b KVM: PPC: booke: Add watchdog emulation by Bharat Bhushan · 12 years ago
  41. 7c973a2 KVM: PPC: Add return value to core_check_requests by Alexander Graf · 12 years ago
  42. 7ee7885 KVM: PPC: Add return value in prepare_to_enter by Alexander Graf · 12 years ago
  43. 206c2ed KVM: PPC: Ignore EXITING_GUEST_MODE mode by Alexander Graf · 12 years ago
  44. 3766a4c KVM: PPC: Move kvm_guest_enter call into generic code by Alexander Graf · 12 years ago
  45. bd2be68 KVM: PPC: Book3S: PR: Rework irq disabling by Alexander Graf · 12 years ago
  46. 24afa37 KVM: PPC: Consistentify vcpu exit path by Alexander Graf · 12 years ago
  47. 0652eaa KVM: PPC: Book3S: PR: Indicate we're out of guest mode by Alexander Graf · 12 years ago
  48. 706fb73 KVM: PPC: Exit guest context while handling exit by Alexander Graf · 12 years ago
  49. c63ddcb KVM: PPC: Book3S: PR: Only do resched check once per exit by Alexander Graf · 12 years ago
  50. e85ad38 KVM: PPC: BookE: Drop redundant vcpu->mode set by Alexander Graf · 12 years ago
  51. 9b0cb3c KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support by Alexander Graf · 12 years ago
  52. 03d25c5 KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr by Alexander Graf · 12 years ago
  53. 2d8185d KVM: PPC: BookE: No duplicate request != 0 check by Alexander Graf · 12 years ago
  54. 6346046 KVM: PPC: BookE: Add some more trace points by Alexander Graf · 12 years ago
  55. 862d31f KVM: PPC: E500: Implement MMU notifiers by Alexander Graf · 12 years ago
  56. d69c643 KVM: PPC: BookE: Add support for vcpu->mode by Alexander Graf · 12 years ago
  57. 4ffc635 KVM: PPC: BookE: Add check_requests helper function by Alexander Graf · 12 years ago
  58. 8043e49 powerpc/epapr: export epapr_hypercall_start by Scott Wood · 12 years ago
  59. 1340f3e8 KVM: PPC: Quieten message about allocating linear regions by Paul Mackerras · 12 years ago
  60. 2bb890f KVM: PPC: E500: Fix clear_tlb_refs by Alexander Graf · 12 years ago
  61. cf1c5ca KVM: PPC: BookE: Expose remote TLB flushes in debugfs by Alexander Graf · 12 years ago
  62. f4800b1 KVM: PPC: Expose SYNC cap based on mmu notifiers by Alexander Graf · 12 years ago
  63. 97c9505 KVM: PPC: PR: Use generic tracepoint for guest exit by Alexander Graf · 12 years ago
  64. 8e525d5 PPC: Don't use hardcoded opcode for ePAPR hcall invocation by Liu Yu-B13201 · 12 years ago
  65. 305bcf2 powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls by Scott Wood · 12 years ago
  66. 4065639 PPC: select EPAPR_PARAVIRT for all users of epapr hcalls by Stuart Yoder · 12 years ago
  67. 2f979de KVM: PPC: ev_idle hcall support for e500 guests by Liu Yu-B13201 · 12 years ago
  68. 9202e07 KVM: PPC: Add support for ePAPR idle hcall in host kernel by Liu Yu-B13201 · 12 years ago
  69. 784bafa KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500 by Stuart Yoder · 12 years ago
  70. fdcf8bd KVM: PPC: use definitions in epapr header for hcalls by Stuart Yoder · 12 years ago
  71. e13dcc1 PPC: epapr: create define for return code value of success by Stuart Yoder · 12 years ago
  72. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  73. ce57e98 firmware: use 'kernel_read()' to read firmware into kernel buffer by Linus Torvalds · 12 years ago
  74. e1cc485 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  75. 4d6d367 Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 12 years ago
  76. d66e6737 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  77. c9f97a2 crypto: x86/glue_helper - fix storing of new IV in CBC encryption by Jussi Kivilinna · 12 years ago
  78. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  79. 3a49431 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  80. abb139e firmware: teach the kernel to load firmware files directly from the filesystem by Linus Torvalds · 12 years ago
  81. df5a2a1 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 12 years ago
  82. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  83. 702e490 userns: Fix build of drivers/staging/dgrp by Eric W. Biederman · 12 years ago
  84. a54dfb1 Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  85. eb0ad9c Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  86. 1f7df95 MAINTAINERS: Add EFI maintainer entry by Matt Fleming · 12 years ago
  87. b463036 Merge tag 'cris-for-linus-3.7' of git://jni.nu/cris by Linus Torvalds · 12 years ago
  88. a06cb1ae Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  89. d75d806 CRIS: Remove VCS simulator specific code by Jesper Nilsson · 12 years ago
  90. 227c6fc cris/PCI: remove pcibios_assign_resources() by Bjorn Helgaas · 12 years ago
  91. 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  92. 33c2a17 Merge tag 'stable/for-linus-3.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 12 years ago
  93. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  94. 65b99c7 Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 12 years ago
  95. 782c3fb Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  96. 60c7b4d Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  97. 268d283 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  98. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  99. 5da444a sparc: fix format string argument for prom_printf() by Akinobu Mita · 12 years ago
  100. b9f1085 drm/nv98/crypt: fix fuc build with latest envyas by Ben Skeggs · 12 years ago