aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-13core/fast-reboot: fast reboot specific sreset patchNicholas Piggin4-24/+48
2019-02-13asm/head: provide asm support for interrupts to be returned fromNicholas Piggin3-20/+79
2019-02-13core/init: enable machine check on secondariesNicholas Piggin2-0/+40
2019-02-13core/fast-reboot: improve NMI handling during fast resetNicholas Piggin1-0/+34
2019-02-13core/init: rearrange final boot stepsNicholas Piggin1-12/+11
2019-02-12asm/head: use HSRR exception registers in FIXUP_ENDIANNicholas Piggin1-11/+12
2019-02-12core/exceptions: save current MSR in exception frameNicholas Piggin4-26/+35
2019-02-12core/cpu: do not inline cpu_relaxNicholas Piggin2-11/+13
2019-02-12core/init: rename setup_reset_vectorNicholas Piggin3-4/+4
2019-02-12external/mambo: allow CPU targeting for most debug utilsNicholas Piggin1-97/+229
2019-02-12core/cpu: HID update raceNicholas Piggin1-2/+2
2019-02-10Add PVR_TYPE_P9PReza Arbab12-5/+39
2019-02-10Revert "astbmc: Try IPMI HIOMAP for P8"Joel Stanley4-67/+33
2019-02-10cpufeatures: Always advertise POWER8NVL as DD2Alexey Kardashevskiy1-4/+5
2019-02-05skiboot v6.0.16 release notesVasant Hegde1-0/+53
2019-02-04doc: clarify OPAL_RTC_READ return valuesStewart Smith1-0/+4
2019-02-04core/opal: Print PIR value in exit pathVasant Hegde1-2/+2
2019-02-04core/ipmi: Improve error messageVasant Hegde1-1/+2
2019-02-04core/lock: Stop drop_my_locks() from always causing abortReza Arbab1-1/+1
2019-02-04p9dsu: Fix p9dsu slot tablesDeb McLemore1-15/+30
2019-01-25p9dsu: Fix p9dsu default variantDeb McLemore1-19/+21
2019-01-25Remove POWER9N DD1 supportNicholas Piggin13-407/+92
2019-01-25xive: remove POWER9N DD1 NVT table size workaroundNicholas Piggin1-5/+1
2019-01-25phb4: remove POWER9N DD1 creset workaroundNicholas Piggin1-5/+0
2019-01-25SLW: Print verbose info on errors onlyAkshay Adiga1-2/+7
2019-01-25SLW: Remove Idle state support tor Power8 DD1Akshay Adiga1-50/+0
2019-01-18p8dtu: Configure BMC graphicsAndrew Jeffery1-1/+9
2019-01-18p8dtu: Enable HIOMAP supportAndrew Jeffery1-0/+1
2019-01-18astbmc: Try IPMI HIOMAP for P8Andrew Jeffery4-33/+67
2019-01-18zaius: zaius_ocapi can be staticStewart Smith1-1/+1
2019-01-18zz: platform_ocapi can be staticStewart Smith1-1/+1
2019-01-18sparse: Make tree 'constant is so big' warning cleanStewart Smith17-213/+213
2019-01-16qemu: bt device isn't always hanging off /Stewart Smith1-3/+2
2019-01-16npu2: Replace open coded dt_find_by_name_addr()Reza Arbab1-12/+1
2019-01-16npu2: Remove redundant assignment to p->phb_nvlink.scan_mapReza Arbab1-4/+1
2019-01-16npu2: Fix missing iteration in tce kill loopReza Arbab1-0/+1
2019-01-16npu2: Remove unused npu2_dev_nvlink::vendor_capReza Arbab2-4/+0
2019-01-16npu2: Remove unused npu2_dev::procedure_dataReza Arbab2-3/+0
2019-01-16npu2: Remove unused npu2::lxive_cacheReza Arbab1-1/+0
2019-01-16npu2: Remove unused npu2::bdf2pe_cacheReza Arbab3-32/+0
2019-01-16npu2: Remove dead code from npu2_cfg_write_bar()Reza Arbab1-4/+0
2019-01-16Remove duplicate npu2-common.o from $(HW_OBJS)Reza Arbab1-1/+1
2019-01-16capp/phb4: Prevent HMI from getting triggered when disabling CAPPVaibhav Jain1-0/+11
2019-01-16phb4/capp: Implement sequence to disable CAPP and enable fast-resetVaibhav Jain1-3/+64
2019-01-16capp/phb4: Introduce PHB4 flag, PHB4_CAPP_DISABLE to disable CAPPVaibhav Jain2-1/+97
2019-01-16capp/phb4: Force CAPP to PCIe mode during kernel shutdownVaibhav Jain1-0/+34
2019-01-16phb4/capp: Update and re-factor phb4_set_capi_mode()Vaibhav Jain1-35/+53
2019-01-16capp/phb: Introduce 'struct capp' to hold capp related info in 'struct phb'Vaibhav Jain5-8/+74
2019-01-16core/pci: Introduce a new pci_slot_op named completed_sm_run()Vaibhav Jain2-1/+6
2019-01-16opal: Update opal_del_host_sync_notifier() to accept 'void *data'Vaibhav Jain2-3/+6