summaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2016-01-29x86: Clean up includesPeter Maydell13-6/+13
2016-01-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell1-1/+0
2016-01-11hw/acpi: Remove superfluous return statementThomas Huth1-1/+0
2016-01-09pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov1-1/+1
2016-01-09pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov1-1/+63
2016-01-09pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov1-0/+22
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov1-0/+23
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov2-1/+29
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov1-29/+24
2016-01-09pc: acpi: memhp: move MHPD Device into SSDTIgor Mammedov1-1/+5
2016-01-09pc: acpi: memhp: move MHPD.MCRS method into SSDTIgor Mammedov1-0/+92
2016-01-08pc: acpi: memhp: move MHPD.MEJ0 method into SSDTIgor Mammedov1-0/+13
2016-01-08pc: acpi: memhp: move MHPD.MOST method into SSDTIgor Mammedov1-0/+15
2016-01-08pc: acpi: memhp: move MHPD.MPXM method into SSDTIgor Mammedov1-0/+14
2016-01-08pc: acpi: memhp: move MHPD.MRST method into SSDTIgor Mammedov1-0/+23
2016-01-08pc: acpi: memhp: move MHPD.MSCN method into SSDTIgor Mammedov1-0/+60
2016-01-08pc: acpi: memhp: move MHPD.MLCK mutex into SSDTIgor Mammedov1-0/+2
2016-01-08pc: acpi: memhp: move MHPD._STA method into SSDTIgor Mammedov1-0/+14
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov2-1/+31
2016-01-08nvdimm: fix header pointer in nvdimm_build_nfit()Haozhong Zhang1-3/+5
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi: extend aml_or() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi add aml_dma()Igor Mammedov1-0/+14
2015-12-22acpi: add aml_to_buffer()Igor Mammedov1-0/+13
2015-12-22acpi: add aml_to_hexstring()Igor Mammedov1-0/+13
2015-12-22acpi: extend aml_field() to support LockRuleIgor Mammedov1-1/+4
2015-12-22acpi: add aml_lgreater()Igor Mammedov1-0/+9
2015-12-22acpi: add aml_lor()Igor Mammedov1-0/+9
2015-12-22acpi: add aml_sleep()Igor Mammedov1-0/+10
2015-12-22acpi: add aml_alias()Igor Mammedov1-0/+9
2015-12-22acpi: extend aml_shiftright() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi: add aml_to_integer()Igor Mammedov1-0/+9
2015-12-22acpi: add aml_call0() helperIgor Mammedov1-0/+8
2015-12-22acpi: add aml_decrement() and aml_subtract()Igor Mammedov1-0/+14
2015-12-22acpi: extend aml_add() to accept target argumentIgor Mammedov1-2/+2
2015-12-22acpi: aml: add helper for Opcode Arg2 Arg2 [Dst] AML patternIgor Mammedov1-29/+32
2015-12-22acpi: add aml_create_qword_field()Igor Mammedov1-4/+17
2015-12-22acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong1-0/+33
2015-12-22acpi: add aml_lgreater_equal()Igor Mammedov1-0/+11
2015-12-22acpi: add aml_sizeofXiao Guangrong1-0/+8
2015-12-22acpi: add aml_derefofXiao Guangrong1-0/+8
2015-12-22nvdimm acpi: build ACPI nvdimm devicesXiao Guangrong1-0/+106
2015-12-22nvdimm acpi: build ACPI NFIT tableXiao Guangrong2-0/+383
2015-12-22acpi: support specified oem table id for build_headerXiao Guangrong1-4/+11
2015-12-22nvdimm: implement NVDIMM device abstractXiao Guangrong1-0/+5
2015-12-17ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao1-0/+20
2015-12-17ACPI: Add GPIO Connection DescriptorShannon Zhao1-0/+68
2015-12-17acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov1-9/+13
2015-12-17acpi: support serialized methodXiao Guangrong1-2/+15
2015-11-26Fix memory leak on errorStefano Dong (董兴水)1-0/+1