aboutsummaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2023-07-12Add --loglevel argument for the run commandAlexandru Elisei1-0/+9
2023-07-12util: Use __pr_debug() instead of pr_info() to print debug messagesAlexandru Elisei1-0/+15
2023-07-12util: Make pr_err() return voidAlexandru Elisei2-14/+17
2022-06-09Add memcpy_fromiovec_safeJean-Philippe Brucker1-0/+31
2022-05-26util: include virtio UAPI headers in syncAndre Przywara1-0/+10
2022-05-06Add cpumask functionsAlexandru Elisei2-0/+296
2021-12-14riscv: Initial skeletal supportAnup Patel1-1/+1
2020-08-21update_headers.sh: Remove arm architectureAlexandru Elisei1-2/+1
2019-07-03update_headers.sh: arm64: Copy sve_context.h if availableDave Martin1-1/+13
2019-07-03update_headers.sh: Cleanly report failure on errorDave Martin1-0/+2
2019-07-03update_headers.sh: Add missing shell quotingDave Martin1-5/+5
2019-04-26disk/aio: Refactor AIO codeJean-Philippe Brucker1-36/+0
2019-02-01Makefile: Remove echoing of kvmtools version fileAndre Przywara1-1/+0
2019-01-22threadpool: Add cancel() functionJean-Philippe Brucker1-1/+24
2016-05-17kvmtool: add script for updating kernel headersAndre Przywara1-0/+35
2015-11-18provide generic read_file() implementationAndre Przywara1-0/+21
2015-07-20check for and use C library provided strlcpy and strlcatAndre Przywara1-0/+2
2015-06-01kvmtool: remove unneeded EXPORT_SYMBOL from iovec.cAndre Przywara1-5/+0
2015-06-01kvmtool: rbtree: get rid of module EXPORTsAndre Przywara1-12/+0
2015-06-01kvmtool: Copy Linux' rbtree implementationAndre Przywara1-0/+560
2015-06-01kvmtool: Remove references to top level kernel directoryAndre Przywara1-2/+2
2015-06-01kvm tools: Fix print format warningsAndreas Herrmann1-2/+2
2015-06-01kvm tools: steal iovec handling routines from the kernelSasha Levin1-0/+126
2015-06-01kvm tools: init: fix usage of hlist iteratorsMarc Zyngier1-4/+2
2015-06-01kvm tools: remove max_high field in rb_int_node structureMichel Lespinasse1-57/+1
2015-06-01kvm tools: rb_int_search_single simplificationMichel Lespinasse1-13/+5
2015-06-01kvm tools: ensure non-overlapping intervals in rb_int_insert()Michel Lespinasse1-5/+5
2015-06-01kvm tools: fix rbtree-interval searchKirill A. Shutemov1-1/+5
2015-06-01kvm tools: use mutex abstraction instead of pthread mutexSasha Levin1-4/+4
2015-06-01kvm tools: Specify names for VM internal threadsSasha Levin1-0/+2
2015-06-01kvm tools: Port to v3.7-rc1Ingo Molnar1-10/+39
2015-06-01kvm tools: use init/exit where possibleSasha Levin1-0/+3
2015-06-01kvm tools: add init/exit automatic callsSasha Levin1-0/+69
2015-06-01kvm tools: initialize the threadpool job iterator before usingSasha Levin1-1/+1
2015-06-01kvm tools: threadpool exit routineSasha Levin1-4/+29
2015-06-01kvm tools: Remember page size as kvm->ram_pagesizeMichael Ellerman1-4/+9
2015-06-01kvm tools: Move mmap_anon_or_hugetblfs() into utilMichael Ellerman1-0/+13
2015-06-01kvm tools: Use safe string handling functionsCyrill Gorcunov1-0/+23
2015-06-01kvm tools: Restart io_submit if it returns EAGAINAsias He1-3/+13
2015-06-01kvm tools: Fixes for virtio moduleSasha Levin1-4/+5
2015-06-01kvm tools: Fixes for ioport moduleSasha Levin1-2/+0
2015-06-01kvm tools: change the binary name kvm to lkvm in DocumentationWanlong Gao1-2/+2
2015-06-01kvm tools: Rename pr_error to pr_err to follow kernel conventionCyrill Gorcunov2-9/+9
2015-06-01kvm tools: Trivial cleanupSasha Levin1-2/+1
2015-06-01kvm tools: Fix build of util.c on 32bit machinesMatt Evans1-3/+5
2015-06-01kvm tools: Add ability to map guest RAM from hugetlbfsMatt Evans1-0/+38
2015-06-01kvm tools: move strlcat() to util/strbuf.cLai Jiangshan2-25/+26
2015-06-01kvm tools: move util.c to util/Lai Jiangshan1-0/+101
2015-06-01kvm tools: move read-write.c to util/Lai Jiangshan1-0/+344
2015-06-01kvm tools: move threadpool.c to util/Lai Jiangshan1-0/+145
2015-06-01kvm tools: don't use custom strtoul for hex numbersAndy Shevchenko1-70/+16
2015-06-01kvm tools: Don't sort command-list.txt for help textPekka Enberg1-1/+0
2015-06-01kvm tools: Add 'kvm version' commandSasha Levin1-0/+40
2015-06-01kvm tools: Options parser to handle hex numbersCyrill Gorcunov1-20/+82
2015-06-01kvm tools: Fix rbtree-interval balancingSasha Levin1-3/+3
2015-06-01kvm tools: Prefix error() and friends helpers with pr_Cyrill Gorcunov1-8/+8
2015-06-01kvm tools: Add interval red-black tree helperSasha Levin1-0/+90
2015-06-01kvm tools: Abolishment of uint*_t typesSasha Levin1-1/+0
2015-06-01kvm tools: Add a script to setup tap deviceAmos Kong1-0/+6
2015-06-01kvm tools: Add a script to setup private bridgeAmos Kong1-0/+51
2015-06-01kvm tools: Use code from perf for argument processingPrasad Joshi2-0/+583
2015-06-01kvm tools: Generate list of common kvm tool commandsPrasad Joshi1-0/+24