summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-10-28spapr_ovec: initial implementation of option vector helpersMichael Roth
2016-10-28pseries: Remove spapr_create_fdt_skel()David Gibson
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson
2016-10-28pseries: Move /hypervisor node construction to fdt_build_fdt()David Gibson
2016-10-28pseries: Move /event-sources construction to spapr_build_fdt()David Gibson
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson
2016-10-28pseries: Move adding of fdt reserve map entriesDavid Gibson
2016-10-28pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson
2016-10-28pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson
2016-10-28pseries: Split device tree construction from device tree loadDavid Gibson
2016-10-28ppc/pnv: add a ISA busCédric Le Goater
2016-10-28ppc/pnv: add a LPC controllerBenjamin Herrenschmidt
2016-10-28ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater
2016-10-28ppc/pnv: add XSCOM infrastructureCédric Le Goater
2016-10-28ppc/pnv: add a PnvCore objectCédric Le Goater
2016-10-28ppc/pnv: add a PIR handler to PnvChipCédric Le Goater
2016-10-28ppc/pnv: add a core mask to PnvChipCédric Le Goater
2016-10-28ppc/pnv: add a PnvChip objectCédric Le Goater
2016-10-28ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater
2016-10-28nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth
2016-10-28nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth
2016-10-28sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth
2016-10-28nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth
2016-10-28spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt
2016-10-27fdc: Move qdev properties to FloppyDriveKevin Wolf
2016-10-27fdc: Add a floppy drive qdevKevin Wolf
2016-10-27fdc: Add a floppy qbusKevin Wolf
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-10-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell
2016-10-26virtio-gpu: fix memory leak in virtio_gpu_resource_create_2dLi Qiang
2016-10-26audio: intel-hda: check stream entry count during transferPrasad J Pandit
2016-10-26net: rtl8139: limit processing of ring descriptorsPrasad J Pandit
2016-10-26net: vmxnet: initialise local tx descriptorLi Qiang
2016-10-26e1000e: Don't zero out buffer address in rx descriptorKevin Wolf
2016-10-26net: rocker: set limit to DMA buffer sizePrasad J Pandit
2016-10-26net: eepro100: fix memory leak in device uninitLi Qiang
2016-10-26net: pcnet: fix source formatting and indentationPrasad J Pandit
2016-10-26net: pcnet: check rx/tx descriptor ring lengthPrasad J Pandit
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-10-24pc: q35: Bump max_cpus to 288Igor Mammedov
2016-10-24pc: Require IRQ remapping and EIM if there could be x2APIC CPUsIgor Mammedov
2016-10-24pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUsIgor Mammedov