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
2011-07-16
tcg/README: Expand advice on number of TCG ops per target insn
Peter Maydell
1
-1
/
+9
2011-07-14
set ELF_HWCAP for SPARC and SPARC64
Artyom Tarasenko
1
-2
/
+4
2011-07-14
Sparc: fix FPU and AM enable checks for translation
Blue Swirl
2
-23
/
+35
2011-07-14
SPARC64: C99 comment fix for block-transfer ASIs
Tsuneo Saito
1
-14
/
+14
2011-07-14
SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfa
Tsuneo Saito
1
-0
/
+4
2011-07-14
SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfa
Tsuneo Saito
1
-1
/
+5
2011-07-14
SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfa
Tsuneo Saito
1
-1
/
+5
2011-07-14
SPARC64: fp_disabled checks on stfa/stdfa/stqfa
Tsuneo Saito
1
-0
/
+9
2011-07-14
SPARC64: Implement stfa/stdfa/stqfa instrcutions properly
Tsuneo Saito
2
-6
/
+11
2011-07-14
SPARC64: fp_disabled checks on ldfa/lddfa/ldqfa
Tsuneo Saito
1
-0
/
+9
2011-07-14
SPARC64: Implement ldfa/lddfa/ldqfa instructions properly
Tsuneo Saito
1
-5
/
+11
2011-07-13
linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64
Peter Maydell
1
-15
/
+15
2011-07-13
linux-user: make MIPS and ARM eabi use same argument reordering
Riku Voipio
1
-20
/
+18
2011-07-13
linux-user: correct syscall 123 on sh4
Riku Voipio
1
-1
/
+1
2011-07-12
os-posix: set groups properly for -runas
Stefan Hajnoczi
1
-0
/
+6
2011-07-12
esp: cancel current request only if some request is in flight
Hervé Poussineau
1
-1
/
+1
2011-07-12
target-alpha, target-ppc: Remove unnecessary setjmp.h include
Peter Maydell
2
-4
/
+0
2011-07-12
Remove unneeded setjmp.h (fix compilation on Debian "lenny")
Stefan Weil
1
-1
/
+0
2011-07-12
tcg: Reload local variables after return from longjmp
Jan Kiszka
1
-0
/
+4
2011-07-12
exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's uses
Peter Maydell
1
-5
/
+1
2011-07-12
exec.c: Fix calculation of code_gen_buffer_max_size
Peter Maydell
1
-2
/
+2
2011-07-12
spapr: use specific endian ld/st_phys
Alexander Graf
2
-8
/
+8
2011-07-12
s390-virtio: use specific endian ld/st_phys
Alexander Graf
2
-8
/
+8
2011-07-12
ppc405_uc: use specific endian ld/st_phys
Alexander Graf
1
-20
/
+23
2011-07-12
pl080: use specific endian ld/st_phys
Alexander Graf
1
-4
/
+4
2011-07-12
msix: use specific endian ld/st_phys
Alexander Graf
1
-1
/
+1
2011-07-12
msi: use specific endian ld/st_phys
Alexander Graf
1
-1
/
+1
2011-07-12
intel-hda: use specific endian ld/st_phys
Alexander Graf
1
-17
/
+4
2011-07-12
hpet: use specific endian ld/st_phys
Alexander Graf
1
-1
/
+1
2011-07-12
exec: add endian specific phys ld/st functions
Alexander Graf
2
-10
/
+203
2011-07-12
mips: rlimit codes are not the same
Wesley W. Terpstra
2
-3
/
+76
2011-07-12
mips: rlimit incorrectly converts values
Wesley W. Terpstra
1
-5
/
+17
2011-07-12
mips: null pointer deref should segfault
Wesley W. Terpstra
1
-0
/
+2
2011-07-12
mips: missing syscall returns wrong errno
Wesley W. Terpstra
1
-1
/
+1
2011-07-12
mips: sigaltstack args
Wesley W. Terpstra
1
-1
/
+1
2011-07-11
linux-user/syscall.c: Enforce pselect6 sigset size restrictions
Peter Maydell
1
-0
/
+5
2011-07-11
linux-user: Implement prlimit64 syscall
Peter Maydell
2
-0
/
+47
2011-07-11
linux-user: Add syscall numbers from kernel 2.6.39.2
Peter Maydell
16
-5
/
+253
2011-07-11
linux-user: Add support for even more FB ioctls
Cédric VINCENT
3
-0
/
+23
2011-07-11
linux-user: Add support for more VT ioctls
Cédric VINCENT
3
-0
/
+15
2011-07-11
linux-user: Add support for KD...LED ioctls
Cédric VINCENT
2
-0
/
+8
2011-07-11
arm-semi: Provide access to CLI arguments passed through the "-append" option
Cédric VINCENT
1
-46
/
+67
2011-07-08
usb-ohci: raise interrupt on attach
Gerd Hoffmann
1
-1
/
+7
2011-07-08
usb-hub: remove unused descriptor arrays
Gerd Hoffmann
1
-68
/
+0
2011-07-08
usb: fixup bluetooth descriptors
Gerd Hoffmann
1
-12
/
+12
2011-07-08
usb_register_port(): do not set port->opaque and port->index twice
Jes Sorensen
1
-2
/
+0
2011-07-08
usb: update documentation
Gerd Hoffmann
2
-5
/
+65
2011-07-05
ehci: add ich9 controller.
Gerd Hoffmann
1
-14
/
+29
2011-07-05
ehci: fix port count.
Gerd Hoffmann
1
-1
/
+1
2011-07-05
uhci: add ich9 controllers
Gerd Hoffmann
1
-15
/
+39
[prev]
[next]