index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-11
block/curl: Use lock guard macros
Gan Qixin
1
-14
/
+14
2020-12-11
block/accounting: Use lock guard macros
Gan Qixin
1
-17
/
+15
2020-12-11
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20201210' into...
Peter Maydell
10
-501
/
+669
2020-12-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
151
-1768
/
+2879
2020-12-11
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
11
-7
/
+151
2020-12-11
s390x/cpu: Use timer_free() in the finalize function to avoid memleaks
Gan Qixin
1
-0
/
+5
2020-12-11
tests/acceptance: test s390x zpci fid propagation
Cornelia Huck
1
-3
/
+9
2020-12-11
tests/acceptance: verify s390x device detection
Cornelia Huck
1
-0
/
+11
2020-12-11
tests/acceptance: test virtio-ccw revision handling
Cornelia Huck
1
-2
/
+18
2020-12-11
tests/acceptance: add a test for devices on s390x
Cornelia Huck
2
-0
/
+69
2020-12-11
hw/watchdog/wdt_diag288: Remove unnecessary includes
Thomas Huth
1
-2
/
+0
2020-12-11
sdl2: Add extra mouse buttons
Darrell Walisser
1
-0
/
+2
2020-12-11
ui/vnc: Add missing lock for send_color_map
Peng Liang
1
-0
/
+2
2020-12-11
vnc: add alpha cursor support
Gerd Hoffmann
2
-3
/
+20
2020-12-11
vnc: add pseudo encodings
Gerd Hoffmann
1
-0
/
+2
2020-12-11
vnc: drop unused copyrect feature
Gerd Hoffmann
2
-5
/
+0
2020-12-11
vnc: use enum for features
Gerd Hoffmann
1
-12
/
+14
2020-12-11
console: allow con==NULL in dpy_{get, set}_ui_info and dpy_ui_info_supported
Gerd Hoffmann
1
-2
/
+10
2020-12-11
console: drop qemu_console_get_ui_info
Gerd Hoffmann
2
-7
/
+0
2020-12-10
accel/tcg: rename tcg-cpus functions to match module name
Claudio Fontana
7
-64
/
+64
2020-12-10
accel/tcg: split tcg_start_vcpu_thread
Claudio Fontana
8
-87
/
+71
2020-12-10
accel/tcg: split CpusAccel into three TCG variants
Claudio Fontana
11
-462
/
+646
2020-12-10
i386/cpu: Make the Intel PT LIP feature configurable
Luwei Kang
2
-1
/
+34
2020-12-10
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
8
-4
/
+114
2020-12-10
qom: code hardening - have bound checking while looping with integer value
Ani Sinha
1
-2
/
+3
2020-12-10
scripts: kernel-doc: remove unnecessary change wrt Linux
Paolo Bonzini
1
-1
/
+1
2020-12-10
Revert "docs: temporarily disable the kernel-doc extension"
Paolo Bonzini
1
-3
/
+0
2020-12-10
scripts: kernel-doc: use :c:union when needed
Mauro Carvalho Chehab
1
-1
/
+5
2020-12-10
scripts: kernel-doc: split typedef complex regex
Mauro Carvalho Chehab
1
-5
/
+9
2020-12-10
scripts: kernel-doc: fix typedef parsing
Mauro Carvalho Chehab
1
-2
/
+3
2020-12-10
Revert "kernel-doc: Handle function typedefs that return pointers"
Paolo Bonzini
1
-2
/
+2
2020-12-10
Revert "kernel-doc: Handle function typedefs without asterisks"
Paolo Bonzini
1
-1
/
+1
2020-12-10
scripts: kernel-doc: try to use c:function if possible
Mauro Carvalho Chehab
1
-9
/
+14
2020-12-10
scripts: kernel-doc: fix line number handling
Mauro Carvalho Chehab
1
-2
/
+4
2020-12-10
scripts: kernel-doc: allow passing desired Sphinx C domain dialect
Mauro Carvalho Chehab
2
-8
/
+48
2020-12-10
scripts: kernel-doc: don't mangle with parameter list
Mauro Carvalho Chehab
1
-12
/
+14
2020-12-10
scripts: kernel-doc: fix typedef identification
Mauro Carvalho Chehab
1
-23
/
+41
2020-12-10
scripts: kernel-doc: reimplement -nofunction argument
Mauro Carvalho Chehab
1
-23
/
+21
2020-12-10
scripts: kernel-doc: fix troubles with line counts
Mauro Carvalho Chehab
1
-3
/
+4
2020-12-10
scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.x
Mauro Carvalho Chehab
1
-10
/
+24
2020-12-10
scripts: kernel-doc: make it more compatible with Sphinx 3.x
Mauro Carvalho Chehab
1
-6
/
+65
2020-12-10
Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"
Paolo Bonzini
2
-16
/
+1
2020-12-10
Revert "scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments"
Paolo Bonzini
1
-17
/
+1
2020-12-10
scripts: kernel-doc: add support for typedef enum
Mauro Carvalho Chehab
1
-4
/
+11
2020-12-10
kernel-doc: add support for ____cacheline_aligned attribute
Jonathan Cameron
1
-1
/
+2
2020-12-10
kernel-doc: include line numbers for function prototypes
Mauro Carvalho Chehab
1
-0
/
+2
2020-12-10
scripts/kernel-doc: optionally treat warnings as errors
Pierre-Louis Bossart
1
-1
/
+22
2020-12-10
scripts/kernel-doc: handle function pointer prototypes
Mauro Carvalho Chehab
1
-0
/
+5
2020-12-10
scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK
Mauro Carvalho Chehab
1
-0
/
+2
2020-12-10
Replace HTTP links with HTTPS ones: documentation
Alexander A. Klimov
1
-1
/
+1
[prev]
[next]