Age | Commit message (Expand) | Author | Files | Lines |
2015-02-26 | acpi: add aml_reserved_field() term | Igor Mammedov | 1 | -0/+10 |
2015-02-26 | pc: acpi-build: create CPU hotplug IO region dynamically | Igor Mammedov | 2 | -16/+28 |
2015-02-26 | pc: acpi-build: drop template patching and CPU hotplug objects dynamically | Igor Mammedov | 3 | -113/+45 |
2015-02-26 | acpi: add aml_eisaid() term | Igor Mammedov | 1 | -0/+29 |
2015-02-26 | acpi: add aml_processor() term | Igor Mammedov | 1 | -0/+15 |
2015-02-26 | acpi: add aml_equal() term | Igor Mammedov | 1 | -0/+10 |
2015-02-26 | acpi: add aml_varpackage() term | Igor Mammedov | 1 | -0/+8 |
2015-02-26 | pc: acpi-build: generate pvpanic device description dynamically | Igor Mammedov | 2 | -51/+32 |
2015-02-26 | acpi: add aml_string() term | Igor Mammedov | 1 | -0/+25 |
2015-02-26 | acpi: add aml_local() term | Igor Mammedov | 1 | -0/+11 |
2015-02-26 | acpi: add aml_field() & aml_named_field() terms | Igor Mammedov | 1 | -0/+28 |
2015-02-26 | acpi: add aml_operation_region() term | Igor Mammedov | 1 | -0/+14 |
2015-02-26 | acpi: include PkgLength size only when requested | Igor Mammedov | 1 | -5/+15 |
2015-02-26 | acpi: add aml_io() helper | Igor Mammedov | 1 | -0/+16 |
2015-02-26 | acpi: add aml_resource_template() helper | Igor Mammedov | 1 | -0/+8 |
2015-02-26 | acpi: add aml_buffer() term | Igor Mammedov | 1 | -0/+7 |
2015-02-26 | pc: acpi-build: generate _S[345] packages dynamically | Igor Mammedov | 2 | -43/+30 |
2015-02-26 | acpi: add aml_package() term | Igor Mammedov | 1 | -0/+8 |
2015-02-26 | acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpers | Igor Mammedov | 1 | -0/+42 |
2015-02-26 | acpi: add aml_notify() term | Igor Mammedov | 1 | -0/+9 |
2015-02-26 | acpi: add aml_and() term | Igor Mammedov | 1 | -0/+10 |
2015-02-26 | acpi: add aml_store() term | Igor Mammedov | 1 | -0/+9 |
2015-02-26 | acpi: add aml_arg() term | Igor Mammedov | 1 | -0/+11 |
2015-02-26 | acpi: add aml_return() term | Igor Mammedov | 1 | -0/+8 |
2015-02-26 | acpi: add aml_int() term | Igor Mammedov | 2 | -27/+28 |
2015-02-26 | acpi: add aml_name() & aml_name_decl() term | Igor Mammedov | 1 | -0/+32 |
2015-02-26 | acpi: add aml_if() term | Igor Mammedov | 1 | -0/+8 |
2015-02-26 | acpi: add aml_method() term | Igor Mammedov | 1 | -0/+9 |
2015-02-26 | acpi: add aml_device() term | Igor Mammedov | 1 | -0/+11 |
2015-02-26 | pc: acpi-build: use aml_scope() for \_SB scope | Igor Mammedov | 1 | -20/+19 |
2015-02-26 | acpi: add aml_scope() term | Igor Mammedov | 1 | -0/+20 |
2015-02-26 | acpi: introduce AML composer aml_append() | Igor Mammedov | 1 | -0/+78 |
2015-02-26 | virtio-serial-bus.c: drop virtio_ids.h | Michael S. Tsirkin | 1 | -1/+0 |
2015-02-26 | pc: acpi: use local var for accessing ACPI tables blob in acpi_build() | Igor Mammedov | 1 | -34/+35 |
2015-02-26 | acpi-build: skip hotplugged bridges | Michael S. Tsirkin | 1 | -2/+6 |
2015-02-26 | virtio: add feature checking helpers | Cornelia Huck | 7 | -31/+31 |
2015-02-26 | virtio: feature bit manipulation helpers | Cornelia Huck | 7 | -32/+32 |
2015-02-26 | virtio: cull virtio_bus_set_vdev_features | Cornelia Huck | 2 | -16/+1 |
2015-02-26 | s390: use standard headers | Michael S. Tsirkin | 2 | -22/+21 |
2015-02-26 | virtio-pci: use standard headers | Michael S. Tsirkin | 1 | -49/+5 |
2015-02-26 | virtio-serial: switch to standard-headers | Michael S. Tsirkin | 1 | -0/+1 |
2015-02-26 | virtio-scsi: use standard-headers | Michael S. Tsirkin | 1 | -0/+1 |
2015-02-26 | virtio-blk: switch to standard-headers | Michael S. Tsirkin | 1 | -4/+4 |
2015-02-26 | virtio-9p: use standard headers | Michael S. Tsirkin | 1 | -16/+1 |
2015-02-26 | virtio: use standard-headers | Michael S. Tsirkin | 2 | -18/+6 |
2015-02-26 | virtio: use standard virtio_ring.h | Michael S. Tsirkin | 1 | -1/+1 |
2015-02-26 | acpi-build: simplify rsdp management for legacy | Michael S. Tsirkin | 1 | -4/+6 |
2015-02-26 | acpi: has_immutable_rsdp->!rsdp_in_ram | Michael S. Tsirkin | 3 | -7/+7 |
2015-02-26 | acpi-build: fix ACPI RAM management | Michael S. Tsirkin | 1 | -20/+23 |
2015-02-26 | pc: acpi-build: migrate RSDP table | Igor Mammedov | 3 | -9/+21 |