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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-11
slw/timer: SBE based timer support
Benjamin Herrenschmidt
6
-43
/
+235
2015-09-11
timer: Pass current timer to timer callbacks
Benjamin Herrenschmidt
6
-21
/
+25
2015-09-11
fsp/ipmi: Fix an illegal memory access
Neelesh Gupta
1
-2
/
+1
2015-09-11
psi: Fix a few typos
Benjamin Herrenschmidt
2
-13
/
+13
2015-09-10
Remove old, out of date and misplaced comment
Stewart Smith
1
-5
/
+0
2015-09-10
move enum ipl_state to hw/fsp/fsp.c
Stewart Smith
3
-11
/
+10
2015-09-10
Remove FIXME for using atomics for opal_pending_events
Stewart Smith
1
-1
/
+0
2015-09-10
remove FIXME from opal_trace_entry
Stewart Smith
1
-1
/
+0
2015-09-09
Add skiboot-5.1.2 release notes
skiboot-5.1.2
Stewart Smith
1
-0
/
+125
2015-09-09
Fix comparing array to null is always true
Stewart Smith
1
-2
/
+2
2015-09-09
assert that allocation of node region name succeeeds
Stewart Smith
1
-0
/
+1
2015-09-09
assert dt allocation succeeded for rhesus rtc
Stewart Smith
1
-0
/
+1
2015-09-09
Assert that memory allocation succeeds in mem_region_add_dt_reserved_node()
Stewart Smith
1
-0
/
+2
2015-09-09
Fix harmless free() after realloc() in test-malloc.c
Stewart Smith
1
-2
/
+2
2015-09-09
IPMI: Introduce attention call
Vasant Hegde
7
-1
/
+93
2015-09-09
platform: Add platform hook for terminate call
Vasant Hegde
4
-1
/
+10
2015-09-09
Move FSP specific abort() code to platform layer
Vasant Hegde
6
-27
/
+36
2015-09-09
IPMI: Move MAX_PEL_SIZE to ipmi.h
Vasant Hegde
2
-9
/
+11
2015-09-09
IPMI: Pre-allocate memory for PANIC event
Vasant Hegde
3
-6
/
+73
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-09-08
libflash/test: Attempted fix of Coverity defect 98799
Cyril Bur
1
-1
/
+1
2015-09-08
libflash/test: Fix Coverity defect 98827
Cyril Bur
1
-1
/
+1
2015-09-08
libflash: Fix Coverity defect 97867
Cyril Bur
1
-2
/
+2
2015-09-08
external/gard: Fix Coverity defect 107465
Cyril Bur
1
-1
/
+1
2015-09-08
external/gard: Fix Coverity defect 107466
Cyril Bur
1
-1
/
+1
2015-09-08
external/gard: Fix Coverity defect 107467
Cyril Bur
1
-1
/
+2
2015-09-08
external/opal-prd: move hservices_init after the ipmi and pnor init
Neelesh Gupta
1
-4
/
+4
2015-09-08
Fix possible passing of -1 to write() in extract-gcov.c
Stewart Smith
1
-0
/
+5
2015-09-08
Fix index of -1 into array
Stewart Smith
1
-1
/
+3
2015-09-08
Fix unsafe list for each: need to use _safe for deletion
Stewart Smith
1
-2
/
+2
2015-09-08
trivial run-malloc test fixup that was fooling coverity
Stewart Smith
1
-1
/
+1
2015-09-08
coverity scan through travis-ci
Stewart Smith
2
-5
/
+18
2015-09-07
external/gard: Recover the entire gard partition
Cyril Bur
1
-12
/
+2
2015-09-07
external/gard: Update record clearing to match Hostboots expectations
Cyril Bur
1
-46
/
+59
2015-09-07
libflash/blocklevel: Smarten up blocklevel_smart_write()
Cyril Bur
1
-3
/
+40
2015-09-07
external/opal-prd: Add 'run' option to execute HBRT commands
Vaidyanathan Srinivasan
3
-1
/
+135
2015-09-07
external/opal-prd: Support manufacturing command HTMGT and attribute override
Neelesh Gupta
3
-48
/
+345
2015-09-02
Merge branch 'update-2.1.1.1'
Stewart Smith
1
-5
/
+9
2015-09-01
build pflash in travis-ci
Stewart Smith
2
-1
/
+3
2015-09-01
Build gard utility in travis-ci
Stewart Smith
1
-0
/
+3
2015-09-01
external/opal-prd: Refactor the handle_prd_control() function
Neelesh Gupta
1
-33
/
+47
2015-09-01
external/opal-prd: Move client socket common code to a function
Neelesh Gupta
1
-27
/
+34
2015-09-01
external/opal-prd: send socket response in the error path
Neelesh Gupta
1
-1
/
+3
2015-09-01
Add slot tables for Habanero
Benjamin Herrenschmidt
1
-1
/
+98
2015-09-01
plat/bmc: Add infrastructure for slot tables
Benjamin Herrenschmidt
3
-1
/
+119
2015-09-01
pci: Support absence of base location code
Benjamin Herrenschmidt
1
-7
/
+11
2015-09-01
pci: Don't create -T location codes on non-FSP machines
Benjamin Herrenschmidt
1
-1
/
+5
2015-09-01
pci/fsp: Cleanup slot_info
Benjamin Herrenschmidt
3
-60
/
+71
[next]