aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-14core/trace: Move trace buffer exports to a subnodeOliver O'Halloran1-3/+10
2019-11-11Remove dead POWER7 codeNicholas Piggin4-53/+11
2019-11-11build: fix non-constant build assertsNicholas Piggin2-6/+0
2019-11-07libstb/secvar: add secure variable internal abstractionEric Richter1-0/+4
2019-11-04memory: Add NUMA associtivity information to DTOliver O'Halloran1-1/+2
2019-11-04xive/p9: minor cleanup of the interfaceCédric Le Goater1-1/+1
2019-10-22core/ipmi: Remove redundant variableVasant Hegde1-7/+3
2019-10-22chip: enable HOMER/OCC common area region in Qemu emulated PowerNV hostBalamuruhan S1-2/+2
2019-10-22core/pci: Fix scan of devices for opencapi slotsFrederic Barrat1-5/+15
2019-10-22core/pci: Train link of PHB slots when hotpluggingFrederic Barrat1-22/+85
2019-10-22core/pci: Use proper phandle during hotplug for PHB slotsFrederic Barrat1-6/+15
2019-10-22core/pci: Add missing lock in set_power_timerFrederic Barrat1-0/+7
2019-10-22core/pci: Refactor common paths on slot hotplugFrederic Barrat1-17/+26
2019-10-15core/ipmi: Fix use-after-freeVasant Hegde1-3/+11
2019-10-14core/init: Checksum romem after patching out trapsOliver O'Halloran1-2/+4
2019-10-14core/init: Don't checksum MPIPL data areasOliver O'Halloran1-1/+5
2019-10-03core/exceptions.c: do not include handler code in exception backtraceNicholas Piggin2-6/+28
2019-10-03core/util: branch-to-NULL assert for ELFv2 ABINicholas Piggin1-6/+15
2019-10-03core/util: trap based assertionsNicholas Piggin5-22/+80
2019-10-03core/exceptions.c: rearrange code to allow more interrupt typesNicholas Piggin1-4/+12
2019-10-03core/platform: Actually disable fast-reboot on P8Oliver O'Halloran1-3/+5
2019-10-02core/cpu.c: current_radix_mode should be initialised to trueNicholas Piggin1-1/+1
2019-09-06core/flash: Use pr_fmt macro for tagging log messagesJordan Niethe1-35/+37
2019-08-23core/pci: Only hack class code for root portsOliver O'Halloran1-1/+1
2019-08-23pci: recheck pci nvram hacks on fast-rebootOliver O'Halloran2-1/+7
2019-08-23core/flash: Validate secure boot content sizeOliver O'Halloran1-0/+11
2019-08-16pci: Use a macro for accessing PCI BDF Function NumberJordan Niethe1-3/+3
2019-08-16pci: Use a macro for accessing PCI BDF Device NumberJordan Niethe2-4/+4
2019-08-16pci: Use a macro for accessing PCI BDF Bus NumberJordan Niethe1-1/+1