doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_eal / common / eal_common_bus.c
2019-07-29 Hemant Agrawaleal: replace license text with SPDX tag
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-07-05 Ben Walkereal: compute IOVA mode based on PA availability
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-15 Jeff Guobus: add helper to handle sigbus
2018-04-04 Bruce Richardsonconvert snprintf to strlcpy
2017-10-26 Gaetan Rivetbus: include debug header
2017-10-25 Gaetan Rivetbus: skip useless iterations in find function
2017-10-11 Shreyansh Jainbus: ignore scan and probe failures
2017-10-06 Santosh Shuklabus: get IOMMU class
2017-07-10 Shreyansh Jainupdate NXP copyright headers
2017-07-08 Gaetan Rivetbus: add helper to find a bus from a device name
2017-07-08 Thomas Monjalonbus: fix driver registration
2017-07-08 Stephen Hemmingerbus: simplify finding starting point
2017-07-03 Jan Blunckbus: introduce device plug/unplug
2017-07-03 Jan Blunckbus: add helper to find bus by name
2017-07-03 Jan Blunckbus: add helper to find which bus holds a device
2017-07-03 Jan Blunckbus: require to implement device finding
2017-07-03 Jan Blunckbus: add iterator to find a bus
2017-04-14 Jan Blunckeal: probe new virtual bus after other bus devices
2017-01-19 Shreyansh Jainbus: add probing
2017-01-19 Shreyansh Jainbus: add scanning
2017-01-19 Shreyansh Jainbus: introduce bus abstraction