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
2015-02-26
acpi: update generated hex files
Michael S. Tsirkin
3
-697
/
+25
2015-02-26
pc: acpi-build: reserve PCIHP MMIO resources
Igor Mammedov
1
-0
/
+27
2015-02-26
pc: pcihp: expose MMIO base and len as properties
Igor Mammedov
3
-8
/
+19
2015-02-26
acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...
Igor Mammedov
2
-0
/
+233
2015-02-26
pc: acpi-build: create memory hotplug IO region dynamically
Igor Mammedov
3
-31
/
+64
2015-02-26
pc: acpi-build: drop template patching and memory hotplug objects dynamically
Igor Mammedov
3
-144
/
+46
2015-02-26
acpi: add aml_reserved_field() term
Igor Mammedov
2
-0
/
+16
2015-02-26
pc: acpi-build: create CPU hotplug IO region dynamically
Igor Mammedov
3
-16
/
+29
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
2
-0
/
+30
2015-02-26
acpi: add aml_processor() term
Igor Mammedov
2
-0
/
+17
2015-02-26
acpi: add aml_equal() term
Igor Mammedov
2
-0
/
+11
2015-02-26
acpi: add aml_varpackage() term
Igor Mammedov
2
-0
/
+9
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
2
-0
/
+26
2015-02-26
acpi: add aml_local() term
Igor Mammedov
2
-0
/
+12
2015-02-26
acpi: add aml_field() & aml_named_field() terms
Igor Mammedov
2
-0
/
+34
2015-02-26
acpi: add aml_operation_region() term
Igor Mammedov
2
-0
/
+21
2015-02-26
acpi: include PkgLength size only when requested
Igor Mammedov
2
-6
/
+17
2015-02-26
acpi: add aml_io() helper
Igor Mammedov
2
-0
/
+23
2015-02-26
acpi: add aml_resource_template() helper
Igor Mammedov
2
-0
/
+9
2015-02-26
acpi: add aml_buffer() term
Igor Mammedov
2
-0
/
+8
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
2
-0
/
+9
2015-02-26
acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpers
Igor Mammedov
2
-0
/
+46
2015-02-26
acpi: add aml_notify() term
Igor Mammedov
2
-0
/
+10
2015-02-26
acpi: add aml_and() term
Igor Mammedov
2
-0
/
+11
2015-02-26
acpi: add aml_store() term
Igor Mammedov
2
-0
/
+10
2015-02-26
acpi: add aml_arg() term
Igor Mammedov
2
-0
/
+12
2015-02-26
acpi: add aml_return() term
Igor Mammedov
2
-0
/
+9
2015-02-26
acpi: add aml_int() term
Igor Mammedov
3
-29
/
+30
2015-02-26
acpi: add aml_name() & aml_name_decl() term
Igor Mammedov
2
-0
/
+36
2015-02-26
acpi: add aml_if() term
Igor Mammedov
2
-0
/
+9
2015-02-26
acpi: add aml_method() term
Igor Mammedov
2
-0
/
+10
2015-02-26
acpi: add aml_device() term
Igor Mammedov
2
-0
/
+12
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
2
-0
/
+23
2015-02-26
acpi: introduce AML composer aml_append()
Igor Mammedov
2
-0
/
+133
2015-02-26
virtio_ring.h: s/__inline__/inline/
Michael S. Tsirkin
1
-3
/
+3
2015-02-26
standard-headers: include stdint.h
Michael S. Tsirkin
1
-1
/
+1
2015-02-26
virtio-serial-bus.c: drop virtio_ids.h
Michael S. Tsirkin
1
-1
/
+0
2015-02-26
update-linux-headers.sh: s/__inline__/inline/
Michael S. Tsirkin
1
-0
/
+1
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
8
-31
/
+42
2015-02-26
virtio: feature bit manipulation helpers
Cornelia Huck
8
-32
/
+44
2015-02-26
virtio: cull virtio_bus_set_vdev_features
Cornelia Huck
3
-19
/
+1
2015-02-26
s390: use standard headers
Michael S. Tsirkin
2
-22
/
+21
2015-02-26
standard-headers: add s390 virtio headers
Michael S. Tsirkin
2
-0
/
+85
2015-02-26
scripts: add arch specific standard-headers
Michael S. Tsirkin
1
-0
/
+2
[next]