1. ec25716 KVM: PPC: Book3S HV: Make use of unused threads when running guests by Paul Mackerras · 9 years ago
  2. 845ac98 KVM: PPC: add missing pt_regs initialization by Tudor Laurentiu · 9 years ago
  3. 5358a96 KVM: PPC: Fix warnings from sparse by Thomas Huth · 9 years ago
  4. 129fd42 KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig by Thomas Huth · 9 years ago
  5. f5ffe330 KVM: PPC: fix suspicious use of conditional operator by Tudor Laurentiu · 9 years ago
  6. 4d283ec x86/kvm: Rename VMX's segment access rights defines by Andy Lutomirski · 9 years ago
  7. ae6c0aa Merge tag 'kvm-s390-next-20150812' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 9 years ago
  8. b6bb424 KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRn by Wei Huang · 9 years ago
  9. 603242a kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapic by Nicholas Krause · 9 years ago
  10. 152b283 KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfully by Nicholas Krause · 9 years ago
  11. f735d4a KVM: VMX: drop ept misconfig check by Xiao Guangrong · 9 years ago
  12. 47ab875 KVM: MMU: fully check zero bits for sptes by Xiao Guangrong · 9 years ago
  13. d625b15 KVM: MMU: introduce is_shadow_zero_bits_set() by Xiao Guangrong · 9 years ago
  14. c258b62 KVM: MMU: introduce the framework to check zero bits on sptes by Xiao Guangrong · 9 years ago
  15. 81b8eeb KVM: MMU: split reset_rsvds_bits_mask_ept by Xiao Guangrong · 9 years ago
  16. 6dc98b8 KVM: MMU: split reset_rsvds_bits_mask by Xiao Guangrong · 9 years ago
  17. a0a64f5 KVM: MMU: introduce rsvd_bits_validate by Xiao Guangrong · 9 years ago
  18. d2b0f98 KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c by Xiao Guangrong · 9 years ago
  19. 6f69125 KVM: MMU: fix validation of mmio page fault by Xiao Guangrong · 9 years ago
  20. 9c33ae0 KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON by Alex Williamson · 9 years ago
  21. fdf0365 KVM: s390: host STP toleration for VMs by Fan Zhang · 9 years ago
  22. 71ba994 KVM: x86: clean/fix memory barriers in irqchip_in_kernel by Paolo Bonzini · 9 years ago
  23. dd48924 KVM: document memory barriers for kvm->vcpus/kvm->online_vcpus by Paolo Bonzini · 9 years ago
  24. c847fe8 KVM: x86: remove unnecessary memory barriers for shared MSRs by Paolo Bonzini · 9 years ago
  25. d71ba78 KVM: move code related to KVM_SET_BOOT_CPU_ID to x86 by Paolo Bonzini · 9 years ago
  26. 554726d Merge tag 'kvm-s390-next-20150728' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next by Paolo Bonzini · 9 years ago
  27. c92ea7b KVM: s390: log capability enablement and vm attribute changes by Christian Borntraeger · 9 years ago
  28. 78f2613 KVM: s390: Provide global debug log by Christian Borntraeger · 9 years ago
  29. 7cbde76 KVM: s390: adapt debug entries for instruction handling by Christian Borntraeger · 9 years ago
  30. 1cb9cf7 KVM: s390: improve debug feature usage by Christian Borntraeger · 9 years ago
  31. f2d2eb9 KVM: s390: remove outdated documentation by Christian Borntraeger · 9 years ago
  32. a37281b KVM: s390: more irq names for trace events by David Hildenbrand · 10 years ago
  33. 3f24ba1 KVM: s390: Fixup interrupt vcpu event messages and levels by Christian Borntraeger · 9 years ago
  34. ab7090a KVM: s390: add more debug data for the pfault diagnoses by Christian Borntraeger · 9 years ago
  35. ed2afcf KVM: s390: remove "from (user|kernel)" from irq injection messages by David Hildenbrand · 9 years ago
  36. 71db35d KVM: s390: VCPU_EVENT cleanup for prefix changes by Christian Borntraeger · 9 years ago
  37. 15e8b5d KVM: s390: Improve vcpu event debugging for diagnoses by Christian Borntraeger · 9 years ago
  38. 175a5c9 KVM: s390: add kvm stat counter for all diagnoses by Christian Borntraeger · 9 years ago
  39. c348915 KVM: s390: only reset CMMA state if it was enabled before by Dominik Dingel · 9 years ago
  40. e6db1d6 KVM: s390: clean up cmma_enable check by Dominik Dingel · 9 years ago
  41. 0df30ab KVM: s390: filter space-switch events when PER is enforced by David Hildenbrand · 9 years ago
  42. 14d4a42 KVM: s390: propagate error from enable storage key by Dominik Dingel · 9 years ago
  43. 5492830 KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask by Paolo Bonzini · 9 years ago
  44. 5f3d45e kvm/x86: add support for MONITOR_TRAP_FLAG by Mihai Donțu · 9 years ago
  45. 2ce7918 kvm/x86: add sending hyper-v crash notification to user space by Andrey Smetanin · 9 years ago
  46. e7d9513 kvm/x86: added hyper-v crash msrs into kvm hyperv context by Andrey Smetanin · 9 years ago
  47. ee86dbc kvm: introduce vcpu_debug = kvm_debug + vcpu context by Andrey Smetanin · 9 years ago
  48. e83d588 kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file by Andrey Smetanin · 9 years ago
  49. f9eb4af KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptions by Eugene Korenevsky · 9 years ago
  50. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 9 years ago
  51. fb279950 KVM: vmx: obey KVM_QUIRK_CD_NW_CLEARED by Xiao Guangrong · 9 years ago
  52. 41dbc6b KVM: x86: introduce kvm_check_has_quirk by Paolo Bonzini · 9 years ago
  53. 3e5d2fd KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type by Xiao Guangrong · 9 years ago
  54. 10dc331 KVM: MTRR: fix memory type handling if MTRR is completely disabled by Xiao Guangrong · 9 years ago
  55. c5dfd65 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  56. 5a5ca73 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  57. 3bc38fc ARM64/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  58. c0d3fce arm64: switch_to: calculate cpu context pointer using separate register by Will Deacon · 9 years ago
  59. d8b4891 ravb: fix ring memory allocation by Sergei Shtylyov · 9 years ago
  60. a46fa26 net: phy: dp83867: Fix warning check for setting the internal delay by Dan Murphy · 9 years ago
  61. bac541e openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes by Chris J Arges · 9 years ago
  62. 0470eb9 netlink: don't hold mutex in rcu callback when releasing mmapd ring by Florian Westphal · 9 years ago
  63. 7c8cbac Merge branch 'arm-bpf-fixes' by David S. Miller · 9 years ago
  64. c18fe54 ARM: net: fix vlan access instructions in ARM JIT. by Nicolas Schichan · 9 years ago
  65. 6d715e3 ARM: net: handle negative offsets in BPF JIT. by Nicolas Schichan · 9 years ago
  66. 7aed35c ARM: net: fix condition for load_order > 0 when translating load instructions. by Nicolas Schichan · 9 years ago
  67. 89e478a tcp: suppress a division by zero warning by Eric Dumazet · 9 years ago
  68. d725e66 Revert "fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()" by Linus Torvalds · 9 years ago
  69. 0bccece Merge tag 'wireless-drivers-for-davem-2015-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 9 years ago
  70. 71ebd1a Merge tag 'pinctrl-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  71. 8426fb3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  72. 1ad474d Merge tag 'trace-v4.2-rc2-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  73. 1e353cd drivers: net: cpsw: remove tx event processing in rx napi poll by Mugunthan V N · 9 years ago
  74. 0848f64 inet: frags: fix defragmented packet's IP header for af_packet by Edward Hyunkoo Jee · 9 years ago
  75. a84e328 net: mvneta: fix refilling for Rx DMA buffers by Simon Guinot · 9 years ago
  76. a7a6268 stmmac: fix setting of driver data in stmmac_dvr_probe by Joachim Eastwood · 9 years ago
  77. 053c26f Merge branch 'sch_panic' by David S. Miller · 9 years ago
  78. 32b2f4b sched: cls_flow: fix panic on filter replace by Daniel Borkmann · 9 years ago
  79. ff3532f sched: cls_flower: fix panic on filter replace by Daniel Borkmann · 9 years ago
  80. f6bfc46 sched: cls_bpf: fix panic on filter replace by Daniel Borkmann · 9 years ago
  81. 27dfead Merge tag 'mac80211-for-davem-2015-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  82. e0536cd net/mdio: fix mdio_bus_match for c45 PHY by Shaohui Xie · 9 years ago
  83. 8bf4ada net: ratelimit warnings about dst entry refcount underflow or overflow by Konstantin Khlebnikov · 9 years ago
  84. b8a23e8 caif: fix leaks and race in caif_queue_rcv_skb() by Eric Dumazet · 9 years ago
  85. e3426ca qmi_wwan: add the second QMI/network interface for Sierra Wireless MC7305/MC7355 by Reinhard Speyerer · 9 years ago
  86. 06613e3 ravb: fix race updating TCCR by Sergei Shtylyov · 9 years ago
  87. 194ac06 net: netcp: fix improper initialization in netcp_ndo_open() by Karicheri, Muralidharan · 9 years ago
  88. a951bc1 bonding: correct the MAC address for "follow" fail_over_mac policy by dingtianhong · 9 years ago
  89. 686c953 Merge tag 'linux-can-fixes-for-4.2-20150716' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 9 years ago
  90. fdbf5b0 Revert "sit: Add gro callbacks to sit_offload" by Herbert Xu · 9 years ago
  91. b8c6cd1 net: dsa: bcm_sf2: do not use indirect reads and writes for 7445E0 by Florian Fainelli · 9 years ago
  92. 7d5cd2c bonding: correctly handle bonding type change on enslave failure by Nikolay Aleksandrov · 9 years ago
  93. 06f6d10 bonding: fix destruction of bond with devices different from arphrd_ether by Nikolay Aleksandrov · 9 years ago
  94. 40a7166 net: dsa: mv88e6xxx: fix fid_mask when leaving bridge by Vivien Didelot · 9 years ago
  95. 7599330 virtio_net: don't require ANY_LAYOUT with VERSION_1 by Michael S. Tsirkin · 9 years ago
  96. 9d634c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  97. d7f430d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 9 years ago
  98. 3827ec3 s390: adapt entry.S to the move of thread_struct by Martin Schwidefsky · 9 years ago
  99. 09adcdf AVR32/time: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  100. 681ccdc pinctrl: lpc18xx: fix schmitt trigger setup by Joachim Eastwood · 9 years ago