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