aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-09pc: acpi: move remaining GPE handlers into SSDTIgor Mammedov3-77/+29
2016-01-09pc: acpi: move PIIX4 isa-bridge and pm devices into SSDTIgor Mammedov3-49/+81
2016-01-09pc: acpi: move COM devices from DSDT to SSDTIgor Mammedov4-58/+48
2016-01-09pc: acpi: move LPT device from DSDT to SSDTIgor Mammedov2-16/+36
2016-01-09pc: acpi: move FDC0 device from DSDT to SSDTIgor Mammedov2-18/+40
2016-01-09pc: acpi: move MOU device from DSDT to SSDTIgor Mammedov2-10/+21
2016-01-09pc: acpi: move KBD device from DSDT to SSDTIgor Mammedov2-12/+22
2016-01-09pc: acpi: move RTC device from DSDT to SSDTIgor Mammedov2-9/+26
2016-01-09pc: acpi: move DBUG() from DSDT to SSDTIgor Mammedov4-45/+36
2016-01-09pc: acpi: move HPET from DSDT to SSDTIgor Mammedov6-54/+55
2016-01-09pc: acpi: factor out cpu hotplug code from build_ssdt() into separate functionIgor Mammedov1-80/+94
2016-01-09pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov7-46/+11
2016-01-09pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov8-42/+71
2016-01-09pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov4-13/+25
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov4-15/+28
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov5-6/+36
2016-01-09pc: acpi: drop unused CPU_STATUS_LEN from DSDTIgor Mammedov1-1/+0
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov4-79/+74
2016-01-09pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov6-28/+11
2016-01-09pc: acpi: factor out memhp code from build_ssdt() into separate functionIgor Mammedov1-113/+126
2016-01-09pc: acpi: memhp: move MHPD Device into SSDTIgor Mammedov2-8/+5
2016-01-09pc: acpi: memhp: move MHPD.MCRS method into SSDTIgor Mammedov2-72/+92
2016-01-08pc: acpi: memhp: move MHPD.MEJ0 method into SSDTIgor Mammedov2-8/+13
2016-01-08pc: acpi: memhp: move MHPD.MOST method into SSDTIgor Mammedov2-10/+15
2016-01-08pc: acpi: memhp: move MHPD.MPXM method into SSDTIgor Mammedov2-9/+14
2016-01-08pc: acpi: memhp: move MHPD.MRST method into SSDTIgor Mammedov2-15/+23
2016-01-08pc: acpi: memhp: move MHPD.MSCN method into SSDTIgor Mammedov2-26/+61
2016-01-08pc: acpi: memhp: move MHPD.MLCK mutex into SSDTIgor Mammedov2-2/+3
2016-01-08pc: acpi: memhp: move MHPD._STA method into SSDTIgor Mammedov2-8/+14
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov4-1/+38
2016-01-08tests: acpi: print ASL diff in verbose modeIgor Mammedov1-0/+16
2016-01-08hw/i386: fill in the CENTURY field of the FADT (FACP) ACPI tableLaszlo Ersek1-0/+2
2016-01-08igd-passthrough: fix use of host_pci_config_readCao jin1-3/+5
2016-01-08nvdimm: fix header pointer in nvdimm_build_nfit()Haozhong Zhang1-3/+5
2016-01-08Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160108-1' into st...Peter Maydell8-63/+239
2016-01-08Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160108-1' into s...Peter Maydell2-33/+56
2016-01-08sdl2/opengl: add opengl context and scanout supportGerd Hoffmann3-1/+163
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi5-62/+76
2016-01-08Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...Peter Maydell34-199/+456
2016-01-08ohci: clear pending SOF on suspendLaurent Vivier1-0/+3
2016-01-08ohci: delay first SOF interruptLaurent Vivier1-3/+13
2016-01-08usb-mtp: fix call to trace functionBandan Das1-1/+1
2016-01-08usb-mtp: use safe variant when cleaning events listBandan Das1-2/+2
2016-01-08ohci: fix command HostControllerResetHervé Poussineau1-1/+1
2016-01-08ohci: fix Host Controller USBRESETHervé Poussineau1-1/+1
2016-01-08ohci: split reset method in 3 partsHervé Poussineau1-27/+37
2016-01-07iotests: Add test cases for blockdev-mirrorFam Zheng2-25/+79
2016-01-07qmp: Add blockdev-mirror commandFam Zheng3-1/+159
2016-01-07block: Add check on mirror targetFam Zheng2-0/+4
2016-01-07block: Extract blockdev part of qmp_drive_mirrorFam Zheng1-42/+72