aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-17chiptod: properly zero TB SPR when cleaning up for invalid TBstagingNicholas Piggin1-1/+2
2021-12-17core/cpu: move sleep/wake synchronisation out from low level codeNicholas Piggin1-110/+42
2021-12-17core/cpu: make cpu idle states simplerNicholas Piggin2-27/+53
2021-12-17core/cpu: move cpu_wake out of job_lockNicholas Piggin1-1/+2
2021-12-17core/cpu: refactor IPI sendingNicholas Piggin1-18/+13
2021-12-17core/cpu: remove POWER8 IPI loopNicholas Piggin1-3/+1
2021-12-17core/cpu: rewrite idle synchronisationNicholas Piggin1-100/+156
2021-12-17npu: Add CONFIG_NPU to optionally skip NPU codeStewart Smith10-12/+53
2021-12-17platforms: put P8 platforms behind CONFIG_P8Stewart Smith2-5/+14
2021-12-17npu: Move npu.o and npu-hw-procedules.o under CONIFG_P8Stewart Smith1-1/+2
2021-12-17npu: move npu_set_fence_state() to phb_opsStewart Smith4-4/+9
2021-12-17hwprobe: convert vas_init(), nx_init()Stewart Smith3-6/+4
2021-12-17hw/slw: Move P8 bits behind CONFIG_P8Nicholas Piggin3-86/+100
2021-12-17Add CONFIG_P8 with PHB3 behind itStewart Smith4-4/+29
2021-12-17hwprobe: convert PHB, NPU, PAU subsystems to hwprobeStewart Smith7-25/+14
2021-12-17Introduce hwprobe facility to avoid hard-coding probe functionsStewart Smith5-1/+118
2021-12-09secvar/pkcs7: fix a wrong sizeof()Daniel Axtens1-1/+1
2021-12-09libfdt: sync to upstream dtc.git commit 45f3d1a095ddNicholas Piggin19-889/+665
2021-12-09ccan: sync to upstream ccan.git commit ca7c5a9e04f3Nicholas Piggin62-199/+1055
2021-12-09hw/lpc: fix compilation errorNicholas Piggin1-0/+1
2021-12-09ccan: switch list_add_before/after arguments to match upstreamNicholas Piggin5-11/+11
2021-11-10hdata: add mmu-pid-bits and mmu-lpid-bits for POWER10 CPUsNicholas Piggin2-0/+9
2021-11-10test/qemu: Add PCI devicesCédric Le Goater1-2/+20
2021-11-10CI: Update runs with P10 mamboCédric Le Goater8-1/+8
2021-11-10CI: Update centos8 runs with P8 and P9 mamboCédric Le Goater1-0/+2
2021-11-05CI: Remove travis config fileFrederic Barrat1-71/+0
2021-11-05CI: Clean up some Docker filesFrederic Barrat5-11/+8
2021-11-05CI: Small cleanup in the github actions workflow fileFrederic Barrat1-3/+10
2021-11-05CI: Rename ubuntu-latest to ubuntu-rollingFrederic Barrat4-15/+14
2021-11-05CI: Add Fedora 35 to github actionsFrederic Barrat3-1/+33
2021-11-05test/qemu: Fix testFrederic Barrat1-1/+2
2021-11-05README: Update path to fetch a kernel imageFrederic Barrat1-1/+1
2021-11-04secvar/edk2: store timestamp variable in protected storageEric Richter2-1/+4
2021-11-04secvar/secboot_tpm: unify behavior for bank hash check and secboot header checkEric Richter2-16/+29
2021-11-04secvar/secboot_tpm: correctly reset the control index on secboot formatEric Richter1-4/+7
2021-11-03skiboot.lds.S: add DWARF v5 sectionsCédric Le Goater1-2/+4
2021-11-03CI: start using github actionsFrederic Barrat5-0/+91
2021-10-26skiboot v7.0 release notesv7.0Vasant Hegde1-0/+28
2021-10-26opal-api: Drop diagnostics data type symbol for PHB5Frederic Barrat1-1/+0
2021-10-26skiboot v6.8.1 release notesVasant Hegde1-0/+31
2021-10-26skiboot v6.6.6 release notesCédric Le Goater1-0/+15
2021-10-26skiboot v6.7.3 release notesVasant Hegde1-0/+29
2021-10-26skiboot v6.0.24 release notesFrederic Barrat1-0/+22
2021-10-21xive/p10:: Declare xive2 DT node as an interrupt-controllerFrederic Barrat1-1/+6
2021-10-19pau: Add support for OpenCAPI Persistent Memory devices.Christophe Lombard7-16/+152
2021-10-19pau: mmio invalidatesChristophe Lombard4-0/+49
2021-10-19pau: update current opal call functionsChristophe Lombard4-0/+185
2021-10-19pau: link trainingChristophe Lombard4-0/+582
2021-10-19pau: phy initChristophe Lombard3-1/+322
2021-10-19pau: hmi scom dumpChristophe Lombard8-169/+214