aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-16hw/slw: fix NOTICE/WARNING of idle states found/not-foundStewart Smith1-2/+2
2017-03-16xive: Fix typo in a commentBenjamin Herrenschmidt1-1/+1
2017-03-16xive: Move xive_provision_cpu() aroundBenjamin Herrenschmidt1-35/+35
2017-03-16xive: Always reset queue state in opal_xive_set_queue_info()Benjamin Herrenschmidt1-7/+13
2017-03-16xive: When an interrupt is freed, also clear its enabled map entryBenjamin Herrenschmidt1-0/+1
2017-03-16phb4: Remove some unnecessary debug outputBenjamin Herrenschmidt1-5/+4
2017-03-16xive: Don't reconfigure and enable queues and VPs in exploitationBenjamin Herrenschmidt1-31/+56
2017-03-16xive: Refactor irq configurationBenjamin Herrenschmidt1-77/+59
2017-03-16xive: Don't expose a trigger page when none existBenjamin Herrenschmidt1-5/+3
2017-03-16xive: Fix recursive locking bug in opal_xive_reset()Benjamin Herrenschmidt1-2/+3
2017-03-16xive: Add opal_xive_sync() to sync IRQ sources and queuesBenjamin Herrenschmidt2-1/+53
2017-03-16xive: Don't mess around with the ESB state when setting an IRQ configBenjamin Herrenschmidt1-4/+10
2017-03-16hmi: Print CAPP FIR information when handling CAPP malfunction alertsAndrew Donnellan2-2/+34
2017-03-16hmi: refactor malfunction alert handlingAndrew Donnellan1-46/+42
2017-03-16getscom: Add chip info for P9.Pridhiviraj Paidipeddi1-0/+6
2017-03-16zaius: Remove psi_set_external_irq_policy from platform initOliver O'Halloran1-1/+0
2017-03-16dts: add support for p9 coresCédric Le Goater1-0/+44
2017-03-16dts: introduce a dts_keep_max() routineCédric Le Goater1-14/+19
2017-03-16dts: remove unused definesCédric Le Goater1-17/+6
2017-03-16hw/fsp: Do not queue SP and SPCN class messages during reset/reloadAnanth N Mavinakayanahalli4-0/+32
2017-03-16generic platform: If /bmc in device tree, attempt to init oneStewart Smith1-3/+40
2017-03-10fsp-leds: add missing \n in duplicate loc code error msgStewart Smith1-1/+1
2017-03-09xive: Cleanup calls to set_xive backendsBenjamin Herrenschmidt1-6/+14
2017-03-09xive: Log the address of the boot time tablesBenjamin Herrenschmidt1-0/+5
2017-03-09hdat: Add __packed to all HDAT structures and workaround HB reserveBenjamin Herrenschmidt2-22/+24
2017-03-09asm: Add POWER9 case to init_shared_sprsBenjamin Herrenschmidt1-0/+24
2017-03-09asm: Don't try to set LPCR:LPES1 on P8 and P9Benjamin Herrenschmidt1-2/+28
2017-03-09asm: Fix setting of LPCR:DPFDBenjamin Herrenschmidt1-8/+2
2017-03-09xive: Sync HW when moving interrupts aroundBenjamin Herrenschmidt2-1/+84
2017-03-09xive: Fix setting of OPAL_XIVE_IRQ_EOI_VIA_FWBenjamin Herrenschmidt1-4/+9
2017-03-09mbox: Sanitize init messageBenjamin Herrenschmidt1-1/+3
2017-03-09init: Cosmetic fixup of commentBenjamin Herrenschmidt1-2/+2
2017-03-09xive: Fix xive reset corrupting EQ allocation bitmapBenjamin Herrenschmidt1-6/+21
2017-03-07core/test: use strcmp for console testsOliver O'Halloran2-6/+6
2017-03-07core/test/run-trace: Reduce number of samples when running under valgrindStewart Smith1-1/+3
2017-03-07hdat: Parse BMC nodes much earlierOliver O'Halloran6-3/+69
2017-03-07device: implement dt_translate_address() properlyOliver O'Halloran2-3/+109
2017-03-07hdata: Add BMC device-tree node for P9 OpenPOWER systemsAnanth N Mavinakayanahalli2-1/+17
2017-03-07test/sreset_world: Kind of like Hello World, but from the SRESET vector.Stewart Smith6-0/+327
2017-03-07System reset IPI facility and Mambo implementationNicholas Piggin3-1/+98
2017-03-03platform: Add RomulusHank Chang2-1/+56
2017-03-03Fixup init of struct lpc_clientStewart Smith1-0/+3
2017-03-03pci/quirk: Populate device tree for AST2400 VGARussell Currey2-0/+53
2017-03-03pci: Add a framework for quirksRussell Currey4-1/+80
2017-03-03hdat: Fix interrupt & device_type of UART nodeBenjamin Herrenschmidt1-1/+3
2017-03-03lpc/uart: Support routing of selected LPC interrupts to LinuxBenjamin Herrenschmidt8-93/+210
2017-03-02phb4: Fix TVE encoding for start addressFrederic Barrat1-1/+1
2017-03-02buddy: Check zalloc() return valueStewart Smith1-0/+2
2017-03-02hw/slw: fix possible NULL dereferenceStewart Smith1-2/+8
2017-03-02hdat: Ignore broken memory reservesMichael Neuling1-1/+11