aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-28libqos: Add streaming accessors for PCI MMIODavid Gibson4-0/+53
2016-10-28tests: Adjust tco-test to use qpci_legacy_iomap()David Gibson1-1/+1
2016-10-28libqos: Better handling of PCI legacy IODavid Gibson2-0/+6
2016-10-28libqos: Move BAR assignment to common codeDavid Gibson4-176/+63
2016-10-28libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson4-126/+170
2016-10-28libqos: Give qvirtio_config_read*() consistent semanticsDavid Gibson5-59/+36
2016-10-28adb: change handler only when recognizedHervé Poussineau1-3/+23
2016-10-28spapr: improve ibm,architecture-vec-5 property handlingMichael Roth2-6/+18
2016-10-28spapr: add option vector handling in CAS-generated resetsMichael Roth3-11/+55
2016-10-28spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth4-44/+30
2016-10-28spapr_ovec: initial implementation of option vector helpersMichael Roth3-1/+305
2016-10-28pseries: Remove spapr_create_fdt_skel()David Gibson2-59/+36
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson3-25/+19
2016-10-28pseries: Move /hypervisor node construction to fdt_build_fdt()David Gibson1-21/+28
2016-10-28pseries: Move /event-sources construction to spapr_build_fdt()David Gibson3-15/+14
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