1. 0907c85 KVM: document target of capability enablement by Cornelia Huck · 10 years ago
  2. ea74c0e KVM: s390: remove the tasklet used by the hrtimer by David Hildenbrand · 11 years ago
  3. 0e9c85a KVM: s390: move vcpu wakeup code to a central point by David Hildenbrand · 11 years ago
  4. 433b9ee KVM: s390: remove _bh locking from start_stop_lock by David Hildenbrand · 11 years ago
  5. 4ae3c08 KVM: s390: remove _bh locking from local_int.lock by David Hildenbrand · 11 years ago
  6. 0759d06 KVM: s390: cleanup handle_wait by reusing kvm_vcpu_block by David Hildenbrand · 11 years ago
  7. 6352e4d KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state control by David Hildenbrand · 11 years ago
  8. 0b4820d KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures by David Hildenbrand · 11 years ago
  9. 7a42fdc KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stopped by David Hildenbrand · 11 years ago
  10. 32f5ff63 KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stop by David Hildenbrand · 11 years ago
  11. 7dfc63c KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a time by David Hildenbrand · 11 years ago
  12. 9f6226a arch: x86: kvm: x86.c: Cleaning up variable is set more than once by Rickard Strandqvist · 10 years ago
  13. ab76228 MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr() by Deng-Cheng Zhu · 10 years ago
  14. db2fb7f MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init() by Deng-Cheng Zhu · 10 years ago
  15. d7d5b05 MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_" by Deng-Cheng Zhu · 10 years ago
  16. b045c40 MIPS: KVM: Remove unneeded volatile by Deng-Cheng Zhu · 10 years ago
  17. d98403a MIPS: KVM: Simplify functions by removing redundancy by Deng-Cheng Zhu · 10 years ago
  18. 6ad78a5 MIPS: KVM: Use KVM internal logger by Deng-Cheng Zhu · 10 years ago
  19. d116e81 MIPS: KVM: Reformat code and comments by Deng-Cheng Zhu · 10 years ago
  20. 8594997 Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  21. dc720f9 Merge commit '33b458d276bb' into kvm-next by Paolo Bonzini · 10 years ago
  22. 33b458d KVM: SVM: Fix CPL export via SS.DPL by Jan Kiszka · 10 years ago
  23. d09a08e KVM: s390: add sie.h uapi header file to Kbuild and remove header dependency by Heiko Carstens · 10 years ago
  24. 27e6fb5 KVM: vmx: vmx instructions handling does not consider cs.l by Nadav Amit · 10 years ago
  25. 1e32c07 KVM: vmx: handle_cr ignores 32/64-bit mode by Nadav Amit · 10 years ago
  26. a449c7a KVM: x86: Hypercall handling does not considers opsize correctly by Nadav Amit · 10 years ago
  27. 5777392 KVM: x86: check DR6/7 high-bits are clear only on long-mode by Nadav Amit · 10 years ago
  28. 5381417 KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM by Jan Kiszka · 10 years ago
  29. 2996fca KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS by Jan Kiszka · 10 years ago
  30. 560b7ee KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS by Jan Kiszka · 10 years ago
  31. 3dcdf3ec KVM: nVMX: Allow to disable CR3 access interception by Jan Kiszka · 10 years ago
  32. 3dbcd8d KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS by Jan Kiszka · 10 years ago
  33. e4aa528 KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLS by Jan Kiszka · 10 years ago
  34. a825f5c KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX by Nadav Amit · 10 years ago
  35. 140bad8 KVM: x86: emulation of dword cmov on long-mode should clear [63:32] by Nadav Amit · 10 years ago
  36. 9e8919a KVM: x86: Inter-privilege level ret emulation is not implemeneted by Nadav Amit · 10 years ago
  37. ee21229 KVM: x86: Wrong emulation on 'xadd X, X' by Nadav Amit · 10 years ago
  38. 7dec560 KVM: x86: bit-ops emulation ignores offset on 64-bit by Nadav Amit · 10 years ago
  39. bc39c4d arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE by Fabian Frederick · 10 years ago
  40. bdc9072 KVM: emulate: fix harmless typo in MMX decoding by Paolo Bonzini · 11 years ago
  41. 9688897 KVM: emulate: simplify BitOp handling by Paolo Bonzini · 11 years ago
  42. a5457e7 KVM: emulate: POP SS triggers a MOV SS shadow too by Paolo Bonzini · 10 years ago
  43. 32e94d0 KVM: x86: smsw emulation is incorrect in 64-bit mode by Nadav Amit · 10 years ago
  44. aaa05f2 KVM: x86: Return error on cmpxchg16b emulation by Nadav Amit · 10 years ago
  45. 67f4d42 KVM: x86: rdpmc emulation checks the counter incorrectly by Nadav Amit · 10 years ago
  46. 3b32004 KVM: x86: movnti minimum op size of 32-bit is not kept by Nadav Amit · 10 years ago
  47. 37c564f KVM: x86: cmpxchg emulation should compare in reverse order by Nadav Amit · 10 years ago
  48. 606b1c3 KVM: x86: sgdt and sidt are not privilaged by Nadav Amit · 10 years ago
  49. 2eedcac KVM: x86: Loading segments on 64-bit mode may be wrong by Nadav Amit · 10 years ago
  50. e37a75a KVM: x86: Emulator ignores LDTR/TR extended base on LLDT/LTR by Nadav Amit · 10 years ago
  51. 7fe864d KVM: x86: Mark VEX-prefix instructions emulation as unimplemented by Nadav Amit · 10 years ago
  52. 7171511 Linux 3.16-rc1 by Linus Torvalds · 10 years ago
  53. a9be224 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  54. dd1845a Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  55. b55b390 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 10 years ago
  56. b58537a net: sctp: fix permissions for rto_alpha and rto_beta knobs by Daniel Borkmann · 10 years ago
  57. e4f7ae9 Merge branch 'csum_fixes' by David S. Miller · 10 years ago
  58. f79b064 vxlan: Checksum fixes by Tom Herbert · 10 years ago
  59. e5eb4e3 net: add skb_pop_rcv_encapsulation by Tom Herbert · 10 years ago
  60. bbdff22 udp: call __skb_checksum_complete when doing full checksum by Tom Herbert · 10 years ago
  61. 46fb51e net: Fix save software checksum complete by Tom Herbert · 10 years ago
  62. 4b28252 net: Fix GSO constants to match NETIF flags by Tom Herbert · 10 years ago
  63. abf04af Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  64. 16d52ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  65. a311c48 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 10 years ago
  66. 0506408 fix __swap_writepage() compile failure on old gcc versions by Al Viro · 10 years ago
  67. 4a54e5e Merge tag 'hsi-for-3.16-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 10 years ago
  68. 1ad96bb Merge tag 'gpio-v3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  69. c728762 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  70. 503698e Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  71. 63c6f81 udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup by Eric Dumazet · 10 years ago
  72. 2853af6 vxlan: use dev->needed_headroom instead of dev->hard_header_len by Cong Wang · 10 years ago
  73. 56f16c7 MAINTAINERS: update cxgb4 maintainer by Dimitris Michailidis · 10 years ago
  74. a934fb5 x86/vdso: Fix vdso_install by Andy Lutomirski · 10 years ago
  75. b8e0808 NVMe: Fix START_STOP_UNIT Scsi->NVMe translation. by Dan McLeran · 10 years ago
  76. 47a306a btrfs: fix error handling in create_pending_snapshot by Eric Sandeen · 10 years ago
  77. 3e2426b btrfs: fix use of uninit "ret" in end_extent_writepage() by Eric Sandeen · 10 years ago
  78. d737278 btrfs: free ulist in qgroup_shared_accounting() error path by Eric Sandeen · 10 years ago
  79. b050f9f Btrfs: fix qgroups sanity test crash or hang by Filipe Manana · 10 years ago
  80. f1e3c28 btrfs: prevent RCU warning when dereferencing radix tree slot by Sasha Levin · 10 years ago
  81. 5fbc7c5 Btrfs: fix unfinished readahead thread for raid5/6 degraded mounting by Wang Shilong · 10 years ago
  82. cc68a8a btrfs: new ioctl TREE_SEARCH_V2 by Gerhard Heift · 11 years ago
  83. ef351b9 NVMe: Use Log Page constants in SCSI emulation by Matthew Wilcox · 10 years ago
  84. 3d69bb6 NVMe: Define Log Page constants by Matthew Wilcox · 10 years ago
  85. f3db22f NVMe: Fix hot cpu notification dead lock by Keith Busch · 10 years ago
  86. 6391f34 Merge tag 'sound-fix-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  87. 4bdeb31 Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 10 years ago
  88. aa569fa Merge branch 'serge-next-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux-security by Linus Torvalds · 10 years ago
  89. 8a02b16 ALSA: hda/realtek - Add more entry for enable HP mute led by Kailang Yang · 10 years ago
  90. 2041d56 ALSA: hda - Add quirk for external mic on Lifebook U904 by David Henningsson · 10 years ago
  91. 64eb428 ALSA: hda - fix a fixup value for codec alc293 in the pin_quirk table by Hui Wang · 10 years ago
  92. 6d87c22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  93. 338c09a Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  94. ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  95. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  96. 1700ff8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  97. 8841c8b Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  98. b7c8c19 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  99. 88bbfb4 Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 10 years ago
  100. 71998d1 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago