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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-01-20
pl190: Implement save/restore
Peter Maydell
1
-4
/
+32
2011-01-20
gt64xxx: qdev conversion
Aurelien Jarno
3
-50
/
+69
2011-01-20
sh_pci: qdev conversion
Aurelien Jarno
3
-57
/
+75
2011-01-20
sh_serial: process all received characters
Aurelien Jarno
1
-21
/
+21
2011-01-20
sh_serial: remove one level of indirection
Aurelien Jarno
1
-15
/
+2
2011-01-20
usb-hid: modifiers should generate an event
Aurelien Jarno
1
-0
/
+3
2011-01-20
softfloat: fix floatx80_is_{quiet,signaling}_nan()
Aurelien Jarno
1
-4
/
+8
2011-01-20
tcg: README, name deposit second argument len/LEN
Edgar E. Iglesias
1
-2
/
+2
2011-01-20
target-i386: Use deposit operation.
Richard Henderson
1
-28
/
+6
2011-01-20
tcg: Define "deposit" as an optional operation.
Richard Henderson
3
-0
/
+84
2011-01-19
microblaze: Add support for load/store reversed
Edgar E. Iglesias
1
-8
/
+161
2011-01-19
microblaze: Tweak comment, fast cases -> common cases
Edgar E. Iglesias
1
-1
/
+1
2011-01-18
sparc: fix NaN handling
Blue Swirl
1
-22
/
+34
2011-01-18
target-arm: Log instruction start in TCG code
Peter Maydell
1
-0
/
+4
2011-01-18
mips: Break TBs after mfc0_count
Edgar E. Iglesias
1
-2
/
+6
2011-01-18
mips: Expire late timers when reading cp0_count
Edgar E. Iglesias
1
-2
/
+10
2011-01-18
mips: Break out cpu_mips_timer_expire
Edgar E. Iglesias
1
-14
/
+22
2011-01-17
Replace 'extern inline' with 'static inline'
Blue Swirl
10
-28
/
+41
2011-01-17
bsd-user: Fix possible memory leaks and wrong realloc call
Stefan Weil
1
-6
/
+31
2011-01-17
sm501: add 2D engine copyrect support
Aurelien Jarno
1
-3
/
+37
2011-01-17
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
23
-55
/
+359
2011-01-16
m48t59: Fix a wrong opaque passed to nvram read and write routines
Hervé Poussineau
1
-5
/
+6
2011-01-16
gdbstub: Close connection in gdb_exit
Fabien Chouteau
1
-0
/
+6
2011-01-16
USB keyboard emulation key mapping error
Michael Tokarev
1
-1
/
+1
2011-01-16
target-sh4: implement negc using TCG
Aurelien Jarno
3
-17
/
+15
2011-01-16
target-sh4: use rotl/rotr when possible
Aurelien Jarno
1
-5
/
+3
2011-01-16
tcg/sparc64: fix segfault
Blue Swirl
1
-0
/
+7
2011-01-15
target-sh4: correct use of ! and &
Aurelien Jarno
1
-2
/
+2
2011-01-15
monitor: fix a typo
Blue Swirl
1
-2
/
+2
2011-01-14
make_device_config: Fix non-fatal error message with dash and other shells
Stefan Weil
1
-1
/
+1
2011-01-14
MAINTAINERS: add entries for TCG
Aurelien Jarno
1
-0
/
+53
2011-01-14
MAINTAINERS: Change MIPS and SH4 maintainers
Aurelien Jarno
1
-4
/
+4
2011-01-14
MAINTAINERS: fix typos
Aurelien Jarno
1
-2
/
+2
2011-01-14
target-arm: Restore IT bits when resuming after an exception
Peter Maydell
1
-0
/
+36
2011-01-14
linux-user: ARM: clear the IT bits when invoking a signal handler
Peter Maydell
1
-7
/
+9
2011-01-14
target-arm: Refactor translation of exception generating instructions
Peter Maydell
1
-28
/
+15
2011-01-14
target-arm: Remove redundant setting of IT bits before Thumb SWI
Peter Maydell
1
-1
/
+0
2011-01-14
target-arm: Translate with user-state from TB flags, not CPUState
Peter Maydell
1
-5
/
+1
2011-01-14
target-arm: Set privileged bit in TB flags correctly for M profile
Peter Maydell
1
-1
/
+7
2011-01-14
target-arm: Translate with condexec bits from TB flags, not CPUState
Peter Maydell
1
-3
/
+3
2011-01-14
target-arm: Translate with Thumb state from TB flags, not CPUState
Peter Maydell
1
-3
/
+3
2011-01-14
target-arm: Translate with VFP len/stride from TB flags, not CPUState
Peter Maydell
1
-3
/
+7
2011-01-14
target-arm: Translate with VFP-enabled from TB flags, not CPUState
Peter Maydell
1
-9
/
+5
2011-01-14
target-arm: Add symbolic constants for bitfields in TB flags
Peter Maydell
1
-6
/
+39
2011-01-14
target-arm: Don't generate code specific to current CPU mode for SRS
Peter Maydell
2
-33
/
+25
2011-01-14
target-arm: Use the standard FPSCR value for VRSQRTS
Peter Maydell
1
-1
/
+1
2011-01-14
target-arm: Add support for 'Standard FPSCR Value' as used by Neon
Peter Maydell
2
-0
/
+18
2011-01-14
target-arm: Fix implementation of VRSQRTS
Peter Maydell
1
-1
/
+9
2011-01-14
softfloat: Add float32_is_zero_or_denormal() function
Peter Maydell
1
-0
/
+5
2011-01-14
lsi53c895a: fix endianness issues
Aurelien Jarno
1
-2
/
+2
[next]