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
2009-10-23
target-arm: use clz32() instead of a for loop
Aurelien Jarno
1
-4
/
+2
2009-10-21
Merge commit 'linux-user/linux-user-for-upstream' into staging
Anthony Liguori
7
-6
/
+145
2009-10-21
qdev: add string property.
Gerd Hoffmann
2
-0
/
+32
2009-10-21
char: emit the OPENED event only when a new char connection is opened
Amit Shah
2
-1
/
+8
2009-10-21
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
6
-6
/
+6
2009-10-21
char: check for initial_reset_issued unnecessary
Amit Shah
1
-4
/
+1
2009-10-18
bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdb
Blue Swirl
1
-0
/
+1
2009-10-18
Suppress warnings about 'warn_unused_result' attribute directive
Blue Swirl
3
-1
/
+26
2009-10-18
bsd-user: FreeBSD update
Juergen Lock
9
-31
/
+462
2009-10-18
x86: add 'static' to please Sparse
Blue Swirl
1
-5
/
+5
2009-10-18
target-ppc: simpler definitions for microcontrollers based on e300
Thomas Monjalon
1
-68
/
+44
2009-10-18
target-ppc: add declarations of microcontrollers based on e300
Thomas Monjalon
1
-8
/
+40
2009-10-18
target-ppc: better support of e300 CPU core
Thomas Monjalon
1
-2
/
+8
2009-10-18
target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330ed
Aurelien Jarno
1
-5
/
+7
2009-10-18
target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7
Aurelien Jarno
1
-3
/
+3
2009-10-17
target-arm: remove T0 and T1
Aurelien Jarno
1
-2
/
+0
2009-10-17
target-arm: remove cpu_T for ARM once and for all
Filip Navara
2
-35
/
+0
2009-10-17
target-arm: convert VFP not to use cpu_T
Filip Navara
1
-28
/
+22
2009-10-17
target-arm: convert disas_iwmmxt_insn not to use cpu_T
Filip Navara
1
-252
/
+219
2009-10-17
target-arm: convert disas_dsp_insn not use cpu_T
Filip Navara
1
-39
/
+20
2009-10-17
target-arm: convert disas_neon_ls_insn not to use cpu_T
Filip Navara
1
-33
/
+34
2009-10-17
target-arm: convert disas_neon_data_insn and helpers not to use cpu_T
Filip Navara
1
-296
/
+271
2009-10-17
target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_T
Filip Navara
1
-41
/
+56
2009-10-17
target-arm: replace thumb usage of cpu_T registers by proper register allocat...
Filip Navara
1
-129
/
+139
2009-10-17
target-arm: fix TANDC and TORC instructions
Filip Navara
1
-0
/
+2
2009-10-17
target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG
Filip Navara
3
-73
/
+142
2009-10-17
target-arm: convert gen_lookup_tb not to use cpu_T
Filip Navara
1
-2
/
+1
2009-10-17
target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_p...
Filip Navara
1
-20
/
+24
2009-10-17
target-arm: fix SRS/RFE instructions
Filip Navara
1
-15
/
+16
2009-10-17
target-arm: remove unused gen_movl_T2_reg function
Filip Navara
1
-5
/
+0
2009-10-17
target-arm: remove useless line that sets register that is never used again
Filip Navara
1
-1
/
+0
2009-10-17
target-arm: get rid of temporary variable cache
Filip Navara
1
-28
/
+3
2009-10-17
target-arm: use tcg_global_mem_new_i32 to allocate registers
Filip Navara
1
-17
/
+23
2009-10-17
Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointer
Jan-Simon Möller
1
-2
/
+6
2009-10-17
Only IDE needs limits for CHS configuration
Blue Swirl
1
-3
/
+3
2009-10-17
linux-user: KD/VT/FB ioctls
Ulrich Hecht
4
-0
/
+83
2009-10-16
linux-user: Update ARM hwcaps
Riku Voipio
1
-1
/
+8
2009-10-16
linux-user: don't zero a buffer twice
Paul Bolle
1
-1
/
+0
2009-10-15
linux-user: fix ppc target_stat64 st_blocks layout
Max Filippov
1
-1
/
+1
2009-10-15
linux-user: getpriority errno fix
Ulrich Hecht
1
-1
/
+1
2009-10-15
implementations of dup3 and fallocate that are good enough to fool LTP
Ulrich Hecht
2
-0
/
+46
2009-10-15
MIPS jazz: create isa bus
Roy Tam
1
-0
/
+2
2009-10-15
multiboot: Limit number of multiboot modules
Adam Lackorzynski
1
-1
/
+8
2009-10-15
multiboot: Fix cmdline of modules
Adam Lackorzynski
1
-1
/
+1
2009-10-15
ksm support
Izik Eidus
1
-0
/
+3
2009-10-15
pcnet: Extend hardware reset
Jan Kiszka
1
-0
/
+3
2009-10-15
qcow2: Bring synchronous read/write back to life
Kevin Wolf
3
-5
/
+55
2009-10-15
Documentation: Move msmouse description to an appropriate place
Kevin Wolf
1
-2
/
+2
2009-10-15
Documentation: Add missing tags to placeholders
Kevin Wolf
2
-26
/
+27
2009-10-15
Documentation: Highlight placeholders in suboptions
Kevin Wolf
1
-9
/
+9
[next]