aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-23libffs: Add comment for to clarify endian requirmentsMichael Neuling1-0/+4
2015-02-23Makefile: Link with libgccMichael Neuling1-2/+3
2015-02-23Makefile: Make "make --silient" make make momentarily much more mutedMichael Neuling1-0/+6
2015-02-23hostservices/fsp: Move lid caching to platformAnanth N Mavinakayanahalli2-3/+4
2015-02-23OCC/hostservices: Queue pre-preload HBRT lid load requestsAnanth N Mavinakayanahalli4-24/+90
2015-02-23hostservices: Fix lid loadAnanth N Mavinakayanahalli1-2/+3
2015-02-19ipmi: Fix locking for synchronous message sendingAlistair Popple1-5/+3
2015-02-19bt: Cleanup bt state machine and fix SMS_ATN bugAlistair Popple1-88/+88
2015-02-19add nx-842 coproc supportDan Streetman7-100/+794
2015-02-19change direct use of LSH to SETFIELDDan Streetman6-6/+14
2015-02-19update users of GET/SETFIELD()Dan Streetman6-15/+15
2015-02-19Change user-defined _MASK/_LSH to just maskDan Streetman11-395/+200
2015-02-19simplify GET/SETFIELD() use, add MASK_TO_LSH()Dan Streetman1-5/+6
2015-02-19core/flash: Move flash NVRAM handling to new flash moduleJeremy Kerr6-152/+116
2015-02-19core/flash: port pnor_load_resource to flash codeJeremy Kerr6-173/+190
2015-02-19core/flash: Add flash APIJeremy Kerr6-3/+342
2015-02-18Fix uninitialized variable build warns -> errorsJack Miller1-3/+5
2015-02-18fsp-op-panel: don't call fsp_sync_msg with lock heldStewart Smith1-33/+45
2015-02-18Limit number of warnings of pollers run with lock heldStewart Smith1-1/+6
2015-02-18phb3: Reduce some time_wait occurrencesBenjamin Herrenschmidt1-5/+7
2015-02-18pci: Remove pci_lockBenjamin Herrenschmidt1-12/+2
2015-02-18pci: Don't hang if we have only one CPUBenjamin Herrenschmidt1-0/+9
2015-02-18Replace is_mambo_chip with a better chip quirk mechanismBenjamin Herrenschmidt8-15/+35
2015-02-18chiptod: Remove fallback to master CPUBenjamin Herrenschmidt2-35/+4
2015-02-18fsp/console: Don't time_wait with lock heldBenjamin Herrenschmidt1-2/+2
2015-02-18cpu: Don't hold lock while waitingBenjamin Herrenschmidt1-3/+7
2015-02-18i2c: Turn large time_wait_ms() into statesBenjamin Herrenschmidt1-21/+29
2015-02-18fsp: Audit callers of opal_run_pollersBenjamin Herrenschmidt2-13/+24
2015-02-18Don't run pollers in time_wait() when a lock is heldBenjamin Herrenschmidt1-1/+9
2015-02-18Warn when pollers are called with a lock heldBenjamin Herrenschmidt1-0/+5
2015-02-18lock: Add lock depth recording per CPUBenjamin Herrenschmidt2-0/+6
2015-02-18Always create opal-interrupts propertyBenjamin Herrenschmidt1-3/+5
2015-02-18Merge branch 'update-2.1.1.1'Stewart Smith0-0/+0
2015-02-18cpuidle: Add validated metrics for idle statesPreeti U Murthy1-3/+18
2015-02-18replace infinite loop on relocation failure with attnStewart Smith1-1/+1
2015-02-18hostservices: Cache lids prior to first load requestAnanth N Mavinakayanahalli3-32/+89
2015-02-18occ: Fix potential race when clearing occ interrupt statusJeremy Kerr1-0/+10
2015-02-17FSP/LEDS: Implement a set LED SPCN command queueVasant Hegde2-28/+121
2015-02-17hostservices: Don't run pollers from hostservices callbacksAnanth N Mavinakayanahalli1-1/+1
2015-02-17timebase: Add nanosleep_nopollAnanth N Mavinakayanahalli2-0/+13
2015-02-17Merge branch 'update-2.1.1.1'Stewart Smith0-0/+0
2015-02-17Make abort() update sp attn area (like assert does)Stewart Smith2-3/+9
2015-02-17core: Add subid to load_resource()Michael Neuling7-27/+158
2015-02-17core: Add load_resource()Michael Neuling3-13/+21
2015-02-16s/OpalMessageType/opal_msg_type/ removing CamelCase and being consistent!Stewart Smith4-4/+4
2015-02-16Rename opal-get-message.txt to opal-get-msg-85.txtStewart Smith1-4/+4
2015-02-16Add OPAL_GET_MESSAGE and struct opal_msg documentationStewart Smith2-1/+66
2015-02-13FSP/LEDS: Track LED list read statusVasant Hegde1-8/+25
2015-02-13FSP/LEDS: Remove redundant log messageVasant Hegde1-2/+0
2015-02-13FSP/LEDS: Check FSP response statusVasant Hegde1-7/+4