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
2015-02-03
s390x/pci: fix dma notifications in rpcit instruction
Yi Min Zhao
1
-8
/
+12
2015-02-03
s390x/pci: check for invalid function handle
Frank Blaschka
1
-1
/
+1
2015-02-03
s390x/pci: avoid sign extension in stpcifc
Frank Blaschka
1
-4
/
+4
2015-02-03
s390: Plug memory leak on s390_pci_generate_event() error path
Markus Armbruster
1
-1
/
+2
2015-02-02
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
17
-65
/
+1398
2015-02-02
scsi: Fix scsi_req_cancel_async for no aiocb req
Fam Zheng
1
-0
/
+2
2015-02-02
cpu-exec: simplify init_delay_params
Paolo Bonzini
3
-22
/
+2
2015-02-02
cpu-exec: simplify align_clocks
Paolo Bonzini
1
-2
/
+1
2015-02-02
memory: avoid ref/unref in memory_region_find
Paolo Bonzini
1
-5
/
+5
2015-02-02
memory: protect current_map by RCU
Paolo Bonzini
2
-31
/
+28
2015-02-02
memory: remove assertion on memory_region_destroy
Jan Kiszka
1
-1
/
+0
2015-02-02
rcu: add call_rcu
Paolo Bonzini
3
-4
/
+247
2015-02-02
rcu: allow nesting of rcu_read_lock/rcu_read_unlock
Paolo Bonzini
2
-1
/
+16
2015-02-02
rcu: add rcutorture
Paolo Bonzini
2
-1
/
+455
2015-02-02
rcu: add rcu library
Paolo Bonzini
8
-3
/
+645
2015-02-02
qemu-thread: fix qemu_event without futexes
Paolo Bonzini
1
-0
/
+2
2015-01-29
softfloat: Clarify license status
Peter Maydell
4
-4
/
+188
2015-01-29
softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51d
Peter Maydell
1
-28
/
+29
2015-01-29
softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0...
Peter Maydell
2
-37
/
+67
2015-01-29
softfloat: Apply patch corresponding to rebasing to softfloat-2a
Peter Maydell
4
-73
/
+65
2015-01-29
balloon: Eliminate silly QERR_ macros
Markus Armbruster
2
-8
/
+4
2015-01-29
balloon: Factor out common "is balloon active" test
Markus Armbruster
1
-14
/
+15
2015-01-29
balloon: Inline qemu_balloon(), qemu_balloon_status()
Markus Armbruster
1
-26
/
+10
2015-01-29
qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro
Markus Armbruster
3
-5
/
+4
2015-01-29
qmp: Simplify recognition of capability negotiation command
Markus Armbruster
1
-8
/
+3
2015-01-29
qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummy
Markus Armbruster
1
-6
/
+10
2015-01-29
hmp: Compile hmp_info_spice() only with CONFIG_SPICE
Markus Armbruster
1
-0
/
+2
2015-01-29
qmp hmp: Improve error messages when SPICE is not in use
Markus Armbruster
1
-2
/
+2
2015-01-29
qmp hmp: Factor out common "using spice" test
Markus Armbruster
3
-10
/
+16
2015-01-27
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20150127' int...
Peter Maydell
6
-75
/
+61
2015-01-27
linux-user: support target-to-host SCM_CREDENTIALS
Alex Suykov
1
-4
/
+14
2015-01-27
linux-user: Fix broken m68k signal handling on 64 bit hosts
Peter Maydell
1
-3
/
+3
2015-01-27
mips64-linux-user: Fix definition of struct sigaltstack
Ed Swierk
1
-1
/
+1
2015-01-27
linux-user: Fix ioctl cmd type mismatch on 64-bit targets
Ed Swierk
1
-1
/
+1
2015-01-27
linux-user: translate resource also for prlimit64
Felix Janda
1
-1
/
+2
2015-01-27
linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user
Peter Maydell
1
-17
/
+11
2015-01-27
linux-user/main.c: Mark end_exclusive() as possibly unused
Peter Maydell
1
-1
/
+1
2015-01-27
linux-user/main.c: Call cpu_exec_start/end on all target archs
Peter Maydell
1
-0
/
+18
2015-01-27
linux-user/arm/nwfpe: Delete unused aCC array
Peter Maydell
1
-22
/
+0
2015-01-27
linux-user/alpha: Add define for NR_shmat to enable shmat syscall
Peter Maydell
1
-0
/
+4
2015-01-27
linux-user/signal.c: Remove current_exec_domain_sig()
Peter Maydell
1
-25
/
+6
2015-01-27
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
24
-69
/
+268
2015-01-27
pc-dimm: Add Error argument to pc_existing_dimms_capacity
Bharata B Rao
3
-13
/
+25
2015-01-27
pc-dimm: Make pc_existing_dimms_capacity global
Bharata B Rao
3
-24
/
+26
2015-01-27
pc: Fix DIMMs capacity calculation
Bharata B Rao
1
-16
/
+10
2015-01-27
smbios: Don't report unknown CPU speed (fix SVVP regression)
Eduardo Habkost
1
-2
/
+3
2015-01-27
smbios: Fix dimm size calculation when RAM is multiple of 16GB
Eduardo Habkost
1
-1
/
+2
2015-01-27
bios-linker-loader: move source to common location
Michael S. Tsirkin
3
-1
/
+1
2015-01-27
bios-linker-loader: move header to common location
Michael S. Tsirkin
3
-2
/
+2
2015-01-27
virtio: fix feature bit checks
Cornelia Huck
2
-3
/
+3
[prev]
[next]