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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-15
Construct linked list of gcov data structures
Stewart Smith
2
-3
/
+67
2015-05-15
Run gcc constructors
Stewart Smith
1
-0
/
+13
2015-05-15
Enable SKIBOOT_GCOV build option for building with profiling
Stewart Smith
2
-0
/
+82
2015-05-15
Dump out free space in each memory region on boot.
Stewart Smith
2
-1
/
+41
2015-05-15
Make relocate() return specific error as to what went wrong
Stewart Smith
1
-4
/
+4
2015-05-13
Make makefile for core/test a bit prettier
Stewart Smith
1
-1
/
+13
2015-05-13
core: Prevent adding new regions after mem_region_add_dt_reserved
Jeremy Kerr
3
-1
/
+199
2015-05-13
core/test: Use skiboot's own malloc for mem_region tests
Jeremy Kerr
1
-15
/
+8
2015-05-13
core/test: simulate proper locking in run-mem_region test
Jeremy Kerr
1
-2
/
+13
2015-05-13
core: Add asserts for region free-list locking
Jeremy Kerr
7
-1
/
+41
2015-05-13
core: Move free-list locking to a separate per-region lock
Jeremy Kerr
6
-41
/
+44
2015-05-13
flash: Fix uninitialised variable warning
Joel Stanley
1
-1
/
+1
2015-05-12
Add test for pr_fmt
Stewart Smith
1
-0
/
+72
2015-05-12
Fix race in flash resource preloading
Stewart Smith
1
-4
/
+5
2015-05-12
Add pr_fmt to do printf/prlog prefixing automagically
Stewart Smith
7
-14
/
+27
2015-05-11
core/lock: Simplify the check in lock_recursive()
Gavin Shan
1
-3
/
+1
2015-05-07
Fix synchronous running of CPU jobs for NRCPUs=1
Stewart Smith
1
-8
/
+9
2015-05-07
Preload VPD LID and set up fsp_lid_load() for async queued loading
Stewart Smith
3
-33
/
+68
2015-05-07
Add global CPU job queue
Stewart Smith
2
-37
/
+60
2015-05-07
Asynchronously preload CAPP microcode
Stewart Smith
1
-0
/
+1
2015-05-07
Track how long we spend spinning waiting for resource to be loaded
Stewart Smith
1
-0
/
+4
2015-05-07
astbmc: asynchronous preloading of resources
Stewart Smith
1
-2
/
+117
2015-05-07
Start preload of kernel and initramfs early in boot
Stewart Smith
1
-30
/
+50
2015-05-07
eeh: Fix eeh event handling
Alistair Popple
2
-2
/
+23
2015-05-07
OPAL: Validate before creating opal device tree node
Vasant Hegde
1
-1
/
+5
2015-04-30
Adjust skiboot_cpu_stacks region size according to real max PIR
Stewart Smith
2
-2
/
+12
2015-04-29
phb3: Disable write scope group in PHB for certain adapters
Benjamin Herrenschmidt
1
-1
/
+1
2015-04-18
init: Display message before loading kernel
Joel Stanley
1
-0
/
+2
2015-04-18
pci: Fix presence detect on PHB3
Benjamin Herrenschmidt
1
-2
/
+5
2015-04-18
ipmi: Check for ipmi backend presence before use
Alistair Popple
1
-0
/
+38
2015-04-09
Add Naples chip support
Benjamin Herrenschmidt
1
-7
/
+22
2015-04-01
Remove redundant includes of opal-api.h
Michael Ellerman
16
-16
/
+0
2015-04-01
core: Add support for cec_power_down() on mambo
Michael Ellerman
1
-2
/
+12
2015-03-31
exceptions: Catch exceptions at boot time
Benjamin Herrenschmidt
1
-13
/
+9
2015-03-31
exceptions: Remove deprecated exception patching stuff
Benjamin Herrenschmidt
1
-254
/
+14
2015-03-31
core: Catch attempts to branch through a NULL pointer
Benjamin Herrenschmidt
1
-0
/
+16
2015-03-31
elog: Don't call uninitialized platform elog_commit
Benjamin Herrenschmidt
1
-4
/
+15
2015-03-26
opal: Handle TB residue and HDEC parity HMI errors on split core.
Mahesh Salgaonkar
2
-2
/
+172
2015-03-26
opal: Handle TFMR parity HMI event.
Mahesh Salgaonkar
1
-1
/
+1
2015-03-25
Fix start_preload_resource for OpenPower BMC machines
Cédric Le Goater
1
-2
/
+3
2015-03-24
sensor: return OPAL_UNSUPPORTED when no sensors are supported
Cédric Le Goater
1
-1
/
+1
2015-03-24
dts: add device tree nodes for the core temperatures
Cédric Le Goater
1
-0
/
+2
2015-03-24
dts: add support to read the core temperatures
Cédric Le Goater
1
-0
/
+4
2015-03-24
core: add a platform op to read sensors
Cédric Le Goater
3
-3
/
+46
2015-03-24
OCC/hostservices: Call abort if hbrt_lid_list is empty
Vasant Hegde
1
-2
/
+4
2015-03-24
Asynchronous LID/Resource loading for FSP systems
Stewart Smith
4
-5
/
+4
2015-03-23
Change load_resource() API to be all about preloading.
Stewart Smith
3
-14
/
+49
2015-03-19
OPAL: Detect recursive poller entry from same CPU
Vasant Hegde
1
-0
/
+11
2015-03-17
opal: Check NX FIRs to find the reason for Malfunction Alert.
Mahesh Salgaonkar
1
-0
/
+86
2015-03-17
opal: Check Core FIRs to find the reason for Malfunction Alert.
Mahesh Salgaonkar
1
-3
/
+120
[next]