Age | Commit message (Expand) | Author | Files | Lines |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -1/+1 |
2018-10-25 | pmalloc: support for 4K pages | Damjan Marion | 1 | -1/+1 |
2018-10-24 | vlib: Fix pci io bar read/write fd leak | Mohsin Kazmi | 1 | -0/+6 |
2018-10-23 | vlib: Add support for pci io read/write | Mohsin Kazmi | 1 | -19/+79 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 4 | -345/+68 |
2018-10-23 | c11 safe string handling support | Dave Barach | 2 | -9/+9 |
2018-10-22 | vlib: pci improvements | Damjan Marion | 3 | -106/+150 |
2018-10-16 | Fix coverity issue for potentially overflowing of page size | Haiyang Tan | 2 | -3/+3 |
2018-10-05 | vfio: don't display error if no pci devices are assigned to container | Damjan Marion | 1 | -3/+4 |
2018-09-27 | Add logging to vfio code | Damjan Marion | 2 | -3/+23 |
2018-07-20 | physmem: fix alloc when dlmaloc is used | Damjan Marion | 1 | -1/+5 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -1/+24 |
2018-06-27 | gcc8 and Wstringop-truncation | Marco Varlese | 1 | -2/+4 |
2018-06-13 | add end of string for format name in unix_physmem_region_alloc | lollita liu | 1 | -1/+1 |
2018-03-29 | Coverity fixes (VPP-1204) | Chris Luke | 1 | -1/+2 |
2018-03-26 | vlib: add support for vfio no-iommu mode | Damjan Marion | 3 | -33/+48 |
2018-03-09 | Correct address calculation for VPP-1168 | Lee Roberts | 1 | -1/+1 |
2018-03-09 | dpdk: move DPDK vfio hack to dpdk plugin | Damjan Marion | 3 | -48/+3 |
2018-03-07 | fix physmem mappings | Damjan Marion | 1 | -0/+2 |
2018-03-05 | physmem: keep only one physmem_main | Damjan Marion | 2 | -5/+5 |
2018-03-05 | vlib: add functions to dynamically open/close PCI device | Damjan Marion | 1 | -3/+121 |
2018-03-05 | vlib: vfio code rework | Damjan Marion | 4 | -210/+387 |
2018-03-05 | vlib: rework PCI INTx support | Damjan Marion | 1 | -96/+72 |
2018-03-04 | vlib: add PCI MSI-X interrupt support (vfio only) | Damjan Marion | 1 | -5/+183 |
2018-03-04 | vlib: map pci region by using vfio FD when vfio is used | Damjan Marion | 1 | -41/+83 |
2018-03-04 | vlib: fix vlib_pci_get_device_info on when not running as root | Damjan Marion | 1 | -4/+2 |
2018-02-26 | vlib: use vfio fd for accessing PCI config space | Damjan Marion | 1 | -32/+29 |
2018-02-18 | vlib: fix pci init | Damjan Marion | 1 | -2/+1 |
2018-01-09 | physmem: fix physmem allocation on kernels without NUMA support | Damjan Marion | 1 | -2/+2 |
2017-12-14 | pci: auto-detect right vfio/uio driver | Damjan Marion | 1 | -0/+55 |
2017-12-13 | physmem: fix bug in detection of cross page boundary allocations | Damjan Marion | 1 | -2/+2 |
2017-12-10 | vlib: fix issues in the new pci code reported by coverity | Damjan Marion | 1 | -6/+12 |
2017-12-09 | vlib: PCI rework to support VFIO | Damjan Marion | 1 | -272/+646 |
2017-10-31 | physmem: register region with IOMMU | Damjan Marion | 1 | -0/+57 |
2017-10-25 | vlib: add support for multiple buffer pools | Damjan Marion | 1 | -5/+0 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) | Chris Luke | 1 | -1/+1 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function | Damjan Marion | 5 | -530/+39 |
2017-09-12 | physmem: remove debug leftovers | Damjan Marion | 1 | -1/+0 |
2017-09-09 | move unix_file_* code to vppinfra | Damjan Marion | 1 | -7/+6 |
2017-09-08 | physmem: make fake allocation non-fatal if we cannot pick numa node | Damjan Marion | 1 | -4/+11 |
2017-09-08 | vlib: move linux-specific code to vlib/linux | Damjan Marion | 5 | -0/+1429 |