summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-21/+14Star
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-082-9/+9
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2016-02-061-0/+16
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2016-02-061-2/+3
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2016-02-062-5/+10
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* x86: Clean up includesPeter Maydell2016-01-2913-6/+13
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell2016-01-111-1/+0Star
|\
| * hw/acpi: Remove superfluous return statementThomas Huth2016-01-111-1/+0Star
* | pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov2016-01-091-1/+1
* | pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov2016-01-091-1/+63
* | pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov2016-01-091-0/+22
* | pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov2016-01-091-0/+23
* | pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov2016-01-092-1/+29
* | pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov2016-01-091-29/+24Star
* | pc: acpi: memhp: move MHPD Device into SSDTIgor Mammedov2016-01-091-1/+5
* | pc: acpi: memhp: move MHPD.MCRS method into SSDTIgor Mammedov2016-01-091-0/+92
* | pc: acpi: memhp: move MHPD.MEJ0 method into SSDTIgor Mammedov2016-01-081-0/+13
* | pc: acpi: memhp: move MHPD.MOST method into SSDTIgor Mammedov2016-01-081-0/+15
* | pc: acpi: memhp: move MHPD.MPXM method into SSDTIgor Mammedov2016-01-081-0/+14
* | pc: acpi: memhp: move MHPD.MRST method into SSDTIgor Mammedov2016-01-081-0/+23
* | pc: acpi: memhp: move MHPD.MSCN method into SSDTIgor Mammedov2016-01-081-0/+60
* | pc: acpi: memhp: move MHPD.MLCK mutex into SSDTIgor Mammedov2016-01-081-0/+2
* | pc: acpi: memhp: move MHPD._STA method into SSDTIgor Mammedov2016-01-081-0/+14
* | pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov2016-01-082-1/+31
* | nvdimm: fix header pointer in nvdimm_build_nfit()Haozhong Zhang2016-01-081-3/+5
|/
* acpi: extend aml_and() to accept target argumentIgor Mammedov2015-12-221-2/+2
* acpi: extend aml_or() to accept target argumentIgor Mammedov2015-12-221-2/+2
* acpi add aml_dma()Igor Mammedov2015-12-221-0/+14
* acpi: add aml_to_buffer()Igor Mammedov2015-12-221-0/+13
* acpi: add aml_to_hexstring()Igor Mammedov2015-12-221-0/+13
* acpi: extend aml_field() to support LockRuleIgor Mammedov2015-12-221-1/+4
* acpi: add aml_lgreater()Igor Mammedov2015-12-221-0/+9
* acpi: add aml_lor()Igor Mammedov2015-12-221-0/+9
* acpi: add aml_sleep()Igor Mammedov2015-12-221-0/+10
* acpi: add aml_alias()Igor Mammedov2015-12-221-0/+9
* acpi: extend aml_shiftright() to accept target argumentIgor Mammedov2015-12-221-2/+2
* acpi: add aml_to_integer()Igor Mammedov2015-12-221-0/+9
* acpi: add aml_call0() helperIgor Mammedov2015-12-221-0/+8
* acpi: add aml_decrement() and aml_subtract()Igor Mammedov2015-12-221-0/+14
* acpi: extend aml_add() to accept target argumentIgor Mammedov2015-12-221-2/+2
* acpi: aml: add helper for Opcode Arg2 Arg2 [Dst] AML patternIgor Mammedov2015-12-221-29/+32
* acpi: add aml_create_qword_field()Igor Mammedov2015-12-221-4/+17
* acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong2015-12-221-0/+33
* acpi: add aml_lgreater_equal()Igor Mammedov2015-12-221-0/+11
* acpi: add aml_sizeofXiao Guangrong2015-12-221-0/+8
* acpi: add aml_derefofXiao Guangrong2015-12-221-0/+8
* nvdimm acpi: build ACPI nvdimm devicesXiao Guangrong2015-12-221-0/+106
* nvdimm acpi: build ACPI NFIT tableXiao Guangrong2015-12-222-0/+383
* acpi: support specified oem table id for build_headerXiao Guangrong2015-12-221-4/+11