summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson3-90/+76
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson3-80/+70
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson3-17/+26
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson3-33/+43
2016-10-28pseries: Move adding of fdt reserve map entriesDavid Gibson1-8/+9
2016-10-28pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson2-45/+40
2016-10-28pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson2-8/+7
2016-10-28pseries: Split device tree construction from device tree loadDavid Gibson2-20/+24
2016-10-28target-ppc: add vmul10[u,eu,cu,ecu]q instructionsVasant Hegde2-4/+76
2016-10-28ppc/pnv: add a ISA busCédric Le Goater2-0/+67
2016-10-28ppc/pnv: add a LPC controllerBenjamin Herrenschmidt6-1/+553
2016-10-28ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater4-0/+75
2016-10-28ppc/pnv: add XSCOM infrastructureCédric Le Goater5-1/+372
2016-10-28ppc/pnv: add a PnvCore objectCédric Le Goater5-2/+421
2016-10-28ppc/pnv: add a PIR handler to PnvChipCédric Le Goater2-0/+32
2016-10-28ppc/pnv: add a core mask to PnvChipCédric Le Goater2-1/+76
2016-10-28ppc/pnv: add a PnvChip objectCédric Le Goater2-5/+271
2016-10-28ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt4-0/+267
2016-10-28configure, ppc64: Copy skiboot.lid to build directory when configuringAlexey Kardashevskiy1-0/+1
2016-10-28ppc: add skiboot firmware for the pnv platformCédric Le Goater7-2/+17
2016-10-28ppc: Fix single step with gdb stubBenjamin Herrenschmidt1-1/+1
2016-10-28pseries: Remove unused callbacks from sPAPR VIO bus stateDavid Gibson1-2/+0
2016-10-28ppc: fix MSR_ME handling for system reset interruptNicholas Piggin1-2/+2
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater3-25/+24
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater2-0/+3
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater4-27/+25
2016-10-28target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania3-0/+117
2016-10-28target-ppc: implement vnegw/d instructionsNikunj A Dadhania4-0/+18
2016-10-28nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth3-5/+5
2016-10-28nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth5-60/+57
2016-10-28sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth2-54/+12
2016-10-28nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth4-32/+109
2016-10-28spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth1-1/+7
2016-10-28tests: enable virtio tests on SPAPRLaurent Vivier7-13/+88
2016-10-28tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier4-176/+128
2016-10-28tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier4-29/+25
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier9-217/+186
2016-10-28tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier2-1/+2
2016-10-28tests: fix memory leak in virtio-scsi-testLaurent Vivier1-0/+1
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt1-0/+49
2016-10-28pseries: Update SLOF firmware image to 20161019Alexey Kardashevskiy3-1/+1
2016-10-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell1-1/+2
2016-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell43-1090/+2345
2016-10-27Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell10-101/+104
2016-10-27Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' in...Peter Maydell8-657/+881
2016-10-26target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson5-120/+45
2016-10-26target-alpha: Introduce MMU_PHYS_IDXRichard Henderson5-114/+44
2016-10-26target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}Emilio G. Cota4-22/+1
2016-10-26linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota1-125/+0
2016-10-26linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota1-93/+0