aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2020-06-11core/mce: add support for decoding and handling machine checksNicholas Piggin3-6/+240
2020-06-11core: interrupt markers for stack tracesNicholas Piggin9-7/+20
2020-06-11move opal_branch_table, opal_num_args to .rodata sectionNicholas Piggin1-6/+6
2020-06-11fast-reboot: improve fast reboot sequenceNicholas Piggin1-119/+120
2020-06-11fast-reboot: don't back up old vectors upon fast rebootNicholas Piggin1-5/+5
2020-06-11fast-reboot: add missing clear memory fallbackNicholas Piggin1-2/+8
2020-06-04Disable protected execution facilityRyan Grimm2-0/+62
2020-06-03occ: Fix false negatives in wait_for_all_occ_init()Gautham R. Shenoy1-2/+4
2020-05-26Detect fused core mode and bail outJoel Stanley1-0/+4
2020-05-26buddy: Fix warnings when undefining BUDDY_DEBUGRyan Grimm1-2/+2
2020-04-15MPIPL: Add support to save crash CPU details on FSP systemVasant Hegde2-0/+13
2020-04-08hw/ocmb: Add OCMB SCOM supportOliver O'Halloran1-0/+4
2020-03-13Re-license contributions from YadroOliver O'Halloran1-1/+1
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith81-81/+81
2020-03-11core/pci.c: cleanup pci_add_loc_code()Klaus Heinrich Kiwi1-20/+15
2020-03-11errorlog: Increase the severity of abnormal reboot eventsVasant Hegde1-1/+1
2020-02-26memory: Sort memory regions listVasant Hegde3-6/+20
2020-02-26errorlog: Replace hardcode value with macroVasant Hegde3-3/+3
2020-02-26core/fast-reset: Do not enable by defaultOliver O'Halloran2-20/+25
2020-02-26core/platform: Add an explicit fast-reboot typeOliver O'Halloran1-0/+4
2020-02-24PCI: create optional loc-code platform callbackKlaus Heinrich Kiwi1-35/+7
2020-02-12platform: Log error to BMC even if diag data is missingVasant Hegde1-2/+2
2020-02-12mpipl: Rework memory reservation for OPAL dumpVasant Hegde2-23/+37
2020-02-12mpipl: Disable fast-reboot during post MPIPL bootVasant Hegde1-0/+2
2020-02-12mpipl: Release cpu data memory in free reserved memory pathVasant Hegde1-0/+2
2019-12-16i2c: fix dereference beyond the end of bufferNicholas Piggin1-2/+10
2019-12-16fix simple sparse warningsNicholas Piggin3-4/+4
2019-12-16add more sparse endian annotationsNicholas Piggin6-13/+16
2019-12-16dt: assorted cleanupsNicholas Piggin2-13/+16
2019-12-16add little endian supportNicholas Piggin2-3/+22
2019-12-16opal-dump: MPIPL endan conversionsNicholas Piggin1-41/+49
2019-12-16pel: endian conversionNicholas Piggin1-35/+37
2019-12-16errorlog: endian conversionNicholas Piggin2-11/+18
2019-12-16debug descriptor: make endian-cleanNicholas Piggin2-13/+18
2019-12-16memconsole: make endian-cleanNicholas Piggin1-11/+11
2019-12-16hmi: endian conversionsNicholas Piggin1-10/+10
2019-12-16elf: endian conversionsNicholas Piggin2-52/+76
2019-12-16opal-msg: endian fixes for opal-msg.c and opal_queue_msg callersNicholas Piggin4-12/+24
2019-12-16opal-api: add endian conversions to most opal callsNicholas Piggin7-65/+148
2019-12-16cpu: use dt accessor device tree accessNicholas Piggin5-20/+19
2019-12-06xscom: Don't log xscom errors caused by OPAL callsOliver O'Halloran1-0/+3
2019-12-04phb4: Add PHB options get/set OPAL callsAlexey Kardashevskiy1-0/+40
2019-11-19core/init: Add ibm,processor-storage-keys property to CPU DT nodeThiago Jung Bauermann1-0/+27
2019-11-19core/pci: Check PCIe cap version in pci_disable_completion_timeout()Gavin Shan1-3/+9
2019-11-19core/pci: Use cached VDID when populating device nodeGavin Shan1-11/+9
2019-11-14include/cpu: Move __nomcount attributeOliver O'Halloran1-1/+1
2019-11-14tests: Squash __attrconst related warningsOliver O'Halloran1-2/+2
2019-11-14plat/qemu: use "/qemu" device tree node to identify the QEMU platformCédric Le Goater1-1/+2
2019-11-14core/pci: Squash warning from devices with no ecapsOliver O'Halloran1-0/+5
2019-11-14core/trace: Rename boot trace bufferOliver O'Halloran2-8/+15