aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-07phb4: Activate shared PCI slot on witherspoonFrederic Barrat6-1/+113
2017-06-07doc: Fix output of version string when using Sphinx with Python 3Andrew Donnellan1-2/+2
2017-06-07Disable nap on P8 Mambo, public release has bugsStewart Smith1-0/+4
2017-06-07PCI: only wait 20ms for PHB logic to settle if we detected any PHBsStewart Smith1-1/+6
2017-06-07p8-i2c OCC lock: fix locking in p9_i2c_bus_owner_changeStewart Smith1-2/+4
2017-06-06Convert important polling loops to spin at lowest SMT priorityNicholas Piggin5-6/+22
2017-06-06Improve cpu_idle when PM is disabledNicholas Piggin4-39/+61
2017-06-06cpu: Introduce smt_lowest()Nicholas Piggin5-9/+10
2017-06-06pci: Wait 20ms before checking presence detect on PCIeBenjamin Herrenschmidt1-0/+5
2017-06-06phb4: Block D-state power management on direct slotsBenjamin Herrenschmidt3-4/+43
2017-06-06phb4: Remove long unused CFG_4B_WORKAROUNDBenjamin Herrenschmidt1-37/+0
2017-06-06phb4: Call pci config filtersBenjamin Herrenschmidt1-0/+12
2017-06-06pci: Make handling of config filters genericBenjamin Herrenschmidt3-28/+30
2017-06-06phb3: Turn the link speed hack into a cfg filterBenjamin Herrenschmidt1-10/+25
2017-06-06phb3+iov: Fixup support for config space filtersBenjamin Herrenschmidt2-21/+24
2017-06-06pci: Add bitmap to know if a pci device has cfg reg filtersBenjamin Herrenschmidt4-7/+17
2017-06-06mambo: Make xscom claim to be DD 2.0Michael Ellerman1-1/+1
2017-06-06mambo: Match whole string when looking up symbols with linsym/skisymMichael Ellerman1-2/+2
2017-06-06npu2: Fix npu2_{read,write}_4b()Reza Arbab3-8/+10
2017-06-06p8-i2c: occ: Add support for OCC to use I2C enginesShilpasri G Bhat3-0/+154
2017-06-06hw/npu2.c: Fix opal_npu_map_lpar to search for existing BDFAlistair Popple1-2/+2
2017-06-06hw/npu2-hw-procedures.c: Fix running of zcal procedureAlistair Popple1-19/+5
2017-06-06hw/npu2.c: Add memory coherence directory programmingAlistair Popple2-1/+43
2017-06-06hw/npu2.c: Use phys-map to get GPU memory BARsAlistair Popple1-76/+26
2017-06-06boot_test.sh: Add SMC BMC supportStewart Smith4-7/+149
2017-06-06opal-prd: hook up reset_pm_complexJeremy Kerr1-15/+32
2017-06-06prd: Implement firmware side of opaque PRD channelJeremy Kerr2-12/+113
2017-06-06opal-prd: Add firmware_request & firmware_notify implementationsJeremy Kerr3-2/+173
2017-06-06opal-prd: split prd message reading from handlingJeremy Kerr1-19/+28
2017-06-06opal-prd: Add support for variable-sized messagesJeremy Kerr1-12/+66
2017-06-06opal-prd: use get_ipoll_mask() callbackJeremy Kerr1-1/+9
2017-06-06opal-prd: Sync hostboot interfaces with HBRTJeremy Kerr2-4/+203
2017-06-06opal-prd: interpret log level prefixes from HBRTJeremy Kerr1-1/+19
2017-06-06opal-prd: Add occ reset to usage textJeremy Kerr1-1/+1
2017-06-06opal-prd: allow different chips for occ control actionsJeremy Kerr1-27/+68
2017-06-06opal-prd: split type-specific fields of control messagesJeremy Kerr1-5/+10
2017-06-06opal-prd: Simplify optind handlingJeremy Kerr1-9/+9
2017-06-06hdata/test: Add memory reservations to hdata_to_dtOliver O'Halloran3-17/+35
2017-06-06hdata: Make out-of-range idata print at PR_DEBUGOliver O'Halloran1-2/+2
2017-05-31core/pci: Rename pci_slot_op poll to run_smMichael Neuling6-10/+10
2017-05-31mambo: Allow loading multiple CPIOsMichael Ellerman1-4/+10
2017-05-31occ: Skip setting cores to nominal frequency in P9Shilpasri G Bhat1-5/+8
2017-05-31occ: Fix Pstate ordering for P9Shilpasri G Bhat3-178/+552
2017-05-31libc: Add labs() to stdlibShilpasri G Bhat4-1/+34
2017-05-26hdata: Ignore unnamed memory reservations.Oliver O'Halloran1-4/+6
2017-05-26libflash: Initialise entries list earlierOliver O'Halloran1-1/+1
2017-05-26hdata: Check the Host I2C devices array versionOliver O'Halloran1-0/+33
2017-05-26libflash/mbox-flash: Implement MARK_WRITE_ERASED mbox callSuraj Jitindar Singh1-4/+59
2017-05-26libflash/mbox-flash: Update to V2 of the protocolCyril Bur4-143/+600
2017-05-26hw/lpc-mbox: Use message registers for interruptsCyril Bur2-16/+49