summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/checkpatch.pl: fix git-show invocation to include diffstatAlex Bennée2021-01-181-1/+1
* decodetree: Open files with encoding='utf-8'Philippe Mathieu-Daudé2021-01-131-3/+6
* scripts/gdb: implement 'qemu bt'Maxim Levitsky2021-01-122-1/+28
* scripts/gdb: fix 'qemu coroutine' when users selects a non topmost stack frameMaxim Levitsky2021-01-121-0/+7
* fuzz: heuristic split write based on past IOsQiuhao Li2021-01-111-0/+56
* fuzz: add minimization optionsQiuhao Li2021-01-111-4/+26
* fuzz: set bits in operand of write/out to zeroQiuhao Li2021-01-111-0/+39
* fuzz: remove IO commands iterativelyQiuhao Li2021-01-111-15/+26
* fuzz: split write operand using binary approachQiuhao Li2021-01-111-9/+20
* fuzz: double the IOs to remove for every loopQiuhao Li2021-01-111-12/+21
* fuzz: accelerate non-crash detectionQiuhao Li2021-01-111-13/+31
* scripts/coccinelle: New script to remove unnecessary timer_del() callsPeter Maydell2021-01-081-0/+18
* tracetool: show trace-events filename/lineno in fmt string errorsStefan Hajnoczi2021-01-043-0/+12
* tracetool: add input filename and line number to EventStefan Hajnoczi2021-01-041-5/+22
* tracetool: add out_lineno and out_next_lineno to out()Stefan Hajnoczi2021-01-041-1/+9
* tracetool: add output filename command-line argumentStefan Hajnoczi2021-01-042-7/+23
* scripts/simplebench: add bench_prealloc.pyVladimir Sementsov-Ogievskiy2020-12-181-0/+132
* simplebench/results_to_text: make executableVladimir Sementsov-Ogievskiy2020-12-181-0/+14
* simplebench/results_to_text: add difference line to the tableVladimir Sementsov-Ogievskiy2020-12-181-7/+60
* simplebench/results_to_text: improve view of the tableVladimir Sementsov-Ogievskiy2020-12-181-1/+12
* simplebench: move results_to_text() into separate fileVladimir Sementsov-Ogievskiy2020-12-184-33/+52
* simplebench: rename ascii() to results_to_text()Vladimir Sementsov-Ogievskiy2020-12-183-7/+7
* scripts/simplebench: use standard deviation for +- errorVladimir Sementsov-Ogievskiy2020-12-181-5/+6
* scripts/simplebench: support iopsVladimir Sementsov-Ogievskiy2020-12-181-10/+28
* scripts/simplebench: fix grammar: s/successed/succeeded/Vladimir Sementsov-Ogievskiy2020-12-181-6/+6
* scripts/git.orderfile: Keep files with .inc extension sortedPhilippe Mathieu-Daudé2020-12-151-0/+3
* compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau2020-12-151-1/+0Star
* scripts: kernel-doc: remove unnecessary change wrt LinuxPaolo Bonzini2020-12-101-1/+1
* scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab2020-12-101-1/+5
* scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab2020-12-101-5/+9
* scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab2020-12-101-2/+3
* Revert "kernel-doc: Handle function typedefs that return pointers"Paolo Bonzini2020-12-101-2/+2
* Revert "kernel-doc: Handle function typedefs without asterisks"Paolo Bonzini2020-12-101-1/+1
* scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab2020-12-101-9/+14
* scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab2020-12-101-2/+4
* scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab2020-12-101-8/+43
* scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab2020-12-101-12/+14
* scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab2020-12-101-23/+41
* scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab2020-12-101-23/+21Star
* scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab2020-12-101-3/+4
* scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab2020-12-101-10/+24
* scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab2020-12-101-6/+65
* Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"Paolo Bonzini2020-12-101-15/+1Star
* Revert "scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments"Paolo Bonzini2020-12-101-17/+1Star
* scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab2020-12-101-4/+11
* kernel-doc: add support for ____cacheline_aligned attributeJonathan Cameron2020-12-101-1/+2
* kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab2020-12-101-0/+2
* scripts/kernel-doc: optionally treat warnings as errorsPierre-Louis Bossart2020-12-101-1/+22
* scripts/kernel-doc: handle function pointer prototypesMauro Carvalho Chehab2020-12-101-0/+5
* scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASKMauro Carvalho Chehab2020-12-101-0/+2