aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-10-16opal/hmi: Wakeup the cpu before reading core_firVaibhav Jain1-6/+15
2018-10-16core/flash: Ignore prefix when comparing versions.Samuel Mendoza-Jonas1-2/+16
2018-10-16core/device: Test dt_new_check()Stewart Smith1-2/+4
2018-10-16core/device: increase test coverage for dt_new_addr and dt_new_2addrStewart Smith1-0/+2
2018-10-16core/device: add test for dt_new() a duplicate nodeStewart Smith1-0/+1
2018-10-16core/device: Add test for duplicate nodes with dt_attach_root()Stewart Smith1-1/+8
2018-10-16gcov: Fix building with GCC8Stewart Smith2-7/+8
2018-10-11platform: Restructure bmc_platform typeAndrew Jeffery2-4/+25
2018-10-10core/flash: Unlock around blocklevel calls in NVRAM accessorsAndrew Jeffery1-0/+11
2018-10-10core/flash: Only lock around flashes update in flash_register()Andrew Jeffery1-6/+2
2018-10-10core/lock: Use try_lock_caller() in lock_caller() to capture ownerAndrew Jeffery1-1/+1
2018-10-10core/lock: don't set bust_locks on lock errorNicholas Piggin1-2/+0
2018-10-10core/lock: fix timeout warning causing a deadlock false positiveNicholas Piggin1-6/+15
2018-09-27init: Fix starting stripped kernelMichael Neuling1-0/+1
2018-09-27opal/hmi: Handle early HMIs on thread0 when secondaries are still in OPAL.Mahesh Salgaonkar1-0/+49
2018-09-20fast-reboot: verify firmware "romem" checksumNicholas Piggin2-0/+52
2018-09-20skiboot.lds.S: move read-write data after the end of symbol mapNicholas Piggin1-2/+0
2018-09-20core/mem_region: mambo reserve kernel payload areasNicholas Piggin11-3/+40
2018-09-19core/fast-reboot: print the fast reboot disable reasonNicholas Piggin1-5/+7
2018-09-18Actually add /ibm,opal/fast-reboot propertyStewart Smith1-0/+11
2018-09-18Add fast-reboot property to /ibm,opal DT nodeStewart Smith1-0/+2
2018-09-17nvram: Fix wait-for-nvram messageOliver O'Halloran1-2/+3
2018-09-17nvram: Print how long we waited for nvramOliver O'Halloran2-0/+11
2018-09-17nvram: Fix a possible NULL pointer de-ref in nvram_query_eq()Vaibhav Jain1-0/+9
2018-09-17core/i2c: Remove bus specific alloc and free callbacksOliver O'Halloran1-8/+9
2018-09-17core/i2c: Move the timeout field into i2c_requestOliver O'Halloran1-1/+2
2018-09-17opal/hmi: Ignore debug trigger inject core FIR.Mahesh Salgaonkar1-1/+0
2018-09-17opal: use for_each_safe to iterate over opal_syncersVaibhav Jain1-2/+2
2018-09-17hw/npu2, platform: Restructure OpenCAPI i2c reset/presence pinsAndrew Donnellan1-10/+14
2018-09-17hw/npu2, platform: Add NPU2 platform device detection callbackAndrew Donnellan1-0/+2
2018-09-17hw/npu2: Common NPU2 init routine between NVLink and OpenCAPIAndrew Donnellan1-2/+0
2018-09-13TEMPORARY HACK: Disable verifying VERSIONStewart Smith1-1/+6
2018-09-13core/cpu: Fix memory allocation for job arrayVaidyanathan Srinivasan1-2/+2
2018-08-16cpu: Better output when waiting for a very long jobBenjamin Herrenschmidt1-0/+5
2018-08-16lock: Fix interactions between lock dependency checker and stack checkerBenjamin Herrenschmidt2-15/+37
2018-08-16lock: Move code aroundBenjamin Herrenschmidt1-39/+39
2018-08-16lock: Increase con_suspend before __try_lockBenjamin Herrenschmidt1-2/+4
2018-08-15i2c: Ensure ordering between i2c_request_send() and completionBenjamin Herrenschmidt1-0/+3
2018-08-15i2c: Fix multiple-enqueue of the same request on NACKBenjamin Herrenschmidt1-4/+3
2018-08-13opal/hmi: Catch NPU2 HMIs for opencapiFrederic Barrat1-5/+10
2018-08-13core/cpu: Call memset with proper cpu_thread offsetVasant Hegde1-1/+1
2018-08-06pci: Move logging macros to pci.hReza Arbab1-21/+0
2018-08-02core/pci: Print 'PCI Summary' at PR_NOTICEOliver O'Halloran1-1/+1
2018-08-01pci: Clarify power down logicOliver O'Halloran1-2/+6
2018-08-01mem_region: Merge similar allocations when dumpingOliver O'Halloran1-7/+42
2018-07-20core/cpu.c: assert pir is sane before usingStewart Smith1-0/+1
2018-07-18Fixup unit tests for cpu_queue_job() in mem_region.cStewart Smith3-3/+12
2018-07-17core/pci-quirk: Clean up commented code in quirk_astbmc_vga()Andrew Jeffery1-13/+0
2018-07-17core/pci-quirk: Remove broken comment in quirk_astbmc_vga()Andrew Jeffery1-15/+0
2018-07-17core/flash: Emit a warning if Skiboot version doesn't matchSamuel Mendoza-Jonas1-0/+4