devtools: pass custom options to checkpatch
[dpdk.git] / drivers / raw /
2019-07-04 Andy Peiraw/ifpga: fix unintentional integer overflow
2019-07-04 Tianfei Zhangraw/ifpga/base: fix retimer link status
2019-07-04 Tianfei Zhangraw/ifpga/base: fix physical address info
2019-07-04 Tianfei Zhangraw/ifpga/base: fix bit fields definition
2019-07-04 Tianfei Zhangraw/ifpga/base: fix logically dead code
2019-07-04 Tianfei Zhangraw/ifpga/base: fix use of untrusted scalar value
2019-07-04 Bruce Richardsonraw/ioat: add local API to perform copies
2019-07-04 Bruce Richardsonraw/ioat: add statistics functions
2019-07-04 Bruce Richardsonraw/ioat: add configure, start and stop functions
2019-07-04 Bruce Richardsonraw/ioat: add device info function
2019-07-04 Bruce Richardsonraw/ioat: create device on probe and destroy on release
2019-07-04 Bruce Richardsonraw/ioat: add register definition file
2019-07-04 Bruce Richardsonraw/ioat: introduce IOAT driver
2019-07-02 Bruce Richardsondrivers: add reasons for components being disabled
2019-07-02 Bruce Richardsonrawdev: pass the device id as parameter to selftest
2019-07-02 Bruce Richardsonraw/skeleton: remove compile-time constant for device id
2019-07-01 Thinh Tranraw/skeleton: fix test of attribute set/get
2019-06-29 David Marchandraw/dpaa2_qdma: remove incorrect experimental tag
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-05-02 Li Qiangraw/ifpga: fix file descriptor leak in error path
2019-05-02 Hemant Agrawalraw/dpaa2_cmdif: remove driver name assignment
2019-05-02 Hemant Agrawalraw/dpaa2_qdma: fix spin lock release
2019-05-02 Hemant Agrawalraw/dpaa2_qdma: fix spin lock release
2019-05-02 Bruce Richardsonraw/dpaa2_cmdif: fix warnings with GCC 9
2019-05-02 Bruce Richardsonraw/skeleton: fix warnings with GCC 9
2019-04-22 Stephen Hemmingerdrivers: remove blank line at EOF
2019-04-19 Rosen Xuraw/ifpga: support ipn3ke
2019-04-19 Tianfei Zhangraw/ifpga/base: add prefix for feature and its ops
2019-04-19 Tianfei Zhangraw/ifpga/base: add version description
2019-04-19 Tianfei Zhangraw/ifpga/base: add eth group driver
2019-04-19 Tianfei Zhangraw/ifpga/base: add I2C and at24 EEPROM driver
2019-04-19 Tianfei Zhangraw/ifpga/base: add SPI and MAX10 device driver
2019-04-19 Tianfei Zhangraw/ifpga/base: store private features in FME and port
2019-04-19 Tianfei Zhangraw/ifpga/base: clean up
2019-04-05 Hemant Agrawalraw/dpaa2_qdma: support non prefetch mode
2019-04-05 Nipun Guptaraw/dpaa2: remove logs from datapath
2019-04-05 Hemant Agrawalraw/dpaa2_qdma: support RBP mode
2019-04-04 Hemant Agrawalraw/dpaa2_qdma: support burst mode
2019-04-04 Shreyansh Jainraw/dpaa2_qdma: fix to support multiprocess execution
2019-04-04 Hemant Agrawalraw/dpaa2_qdma: remove experimental tag from APIs
2019-04-04 David Marchanddrivers: remove Linux EAL from include path
2019-03-29 Andy Peiraw/ifpga: modify log output
2019-03-12 Bruce Richardsoneal/linux: rename linuxapp to linux
2019-01-18 Andy Peiraw/ifpga: fix memory leak
2019-01-14 Pallantla Poornimadrivers: fix sprintf with snprintf
2018-10-29 Ferruh Yigitdrivers: prefix global variables with module name
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-26 Rosen Xuraw/ifpga: check probing error
2018-10-24 Shreyansh Jainraw/skeleton: fix memory leak on test failure
2018-10-16 Hemant Agrawalbus/fslmc: upgrade mc FW APIs to 10.10.0
2018-10-16 Shreyansh Jainfslmc: enable dpaax library
2018-09-17 Luca Boccassiraw/ifpga: use -Wno-error=format-security for meson
2018-08-01 Shreyansh Jainraw/skeleton: implement queue count API
2018-07-26 Shreyansh Jainrawdev: remove experimental tag
2018-07-26 Bruce Richardsonbuild: fix meson build on FreeBSD
2018-07-12 Hemant Agrawalraw/dpaa2_qdma: fix IOVA as VA flag
2018-07-12 Hemant Agrawaldrivers: support function name in NXP logs
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-05-21 Tianfei Zhangraw/ifpga/base: fix an error return
2018-05-20 Gavin Huraw/ifpga: fix ARM build with clang
2018-05-14 Tianfei Zhangraw/ifpga/base: fix build with icc
2018-05-13 Shreyansh Jainraw/skeleton: remove dead code
2018-05-13 Shreyansh Jainraw/skeleton: fix resource leak in test
2018-05-11 Rosen Xuraw/ifpga: add Intel FPGA bus rawdev driver
2018-05-11 Tianfei Zhangraw/ifpga/base: add Intel FPGA OPAE share code
2018-05-08 Nipun Guptaraw/dpaa2_cmdif: support enqueue/dequeue operations
2018-05-08 Nipun Guptaraw/dpaa2_cmdif: add attribute get functionality
2018-05-08 Nipun Guptaraw/dpaa2_cmdif: introduce DPAA2 command interface...
2018-05-08 Nipun Guptaraw/dpaa2_qdma: support enqueue/dequeue operations
2018-05-08 Nipun Guptaraw/dpaa2_qdma: support configuration APIs
2018-05-08 Nipun Guptaraw/dpaa2_qdma: introduce the DPAA2 QDMA driver
2018-05-08 Nipun Guptadrivers/raw: support meson build
2018-02-06 Shreyansh Jainraw/skeleton: fix device start test
2018-01-31 Shreyansh Jainraw/skeleton: add test cases
2018-01-31 Shreyansh Jainraw/skeleton: introduce skeleton rawdev driver