Age | Commit message (Expand) | Author |
2018-06-28 | numa: report all DIMM/NVDIMMs as plugged memory | David Hildenbrand |
2018-06-28 | hostmem: drop error variable from host_memory_backend_get_memory() | David Hildenbrand |
2018-05-30 | qmp: add set-numa-node command | Igor Mammedov |
2018-05-30 | numa: split out NumaOptions parsing into set_numa_options() | Igor Mammedov |
2018-05-30 | numa: postpone options post-processing till machine_run_board_init() | Igor Mammedov |
2018-05-30 | numa: clarify error message when node index is out of range in -numa dist, ... | Igor Mammedov |
2018-05-09 | memdev: remove "id" property | Paolo Bonzini |
2018-05-07 | pc-dimm: factor out MemoryDevice interface | David Hildenbrand |
2018-04-27 | Clear mem_path if we fall back to anonymous RAM allocation | David Gibson |
2018-03-20 | qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList | Haozhong Zhang |
2018-03-20 | pc-dimm: make qmp_pc_dimm_device_list() sort devices by address | Haozhong Zhang |
2018-03-08 | numa: we don't implement NUMA for s390x | David Hildenbrand |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-05 | qemu: improve hugepage allocation failure message | Marcelo Tosatti |
2018-01-19 | hostmem-file: add "align" option | Haozhong Zhang |
2017-12-18 | numa: remove unused #include | Philippe Mathieu-Daudé |
2017-12-15 | spapr: replace numa_get_node() with lookup in pc-dimm list | Igor Mammedov |
2017-11-16 | NUMA: Enable adding NUMA node implicitly | Dou Liyang |
2017-10-27 | numa: fixup parsed NumaNodeOptions earlier | Igor Mammedov |
2017-09-19 | NUMA: Replace MAX_NODES with nb_numa_nodes in for loop | Dou Liyang |
2017-09-14 | hmp: extend "info numa" with hotplugged memory information | Vadim Galitsyn |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-06-20 | numa: use get_uint() for "size" property | Marc-André Lureau |
2017-06-05 | numa: make sure that all cpus have has_node_id set if numa is enabled | Igor Mammedov |
2017-06-05 | numa: move default mapping init to machine | Igor Mammedov |
2017-06-05 | numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr | Igor Mammedov |
2017-05-30 | numa: Fix format string for "Invalid node" message | Eduardo Habkost |
2017-05-15 | Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int... | Stefan Hajnoczi |
2017-05-11 | numa: add '-numa cpu,...' option for property based node mapping | Igor Mammedov |
2017-05-11 | numa: remove node_cpu bitmaps as they are no longer used | Igor Mammedov |
2017-05-11 | numa: use possible_cpus for not mapped CPUs check | Igor Mammedov |
2017-05-11 | numa: remove no longer need numa_post_machine_init() | Igor Mammedov |
2017-05-11 | tests: numa: add case for QMP command query-cpus | Igor Mammedov |
2017-05-11 | numa: do default mapping based on possible_cpus instead of node_cpu bitmaps | Igor Mammedov |
2017-05-11 | numa: mirror cpu to node mapping in MachineState::possible_cpus | Igor Mammedov |
2017-05-11 | numa: add check that board supports cpu_index to node mapping | Igor Mammedov |
2017-05-11 | numa: move source of default CPUs to NUMA node mapping into boards | Igor Mammedov |
2017-05-11 | numa: equally distribute memory on nodes | Laurent Vivier |
2017-05-11 | numa: Allow setting NUMA distance for different NUMA nodes | He Chen |
2017-05-07 | Remove reduntant qemu: from error functions | Ishani Chugh |
2017-03-22 | numa,spapr: align default numa node memory size to 256MB | Laurent Vivier |
2017-02-22 | numa: Flatten simple union NumaOptions | Markus Armbruster |
2017-01-16 | ramblock-notifier: new | Paolo Bonzini |
2017-01-12 | numa: make -numa parser dynamically allocate CPUs masks | Igor Mammedov |
2017-01-12 | monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends | Igor Mammedov |
2016-10-10 | numa: reduce code duplication by adding helper numa_get_node_for_cpu() | Igor Mammedov |
2016-08-07 | numa: do not leak NumaOptions | Marc-André Lureau |
2016-08-02 | numa: set the memory backend "is_mapped" field | Greg Kurz |
2016-07-06 | opts-visitor: Favor new visit_free() function | Eric Blake |