aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-22core/pci: Enforce polling PCIe link in hot-add pathGavin Shan1-0/+14
2017-02-22core/pci: Fix PCIe slot's presenceGavin Shan1-1/+3
2017-02-22core/pci: More reliable way to update PCI slot power stateGavin Shan1-1/+1
2017-02-17core/opal: check ibm,opal existsOliver O'Halloran1-5/+1
2017-02-16core/pci: Avoid hreset after fresetGavin Shan1-1/+2
2017-02-16core/pci: Support SRIOV VFsGavin Shan3-2/+261
2017-02-16core/pci: Allow associating parameter with capabilityGavin Shan1-2/+2
2017-02-16core/pci: Initialize AER capability in PCI coreGavin Shan1-0/+13
2017-02-16core/pci: Introduce separate function to initialize PCIe capabilityGavin Shan1-53/+66
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