aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2016-07-14OPAL_REINIT_CPUS: clarify that for P9 and above, we can have other flagsStewart Smith1-1/+3
2016-07-13cpu: Don't call time_wait with lock heldBenjamin Herrenschmidt1-7/+17
2016-07-13interrupts: Expose irq_source and change prototypes of all opsBenjamin Herrenschmidt1-41/+64
2016-07-12interrupts: Use a #interrupt-cells of 2 for XICS interruptsBenjamin Herrenschmidt2-7/+11
2016-07-12make check: make test runs less noisyStewart Smith1-4/+4
2016-07-11nvram-format: fix inconsistent indentingStewart Smith1-3/+3
2016-07-11mem_region: fix inconsistent indentingStewart Smith1-3/+3
2016-07-08hw/phb4: Add initial supportBenjamin Herrenschmidt2-0/+24
2016-07-08pci: When restoring bus numbers after a reset, also restore device cacheBenjamin Herrenschmidt1-1/+7
2016-07-08pci: get_reserved_pe_number() needs to take the PHB as argumentBenjamin Herrenschmidt1-1/+1
2016-07-08XIVE: Base XIVE support for OPAL XICS emulation callsBenjamin Herrenschmidt1-1/+8
2016-07-08interrupts: Add eoi() callback in preparation for XIVE supportBenjamin Herrenschmidt1-4/+19
2016-07-06Timebase quirk for slow simulators like AWAN and SIMICSBenjamin Herrenschmidt4-2/+23
2016-07-06devicetree: Add dt_node_is_enabled()Benjamin Herrenschmidt1-0/+10
2016-07-06uart: Cleanup initialization and remove simulator hackBenjamin Herrenschmidt2-3/+12
2016-07-06Revert "flash: Use blocklevel to do ECC reads"Stewart Smith1-2/+2
2016-07-05chip: Add simics specific quirksMichael Neuling1-1/+2
2016-07-05flash: Use blocklevel to do ECC readsAlistair Popple1-2/+2
2016-07-05flash: Increase the maximum number of flash devicesMichael Neuling1-1/+1
2016-07-01cpu: supply ibm,dec-bits via devicetreeOliver O'Halloran1-0/+48
2016-06-27core/opal.c: Add FWTS annotations for pollers and missing OPAL_CHECK_TOKENStewart Smith1-2/+30
2016-06-24i2c: Add FWTS annotations for I2c ErrorsStewart Smith1-0/+13
2016-06-21nvlink: Print error message when NPU is fencedRussell Currey1-1/+1
2016-06-20ccore/fflash.c: Ffix ttypo iin fflash eerror mmessageJeremy Kerr1-1/+1
2016-06-20fwts: add annotations for core flash/nvram functionalityStewart Smith1-0/+12
2016-06-20Add fwts annotations for critical errorsStewart Smith3-0/+20
2016-06-20slw: Allow adding idle states to power-mgt node in mamboShreyas B. Prabhu1-2/+1
2016-06-20ATTN: Set attn bit instead of hile bit in enable/disable attn functionVasant Hegde1-2/+2
2016-06-14core/opal: Support PCI slot and new APIsGavin Shan1-26/+209
2016-06-14core/pci: Power off empty hotpluggable slotGavin Shan1-1/+55
2016-06-14core/pci: Use PCI slot in enumerationGavin Shan1-141/+38
2016-06-14core/pci: Support PCI slotGavin Shan4-25/+714
2016-06-14core/pci: Return value for struct phb_ops::device_initGavin Shan1-1/+1
2016-06-14core/pci: Extend pci_restore_bridge_buses() for PCI slotGavin Shan1-2/+2
2016-06-14core/pci: Extend pci_walk_dev() for PCI slotGavin Shan1-4/+8
2016-06-14core/pci: Fix wrong reserved PE# in enumerationGavin Shan1-3/+12
2016-06-14core/cpu: Introduce DEBUG_SERIALIZE_CPU_JOBSGavin Shan1-0/+5
2016-06-14core/fdt: Introduce opal_get_device_tree()Gavin Shan1-0/+40
2016-06-14core/fdt: Allow to exclude root nodeGavin Shan2-12/+19
2016-06-14core/fdt: Introduce __create_dtb()Gavin Shan1-20/+24
2016-06-14core/fdt: Allow to specify FDT blobGavin Shan1-20/+20
2016-06-14core/fdt: Introduce flatten_dt_properties()Gavin Shan1-14/+13
2016-06-14core/fdt: Improve debugging functionalityGavin Shan1-19/+20
2016-06-09Fixup whitespace and build warning/errorStewart Smith1-4/+4
2016-06-09pci: Do a dummy config write to devices to establish bus numberBenjamin Herrenschmidt1-0/+7
2016-05-18hdata: Make hdata_to_dt more suitable for fuzzingStewart Smith1-5/+7
2016-05-10Add base POWER9 supportMichael Neuling3-3/+23
2016-05-10Abstract HILE and attn enable bit definitions for HID0Michael Neuling1-4/+10
2016-05-10Disable attn instruction on bootMichael Neuling2-0/+18
2016-05-10mambo: Remove mambo quirk in platform generic codeMichael Neuling1-3/+0