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