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
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
111
-126
/
+140
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
141
-378
/
+385
2016-07-12
libdecnumber: Don't error out on decNumberLocal.h re-inclusion
Markus Armbruster
1
-2
/
+0
2016-07-12
libdecnumber: Don't fool around with guards to avoid #include
Markus Armbruster
4
-12
/
+4
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
83
-215
/
+223
2016-07-12
Drop Emacs local variables lists redundant with .dir-locals.el
Markus Armbruster
6
-54
/
+0
2016-07-12
spapr_pci: Include spapr.h instead of playing games with #error
Markus Armbruster
1
-3
/
+1
2016-07-12
tcg: Clean up tcg-target.h header guards
Markus Armbruster
8
-17
/
+24
2016-07-12
linux-user: Fix broken header guard in syscall_defs.h
Markus Armbruster
1
-4
/
+3
2016-07-12
linux-user: Clean up hostdep.h header guards
Markus Armbruster
13
-26
/
+26
2016-07-12
linux-user: Clean up target_structs.h header guards
Markus Armbruster
17
-34
/
+34
2016-07-12
linux-user: Clean up target_signal.h header guards
Markus Armbruster
18
-54
/
+54
2016-07-12
linux-user: Clean up target_cpu.h header guards
Markus Armbruster
15
-31
/
+31
2016-07-12
linux-user: Clean up target_syscall.h header guards
Markus Armbruster
18
-51
/
+53
2016-07-12
target-*: Clean up cpu.h header guards
Markus Armbruster
18
-45
/
+56
2016-07-12
scripts: New clean-header-guards.pl
Markus Armbruster
1
-0
/
+213
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
91
-172
/
+169
2016-07-12
Fix confusing argument names in some common functions
Sergey Sorokin
25
-87
/
+100
2016-07-12
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into staging
Peter Maydell
18
-56
/
+1059
2016-07-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160712-1' into s...
Peter Maydell
3
-2
/
+16
2016-07-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160712-1' into...
Peter Maydell
5
-147
/
+256
2016-07-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160712-1' into s...
Peter Maydell
2
-16
/
+22
2016-07-12
xen-usb: Fix 32bit build
Anthony PERARD
1
-1
/
+2
2016-07-12
usb: add storage hotplug documentation
Gerd Hoffmann
1
-0
/
+12
2016-07-12
nec-usb-xhci: set the device state to USB_STATE_DEFAULT
Zhang Shuaiyi
1
-1
/
+2
2016-07-12
target-mips: enable 10-bit ASIDs in I6400 CPU
Leon Alrae
1
-1
/
+1
2016-07-12
target-mips: support CP0.Config4.AE bit
Paul Burton
2
-1
/
+3
2016-07-12
target-mips: change ASID type to hold more than 8 bits
Paul Burton
4
-12
/
+12
2016-07-12
target-mips: add ASID mask field and replace magic values
Paul Burton
4
-17
/
+23
2016-07-12
target-mips: replace MIPS64R6-generic with the real I6400 CPU model
Leon Alrae
1
-11
/
+9
2016-07-12
hw/mips_cmgcr: implement RESET_BASE register in CM GCR
Leon Alrae
2
-1
/
+71
2016-07-12
hw/mips_cpc: make VP correctly start from the reset vector
Leon Alrae
1
-3
/
+2
2016-07-12
target-mips: add exception base to MIPS CPU
Leon Alrae
3
-4
/
+13
2016-07-12
hw/mips/cps: create GIC block inside CPS
Leon Alrae
5
-10
/
+63
2016-07-12
hw/mips: implement Global Interrupt Controller
Yongbok Kim
3
-0
/
+677
2016-07-12
hw/mips: implement GIC Interval Timer
Yongbok Kim
3
-0
/
+189
2016-07-12
input-linux: better capability checks, merge input_linux_event_{mouse, keyboard}
Gerd Hoffmann
1
-45
/
+47
2016-07-12
input-linux: factor out input_linux_handle_keyboard
Gerd Hoffmann
1
-49
/
+54
2016-07-12
input-linux: factor out input_linux_handle_mouse
Gerd Hoffmann
1
-49
/
+53
2016-07-12
input: add trace events for full queues
Gerd Hoffmann
3
-2
/
+10
2016-07-12
msmouse: send short messages if possible.
Gerd Hoffmann
1
-9
/
+13
2016-07-12
msmouse: switch to new input interface
Gerd Hoffmann
1
-12
/
+56
2016-07-12
msmouse: fix buffer handling
Gerd Hoffmann
1
-5
/
+35
2016-07-12
msmouse: add MouseState, unregister handler on close
Gerd Hoffmann
1
-5
/
+17
2016-07-12
ui: avoid crash if vnc client disconnects with writes pending
Daniel P. Berrange
1
-4
/
+9
2016-07-12
vnc-enc-tight: use thread local storage for palette
Peter Lieven
1
-11
/
+12
2016-07-12
vnc: fix incorrect checking condition when updating client
Gonglei
1
-1
/
+1
2016-07-11
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into staging
Peter Maydell
23
-456
/
+1249
2016-07-11
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160708' into staging
Peter Maydell
3
-44
/
+74
2016-07-11
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
16
-179
/
+386
[next]