1. 3f2ed81 tools: PCI: Add a userspace tool to test PCI endpoint by Kishon Vijay Abraham I · 8 years ago
  2. 0cfb512 Documentation: misc-devices: Add Documentation for pci-endpoint-test driver by Kishon Vijay Abraham I · 8 years ago
  3. 2c156ac misc: Add host side PCI driver for PCI test function device by Kishon Vijay Abraham I · 8 years ago
  4. 984c307 PCI: Add device IDs for DRA74x and DRA72x by Kishon Vijay Abraham I · 8 years ago
  5. 66abca1 dt-bindings: PCI: dra7xx: Add DT bindings to enable unaligned access by Kishon Vijay Abraham I · 8 years ago
  6. f7a2757 PCI: dwc: dra7xx: Workaround for errata id i870 by Kishon Vijay Abraham I · 8 years ago
  7. 40cc72e dt-bindings: PCI: dra7xx: Add DT bindings for PCI dra7xx EP mode by Kishon Vijay Abraham I · 8 years ago
  8. 608793e PCI: dwc: dra7xx: Add EP mode support by Kishon Vijay Abraham I · 8 years ago
  9. 5ffd90a PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled independently by Kishon Vijay Abraham I · 8 years ago
  10. b12befe dt-bindings: PCI: Add DT bindings for PCI designware EP mode by Kishon Vijay Abraham I · 8 years ago
  11. f8aed6e PCI: dwc: designware: Add EP mode support by Kishon Vijay Abraham I · 8 years ago
  12. 1357053 Documentation: PCI: Add binding documentation for pci-test endpoint function by Kishon Vijay Abraham I · 8 years ago
  13. 349e7a8 PCI: endpoint: functions: Add an EP function to test PCI by Kishon Vijay Abraham I · 8 years ago
  14. 42fc2ac6 Documentation: PCI: Add specification for the *PCI test* function device by Kishon Vijay Abraham I · 8 years ago
  15. 3a401a2 PCI: endpoint: Create configfs entry for EPC device and EPF driver by Kishon Vijay Abraham I · 8 years ago
  16. bea37d3 Documentation: PCI: Guide to use PCI endpoint configfs by Kishon Vijay Abraham I · 8 years ago
  17. d746799 PCI: endpoint: Introduce configfs entry for configuring EP functions by Kishon Vijay Abraham I · 8 years ago
  18. a8a5be0 Documentation: PCI: Guide to use PCI Endpoint Core Layer by Kishon Vijay Abraham I · 8 years ago
  19. 5e8cb40 PCI: endpoint: Add EP core layer to enable EP controller and EP functions by Kishon Vijay Abraham I · 7 years ago
  20. d4c7d1a PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe by Keerthy · 8 years ago
  21. edd45e3 PCI: dwc: designware: Move _unroll configurations to a separate function by Kishon Vijay Abraham I · 8 years ago
  22. a509d7d PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes by Kishon Vijay Abraham I · 8 years ago
  23. b50b2db PCI: dwc: all: Modify dbi accessors to take dbi_base as argument by Kishon Vijay Abraham I · 8 years ago
  24. 62c5549f PCI: dwc: artpec6: Populate cpu_addr_fixup ops by Kishon Vijay Abraham I · 8 years ago
  25. 2ed6cc7 PCI: dwc: dra7xx: Populate cpu_addr_fixup ops by Kishon Vijay Abraham I · 8 years ago
  26. a660083 PCI: dwc: designware: Add new *ops* for CPU addr fixup by Kishon Vijay Abraham I · 8 years ago
  27. 1b497e6 PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq() by Dan Carpenter · 8 years ago
  28. dbe4a09 PCI: dwc: Unindent dw_handle_msi_irq() loop by Bjorn Helgaas · 8 years ago
  29. 794a860 PCI: dwc: Fix dw_pcie_ops NULL pointer dereference by Niklas Cassel · 7 years ago
  30. 6665f8a PCI: dwc: Select PCI_HOST_COMMON for hisi by Arnd Bergmann · 7 years ago
  31. feb199e PCI: thunder-pem: Fix legacy firmware PEM-specific resources by Tomasz Nowicki · 7 years ago
  32. 9abb27c PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host controller by Tomasz Nowicki · 8 years ago
  33. 81caa91 PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controller by Tomasz Nowicki · 8 years ago
  34. 6e347b5 PCI: iproc: Save host bridge window resource in struct iproc_pcie by Bjorn Helgaas · 8 years ago
  35. 3bd7db6 PCI/ASPM: Always set link->downstream to avoid NULL dereference on remove by Yinghai Lu · 8 years ago
  36. 0d5370d PCI: Prevent VPD access for QLogic ISP2722 by Ethan Zhao · 8 years ago
  37. 544714d PCI: exynos: Initialize elbi_base even when using PHY framework by Jaehoon Chung · 8 years ago
  38. c1ae3cf Linux 4.11-rc1 by Linus Torvalds · 8 years ago
  39. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  40. 2d62e07 Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  41. be834aa Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  42. 91aff98 Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  43. 33a8b3e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  44. 0710f3f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  45. a3b4924 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  46. f78ef7c strparser: destroy workqueue on module exit by WANG Cong · 8 years ago
  47. 20b83643 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  48. 0b94da8 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  49. e27fd02 Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  50. f47e2db Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  51. 606ed72 Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  52. a1a0db3 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  53. 0a040b2 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  54. fd5d666 Documentation/sphinx: fix primary_domain configuration by John Keeping · 8 years ago
  55. f3fc83e docs: Fix htmldocs build failure by Martyn Welch · 8 years ago
  56. 9857b1a doc/ko_KR/memory-barriers: Update control-dependencies section by SeongJae Park · 8 years ago
  57. 2eb6a4b pcieaer doc: update the link by Cao jin · 8 years ago
  58. d3c1a297 Documentation: Update path to sysrq.txt by Krzysztof Kozlowski · 8 years ago
  59. 4e66c42 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  60. e58bc92 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  61. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  62. e0d0722 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  63. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  64. 7876991 Merge tag 'linux-kselftest-4.11-rc1-urgent_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  65. 4511555 Merge branch 'sfx-fixes' by David S. Miller · 8 years ago
  66. 6d43131 sfc: fix IPID endianness in TSOv2 by Edward Cree · 8 years ago
  67. d0346b0 sfc: avoid max() in array size by Edward Cree · 8 years ago
  68. 48051c3 Merge tag 'linux-can-fixes-for-4.11-20170303' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 8 years ago
  69. a8d63a5 rds: remove unnecessary returned value check by Zhu Yanjun · 8 years ago
  70. 37411ca rxrpc: Fix potential NULL-pointer exception by David Howells · 8 years ago
  71. b3b6157 Merge branch 'nfp-fixes' by David S. Miller · 8 years ago
  72. d58cebb nfp: correct DMA direction in XDP DMA sync by Jakub Kicinski · 8 years ago
  73. 9383b33 nfp: don't tell FW about the reserved buffer space by Jakub Kicinski · 8 years ago
  74. e285998 Merge branch 'bgmac-fixes' by David S. Miller · 8 years ago
  75. fa42245 net: ethernet: bgmac: mac address change bug by Hari Vyas · 8 years ago
  76. 1620652 net: ethernet: bgmac: init sequence bug by Jon Mason · 8 years ago
  77. 2ddbcea Merge branch 'xen-netback-fixes' by David S. Miller · 8 years ago
  78. a254d8f xen-netback: don't vfree() queues under spinlock by Paul Durrant · 8 years ago
  79. d67ce7d xen-netback: keep a local pointer for vif in backend_disconnect() by Paul Durrant · 8 years ago
  80. f7bb3d8 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 8 years ago
  81. 25e94a9 netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() fails by Pablo Neira Ayuso · 8 years ago
  82. f912135 netfilter: nft_set_rbtree: incorrect assumption on lower interval lookups by Pablo Neira Ayuso · 8 years ago
  83. da2f27e netfilter: nf_conntrack_sip: fix wrong memory initialisation by Christophe Leroy · 8 years ago
  84. 66ddb82 can: flexcan: fix typo in comment by Marc Kleine-Budde · 8 years ago
  85. 7c42631 can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer by Marc Kleine-Budde · 8 years ago
  86. 540a27a can: gs_usb: fix coding style by Ethan Zonca · 8 years ago
  87. c919a30 can: gs_usb: Don't use stack memory for USB transfers by Ethan Zonca · 8 years ago
  88. ef65aae smb2: Enforce sec= mount option by Sachin Prabhu · 8 years ago
  89. 284316d CIFS: Fix sparse warnings by Steve French · 8 years ago
  90. c74042f ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache lines by Alexander Duyck · 8 years ago
  91. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  92. c82be9d Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  93. 3f80dd6 Merge tag 'acpi-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  94. 080e416 Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  95. d3aa9c9 ixgbe: update the rss key on h/w, when ethtool ask for it by Paolo Abeni · 8 years ago
  96. 5eca1c1 sched/headers: Clean up <linux/sched.h> by Ingo Molnar · 8 years ago
  97. 7f5f8e8 sched/headers: Remove #ifdefs from <linux/sched.h> by Ingo Molnar · 8 years ago
  98. ee6a3d1 sched/headers: Remove the <linux/topology.h> include from <linux/sched.h> by Ingo Molnar · 8 years ago
  99. 283cb90 sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h> by Ingo Molnar · 8 years ago
  100. 1a79a72 sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/apic.h> by Ingo Molnar · 8 years ago