Age | Commit message (Expand) | Author | Files | Lines |
2016-10-28 | spapr_events: add support for dedicated hotplug event source | Michael Roth | 4 | -41/+177 |
2016-10-28 | spapr: update spapr hotplug documentation | Michael Roth | 1 | -9/+46 |
2016-10-28 | target-ppc: Add xvcmpnesp, xvcmpnedp instructions | Swapnil Bokade | 4 | -8/+17 |
2016-10-28 | target-ppc: add xscmp[eq,gt,ge,ne]dp instructions | Sandipan Das | 4 | -0/+64 |
2016-10-28 | tests: Add pseries machine to the prom-env-test, too | David Gibson | 1 | -8/+12 |
2016-10-28 | spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameter | Thomas Huth | 1 | -0/+6 |
2016-10-28 | libqos: Change PCI accessors to take opaque BAR handle | David Gibson | 14 | -309/+300 |
2016-10-28 | tests: Don't assume structure of PCI IO base in ahci-test | David Gibson | 3 | -6/+9 |
2016-10-28 | tests: Use qpci_mem{read,write} in ivshmem-test | David Gibson | 1 | -8/+27 |
2016-10-28 | libqos: Add 64-bit PCI IO accessors | David Gibson | 5 | -12/+60 |
2016-10-28 | tests: Clean up IO handling in ide-test | David Gibson | 1 | -61/+118 |
2016-10-28 | libqos: Implement mmio accessors in terms of mem{read,write} | David Gibson | 4 | -96/+14 |
2016-10-28 | libqos: Add streaming accessors for PCI MMIO | David Gibson | 4 | -0/+53 |
2016-10-28 | tests: Adjust tco-test to use qpci_legacy_iomap() | David Gibson | 1 | -1/+1 |
2016-10-28 | libqos: Better handling of PCI legacy IO | David Gibson | 2 | -0/+6 |
2016-10-28 | libqos: Move BAR assignment to common code | David Gibson | 4 | -176/+63 |
2016-10-28 | libqos: Handle PCI IO de-multiplexing in common code | David Gibson | 4 | -126/+170 |
2016-10-28 | libqos: Give qvirtio_config_read*() consistent semantics | David Gibson | 5 | -59/+36 |
2016-10-28 | adb: change handler only when recognized | Hervé Poussineau | 1 | -3/+23 |
2016-10-28 | spapr: improve ibm,architecture-vec-5 property handling | Michael Roth | 2 | -6/+18 |
2016-10-28 | spapr: add option vector handling in CAS-generated resets | Michael Roth | 3 | -11/+55 |
2016-10-28 | spapr_hcall: use spapr_ovec_* interfaces for CAS options | Michael Roth | 4 | -44/+30 |
2016-10-28 | spapr_ovec: initial implementation of option vector helpers | Michael Roth | 3 | -1/+305 |
2016-10-28 | pseries: Remove spapr_create_fdt_skel() | David Gibson | 2 | -59/+36 |
2016-10-28 | pseries: Consolidate construction of /vdevice device tree node | David Gibson | 3 | -25/+19 |
2016-10-28 | pseries: Move /hypervisor node construction to fdt_build_fdt() | David Gibson | 1 | -21/+28 |
2016-10-28 | pseries: Move /event-sources construction to spapr_build_fdt() | David Gibson | 3 | -15/+14 |
2016-10-28 | pseries: Consolidate construction of /rtas device tree node | David Gibson | 3 | -90/+76 |
2016-10-28 | pseries: Consolidate construction of /chosen device tree node | David Gibson | 3 | -80/+70 |
2016-10-28 | pseries: Move construction of /interrupt-controller fdt node | David Gibson | 3 | -17/+26 |
2016-10-28 | pseries: Consolidate RTAS loading | David Gibson | 3 | -33/+43 |
2016-10-28 | pseries: Move adding of fdt reserve map entries | David Gibson | 1 | -8/+9 |
2016-10-28 | pseries: Make spapr_create_fdt_skel() get information from machine state | David Gibson | 2 | -45/+40 |
2016-10-28 | pseries: Remove rtas_addr and fdt_addr fields from machinestate | David Gibson | 2 | -8/+7 |
2016-10-28 | pseries: Split device tree construction from device tree load | David Gibson | 2 | -20/+24 |
2016-10-28 | target-ppc: add vmul10[u,eu,cu,ecu]q instructions | Vasant Hegde | 2 | -4/+76 |
2016-10-28 | ppc/pnv: add a ISA bus | Cédric Le Goater | 2 | -0/+67 |
2016-10-28 | ppc/pnv: add a LPC controller | Benjamin Herrenschmidt | 6 | -1/+553 |
2016-10-28 | ppc/pnv: add XSCOM handlers to PnvCore | Cédric Le Goater | 4 | -0/+75 |
2016-10-28 | ppc/pnv: add XSCOM infrastructure | Cédric Le Goater | 5 | -1/+372 |
2016-10-28 | ppc/pnv: add a PnvCore object | Cédric Le Goater | 5 | -2/+421 |
2016-10-28 | ppc/pnv: add a PIR handler to PnvChip | Cédric Le Goater | 2 | -0/+32 |
2016-10-28 | ppc/pnv: add a core mask to PnvChip | Cédric Le Goater | 2 | -1/+76 |
2016-10-28 | ppc/pnv: add a PnvChip object | Cédric Le Goater | 2 | -5/+271 |
2016-10-28 | ppc/pnv: add skeleton PowerNV platform | Benjamin Herrenschmidt | 4 | -0/+267 |
2016-10-28 | configure, ppc64: Copy skiboot.lid to build directory when configuring | Alexey Kardashevskiy | 1 | -0/+1 |
2016-10-28 | ppc: add skiboot firmware for the pnv platform | Cédric Le Goater | 7 | -2/+17 |
2016-10-28 | ppc: Fix single step with gdb stub | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-10-28 | pseries: Remove unused callbacks from sPAPR VIO bus state | David Gibson | 1 | -2/+0 |
2016-10-28 | ppc: fix MSR_ME handling for system reset interrupt | Nicholas Piggin | 1 | -2/+2 |