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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-09
pc: acpi: pci: move link devices into SSDT
Igor Mammedov
2
-44
/
+82
2016-01-09
pc: acpi: move remaining GPE handlers into SSDT
Igor Mammedov
3
-77
/
+29
2016-01-09
pc: acpi: move PIIX4 isa-bridge and pm devices into SSDT
Igor Mammedov
2
-49
/
+80
2016-01-09
pc: acpi: move COM devices from DSDT to SSDT
Igor Mammedov
4
-58
/
+48
2016-01-09
pc: acpi: move LPT device from DSDT to SSDT
Igor Mammedov
2
-16
/
+36
2016-01-09
pc: acpi: move FDC0 device from DSDT to SSDT
Igor Mammedov
2
-18
/
+40
2016-01-09
pc: acpi: move MOU device from DSDT to SSDT
Igor Mammedov
2
-10
/
+21
2016-01-09
pc: acpi: move KBD device from DSDT to SSDT
Igor Mammedov
2
-12
/
+22
2016-01-09
pc: acpi: move RTC device from DSDT to SSDT
Igor Mammedov
2
-9
/
+26
2016-01-09
pc: acpi: move DBUG() from DSDT to SSDT
Igor Mammedov
4
-45
/
+36
2016-01-09
pc: acpi: move HPET from DSDT to SSDT
Igor Mammedov
5
-54
/
+54
2016-01-09
pc: acpi: factor out cpu hotplug code from build_ssdt() into separate function
Igor Mammedov
1
-80
/
+94
2016-01-09
pc: acpi: cpuhp: move \_GPE._E02() into SSDT
Igor Mammedov
5
-45
/
+10
2016-01-09
pc: acpi: cpuhp: move PRSC() method into SSDT
Igor Mammedov
5
-42
/
+67
2016-01-09
pc: acpi: cpuhp: move CPST() method into SSDT
Igor Mammedov
3
-13
/
+24
2016-01-09
pc: acpi: cpuhp: move CPMA() method into SSDT
Igor Mammedov
3
-15
/
+26
2016-01-09
pc: acpi: cpuhp: move CPEJ() method to SSDT
Igor Mammedov
4
-6
/
+31
2016-01-09
pc: acpi: drop unused CPU_STATUS_LEN from DSDT
Igor Mammedov
1
-1
/
+0
2016-01-09
pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usage
Igor Mammedov
2
-55
/
+50
2016-01-09
pc: acpi: memhp: move \_GPE._E03 into SSDT
Igor Mammedov
4
-26
/
+6
2016-01-09
pc: acpi: factor out memhp code from build_ssdt() into separate function
Igor Mammedov
1
-113
/
+126
2016-01-09
pc: acpi: memhp: move MHPD Device into SSDT
Igor Mammedov
2
-8
/
+5
2016-01-09
pc: acpi: memhp: move MHPD.MCRS method into SSDT
Igor Mammedov
2
-72
/
+92
2016-01-08
pc: acpi: memhp: move MHPD.MEJ0 method into SSDT
Igor Mammedov
2
-8
/
+13
2016-01-08
pc: acpi: memhp: move MHPD.MOST method into SSDT
Igor Mammedov
2
-10
/
+15
2016-01-08
pc: acpi: memhp: move MHPD.MPXM method into SSDT
Igor Mammedov
2
-9
/
+14
2016-01-08
pc: acpi: memhp: move MHPD.MRST method into SSDT
Igor Mammedov
2
-15
/
+23
2016-01-08
pc: acpi: memhp: move MHPD.MSCN method into SSDT
Igor Mammedov
2
-26
/
+61
2016-01-08
pc: acpi: memhp: move MHPD.MLCK mutex into SSDT
Igor Mammedov
2
-2
/
+3
2016-01-08
pc: acpi: memhp: move MHPD._STA method into SSDT
Igor Mammedov
2
-8
/
+14
2016-01-08
pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT code
Igor Mammedov
3
-1
/
+34
2016-01-08
hw/i386: fill in the CENTURY field of the FADT (FACP) ACPI table
Laszlo Ersek
1
-0
/
+2
2016-01-08
igd-passthrough: fix use of host_pci_config_read
Cao jin
1
-3
/
+5
2016-01-08
nvdimm: fix header pointer in nvdimm_build_nfit()
Haozhong Zhang
1
-3
/
+5
2016-01-08
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160108-1' into st...
Peter Maydell
2
-3
/
+6
2016-01-08
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160108-1' into s...
Peter Maydell
2
-33
/
+56
2016-01-08
ui/curses: Fix color attribute of monitor for curses
OGAWA Hirofumi
2
-3
/
+6
2016-01-08
ohci: clear pending SOF on suspend
Laurent Vivier
1
-0
/
+3
2016-01-08
ohci: delay first SOF interrupt
Laurent Vivier
1
-3
/
+13
2016-01-08
usb-mtp: fix call to trace function
Bandan Das
1
-1
/
+1
2016-01-08
usb-mtp: use safe variant when cleaning events list
Bandan Das
1
-2
/
+2
2016-01-08
ohci: fix command HostControllerReset
Hervé Poussineau
1
-1
/
+1
2016-01-08
ohci: fix Host Controller USBRESET
Hervé Poussineau
1
-1
/
+1
2016-01-08
ohci: split reset method in 3 parts
Hervé Poussineau
1
-27
/
+37
2016-01-07
block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE
Fam Zheng
1
-1
/
+1
2016-01-07
petalogix-ml605: Set the MicroBlaze CPU version to 8.10.a
Edgar E. Iglesias
1
-0
/
+1
2016-01-07
s3adsp1800: Set the MicroBlaze CPU version to 7.10.d
Edgar E. Iglesias
1
-0
/
+1
2016-01-07
sun4u: split NPT and INT_DIS accesses between timer and compare registers
Mark Cave-Ayland
1
-9
/
+10
2016-01-07
sun4u: split out NPT and INT_DIS into separate CPUTimer fields
Mark Cave-Ayland
1
-4
/
+13
2015-12-23
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
[next]