summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-26Fix github actionSuren A. Chilingaryan
2023-05-26Try to make github generate Doxygen documentationSuren A. Chilingaryan
2023-05-25Add PCILIB_DATA_DIR to pictool.pcSuren A. Chilingaryan
2023-05-25Tolerate some missing bits in the plugin descriptionSuren A. Chilingaryan
2021-03-02Made GCC Version Detection in Driver Makefile more robustTimo Dritschler
2021-03-02Added patch for Kernel 5.8.0+Timo Dritschler
mmap_sem renamed to mmap_lock https://github.com/torvalds/linux/commit/da1c55f1b272f4bd54671d459b39ea7b54944ef9
2020-07-09Added compatibility for Kernel 5.5+Timo Dritschler
ioremap_nocache and ioremap are now identical https://lore.kernel.org/linux-mips/20191209194819.GA28157@lst.de/T/
2019-11-28Check for new definition guard in glibcTimo Dritschler
Updated versions of glibc use a linux/time.h compliant definition guard https://sourceware.org/git/?p=glibc.git;a=commit;h=c1c2848b572ea7f92b7fa81dd5b1b9ef7c69b83b
2019-11-28Made CMake inline scrip Python 3 compliantTimo Dritschler
2019-11-28Converted from bzr repo to git repoTimo Dritschler
2019-08-25Due to active back-porting in Linux LTS branches, there are some ↵Suren A. Chilingaryan
comptaibility issues in the driver. This adds support for kernel 4.4.159
2018-07-06Added patch to r221 enabling kmem writes (for future reference)Suren A. Chilingaryan
2018-03-22Fix elif -> elseSuren A. Chilingaryan
2018-02-11Support kernel 4.12 by TimoSuren A. Chilingaryan
2017-08-16Read DMA version for HighFlex based ipecamera (may break older cameras)Suren A. Chilingaryan
2017-08-16Merge minor fixes from camera/pcitoolSuren A. Chilingaryan
2017-06-14Only set pgprot_noncached for consistent buffersSuren A. Chilingaryan
2017-06-14Support kernels up to 4.9 (patch provided by Timo)Suren A. Chilingaryan
2016-11-24Reduce number of DMA pages used by IPEDMA engine to address current hardware ↵Suren A. Chilingaryan
limit of 1023
2016-08-25Fix ABI versionSuren A. Chilingaryan
2016-08-25Require uthash-devel instead of uthashSuren A. Chilingaryan
2016-08-03Fix cmake configuration while building without pcitoolSuren A. Chilingaryan
2016-05-14Fix handling of vm_pgoff in the driverSuren A. Chilingaryan
2016-05-14Allow mapping of arbitrary memory areasSuren A. Chilingaryan
2016-04-09Fix driver installation on UbuntuSuren A. Chilingaryan
2016-04-07Fix driver compilation on Ubuntu 14.04Suren A. Chilingaryan
2016-04-06Further fixes for out-of-source compilationSuren A. Chilingaryan
2016-04-06Fix building of driver if pcilib is built out-of-sourceSuren A. Chilingaryan
2016-04-06Fix also building of driver for bazaar-exported zip archivesSuren A. Chilingaryan
2016-04-06Fix wrong include in devices.xsdSuren A. Chilingaryan
2016-04-06Fix build if the source was exported from bazaar as zip archive (i.e. .bzr ↵Suren A. Chilingaryan
directory is missing and build.h is not present)
2016-04-06Use linux/scatterlist.h instead of asm/scatterlist.hSuren A. Chilingaryan
2016-04-06Fix driver compilation when bazaar is missing in the systemSuren A. Chilingaryan
2016-04-06Fix compilation of rdma.c in the driverSuren A. Chilingaryan
2016-03-22Fix pcitool getting RAW data and returning STANDARDSuren A. Chilingaryan
2016-03-22Resolve also not page-algined BAR addresses in the driverSuren A. Chilingaryan
2016-03-22Crticial fix in IPEDMA resulting in spurious data generated, due to not ↵Suren A. Chilingaryan
finished migration to new versioning scheme in hardware
2016-03-22Better detection of Python site-dirSuren A. Chilingaryan
2016-03-16Use GNUInstallDirsSuren A. Chilingaryan
2016-03-16Use GNUInstallDirs to detect install directories (should fix problems on ↵Suren A. Chilingaryan
Debian/Ubuntu)
2016-03-15Fixed a minor typo in CMakeLists.txtSuren A. Chilingaryan
2016-03-09Enforce 4 digits in XML representation of vendor and device idsSuren A. Chilingaryan
2016-03-08Fix device detection codeSuren A. Chilingaryan
2016-03-08Add missing typedef to the pcilib_error_tSuren A. Chilingaryan
2016-03-08Fix dist_clean targetSuren A. Chilingaryan
2016-03-08Improve search routing looking up gcc suitable to compile kernelSuren A. Chilingaryan
2016-03-08Fix dkms configurationSuren A. Chilingaryan
2016-03-08Support XML configuration of device modelsSuren A. Chilingaryan
2016-03-07New IPEDMA versioningSuren A. Chilingaryan
2016-03-06Fix dkms configurationSuren A. Chilingaryan