summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* interrutps: Export irq_find_source()Benjamin Herrenschmidt2017-01-051-1/+1
* core/test/run-buddy: add one more test to get to 100% lines coveredStewart Smith2017-01-051-1/+2
* buddy: Add a simple generic buddy allocatorBenjamin Herrenschmidt2017-01-054-2/+387
* Add bitmap testStewart Smith2017-01-042-1/+82
* bitmap: Add basic bitmap opsBenjamin Herrenschmidt2017-01-042-1/+57
* console: remove force_dummy_console()Oliver O'Halloran2017-01-041-8/+1
* console: remove con_ops->flush()Oliver O'Halloran2017-01-041-14/+6
* console: use opal_con_ops APIOliver O'Halloran2017-01-043-9/+53
* console: add opal_con_ops structureOliver O'Halloran2017-01-041-0/+14
* console: document the dummy consoleOliver O'Halloran2017-01-041-1/+6
* console: move mambo con_ops into the platformOliver O'Halloran2017-01-041-42/+0
* console: add helper to create serial console nodesOliver O'Halloran2017-01-041-12/+31
* console: unexport con_lockOliver O'Halloran2017-01-041-1/+1
* console: don't use __flush_console() outside console.cOliver O'Halloran2017-01-041-1/+1
* platform: add OPAL_REBOOT_FULL_IPL reboot typeAndrew Donnellan2016-12-231-0/+3
* stack: Don't recurse into __stack_chk_failBenjamin Herrenschmidt2016-12-221-2/+7
* tree-wide: use dt_add_property_u64s() where we canOliver O'Halloran2016-12-213-9/+3
* Add fwts annotation for duplicate DT node entries.ppaidipe@linux.vnet.ibm.com2016-12-211-1/+19
* Always set ibm,occ-functional-state correctlyPridhiviraj Paidipeddi2016-12-211-1/+1
* opal/fast-reboot: set fw_progress sensor status with IPMI_FW_PCI_INIT.Pridhiviraj Paidipeddi2016-12-211-0/+3
* core/cpu.c: Use a device-tree node to detect nest mmu presenceAlistair Popple2016-12-161-14/+22
* pci: Always print PHB and PE numbers as hexadecimalRussell Currey2016-12-141-2/+2
* mambo: Add Fake NVRAM driverJack Miller2016-12-131-0/+3
* sensor: add a family field in the handlerCédric Le Goater2016-12-081-1/+3
* i2c: Add nuvoton quirk, disallowing i2cdetect as it locks TPMStewart Smith2016-12-021-0/+5
* Limit number of "Poller recursion detected" errors to displayStewart Smith2016-11-241-1/+5
* wait_for_resource_loaded: don't needlessly sleep for 5msStewart Smith2016-11-241-1/+3
* run pollers in cpu_process_local_jobs() if running job synchonouslyStewart Smith2016-11-241-0/+1
* xive: Provide a way to override some IPI sourcesBenjamin Herrenschmidt2016-11-151-31/+19
* cpu: Don't enable nap mode/PM mode on non-P8Benjamin Herrenschmidt2016-11-151-0/+3
* platform: Call generic platform probe and init UART thereBenjamin Herrenschmidt2016-11-151-3/+12
* Revert "core/ipmi: Set interrupt-parent property"Stewart Smith2016-11-111-5/+1
* Add BMC platform to enable correct OEM IPMI commandsStewart Smith2016-11-081-1/+17
* core/pci: Fix criteria in pci_cfg_reg_filter()Gavin Shan2016-11-071-2/+7
* mambo: Convert console read/write from asm to CMichael Neuling2016-11-021-3/+3
* core/flash: Don't do anything clever for OPAL_FLASH_{READ, WRITE, ERASE}Cyril Bur2016-11-021-6/+9
* opal/fast-reboot: Send special reset sequence to operational CPUs only.Mahesh Salgaonkar2016-11-021-1/+29
* core/flash: Use blocklevel accessors to load resourcesCyril Bur2016-11-021-8/+8
* libstb: remove subid argument from sb_verify and tb_measureClaudio Carvalho2016-11-022-6/+6
* core/flash.c: Fix lines > 80 colsClaudio Carvalho2016-11-021-3/+7
* core/flash-subpartition.c: remove toc var to clean-upClaudio Carvalho2016-11-021-3/+1
* add BUILD_ASSERT that reset_patch fits in area savedStewart Smith2016-10-281-0/+1
* flash-subpartition: fix spurious non-NULL check of non-NULL variableStewart Smith2016-10-281-2/+0
* libstb/stb.c: ignore the secure mode flag unless forced in NVRAMClaudio Carvalho2016-10-261-3/+3
* errorlog : Modification as per coding guidelines to make the code more legibleMukesh Ojha2016-10-251-10/+12
* core/init.c: Fix bootargs parsingChris Smart2016-10-251-8/+4
* fast-reset: disable fast reboot in event of platform errorStewart Smith2016-10-251-0/+1
* fast-reboot: disable on FSP code update or unrecoverable HMIStewart Smith2016-10-252-0/+21
* flash: rework flash_load_resource to correctly read FFS/STBStewart Smith2016-10-251-89/+152
* core/flash-subpartition: compute partition size from subpartition structStewart Smith2016-10-253-36/+58
OpenPOWER on IntegriCloud