aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-06-06Convert important polling loops to spin at lowest SMT priorityNicholas Piggin4-3/+13
2017-06-06Improve cpu_idle when PM is disabledNicholas Piggin3-33/+59
2017-06-06cpu: Introduce smt_lowest()Nicholas Piggin2-4/+4
2017-06-06pci: Wait 20ms before checking presence detect on PCIeBenjamin Herrenschmidt1-0/+5
2017-06-06phb4: Block D-state power management on direct slotsBenjamin Herrenschmidt1-0/+10
2017-06-06pci: Make handling of config filters genericBenjamin Herrenschmidt1-1/+23
2017-06-06phb3+iov: Fixup support for config space filtersBenjamin Herrenschmidt1-6/+5
2017-06-06pci: Add bitmap to know if a pci device has cfg reg filtersBenjamin Herrenschmidt2-0/+11
2017-06-06hdata/test: Add memory reservations to hdata_to_dtOliver O'Halloran1-11/+11
2017-05-31core/pci: Rename pci_slot_op poll to run_smMichael Neuling3-6/+6
2017-05-26mem_region: Add HW-only memory resevationsOliver O'Halloran1-2/+21
2017-05-26mem_region: rename HW_RESERVE to FW_RESERVEOliver O'Halloran3-8/+8
2017-05-16core/mem_region: Print a useful error on overlapOliver O'Halloran1-1/+28
2017-05-16core/test: Test pre-init memory reservationsOliver O'Halloran1-6/+9
2017-05-16mem_region: Add reserved regions after memory initOliver O'Halloran1-7/+30
2017-05-12GCC7: fixes for -Wimplicit-fallthrough expected regexesStewart Smith1-1/+2
2017-05-10Add global physical memory mapMichael Neuling1-0/+4
2017-05-10core/pci.c: Don't reserve PCI slots for non-pluggable slotsAlistair Popple1-6/+9
2017-05-10FSP: Notify FSP of Platform Log ID after Host Initiated Reset ReloadStewart Smith2-6/+19
2017-04-27nx: Add POWER9 DARN supportMichael Neuling1-1/+1
2017-04-27console: Set log level from nvramMichael Neuling1-0/+60
2017-04-19interrupts: Add an "irq_for_each_source" iteratorBenjamin Herrenschmidt1-0/+12
2017-04-07device: add dt_find_by_name_addrOliver O'Halloran2-0/+51
2017-04-05core/init: Use '_' as separator in names of "exports" propertiesMichael Ellerman1-2/+7
2017-03-31core/pci: Add phb->ops->device_removeGavin Shan1-0/+3
2017-03-31core/pci: Fix lost NVMe adapter behind PMC 8546 switchGavin Shan1-6/+22
2017-03-31core/pci: Disable surprise hotplug on root portGavin Shan1-5/+7
2017-03-31core/pci: Ignore PCI slot capability on root portGavin Shan1-2/+7
2017-03-30Introduce NPU2 supportAlistair Popple1-0/+1
2017-03-29phb3/4: Set max link speed via nvramMichael Neuling1-0/+17
2017-03-24core/init: Add hdat-map property to OPAL nodeMatt Brown1-0/+29
2017-03-20fast-reboot: remove CAPI checkAndrew Donnellan1-12/+0
2017-03-20fast-reboot: creset PHBs on fast rebootAndrew Donnellan1-0/+21
2017-03-20core/pci: remove misleading fast reboot commentAndrew Donnellan1-2/+0
2017-03-16hmi: Print CAPP FIR information when handling CAPP malfunction alertsAndrew Donnellan1-0/+29
2017-03-16hmi: refactor malfunction alert handlingAndrew Donnellan1-46/+42
2017-03-16generic platform: If /bmc in device tree, attempt to init oneStewart Smith1-3/+40
2017-03-09init: Cosmetic fixup of commentBenjamin Herrenschmidt1-2/+2
2017-03-07core/test: use strcmp for console testsOliver O'Halloran2-6/+6
2017-03-07core/test/run-trace: Reduce number of samples when running under valgrindStewart Smith1-1/+3
2017-03-07device: implement dt_translate_address() properlyOliver O'Halloran2-3/+109
2017-03-03pci/quirk: Populate device tree for AST2400 VGARussell Currey1-0/+46
2017-03-03pci: Add a framework for quirksRussell Currey3-1/+45
2017-03-03lpc/uart: Support routing of selected LPC interrupts to LinuxBenjamin Herrenschmidt1-0/+3
2017-03-02buddy: Check zalloc() return valueStewart Smith1-0/+2
2017-02-23core/console: refactor __flush_console()Oliver O'Halloran1-24/+25
2017-02-23nvram-format: Fix endian issuesStewart Smith2-18/+23
2017-02-22core/pci: Mark broken PDC on slots without surprise hotplug capabilityGavin Shan2-2/+13
2017-02-22astbmc/p8dnu: Enable PCI slot's power supply on PEX9733 in hot-add pathGavin Shan1-3/+10
2017-02-22core/pci: No validation on pd and ecap in pcie_slot_create()Gavin Shan1-15/+11