aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Initial support for the ELFv2 ABINicholas Piggin2-11/+15
2017-02-06hdat: Rework parsing of system VPD for Open PowerBenjamin Herrenschmidt1-1/+2
2017-02-03platform: add missing \n on platform error reboot messageAndrew Donnellan1-1/+1
2017-02-03core/interrupts: free interrupt names after adding to DTStewart Smith1-0/+1
2017-01-16platform: set default bmc_platformOliver O'Halloran1-1/+5
2017-01-16vpd: add vpd_valid() to check keyword VPD blobsOliver O'Halloran1-0/+29
2017-01-15dt: add dt_new_check()Oliver O'Halloran1-0/+14
2017-01-10init: print the FDT blob size in decimalOliver O'Halloran1-1/+1
2017-01-10init: Print some more info before booting linuxBenjamin Herrenschmidt1-1/+8
2017-01-05treewide: squash sparse static warningsAndrew Donnellan1-1/+1
2017-01-05cpu: Add iterators for "present" CPUsBenjamin Herrenschmidt1-0/+14
2017-01-05xive/phb4: Work around broken LSI control on P9 DD1Benjamin Herrenschmidt1-3/+11
2017-01-05interrupts: Add optional name for OPAL interruptsBenjamin Herrenschmidt1-1/+16
2017-01-05xive: Expose exploitation mode DT propertiesBenjamin Herrenschmidt1-1/+6
2017-01-05interrutps: Export irq_find_source()Benjamin Herrenschmidt1-1/+1
2017-01-05core/test/run-buddy: add one more test to get to 100% lines coveredStewart Smith1-1/+2
2017-01-05buddy: Add a simple generic buddy allocatorBenjamin Herrenschmidt4-2/+387
2017-01-04Add bitmap testStewart Smith2-1/+82
2017-01-04bitmap: Add basic bitmap opsBenjamin Herrenschmidt2-1/+57
2017-01-04console: remove force_dummy_console()Oliver O'Halloran1-8/+1
2017-01-04console: remove con_ops->flush()Oliver O'Halloran1-14/+6
2017-01-04console: use opal_con_ops APIOliver O'Halloran3-9/+53
2017-01-04console: add opal_con_ops structureOliver O'Halloran1-0/+14
2017-01-04console: document the dummy consoleOliver O'Halloran1-1/+6
2017-01-04console: move mambo con_ops into the platformOliver O'Halloran1-42/+0
2017-01-04console: add helper to create serial console nodesOliver O'Halloran1-12/+31
2017-01-04console: unexport con_lockOliver O'Halloran1-1/+1
2017-01-04console: don't use __flush_console() outside console.cOliver O'Halloran1-1/+1
2016-12-23platform: add OPAL_REBOOT_FULL_IPL reboot typeAndrew Donnellan1-0/+3
2016-12-22stack: Don't recurse into __stack_chk_failBenjamin Herrenschmidt1-2/+7
2016-12-21tree-wide: use dt_add_property_u64s() where we canOliver O'Halloran3-9/+3
2016-12-21Add fwts annotation for duplicate DT node entries.ppaidipe@linux.vnet.ibm.com1-1/+19
2016-12-21Always set ibm,occ-functional-state correctlyPridhiviraj Paidipeddi1-1/+1
2016-12-21opal/fast-reboot: set fw_progress sensor status with IPMI_FW_PCI_INIT.Pridhiviraj Paidipeddi1-0/+3
2016-12-16core/cpu.c: Use a device-tree node to detect nest mmu presenceAlistair Popple1-14/+22
2016-12-14pci: Always print PHB and PE numbers as hexadecimalRussell Currey1-2/+2
2016-12-13mambo: Add Fake NVRAM driverJack Miller1-0/+3
2016-12-08sensor: add a family field in the handlerCédric Le Goater1-1/+3
2016-12-02i2c: Add nuvoton quirk, disallowing i2cdetect as it locks TPMStewart Smith1-0/+5
2016-11-24Limit number of "Poller recursion detected" errors to displayStewart Smith1-1/+5
2016-11-24wait_for_resource_loaded: don't needlessly sleep for 5msStewart Smith1-1/+3
2016-11-24run pollers in cpu_process_local_jobs() if running job synchonouslyStewart Smith1-0/+1
2016-11-15xive: Provide a way to override some IPI sourcesBenjamin Herrenschmidt1-31/+19
2016-11-15cpu: Don't enable nap mode/PM mode on non-P8Benjamin Herrenschmidt1-0/+3
2016-11-15platform: Call generic platform probe and init UART thereBenjamin Herrenschmidt1-3/+12
2016-11-11Revert "core/ipmi: Set interrupt-parent property"Stewart Smith1-5/+1
2016-11-08Add BMC platform to enable correct OEM IPMI commandsStewart Smith1-1/+17
2016-11-07core/pci: Fix criteria in pci_cfg_reg_filter()Gavin Shan1-2/+7
2016-11-02mambo: Convert console read/write from asm to CMichael Neuling1-3/+3
2016-11-02core/flash: Don't do anything clever for OPAL_FLASH_{READ, WRITE, ERASE}Cyril Bur1-6/+9