1. ae5f2fb openvswitch: Zero flows on allocation. by Jesse Gross · 9 years ago
  2. 53adc9e net: dsa: actually force the speed on the CPU port by Russell King · 9 years ago
  3. 08399ef geneve: ensure ECN info is handled properly in all tx/rx paths by John W. Linville · 9 years ago
  4. 012572d ocfs2/dlm: fix deadlock when dispatch assert master by Joseph Qi · 9 years ago
  5. 7a07b50 membarrier: clean up selftest by Mathieu Desnoyers · 9 years ago
  6. d5028f9 vmscan: fix sane_reclaim helper for legacy memcg by Vladimir Davydov · 9 years ago
  7. d046b77 lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer when n < pool->hint by Sowmini Varadhan · 9 years ago
  8. 769a808 x86, efi, kasan: #undef memset/memcpy/memmove per arch by Andrey Ryabinin · 9 years ago
  9. 3aaa76e mm: migrate: hugetlb: putback destination hugepage to active list by Naoya Horiguchi · 9 years ago
  10. 8a04446 mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notified by Kirill A. Shutemov · 9 years ago
  11. 09f7298 userfaultfd: register uapi generic syscall (aarch64) by Dr. David Alan Gilbert · 9 years ago
  12. 5dd01be userfaultfd: selftest: don't error out if pthread_mutex_t isn't identical by Andrea Arcangeli · 9 years ago
  13. a5932bf userfaultfd: selftest: return an error if BOUNCE_VERIFY fails by Andrea Arcangeli · 9 years ago
  14. 1f5fee2 userfaultfd: selftest: avoid my_bcmp false positives with powerpc by Andrea Arcangeli · 9 years ago
  15. 56ed8f1 userfaultfd: selftest: only warn if __NR_userfaultfd is undefined by Michael Ellerman · 9 years ago
  16. 67f6a02 userfaultfd: selftest: headers fixup by Andrea Arcangeli · 9 years ago
  17. d0a8711 userfaultfd: selftests: vm: pick up sanitized kernel headers by Thierry Reding · 9 years ago
  18. ac5be6b userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key" by Andrea Arcangeli · 9 years ago
  19. 834e465 NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set by Kinglong Mee · 9 years ago
  20. b838b39 PCI: Clear IORESOURCE_UNSET when clipping a bridge window by Bjorn Helgaas · 9 years ago
  21. 8811191 ASoC: pxa: pxa2xx-ac97: fix dma requestor lines by Robert Jarzmik · 9 years ago
  22. 83c133c x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code by Andy Lutomirski · 9 years ago
  23. fc57a7c x86/paravirt: Replace the paravirt nop with a bona fide empty function by Andy Lutomirski · 9 years ago
  24. 98ce94c cifs: use server timestamp for ntlmv2 authentication by Peter Seiderer · 9 years ago
  25. e0ddde9 disabling oplocks/leases via module parm enable_oplocks broken for SMB3 by Steve French · 9 years ago
  26. 5b6a717 Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master by Paolo Bonzini · 9 years ago
  27. 2b9dbef Btrfs: keep dropped roots in cache until transaction commit by Josef Bacik · 9 years ago
  28. 711e020 Merge remote-tracking branches 'spi/fix/spidev' and 'spi/fix/xtfpga' into spi-linus by Mark Brown · 9 years ago
  29. 5132361 Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 9 years ago
  30. f0e03db MAINTAINERS: Update website and git repo for Wolfson Microelectronics by Richard Fitzgerald · 9 years ago
  31. b0b4855 spi: xtensa-xtfpga: fix register endianness by Max Filippov · 9 years ago
  32. f7a7651 tty: serial: Add missing module license for 8250_base.ko by Jonathan McDowell · 9 years ago
  33. 5031403 Merge tag 'extcon-fixes-for-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus by Greg Kroah-Hartman · 9 years ago
  34. d32dc9a irqchip/atmel-aic5: Use per chip mask caches in mask/unmask() by Ludovic Desroches · 9 years ago
  35. babc305e2 mac80211: reset CQM history upon reconfiguration by Sara Sharon · 9 years ago
  36. 2df1b13 mac80211: fix VHT MCS mask array overrun by Johannes Berg · 9 years ago
  37. 208473c ARM: wire up new syscalls by Russell King · 9 years ago
  38. cc8e4fc xhci: init command timeout timer earlier to avoid deleting it uninitialized by Mathias Nyman · 9 years ago
  39. dca7794 xhci: change xhci 1.0 only restrictions to support xhci 1.1 by Mathias Nyman · 9 years ago
  40. 448116b usb: xhci: exit early in xhci_setup_device() if we're halted or dying by Roger Quadros · 9 years ago
  41. 8c24d6d usb: xhci: stop everything on the first call to xhci_stop by Roger Quadros · 9 years ago
  42. e5bfeab usb: xhci: Clear XHCI_STATE_DYING on start by Roger Quadros · 9 years ago
  43. 85ac90f usb: xhci: lock mutex on xhci_stop by Roger Quadros · 9 years ago
  44. 2b7627b xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM by Tomer Barletz · 9 years ago
  45. a6809ff xhci: give command abortion one more chance before killing xhci by Mathias Nyman · 9 years ago
  46. ff30cbc usb: Use the USB_SS_MULT() macro to get the burst multiplier. by Mathias Nyman · 9 years ago
  47. 01f4fd2 Merge tag 'fixes-for-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 9 years ago
  48. bcee19f Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  49. 29c6852 inet: fix races in reqsk_queue_hash_req() by Eric Dumazet · 9 years ago
  50. ed2e923 tcp/dccp: fix timewait races in timer handling by Eric Dumazet · 9 years ago
  51. 4c5d283 sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new() by Sowmini Varadhan · 9 years ago
  52. 5eb8f28 geneve: remove vlan-related feature assignment by John W. Linville · 9 years ago
  53. 4a476bd usbnet: New driver for QinHeng CH9200 devices by Matthew Garrett · 9 years ago
  54. 4f8d0bb Merge branch 'phy-of-autoload' by David S. Miller · 9 years ago
  55. 1ccb141 net: phy: mdio-gpio: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  56. 2f90a30 net: phy: mdio-bcm-unimac: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  57. a11d558 Merge branch 'net-of-autoload' by David S. Miller · 9 years ago
  58. ebd8ebf net: moxa: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  59. 23860063 net: gianfar_ptp: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  60. e8048e5 net: bcmgenet: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  61. 46d5a34 net: systemport: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  62. c7d778f net: arc: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  63. 16651fc Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', 'regulator/fix/pbias', 'regulator/fix/tpx65218' and 'regulator/fix/vexpress' into regulator-linus by Mark Brown · 9 years ago
  64. 4e2e986 Merge remote-tracking branch 'regulator/fix/core' into regulator-linus by Mark Brown · 9 years ago
  65. 50745b0 Btrfs: Direct I/O: Fix space accounting by chandan · 9 years ago
  66. a66c275b usb: dwc3: gadget: Fix BUG in RT config by Roger Quadros · 9 years ago
  67. b431ba8 usb: musb: fix cppi channel teardown for isoch transfer by Bin Liu · 9 years ago
  68. 8fb7ab5 usb: phy: isp1301: Export I2C module alias information by Javier Martinez Canillas · 9 years ago
  69. 51b91b7 usb: gadget: drop null test before destroy functions by Julia Lawall · 9 years ago
  70. 9a9ce1d usb: gadget: dummy_hcd: in transfer(), return data sent, not limit by Igor Kotrasinski · 9 years ago
  71. e42bd6a usb: gadget: dummy_hcd: fix rescan logic for transfer by Igor Kotrasinski · 9 years ago
  72. 5dda5be usb: gadget: dummy_hcd: fix unneeded else-if condition by Igor Kotrasinski · 9 years ago
  73. 21c3ee9 usb: gadget: dummy_hcd: emulate sending zlp in packet logic by Igor Kotrasinski · 9 years ago
  74. b8239dc usb: musb: dsps: fix polling in device-only mode by Bin Liu · 9 years ago
  75. cf261fd usb: gadget: atmel_usba_udc: add ep capabilities support on device tree binding by Sylvain Rochet · 9 years ago
  76. ac2fc4b Merge tag 'renesas-sh-drivers-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas by Linus Torvalds · 9 years ago
  77. 90a835f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  78. 09185e2 hwrng: xgene - fix handling platform_get_irq by Andrzej Hajda · 9 years ago
  79. 17762c5 crypto: qat - VF should never trigger SBR on PH by Conor McLoughlin · 9 years ago
  80. cfcd227 crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requests by Thomas Petazzoni · 9 years ago
  81. 793b8bf powerpc: Wire up sys_membarrier() by Michael Ellerman · 9 years ago
  82. 95d0be6 drm/i915: fix kernel-doc warnings in intel_audio.c by Geliang Tang · 9 years ago
  83. f4513b0 extcon: Fix attached value returned by is_extcon_changed by Hans de Goede · 9 years ago
  84. 1f770c0 netlink: Fix autobind race condition that leads to zero port ID by Herbert Xu · 9 years ago
  85. ca1c4b7 Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvsc by Dexuan Cui · 9 years ago
  86. 5964db0 mei: fix debugfs files leak on error path by Tomas Winkler · 9 years ago
  87. 3ea7924 macvtap: fix TUNSETSNDBUF values > 64k by Michael S. Tsirkin · 9 years ago
  88. 3afb112 KVM: x86: trap AMD MSRs for the TSeg base and mask by Paolo Bonzini · 9 years ago
  89. 83cf9a2 ip6tunnel: make rx/tx bytes counters consistent by Nicolas Dichtel · 9 years ago
  90. bc22a0e iptunnel: make rx/tx bytes counters consistent by Nicolas Dichtel · 9 years ago
  91. ac81374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  92. 4e3ae00 tipc: reinitialize pointer after skb linearize by Erik Hugne · 9 years ago
  93. aab0c0e Revert "net/phy: Add Vitesse 8641 phy ID" by Kevin Hao · 9 years ago
  94. 7a8a8e7 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout() by David Woodhouse · 9 years ago
  95. fc27bd1 8139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings() by David Woodhouse · 9 years ago
  96. 0315e38 net: Fix behaviour of unreachable, blackhole and prohibit routes by Nikola Forró · 9 years ago
  97. ba5ca78 bna: check for dma mapping errors by Ivan Vecera · 9 years ago
  98. 2259f96 NFSv4.x/pnfs: Don't try to recover stateids twice in layoutget by Trond Myklebust · 9 years ago
  99. 24311f8 NFSv4: Recovery of recalled read delegations is broken by Trond Myklebust · 9 years ago
  100. b7f76ea security: fix typo in security_task_prctl by Jann Horn · 9 years ago