summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-10-28spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameterThomas Huth1-0/+6
2016-10-28adb: change handler only when recognizedHervé Poussineau1-3/+23
2016-10-28spapr: improve ibm,architecture-vec-5 property handlingMichael Roth1-6/+17
2016-10-28spapr: add option vector handling in CAS-generated resetsMichael Roth2-10/+52
2016-10-28spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2-43/+23
2016-10-28spapr_ovec: initial implementation of option vector helpersMichael Roth2-1/+243
2016-10-28pseries: Remove spapr_create_fdt_skel()David Gibson1-58/+36
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson2-24/+18
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 Gibson2-14/+13
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2-88/+75
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2-79/+69
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2-17/+25
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson2-33/+42
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 Gibson1-45/+36
2016-10-28pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson1-7/+7
2016-10-28pseries: Split device tree construction from device tree loadDavid Gibson2-20/+24
2016-10-28ppc/pnv: add a ISA busCédric Le Goater1-0/+65
2016-10-28ppc/pnv: add a LPC controllerBenjamin Herrenschmidt3-1/+480
2016-10-28ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater2-0/+54
2016-10-28ppc/pnv: add XSCOM infrastructureCédric Le Goater3-1/+301
2016-10-28ppc/pnv: add a PnvCore objectCédric Le Goater3-2/+371
2016-10-28ppc/pnv: add a PIR handler to PnvChipCédric Le Goater1-0/+30
2016-10-28ppc/pnv: add a core mask to PnvChipCédric Le Goater1-1/+72
2016-10-28ppc/pnv: add a PnvChip objectCédric Le Goater1-5/+208
2016-10-28ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt2-0/+228
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater2-22/+21
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater1-0/+1
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater3-27/+23
2016-10-28nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth2-2/+2
2016-10-28nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth2-15/+23
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 Huth3-32/+85
2016-10-28spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth1-1/+7
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt1-0/+49
2016-10-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell1-1/+2
2016-10-26audio: intel-hda: check stream entry count during transferPrasad J Pandit1-1/+2
2016-10-26net: rtl8139: limit processing of ring descriptorsPrasad J Pandit1-1/+1
2016-10-26net: vmxnet: initialise local tx descriptorLi Qiang1-0/+1
2016-10-26e1000e: Don't zero out buffer address in rx descriptorKevin Wolf1-4/+4
2016-10-26net: rocker: set limit to DMA buffer sizePrasad J Pandit1-1/+1
2016-10-26net: eepro100: fix memory leak in device uninitLi Qiang1-0/+1
2016-10-26net: pcnet: fix source formatting and indentationPrasad J Pandit1-63/+67
2016-10-26net: pcnet: check rx/tx descriptor ring lengthPrasad J Pandit1-0/+3
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell9-75/+211
2016-10-24pc: q35: Bump max_cpus to 288Igor Mammedov1-0/+2
2016-10-24pc: Require IRQ remapping and EIM if there could be x2APIC CPUsIgor Mammedov1-0/+14
2016-10-24pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUsIgor Mammedov1-15/+29
2016-10-24Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov2-2/+2