index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
acpi
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZE
Xiao Guangrong
2016-11-15
1
-13
/
+17
*
nvdimm acpi: use aml_name_decl to define named object
Xiao Guangrong
2016-11-15
1
-4
/
+2
*
nvdimm acpi: rename nvdimm_dsm_reserved_root
Xiao Guangrong
2016-11-15
1
-3
/
+4
*
nvdimm acpi: fix two comments
Xiao Guangrong
2016-11-15
1
-2
/
+2
*
nvdimm acpi: define DSM return codes
Xiao Guangrong
2016-11-15
1
-19
/
+27
*
nvdimm acpi: rename nvdimm_acpi_hotplug
Xiao Guangrong
2016-11-15
1
-1
/
+1
*
nvdimm acpi: cleanup nvdimm_build_fit
Xiao Guangrong
2016-11-15
1
-3
/
+1
*
nvdimm acpi: rename nvdimm_plugged_device_list
Xiao Guangrong
2016-11-15
1
-9
/
+8
*
nvdimm acpi: clean up nvdimm_build_acpi
Xiao Guangrong
2016-11-15
1
-14
/
+16
*
pc: memhp: move nvdimm hotplug out of memory hotplug
Xiao Guangrong
2016-11-15
4
-26
/
+27
*
nvdimm acpi: drop the lock of fit buffer
Xiao Guangrong
2016-11-15
1
-10
/
+1
*
qdev: hotplug: drop HotplugHandler.post_plug callback
Xiao Guangrong
2016-11-15
1
-5
/
+1
*
acpi: fix assert failure caused by commit 35c5a52d
Haozhong Zhang
2016-11-01
1
-2
/
+2
*
acpi/ipmi: Initialize the fwinfo before fetching it
Corey Minyard
2016-11-01
1
-0
/
+1
*
pc: memhp: enable nvdimm device hotplug
Xiao Guangrong
2016-11-01
1
-8
/
+23
*
nvdimm acpi: introduce _FIT
Xiao Guangrong
2016-11-01
1
-2
/
+202
*
nvdimm acpi: introduce fit buffer
Xiao Guangrong
2016-11-01
1
-17
/
+42
*
nvdimm acpi: prebuild nvdimm devices for available slots
Xiao Guangrong
2016-11-01
1
-17
/
+24
*
nvdimm acpi: use common macros instead of magic names
Xiao Guangrong
2016-11-01
1
-34
/
+49
*
acpi nvdimm: rename result_size to dsm_out_buf_siz
Xiao Guangrong
2016-11-01
1
-7
/
+8
*
nvdimm acpi: compile nvdimm acpi code arch-independently
Xiao Guangrong
2016-11-01
1
-1
/
+1
*
acpi nvdimm: fix Arg6 usage
Xiao Guangrong
2016-11-01
1
-3
/
+4
*
acpi nvdimm: fix ARG3 conflict
Xiao Guangrong
2016-11-01
1
-3
/
+4
*
acpi nvdimm: fix device physical address base
Xiao Guangrong
2016-11-01
1
-3
/
+2
*
acpi nvdimm: fix OperationRegion definition
Xiao Guangrong
2016-11-01
1
-60
/
+62
*
acpi nvdimm: fix wrong buffer size returned by DSM method
Xiao Guangrong
2016-11-01
1
-1
/
+2
*
pc: Leave max apic_id_limit only in legacy cpu hotplug code
Igor Mammedov
2016-10-24
1
-1
/
+6
*
acpi: cphp: Force switch to modern cpu hotplug if APIC ID > 254
Igor Mammedov
2016-10-24
1
-4
/
+6
*
pc: acpi: x2APIC support for MADT table and _MAT method
Igor Mammedov
2016-10-24
1
-0
/
+5
*
acpi: provide _PXM method for CPU devices if QEMU is started numa enabled
Igor Mammedov
2016-10-10
1
-0
/
+12
*
hw/i386: AMD IOMMU IVRS table
David Kiarie
2016-09-24
1
-1
/
+1
*
trace-events: fix first line comment in trace-events
Laurent Vivier
2016-08-12
1
-1
/
+1
*
opts-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-4
/
+4
*
pc: use new CPU hotplug interface since 2.7 machine type
Igor Mammedov
2016-06-24
4
-1
/
+94
*
acpi: cpuhp: add cpu._OST handling
Igor Mammedov
2016-06-24
4
-0
/
+90
*
acpi: cpuhp: implement hot-remove parts of CPU hotplug interface
Igor Mammedov
2016-06-24
4
-5
/
+103
*
acpi: cpuhp: implement hot-add parts of CPU hotplug interface
Igor Mammedov
2016-06-24
2
-1
/
+153
*
pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook
Igor Mammedov
2016-06-24
1
-0
/
+1
*
acpi: cpuhp: add CPU devices AML with _STA method
Igor Mammedov
2016-06-24
5
-6
/
+260
*
pc: piix4/ich9: add 'cpu-hotplug-legacy' property
Igor Mammedov
2016-06-24
2
-2
/
+45
*
nvdimm acpi: support Set Namespace Label Data function
Xiao Guangrong
2016-06-24
1
-1
/
+43
*
nvdimm acpi: support Get Namespace Label Data function
Xiao Guangrong
2016-06-24
1
-1
/
+82
*
nvdimm acpi: support Get Namespace Label Size function
Xiao Guangrong
2016-06-24
1
-3
/
+127
*
nvdimm acpi: check revision
Xiao Guangrong
2016-06-24
1
-0
/
+7
*
nvdimm acpi: abstract the operations for root & nvdimm devices
Xiao Guangrong
2016-06-24
1
-18
/
+56
*
nvdimm acpi: check UUID
Xiao Guangrong
2016-06-24
1
-6
/
+26
*
nvdimm acpi: save arg3 of _DSM method
Xiao Guangrong
2016-06-24
1
-0
/
+20
*
nvdimm acpi: set HDLE properly
Xiao Guangrong
2016-06-24
1
-10
/
+12
*
acpi: add aml_call5
Xiao Guangrong
2016-06-24
1
-0
/
+14
*
acpi: add aml_object_type
Xiao Guangrong
2016-06-24
1
-0
/
+8
[next]