aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-09pc: acpi: move LPT device from DSDT to SSDTIgor Mammedov
2016-01-09pc: acpi: move FDC0 device from DSDT to SSDTIgor Mammedov
2016-01-09pc: acpi: move MOU device from DSDT to SSDTIgor Mammedov
2016-01-09pc: acpi: move KBD device from DSDT to SSDTIgor Mammedov
2016-01-09pc: acpi: move RTC device from DSDT to SSDTIgor Mammedov
2016-01-09pc: acpi: move DBUG() from DSDT to SSDTIgor Mammedov
2016-01-09pc: acpi: move HPET from DSDT to SSDTIgor Mammedov
2016-01-09pc: acpi: factor out cpu hotplug code from build_ssdt() into separate functionIgor Mammedov
2016-01-09pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov
2016-01-09pc: acpi: drop unused CPU_STATUS_LEN from DSDTIgor Mammedov
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov
2016-01-09pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov
2016-01-09pc: acpi: factor out memhp code from build_ssdt() into separate functionIgor Mammedov
2016-01-09pc: acpi: memhp: move MHPD Device into SSDTIgor Mammedov
2016-01-09pc: acpi: memhp: move MHPD.MCRS method into SSDTIgor Mammedov
2016-01-08pc: acpi: memhp: move MHPD.MEJ0 method into SSDTIgor Mammedov
2016-01-08pc: acpi: memhp: move MHPD.MOST method into SSDTIgor Mammedov
2016-01-08pc: acpi: memhp: move MHPD.MPXM method into SSDTIgor Mammedov
2016-01-08pc: acpi: memhp: move MHPD.MRST method into SSDTIgor Mammedov
2016-01-08pc: acpi: memhp: move MHPD.MSCN method into SSDTIgor Mammedov
2016-01-08pc: acpi: memhp: move MHPD.MLCK mutex into SSDTIgor Mammedov
2016-01-08pc: acpi: memhp: move MHPD._STA method into SSDTIgor Mammedov
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov
2016-01-08tests: acpi: print ASL diff in verbose modeIgor Mammedov
2016-01-08hw/i386: fill in the CENTURY field of the FADT (FACP) ACPI tableLaszlo Ersek
2016-01-08igd-passthrough: fix use of host_pci_config_readCao jin
2016-01-08nvdimm: fix header pointer in nvdimm_build_nfit()Haozhong Zhang
2016-01-08linux-user: enable sigaltstack for all architecturesMichael Tokarev
2016-01-08unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev
2016-01-08linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang
2016-01-08linux-user,sh4: fix signal retcode addressLaurent Vivier
2016-01-08linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to...Laurent Vivier
2016-01-08linux-user: manage bind with a socket of SOCK_PACKET type.Laurent Vivier
2016-01-08linux-user: add a function hook to translate sockaddrLaurent Vivier
2016-01-08linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields acc...Laurent Vivier
2016-01-08linux-user: SOCK_PACKET uses network endian to encode protocol in socket()Laurent Vivier
2016-01-08Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160108-1' into st...Peter Maydell
2016-01-08Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160108-1' into s...Peter Maydell
2016-01-08sdl2/opengl: add opengl context and scanout supportGerd Hoffmann
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi
2016-01-08Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...Peter Maydell
2016-01-08linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()Harmandeep Kaur
2016-01-08linux-user: in poll(), if nfds is 0, pfd can be NULLLaurent Vivier
2016-01-08linux-user: correctly align target_epoll_eventLaurent Vivier
2016-01-08linux-user: add signalfd/signalfd4 syscallsLaurent Vivier
2016-01-08ohci: clear pending SOF on suspendLaurent Vivier