summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pseries: Move /event-sources construction to spapr_build_fdt()David Gibson2016-10-283-15/+14Star
* pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-283-90/+76Star
* pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2016-10-283-80/+70Star
* pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-283-17/+26
* pseries: Consolidate RTAS loadingDavid Gibson2016-10-283-33/+43
* pseries: Move adding of fdt reserve map entriesDavid Gibson2016-10-281-8/+9
* pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson2016-10-282-45/+40Star
* pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson2016-10-282-8/+7Star
* pseries: Split device tree construction from device tree loadDavid Gibson2016-10-282-20/+24
* target-ppc: add vmul10[u,eu,cu,ecu]q instructionsVasant Hegde2016-10-282-4/+76
* ppc/pnv: add a ISA busCédric Le Goater2016-10-282-0/+67
* ppc/pnv: add a LPC controllerBenjamin Herrenschmidt2016-10-286-1/+553
* ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater2016-10-284-0/+75
* ppc/pnv: add XSCOM infrastructureCédric Le Goater2016-10-285-1/+372
* ppc/pnv: add a PnvCore objectCédric Le Goater2016-10-285-2/+421
* ppc/pnv: add a PIR handler to PnvChipCédric Le Goater2016-10-282-0/+32
* ppc/pnv: add a core mask to PnvChipCédric Le Goater2016-10-282-1/+76
* ppc/pnv: add a PnvChip objectCédric Le Goater2016-10-282-5/+271
* ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt2016-10-284-0/+267
* configure, ppc64: Copy skiboot.lid to build directory when configuringAlexey Kardashevskiy2016-10-281-0/+1
* ppc: add skiboot firmware for the pnv platformCédric Le Goater2016-10-287-2/+17
* ppc: Fix single step with gdb stubBenjamin Herrenschmidt2016-10-281-1/+1
* pseries: Remove unused callbacks from sPAPR VIO bus stateDavid Gibson2016-10-281-2/+0Star
* ppc: fix MSR_ME handling for system reset interruptNicholas Piggin2016-10-281-2/+2
* ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater2016-10-283-25/+24Star
* ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater2016-10-282-0/+3
* ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater2016-10-284-27/+25Star
* target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania2016-10-283-0/+117
* target-ppc: implement vnegw/d instructionsNikunj A Dadhania2016-10-284-0/+18
* nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth2016-10-283-5/+5
* nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth2016-10-285-60/+57Star
* sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth2016-10-282-54/+12Star
* nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth2016-10-284-32/+109
* spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth2016-10-281-1/+7
* tests: enable virtio tests on SPAPRLaurent Vivier2016-10-287-13/+88
* tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier2016-10-284-176/+128Star
* tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier2016-10-284-29/+25Star
* tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier2016-10-289-217/+186Star
* tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier2016-10-282-1/+2
* tests: fix memory leak in virtio-scsi-testLaurent Vivier2016-10-281-0/+1
* ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt2016-10-281-0/+49
* pseries: Update SLOF firmware image to 20161019Alexey Kardashevskiy2016-10-283-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell2016-10-271-1/+2
|\
| * audio: intel-hda: check stream entry count during transferPrasad J Pandit2016-10-261-1/+2
* | Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell2016-10-2743-1090/+2345
|\ \
| * | target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson2016-10-265-120/+45Star
| * | target-alpha: Introduce MMU_PHYS_IDXRichard Henderson2016-10-265-114/+44Star
| * | target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}Emilio G. Cota2016-10-264-22/+1Star
| * | linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota2016-10-261-125/+0Star
| * | linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota2016-10-261-93/+0Star