aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-17Recognise signed VERSION partitionSamuel Mendoza-Jonas2-1/+16
2018-07-16mem_check(): Correct alignment assumptionsStewart Smith1-2/+2
2018-07-16mem_region: log region name on mem_alloc failureStewart Smith1-2/+2
2018-07-16Scan PCI and clear memory simultaneouslyStewart Smith2-18/+38
2018-07-16fast-reboot: parallel memory clearingStewart Smith2-3/+99
2018-07-15cpu: add cpu_queue_job_on_node()Nicholas Piggin12-70/+170
2018-07-10cpu: Ensure no-return flag is updated for current cpu_threadVaibhav Jain1-0/+2
2018-07-04core: always flush console before stoppingNicholas Piggin2-2/+6
2018-07-04core/cpu: parallelise global CPU register setting jobsNicholas Piggin1-10/+37
2018-06-27occ: Move occ declarations into occ.hAndrew Donnellan4-0/+4
2018-06-27init, occ: Initialise OCC earlier on BMC systemsAndrew Donnellan1-1/+13
2018-06-27hw/npu2, core/hmi: Use NPU instead of NPU2 as log message prefixAndrew Donnellan1-3/+3
2018-06-18timebase: Remove unused remaining time calculationJoel Stanley1-1/+0
2018-06-18Split debug_descriptor out into own include fileStewart Smith3-0/+3
2018-06-18Blockchain isn't the only data structure deserving of loveStewart Smith1-1/+1
2018-06-18core: Add test for PCI quirksAndrew Jeffery3-4/+75
2018-06-05Quieten console output on bootStewart Smith2-3/+3
2018-06-04opal/hmi: Display correct chip id while printing NPU FIRs.Mahesh Salgaonkar1-4/+4
2018-06-01npu2-opencapi: Rework adapter resetFrederic Barrat1-6/+6
2018-06-01npu2-opencapi: Use presence detectionFrederic Barrat1-1/+10
2018-05-29core/test/run_mem_region: fix GCC8 compile errorStewart Smith3-3/+3
2018-05-24core/console: fix deadlock when printing with console lock heldNicholas Piggin1-4/+8
2018-05-24cpu: Cleanup clearing of doorbells on P9Benjamin Herrenschmidt1-4/+5