aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-02-21dt: add /cpus/ibm, powerpc-cpu-features device tree bindingsNicholas Piggin4-1/+931
2018-02-20Revert "pci: Shared slot state synchronisation for hot reset"Russell Currey1-14/+0
2018-02-18increase log verbosity in debug buildsStewart Smith1-1/+1
2018-02-19Add -debug to version on DEBUG buildsStewart Smith1-1/+7
2018-02-19cpu_wait_job: Correctly report time spent waiting for jobStewart Smith1-3/+3
2018-02-14DT: Add "version" property under ibm, firmware-versions nodeVasant Hegde1-0/+20
2018-02-13core: hostservices: Remove redundant special wakeup codeShilpasri G Bhat1-161/+3
2018-02-13core/device.c: Fix dt_find_compatible_nodeAlistair Popple2-11/+39
2018-02-08hw/npu2: Implement logging HMI actionsBalbir Singh1-1/+82
2018-02-08core/exception: beautify exception handler, add MCE-involved registersNicholas Piggin1-3/+36
2018-02-08core/init: manage MSR[ME] explicitly, always enableNicholas Piggin1-0/+15
2018-02-08core/utils: add snprintf_symbolNicholas Piggin2-14/+29
2018-02-08fast-boot: occ: Re-parse the pstate table during fast-bootShilpasri G Bhat1-1/+2
2018-02-08fast-reboot: move pci_reset error handling into fast-reboot codeNicholas Piggin2-7/+17
2018-02-08core/init: move imc catalog preload init after the STB init.Pridhiviraj Paidipeddi1-3/+3
2018-01-30core: Avoid possible uninitialized pointer read (CID 209502)Cyril Bur1-1/+1
2018-01-14SLW: Delay cpuidle device-tree creationAkshay Adiga1-1/+0
2017-12-20lock: Add additional lock auditing codeBenjamin Herrenschmidt17-23/+74
2017-12-20Add support for new gcc 7 parametrized stack protectorBenjamin Herrenschmidt2-5/+10
2017-12-20Mambo: run hello_world and sreset_world tests with Secure and Trusted BootStewart Smith1-2/+13
2017-12-18libstb/cvc: update memory-region to point to /reserved-memoryClaudio Carvalho1-0/+7
2017-12-18core: update superseded libstb calls in flash.c and init.cClaudio Carvalho2-8/+9
2017-12-18core/init.c: remove redundant calls to verify and measure BOOTKERNELClaudio Carvalho1-22/+4
2017-12-18core/flash.c: extern function to get the name of a PNOR partitionClaudio Carvalho1-0/+10
2017-12-18make check: Make valgrind optionalMichael Ellerman1-1/+1
2017-12-14opal-prd: Add support for runtime OCC reset in ZZShilpasri G Bhat1-13/+28
2017-12-14prd: Enable error logging via firmware_request interfaceVasant Hegde1-1/+1
2017-12-13core/hmi: Display chip location code while displaying core FIR.Mahesh Salgaonkar1-1/+4
2017-12-13core/hmi: Do not display FIR details if none of the bits are set.Mahesh Salgaonkar1-0/+3
2017-12-13opal/hmi: HMI logging with location code info.Mahesh Salgaonkar1-4/+36
2017-12-13core/hmi: Use pr_fmt macro for tagging log messagesMahesh Salgaonkar1-16/+19
2017-12-13opal: Get chip location codeMahesh Salgaonkar1-0/+10
2017-12-11chiptod: Keep boot timestamps contiguousOliver O'Halloran1-3/+5
2017-12-11timer: Stop calling list_top() racilyBenjamin Herrenschmidt1-4/+5
2017-12-06Fix booting & OPAL call return values with DEBUG=1Stewart Smith1-2/+3
2017-12-04dctl: p9 increase thread quiesce timeoutNicholas Piggin1-4/+14
2017-12-03direct-controls: enable fast reboot direct controls for mamboNicholas Piggin2-3/+19
2017-12-03fast-reboot: bare bones fast reboot implementation for POWER9Nicholas Piggin2-28/+50
2017-12-03fast-reboot: move boot CPU cleanup logically together with secondariesNicholas Piggin1-8/+8
2017-12-03fast-reboot: move fdt freeing into initNicholas Piggin2-7/+9
2017-12-03fast-reboot: improve failure error messagesNicholas Piggin1-3/+13
2017-12-03fast-reboot: quiesce opal before initiating a fast rebootNicholas Piggin2-29/+24
2017-12-03core: Add support for quiescing OPALNicholas Piggin2-3/+172
2017-12-03core/opal: always verify cpu->pir on entryNicholas Piggin1-5/+7
2017-12-03asm/head: move opal entry token check into CNicholas Piggin1-1/+6
2017-12-03asm/head: add entry/exit callsNicholas Piggin1-4/+23
2017-12-03core/lock: improve bust_locksNicholas Piggin1-0/+3
2017-12-03core/lock: Introduce atomic cmpxchg and implement try_lock with itNicholas Piggin1-4/+22
2017-12-03direct-controls: add xscom error handling for p8Nicholas Piggin1-9/+27
2017-12-03direct-controls: p8 implementation of generic direct controlsNicholas Piggin1-93/+119