Age | Commit message (Expand) | Author | Files | Lines |
2021-07-23 | plugins/cache: Fixed "function decl. is not a prototype" warnings | Mahmoud Mandour | 1 | -3/+3 |
2021-07-23 | plugins/cache: limited the scope of a mutex lock | Mahmoud Mandour | 1 | -2/+1 |
2021-07-23 | plugins/cache: Fixed a bug with destroying FIFO metadata | Mahmoud Mandour | 1 | -1/+1 |
2021-07-23 | contrib/gitdm: add more individual contributor entries. | Alex Bennée | 2 | -0/+6 |
2021-07-23 | contrib/gitdm: add a new interns group-map for GSoC/Outreachy work | Alex Bennée | 1 | -0/+13 |
2021-07-23 | contrib/gitdm: add an explicit academic entry for BU | Alex Bennée | 1 | -0/+3 |
2021-07-23 | contrib/gitdm: add group-map for Netflix | Alex Bennée | 1 | -0/+5 |
2021-07-23 | contrib/gitdm: add domain-map for NVIDIA | Alex Bennée | 1 | -0/+1 |
2021-07-23 | contrib/gitdm: add domain-map for Crudebyte | Alex Bennée | 1 | -0/+1 |
2021-07-23 | contrib/gitdm: un-ironically add a mapping for LWN | Alex Bennée | 1 | -0/+1 |
2021-07-23 | contrib/gitdm: add domain-map/group-map for Wind River | Alex Bennée | 2 | -0/+2 |
2021-07-23 | contrib/gitdm: add domain-map for Eldorado | Alex Bennée | 1 | -0/+1 |
2021-07-23 | contrib/gitdm: add domain-map/group-map mappings for Samsung | Alex Bennée | 2 | -0/+2 |
2021-07-23 | contrib/gitdm: add a group mapping for robot scanners | Alex Bennée | 1 | -0/+7 |
2021-07-23 | contrib/gitdm: add domain-map for MontaVista | Alex Bennée | 1 | -0/+1 |
2021-07-23 | contrib/gitdm: add some new aliases to fix up commits | Alex Bennée | 1 | -0/+3 |
2021-07-14 | plugins/cache: Added FIFO and LRU eviction policies | Mahmoud Mandour | 1 | -13/+190 |
2021-07-14 | plugins/cache: Enable cache parameterization | Mahmoud Mandour | 1 | -1/+46 |
2021-07-14 | plugins: Added a new cache modelling plugin | Mahmoud Mandour | 2 | -0/+420 |
2021-07-14 | contrib/plugins: add execlog to log instruction execution and memory access | Alexandre Iooss | 2 | -0/+154 |
2021-07-14 | contrib/plugins: enable -Wall for building plugins | Alex Bennée | 1 | -1/+1 |
2021-07-09 | meson: fix missing preprocessor symbols | Paolo Bonzini | 1 | -1/+1 |
2021-06-15 | vhost-user-gpu: reorder free calls. | Gerd Hoffmann | 1 | -1/+1 |
2021-05-27 | vhost-user-gpu: abstract vg_cleanup_mapping_iov | Li Qiang | 3 | -9/+26 |
2021-05-27 | vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546) | Li Qiang | 1 | -0/+4 |
2021-05-27 | vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-... | Li Qiang | 1 | -1/+4 |
2021-05-27 | vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544) | Li Qiang | 1 | -0/+7 |
2021-05-27 | vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3... | Li Qiang | 1 | -0/+1 |
2021-05-27 | vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544) | Li Qiang | 1 | -0/+5 |
2021-05-27 | vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544) | Li Qiang | 1 | -0/+1 |
2021-05-27 | vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-... | Li Qiang | 1 | -0/+1 |
2021-05-14 | Fix build with 64 bits time_t | Fabrice Fontaine | 1 | -2/+6 |
2021-03-26 | vhost-user-gpu: fix cursor move/update | Marc-André Lureau | 1 | -6/+12 |
2021-03-26 | vhost-user-gpu: fix vugbm_device_init fallback | Marc-André Lureau | 3 | -30/+22 |
2021-03-26 | vhost-user-gpu: glFlush before notifying clients | Marc-André Lureau | 2 | -1/+4 |
2021-03-20 | contrib: ivshmem client and server build fix for SunOS. | David CARLIER | 2 | -12/+12 |
2021-03-17 | plugins: Expose physical addresses instead of device offsets | Aaron Lindsay | 2 | -2/+2 |
2021-02-18 | contrib: Open brace '{' following struct go on the same line | zhouyang | 1 | -2/+1 |
2021-02-18 | contrib: space required after that ',' | zhouyang | 1 | -6/+6 |
2021-02-18 | contrib: Add spaces around operator | zhouyang | 1 | -1/+1 |
2021-02-18 | contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar" | zhouyang | 1 | -1/+1 |
2021-02-18 | contrib: Don't use '#' flag of printf format | zhouyang | 4 | -6/+6 |
2021-02-18 | plugins: new hwprofile plugin | Alex Bennée | 2 | -0/+306 |
2021-02-04 | vhost-user-gpu: handle display-info in a callback | Marc-André Lureau | 1 | -6/+27 |
2021-02-04 | vhost-user-gpu: use an extandable state enum for commands | Marc-André Lureau | 3 | -6/+12 |
2021-02-04 | vhost-user-gpu: handle vhost-user-gpu features in a callback | Marc-André Lureau | 2 | -11/+28 |
2021-01-20 | elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE | Jiaxun Yang | 3 | -14/+14 |
2021-01-02 | libiscsi: convert to meson | Paolo Bonzini | 1 | -1/+1 |
2021-01-02 | curl: convert to meson | Paolo Bonzini | 1 | -1/+1 |
2020-12-18 | contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid() | AlexChen | 1 | -1/+1 |