aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-06-23hw/ipmi-sel: Remove verbose SEL received messageJoel Stanley1-20/+3
2015-06-19Support for Naples LPC serial interruptsBenjamin Herrenschmidt3-20/+377
2015-06-19Fix possible buffer overflowAnanth N Mavinakayanahalli1-1/+2
2015-06-19hw/bt: Fix bt_msg_del lockingAlistair Popple1-1/+5
2015-06-19Use destination buffer size as bound for strncpyAnanth N Mavinakayanahalli1-1/+1
2015-06-19Fix potential NULL pointer dereferenceAnanth N Mavinakayanahalli1-0/+2
2015-06-19Fix potential NULL pointer dereferenceAnanth N Mavinakayanahalli1-0/+2
2015-06-19hw/prd: Fix handling of invlid message typesJeremy Kerr1-2/+4
2015-06-19Fix lockingAnanth N Mavinakayanahalli1-4/+2
2015-06-18Merge branch 'stable'Stewart Smith2-7/+8
2015-06-18ipmi/sel: Fix use after freeAlistair Popple1-3/+3
2015-06-18hw/bt.c: Fix message response searchAlistair Popple1-4/+5
2015-06-16hw/phb3: Fix crash in phb3_init_hw()Gavin Shan1-5/+5
2015-06-16Fix surveillance lockingAnanth N Mavinakayanahalli1-0/+2
2015-06-11Remove unused p5ioc2_set_sm_timeout from p5ioc2-phb.cStewart Smith1-13/+0
2015-06-11Fix possible return garbage from xscom_read_cfam_chipid()Stewart Smith1-1/+2
2015-06-05Merge branch 'stable'Stewart Smith1-3/+3
2015-06-05core/mem_region: Create reservations of type REGION_HW_RESERVEDskiboot-5.0.3Jeremy Kerr1-3/+3
2015-06-01FSP/EPOW: OPAL EPOW driver cleanupVipin K Parashar2-160/+45
2015-05-21Merge PRD rework from stableStewart Smith1-8/+46
2015-05-21prd: Don't expose full opal_prd_msg to kernelJeremy Kerr1-8/+16
2015-05-21hw/prd: Expose prd ranges via device treeJeremy Kerr1-0/+30
2015-05-13Add a couple more missing Naples referencesBenjamin Herrenschmidt2-1/+4
2015-05-13bt: Remove B_BUSY stateAlistair Popple1-18/+6
2015-05-13occ: Send self-interrupt to chip with active PSIJoel Stanley2-3/+26
2015-05-12ipmi/wdt: Stop calling synchronous message functions from timersAlistair Popple1-9/+24
2015-05-12Fix infinite loop in wait_for_resource if CAPP ucode load failsStewart Smith1-11/+8
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith5-172/+127
2015-05-11hw/bt: Add netfn to BT_ERR messageJeremy Kerr1-2/+3
2015-05-07Preload VPD LID and set up fsp_lid_load() for async queued loadingStewart Smith5-5/+42
2015-05-07Add global CPU job queueStewart Smith2-4/+8
2015-05-07Asynchronously preload CAPP microcodeStewart Smith1-60/+78
2015-05-07FSP LID loading: always remove from lid_loaded listStewart Smith1-4/+2
2015-05-07Fix FSP resource/LID loading for preloading LIDs.Stewart Smith1-5/+9
2015-05-07eeh: Fix eeh event handlingAlistair Popple2-3/+6
2015-05-07FSP/ELOG: Remove TCE mapping for host bufferVasant Hegde1-3/+0
2015-05-07FSP/ELOG: Reduce elog write buffer sizeVasant Hegde1-3/+3
2015-05-07FSP/ELOG: Free error log buffer in error pathVasant Hegde1-1/+5
2015-05-07FSP/ELOG: Do not reject elog in acknowledgement pathVasant Hegde1-2/+0
2015-05-07FSP/ELOG: Use elog REJECT state properlyVasant Hegde1-2/+7
2015-05-07FSP/ELOG: Reduce elog read buffer sizeVasant Hegde1-1/+1
2015-05-07FSP/LED: Handle SA indicator update notificationVasant Hegde1-0/+30
2015-05-07FSP/SYSPARAM: Introduce update notify system parameter notifierVasant Hegde1-0/+49
2015-05-07FSP/LED: Add system attention indicator supportVasant Hegde1-1/+176
2015-05-07FSP/LED: Get SAI location code from device treeVasant Hegde1-11/+59
2015-05-07FSP/LED: Use LED mode informationVasant Hegde1-2/+15
2015-05-07FSP/LED: Validate before creating led nodeVasant Hegde1-3/+4
2015-05-07FSP/LED: Define macro instead of hardcoding led typeVasant Hegde1-5/+8
2015-05-07FSP/LED: Move led header file to include directoryVasant Hegde2-155/+1
2015-05-01Merge branch 'stable', skiboot-5.0.1Stewart Smith4-20/+36