aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-07-25core/backtrace: Serialise printing backtracesOliver O'Halloran1-0/+12
2017-07-20core/pci: Fix mem-leak on fast-rebootMatt Brown1-0/+1
2017-07-19attrconst for testsStewart Smith3-3/+3
2017-07-13numa/associativity: Add a new level of NUMA for GPU'sBalbir Singh1-5/+9
2017-07-13pci: Add ability to trace timingMichael Neuling1-0/+1
2017-07-13pci: Print resetting PHB notice at higher log levelMichael Neuling1-1/+1
2017-07-12cpu: Better handle unknown flags in opal_reinit_cpus()Benjamin Herrenschmidt1-3/+3
2017-07-11cpu: Unconditionally cleanup TLBs on P9 in opal_reinit_cpus()Benjamin Herrenschmidt1-2/+11
2017-07-07Fix scom addresses for power9 nx checkstop hmi handling.Mahesh Salgaonkar1-7/+20
2017-07-07Fix scom addresses for power9 core checkstop hmi handling.Mahesh Salgaonkar1-5/+56
2017-07-04core/mem_region: check return value of add_regionStewart Smith1-2/+5
2017-06-30cpu: Cleanup AMR and IAMR when re-initializing CPUsBenjamin Herrenschmidt1-0/+29
2017-06-27skiboot: Find the IMC DTBMadhavan Srinivasan2-0/+8
2017-06-27dt: Add phandle fixup helpersMadhavan Srinivasan2-2/+71
2017-06-27dt: Add helper function for last_phandle updatesMadhavan Srinivasan2-6/+6
2017-06-26cpu: Support setting HID[RADIX] and set it by default on P9Benjamin Herrenschmidt2-0/+41
2017-06-26cpu: Rework HILE changeBenjamin Herrenschmidt2-30/+46
2017-06-26cpu: Make init_hid() local to cpu.cBenjamin Herrenschmidt2-3/+3
2017-06-26Rename cleanup_tlb() to cleanup_local_tlb()Benjamin Herrenschmidt1-1/+1
2017-06-26Big log level reduction...Benjamin Herrenschmidt7-21/+19
2017-06-26init: Silence messages and call ourselves "OPAL"Benjamin Herrenschmidt1-2/+2
2017-06-26flash: Silence some messagesBenjamin Herrenschmidt1-2/+6
2017-06-26cpu: Add a space to #threads messageBenjamin Herrenschmidt1-3/+3
2017-06-26phb3/4: Move IO VPD preload out to a common placeBenjamin Herrenschmidt2-1/+12
2017-06-19capi: Handle HMI eventsChristophe Lombard1-83/+43
2017-06-19capi: Load capp microcodeChristophe Lombard1-1/+1
2017-06-19capi: Move phb3 capp registers to specialized filesChristophe Lombard1-1/+1
2017-06-16core/pci: Use PCI slot's power facality in pci_enable_bridge()Gavin Shan1-158/+242
2017-06-15core/pci: Make the conditions for device type quirk obviousGavin Shan1-3/+2
2017-06-15core/pci: Use macro as vendor ID register offsetGavin Shan1-4/+4
2017-06-15core/pci: Use cached vendor/device IDs in quirksGavin Shan2-7/+4
2017-06-15core/fdt: Always add a reserve mapOliver O'Halloran1-0/+3
2017-06-15chip: Print out when we initialise a chipMichael Ellerman1-0/+1
2017-06-15core: Move enable_mambo_console() into chip initialisationMichael Ellerman2-6/+4
2017-06-14chip: Add support for discovering chips on mamboMichael Ellerman1-0/+5
2017-06-14chip: Factor out chip inititialisationMichael Ellerman1-21/+29
2017-06-07phb4: Activate shared PCI slot on witherspoonFrederic Barrat1-0/+3
2017-06-07Disable nap on P8 Mambo, public release has bugsStewart Smith1-0/+4
2017-06-07PCI: only wait 20ms for PHB logic to settle if we detected any PHBsStewart Smith1-1/+6
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