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-19
acpi:ich9: add memory hotplug handling
Igor Mammedov
4
-1
/
+68
2014-06-19
pc: ich9 lpc: make it work with global/compat properties
Igor Mammedov
1
-5
/
+10
2014-06-19
acpi:piix4: add memory hotplug handling
Igor Mammedov
3
-2
/
+22
2014-06-19
acpi:piix4: allow plug/unlug callbacks handle not only PCI devices
Igor Mammedov
1
-9
/
+22
2014-06-19
trace: pc: add PC_DIMM slot & address allocation
Igor Mammedov
2
-0
/
+7
2014-06-19
trace: add acpi memory hotplug IO region events
Igor Mammedov
2
-0
/
+26
2014-06-19
acpi: memory hotplug ACPI hardware implementation
Igor Mammedov
5
-0
/
+224
2014-06-19
acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
Igor Mammedov
4
-6
/
+6
2014-06-19
pc-dimm: add busy slot check and slot auto-allocation
Igor Mammedov
3
-0
/
+69
2014-06-19
pc-dimm: add busy address check and address auto-allocation
Igor Mammedov
3
-0
/
+95
2014-06-19
pc: add memory hotplug handler to PC_MACHINE
Igor Mammedov
2
-0
/
+67
2014-06-19
pc: exit QEMU if compat machine doesn't support memory hotlpug
Igor Mammedov
1
-0
/
+10
2014-06-19
pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
Igor Mammedov
4
-1
/
+15
2014-06-19
pc: exit QEMU if number of slots more than supported 256
Igor Mammedov
2
-0
/
+12
2014-06-19
pc: initialize memory hotplug address space
Igor Mammedov
2
-2
/
+34
2014-06-19
pc-dimm: do not allow setting an in-use memdev
Igor Mammedov
1
-1
/
+16
2014-06-19
memory: add memory_region_is_mapped() API
Igor Mammedov
2
-1
/
+17
2014-06-19
pc: implement pc-dimm device abstraction
Vasilis Liaskovitis
6
-0
/
+176
2014-06-19
qdev: expose DeviceState.hotplugged field as a property
Igor Mammedov
1
-0
/
+17
2014-06-19
qdev: hotplug for bus-less devices
Igor Mammedov
2
-0
/
+21
2014-06-19
vl.c: extend -m option to support options for memory hotplug
Igor Mammedov
3
-3
/
+59
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
[next]