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
2014-06-18
add memdev backend infrastructure
Igor Mammedov
4
-0
/
+213
2014-06-18
vl.c: daemonize before guest memory allocation
Igor Mammedov
1
-2
/
+2
2014-06-18
object_add: allow completion handler to get canonical path
Igor Mammedov
2
-7
/
+13
2014-06-18
pc: ACPI BIOS: use enum for defining memory affinity flags
Igor Mammedov
1
-7
/
+16
2014-06-18
pc: create custom generic PC machine type
Igor Mammedov
4
-24
/
+105
2014-06-18
Merge remote-tracking branch 'remotes/bonzini/memory' into staging
Peter Maydell
7
-66
/
+119
2014-06-18
memory: Don't call memory_region_update_coalesced_range if nothing changed
Fam Zheng
1
-1
/
+6
2014-06-18
memory: MemoryRegion: rename parent to container
Paolo Bonzini
2
-30
/
+30
2014-06-17
memory: MemoryRegion: factor out memory region re-adder
Peter Crosthwaite
1
-10
/
+16
2014-06-17
memory: MemoryRegion: factor out subregion add functionality
Peter Crosthwaite
1
-6
/
+12
2014-06-17
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
Peter Maydell
5
-736
/
+526
2014-06-17
qtest: fix qtest_clock_warp() for no deadline case
Sergey Fedorov
1
-1
/
+1
2014-06-17
exec: dummy_section: Pass address space through.
Peter Crosthwaite
1
-6
/
+8
2014-06-17
memory: Simplify mr_add_subregion() if-else
Peter Crosthwaite
1
-7
/
+1
2014-06-17
memory: Don't update all memory region when ioeventfd changed
Gonglei
1
-10
/
+23
2014-06-17
unset RAMBlock idstr when unregister MemoryRegion
Hu Tao
1
-1
/
+1
2014-06-17
exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr
Hu Tao
2
-5
/
+22
2014-06-17
MAINTAINERS: Add myself as Memory API maintainer
Paolo Bonzini
1
-0
/
+10
2014-06-17
User mode support for Linux ELF files with no section header
Craig Heffner
1
-1
/
+0
2014-06-17
linux-user: Return correct errno for unsupported netlink socket
Ed Swierk
1
-1
/
+1
2014-06-17
linux-user: Don't overrun guest buffer in sched_getaffinity
Peter Maydell
1
-0
/
+16
2014-06-17
linux-user/uname: Return correct uname string for x86_64
Peter Maydell
1
-3
/
+1
2014-06-17
linux-user: fix gcc-4.9 compiler error on __{get,put]}_user
Riku Voipio
1
-6
/
+6
2014-06-17
signal/ppc/do_setcontext remove __get_user return check
Riku Voipio
1
-2
/
+1
2014-06-17
signal/sparc64_set_context: remove __get_user checks
Riku Voipio
1
-9
/
+3
2014-06-17
signal/ppc/{save,restore}_user_regs remove __put/get error checks
Riku Voipio
1
-85
/
+41
2014-06-17
signal/all/setup_frame remove __put_user checks
Riku Voipio
1
-72
/
+25
2014-06-17
signal/all/do_sigreturn - remove __get_user checks
Riku Voipio
1
-41
/
+18
2014-06-17
signal/all/do_sigaltstack remove __get_user value check
Riku Voipio
1
-4
/
+5
2014-06-17
signal/sparc/restore_fpu_state: remove
Riku Voipio
1
-37
/
+0
2014-06-17
signal/all: remove return value from restore_sigcontext
Riku Voipio
1
-31
/
+12
2014-06-17
signal/all: remove return value from setup_sigcontext
Riku Voipio
1
-44
/
+21
2014-06-17
signal/all: remove return value from copy_siginfo_to_user
Riku Voipio
1
-19
/
+9
2014-06-17
signal/x86/setup_frame: __put_user cleanup
Riku Voipio
1
-12
/
+4
2014-06-17
signal/all: remove __get/__put_user return value reading
Riku Voipio
1
-370
/
+364
2014-06-16
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
94
-2034
/
+19278
2014-06-16
rules.mak: remove $(sort) from extract-libs
Paolo Bonzini
1
-1
/
+1
2014-06-16
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
43
-1203
/
+1096
2014-06-16
spapr_pci: Advertise MSI quota
Badari Pulavarty
3
-1
/
+3
2014-06-16
PPC: KVM: Make pv hcall endian agnostic
Alexander Graf
1
-8
/
+8
2014-06-16
powerpc: use float64 for frsqrte
Tristan Gingold
1
-3
/
+0
2014-06-16
spapr: Add kvm-type property
Eduardo Habkost
1
-0
/
+25
2014-06-16
spapr: Create SPAPRMachine struct
Eduardo Habkost
1
-0
/
+14
2014-06-16
linux-user: Tell guest about big host page sizes
Alexander Graf
1
-1
/
+1
2014-06-16
spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODE
Alexey Kardashevskiy
4
-3
/
+60
2014-06-16
spapr_hcall: Split h_set_mode()
Alexey Kardashevskiy
1
-31
/
+34
2014-06-16
target-ppc: Enable DABRX SPR and limit it to <=POWER7
Alexey Kardashevskiy
1
-1
/
+14
2014-06-16
target-ppc: Enable PPR and VRSAVE SPRs migration
Alexey Kardashevskiy
1
-8
/
+8
2014-06-16
target-ppc: Add POWER8's Event Based Branch (EBB) control SPRs
Alexey Kardashevskiy
2
-0
/
+64
2014-06-16
KVM: target-ppc: Enable TM state migration
Alexey Kardashevskiy
3
-0
/
+87
[next]