1. a2ae9df kvm: x86: vmx: avoid returning bool to distinguish success from error by Paolo Bonzini · 10 years ago
  2. 34a1cd6 kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup() by Tiejun Chen · 10 years ago
  3. f2c7648 kvm: x86: vmx: move down hardware_setup() and hardware_unsetup() by Tiejun Chen · 10 years ago
  4. 173ede4 Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  5. 365dc16 KVM: fix vm device attribute documentation by Dominik Dingel · 10 years ago
  6. fc56eb6 KVM: s390: fix handling of lctl[g]/stctl[g] by Heiko Carstens · 10 years ago
  7. 2dca485 KVM: s390: flush CPU on load control by Christian Borntraeger · 10 years ago
  8. 1365039 KVM: s390: Fix ipte locking by Christian Borntraeger · 10 years ago
  9. c6338ce kvm: kvmclock: use get_cpu() and put_cpu() by Tiejun Chen · 10 years ago
  10. f30ebc3 KVM: x86: optimize some accesses to LVTT and SPIV by Radim Krčmář · 10 years ago
  11. a323b40 KVM: x86: detect LVTT changes under APICv by Radim Krčmář · 10 years ago
  12. e462755 KVM: x86: detect SPIV changes under APICv by Radim Krčmář · 10 years ago
  13. 02d5d55 KVM: trivial fix comment regarding __kvm_set_memory_region by Dominik Dingel · 10 years ago
  14. 612263b KVM: x86: Enable Intel AVX-512 for guest by Chao Peng · 10 years ago
  15. 7f05db6 kvm: drop unsupported capabilities, fix documentation by Michael S. Tsirkin · 10 years ago
  16. 1e0ad70 KVM: x86: fix deadline tsc interrupt injection by Radim Krčmář · 10 years ago
  17. 5d87db7 KVM: x86: add apic_timer_expired() by Radim Krčmář · 10 years ago
  18. 91690bf Documentation: virtual: kvm: correct one bit description in APF case by Tiejun Chen · 10 years ago
  19. 16f8a6f KVM: vmx: Unavailable DR4/5 is checked before CPL by Nadav Amit · 10 years ago
  20. c49c759 KVM: x86: Emulator performs code segment checks on read access by Nadav Amit · 10 years ago
  21. 0e8a0996 KVM: x86: Clear DR7.LE during task-switch by Nadav Amit · 10 years ago
  22. 518547b KVM: x86: Emulator does not calculate address correctly by Nadav Amit · 10 years ago
  23. 6bdf066 KVM: x86: DR7.GD should be cleared upon any #DB exception by Nadav Amit · 10 years ago
  24. 394457a KVM: x86: some apic broadcast modes does not work by Nadav Amit · 10 years ago
  25. 52ce3c2 x86,kvm,vmx: Don't trap writes to CR4.TSD by Andy Lutomirski · 10 years ago
  26. bf0b682 KVM: x86: Sysexit emulation does not mask RIP/RSP by Nadav Amit · 10 years ago
  27. 58b7075 KVM: x86: Distinguish between stack operation and near branches by Nadav Amit · 10 years ago
  28. f778404 KVM: x86: Getting rid of grp45 in emulator by Nadav Amit · 10 years ago
  29. 4be4de7 KVM: x86: Use new is_noncanonical_address in _linearize by Nadav Amit · 10 years ago
  30. d09155d KVM: emulator: always inline __linearize by Paolo Bonzini · 10 years ago
  31. 123b2dd Merge remote-tracking branch 'origin/master' into HEAD by Paolo Bonzini · 10 years ago
  32. 0df1f24 Linux 3.18-rc3 by Linus Torvalds · 10 years ago
  33. 81d92dc Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  34. ad2be37 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  35. 1226716 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  36. 3c43de0 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  37. 7501a53 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  38. 66338fe Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 10 years ago
  39. 7e05b80 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  40. 4cb8c35 irda: stop calling sk_prot->disconnect() on connection failure by Linus Torvalds · 10 years ago
  41. 74cfe07 drm/exynos: correct connector->dpms field before resuming by Andrzej Hajda · 10 years ago
  42. d6948b2 drm/exynos: enable vblank after DPMS on by Andrzej Hajda · 10 years ago
  43. 3cb6830 drm/exynos: init kms poll at the end of initialization by Andrzej Hajda · 10 years ago
  44. 64f7aed drm/exynos: propagate plane initialization errors by Andrzej Hajda · 10 years ago
  45. 9887e2d drm/exynos: vidi: fix build warning by Inki Dae · 10 years ago
  46. d9aaf75 drm/exynos: remove explicit encoder/connector de-initialization by Andrzej Hajda · 10 years ago
  47. c52142e drm/exynos: init vblank with real number of crtcs by Andrzej Hajda · 10 years ago
  48. a73896c KVM: vmx: defer load of APIC access page address during reset by Paolo Bonzini · 10 years ago
  49. 282da87 KVM: nVMX: Disable preemption while reading from shadow VMCS by Jan Kiszka · 10 years ago
  50. 7e46ddd KVM: x86: Fix far-jump to non-canonical check by Nadav Amit · 10 years ago
  51. 10a8fce Merge branch 'vmwgfx-fixes-3.18' of git://people.freedesktop.org/~thomash/linux by Dave Airlie · 10 years ago
  52. 12d7aac Merge tag 'staging-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  53. 528a506 Merge tag 'usb-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  54. 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  55. 9f93567 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  56. ab01f96 Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  57. 08da742 Merge tag 'pci-v3.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  58. 653bc77 x86_64, entry: Fix out of bounds read on sysenter by Andy Lutomirski · 10 years ago
  59. 32e8fd2 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  60. e2488ab Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  61. 8945337 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  62. 5342929 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  63. 9f2f7d4c ovl: initialize ->is_cursor by Miklos Szeredi · 10 years ago
  64. 9f58c62 Merge tag 'microblaze-3.18-rc3' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 10 years ago
  65. 19e0d5f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. 7d62728 Merge branches 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  67. 76dfdc2 Merge branches 'acpi-scan' and 'acpi-ec' by Rafael J. Wysocki · 10 years ago
  68. f5fa363 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. 5656b408 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  70. c958f92 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  71. 99a49ce Merge tag 'master-2014-10-30' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  72. 1e5c4bc drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch mode by Lennart Sorensen · 10 years ago
  73. 6f979eb drivers: net: cpsw: Fix broken loop condition in switch mode by Lennart Sorensen · 10 years ago
  74. e0fb6fb net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0 by Guenter Roeck · 10 years ago
  75. 1e19e08 stmmac: pci: set default of the filter bins by Andy Shevchenko · 10 years ago
  76. 7d2911c net: smc91x: Fix gpios for device tree based booting by Tony Lindgren · 10 years ago
  77. 85b0c6e sunvdc: don't call VD_OP_GET_VTOC by Dwight Engen · 10 years ago
  78. de05c40 mpls: Allow mpls_gso to be built as module by Pravin B Shelar · 10 years ago
  79. f7065f4 mpls: Fix mpls_gso handler. by Pravin B Shelar · 10 years ago
  80. aea4869 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  81. 0f4b067 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  82. bcdfdae Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  83. 4f080f05 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 10 years ago
  84. d59c876 r8152: stop submitting intr for -EPROTO by hayeswang · 10 years ago
  85. e55a336 Revert "Input: i8042 - disable active multiplexing by default" by Dmitry Torokhov · 10 years ago
  86. 5f77fc4 Input: altera_ps2 - use correct type for irq return value by Tobias Klauser · 10 years ago
  87. d0269b8 Input: altera_ps2 - write to correct register when disabling interrupts by Tobias Klauser · 10 years ago
  88. fbefc5e Input: max77693-haptic - fix potential overflow by Dmitry Torokhov · 10 years ago
  89. e3a88f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  90. 127917c netfilter: nft_reject_bridge: restrict reject to prerouting and input by Pablo Neira Ayuso · 10 years ago
  91. 523b929 netfilter: nft_reject_bridge: don't use IP stack to reject traffic by Pablo Neira Ayuso · 10 years ago
  92. 8bfcdf6 netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions by Pablo Neira Ayuso · 10 years ago
  93. 052b949 netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions by Pablo Neira Ayuso · 10 years ago
  94. 4d87716 netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routing by Pablo Neira Ayuso · 10 years ago
  95. b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
  96. b0afd8e isofs: don't bother with ->d_op for normal case by Al Viro · 10 years ago
  97. 9a72384 drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size. by Sinclair Yeh · 10 years ago
  98. 0468ab5 drm/vmwgfx: Fix hash key computation by Thomas Hellstrom · 10 years ago
  99. 21e8862 drm/vmwgfx: fix lock breakage by Rob Clark · 10 years ago
  100. de11b0e drivers/net: macvtap and tun depend on INET by Ben Hutchings · 10 years ago