index
:
riscv-gnu-toolchain/qemu/roms/skiboot.git
benh-wip
coverity_scan
gh-pages
master
skiboot-5.1.x
skiboot-5.10.x
skiboot-5.3.x
skiboot-5.4.x
skiboot-5.9.x
skiboot-6.0.x
skiboot-6.2.x
skiboot-6.3.x
skiboot-6.5.x
skiboot-6.6.x
skiboot-6.7.x
skiboot-6.8.x
skiboot-next
skiboot-op940.x
staging
ultravisor
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ipmi
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-15
Merge branch 'skiboot-5.2.x'
Stewart Smith
1
-2
/
+2
2016-07-15
SEL: Fix eSEL ID while logging eSEL event
Vasant Hegde
1
-2
/
+2
2016-06-24
ipmi-sel: Add FWTS annotations for some errors
Stewart Smith
1
-0
/
+10
2016-05-18
hw/ipmi: Fix typo in Makefile.check
Stewart Smith
1
-4
/
+4
2016-03-31
Move ipmi-opal.c from hw/ipmi to core
Vasant Hegde
2
-142
/
+1
2016-03-30
*/test/*: Added '<subdir>-check' make targets
Oliver O'Halloran
1
-2
/
+5
2016-03-11
ipmi-sel: Fix esel event logger to handle early boot PANIC events
Vasant Hegde
1
-10
/
+17
2016-03-11
IPMI: Enable synchronous eSEL logging option
Vasant Hegde
1
-1
/
+5
2016-03-11
ipmi-sel: Fix memory leak in error path
Vasant Hegde
1
-0
/
+1
2016-03-07
hw/ipmi: fix event data 1 for System Firmware Progress sensor
Cédric Le Goater
1
-0
/
+1
2015-12-04
ipmi-sel: fix oem_sel attributes order
Cédric Le Goater
1
-1
/
+1
2015-11-16
assert IPMI sensors < max we support
Stewart Smith
1
-1
/
+4
2015-11-10
sparse: fix endian annotation warnings in ipmi-rtc.c
Stewart Smith
1
-4
/
+4
2015-09-30
ipmi-sel: Run power action immediately if host not up
Joel Stanley
1
-4
/
+16
2015-09-11
timer: Pass current timer to timer callbacks
Benjamin Herrenschmidt
1
-1
/
+2
2015-09-09
IPMI: Introduce attention call
Vasant Hegde
2
-1
/
+86
2015-09-09
IPMI: Move MAX_PEL_SIZE to ipmi.h
Vasant Hegde
1
-9
/
+3
2015-09-09
IPMI: Pre-allocate memory for PANIC event
Vasant Hegde
1
-6
/
+69
2015-09-09
IPMI: Avoid unnecessary ipmi_msg allocation
Vasant Hegde
1
-13
/
+11
2015-09-09
IPMI: Insert SEL event to IPMI queue head
Vasant Hegde
1
-1
/
+1
2015-09-08
IPMI: Fix corner case eSEL logging issue
Vasant Hegde
1
-1
/
+1
2015-08-26
Fix spelling mistakes
Stewart Smith
1
-2
/
+2
2015-08-14
IPMI: Add SEL event with eSEL record ID
Vasant Hegde
1
-0
/
+83
2015-08-14
IPMI: Fix eSEL logging
Vasant Hegde
2
-12
/
+118
2015-08-14
use pr_fmt in hw/ipmi/ipmi-sel.c
Stewart Smith
1
-12
/
+13
2015-08-14
IPMI: Only log events that needs attention
Vasant Hegde
1
-0
/
+7
2015-08-14
IPMI: Fix eSEL size
Vasant Hegde
1
-3
/
+4
2015-08-13
ipmi: Fix the opal_ipmi_recv() call to handle the error path
Neelesh Gupta
1
-4
/
+9
2015-06-24
unit test error code paths in ipmi-fru.c
Stewart Smith
1
-0
/
+31
2015-06-23
hw/ipmi-sel: Remove verbose SEL received message
Joel Stanley
1
-20
/
+3
2015-06-18
Merge branch 'stable'
Stewart Smith
1
-3
/
+3
2015-06-18
ipmi/sel: Fix use after free
Alistair Popple
1
-3
/
+3
2015-05-12
ipmi/wdt: Stop calling synchronous message functions from timers
Alistair Popple
1
-9
/
+24
2015-05-12
Add pr_fmt to do printf/prlog prefixing automagically
Stewart Smith
1
-1
/
+1
2015-04-18
ipmi: Check for ipmi backend presence before use
Alistair Popple
1
-0
/
+2
2015-04-09
hw/ipmi: Fix FW Boot Progress sensor
Joel Stanley
1
-5
/
+3
2015-04-01
Remove redundant includes of opal-api.h
Michael Ellerman
2
-2
/
+0
2015-03-31
hw/ipmi: Rework sensors and fix boot count sensor
Joel Stanley
1
-44
/
+37
2015-03-05
hw/ipmmi: Disable watchdog on final reset
Jeremy Kerr
1
-0
/
+6
2015-03-04
hw/ipmi: Fix sensor type mappings
Jeremy Kerr
1
-10
/
+20
2015-03-04
hw/ipmi: Set boot count sensor
Joel Stanley
1
-4
/
+26
2015-03-04
hw/ipmi: Add API for setting sensors
Joel Stanley
2
-1
/
+104
2015-03-04
occ: Inform OCC of BMC PNOR ownership requests
Jeremy Kerr
1
-0
/
+3
2015-03-04
hw/ipmi: Disable flash access when requested
Joel Stanley
1
-2
/
+34
2015-03-04
hw/prd: Handle BMC OCC reset requests through PRD
Jeremy Kerr
1
-0
/
+27
2015-02-09
move struct opal_ipmi_msg to opal.h as it's an API
Stewart Smith
1
-11
/
+0
2015-02-09
ipmi/wdt: Add ipmi watchdog timer support
Alistair Popple
2
-0
/
+128
2015-02-09
ipmi: Message Linux to perform graceful shutdown
Joel Stanley
1
-0
/
+22
2015-02-09
ipmi: Implement Read Event and SEL parsing
Joel Stanley
1
-0
/
+78
2015-02-09
ipmi: Add a function to (re)initialise a message without allocation
Alistair Popple
3
-16
/
+23
[next]