index
:
blackbird-skiboot
04-16-2019
Blackbird™ skiboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
timer: Change property name "ibm,heartbeat-freq" -> "ibm,heartbeat-ms"
Benjamin Herrenschmidt
2014-11-14
1
-2
/
+2
*
bt/ipmi: Quieten logging output
Alistair Popple
2014-11-12
1
-1
/
+1
*
timer: Only check "poll" timers on actual poll, not any interrupt
Benjamin Herrenschmidt
2014-11-12
3
-4
/
+5
*
i2c: Use new timer facility and improve interrupts handling
Benjamin Herrenschmidt
2014-11-12
2
-1
/
+2
*
timer: Add "polling" timers
Benjamin Herrenschmidt
2014-11-12
2
-16
/
+130
*
i2c: Move bus management and OPAL API to core i2c code
Benjamin Herrenschmidt
2014-11-11
2
-1
/
+117
*
timer: Add scheduled timer facility
Benjamin Herrenschmidt
2014-11-07
6
-1
/
+202
*
i2c: Bug fixes, clean up of the code
Neelesh Gupta
2014-11-05
1
-2
/
+3
*
core: Add support for loading an external initramfs
Jeremy Kerr
2014-10-30
1
-0
/
+25
*
platform: add a platform hook for loading external resources
Jeremy Kerr
2014-10-30
1
-38
/
+16
*
ipmi: Add an opal interface to the ipmi stack
Alistair Popple
2014-10-30
1
-3
/
+5
*
opal: Add facility for dynamic event bits
Jeremy Kerr
2014-10-30
1
-1
/
+39
*
Revert "core/init: Add device tree fixup for the i2c base address"
Benjamin Herrenschmidt
2014-10-28
1
-172
/
+2
*
Fix stack usage might be unbounded warning in core/test/run-mem_region_init
Stewart Smith
2014-10-27
1
-1
/
+4
*
core/init: Add device tree fixup for the i2c base address
Neelesh Gupta
2014-10-27
1
-2
/
+172
*
hw/i2c: i2c driver infrastructure providing device I/O
Neelesh Gupta
2014-10-27
1
-0
/
+3
*
irq/occ/opal: Add self-sent dummy interrupt
Benjamin Herrenschmidt
2014-10-24
1
-3
/
+18
*
Test cleanup code path in opal_msg_init()
Stewart Smith
2014-10-22
1
-2
/
+11
*
fsp/elog: Make the logging backend platform specific
Alistair Popple
2014-10-22
1
-2
/
+8
*
fsp/elog: Create a logging frontend
Alistair Popple
2014-10-22
5
-2
/
+312
*
fsp/elog: Separate the PEL log formatting functions
Alistair Popple
2014-10-22
4
-3
/
+338
*
Add some (not that good) testing of mem_dump_allocs()
Stewart Smith
2014-10-22
1
-0
/
+1
*
Test zalloc() failure case.
Stewart Smith
2014-10-22
1
-0
/
+4
*
Add unit test for realloc failure
Stewart Smith
2014-10-22
1
-0
/
+10
*
Preliminary code coverage reporting infrastructure
Stewart Smith
2014-10-22
2
-6
/
+18
*
Fix make check after Ben broke it with external/* -> external/trace/ rename
Stewart Smith
2014-10-21
1
-1
/
+1
*
Rename mem_size() to mem_allocated_size()
Stewart Smith
2014-10-17
3
-6
/
+6
*
in realloc(), memcpy() call would copy past end of allocation
Stewart Smith
2014-10-17
2
-2
/
+25
*
Fix stack usage in run-malloc-speed test by using malloc
Stewart Smith
2014-10-15
1
-1
/
+4
*
HBRT: Cleanup log output
Benjamin Herrenschmidt
2014-10-15
1
-3
/
+3
*
Quieten a couple more things
Benjamin Herrenschmidt
2014-10-15
1
-3
/
+3
*
uart: Give UART it's own OPAL console callbacks instead of dummy console
Benjamin Herrenschmidt
2014-10-15
1
-6
/
+1
*
console: Move dummy_console_add_nodes() to common code
Benjamin Herrenschmidt
2014-10-15
2
-4
/
+4
*
skiboot: Add default error handler for ipmi messages
Alistair Popple
2014-10-15
1
-2
/
+5
*
(somewhat) quieten PCI during boot
Stewart Smith
2014-10-15
1
-7
/
+6
*
Make HB a lot quieter on boot, set log priority in core/hostservices.c
Stewart Smith
2014-10-15
1
-35
/
+36
*
Get assert and PEL log messages from HBRT to the correct priority
Stewart Smith
2014-10-15
1
-2
/
+2
*
Secondary CPUs calling in should be PR_DEBUG
Stewart Smith
2014-10-15
1
-1
/
+1
*
convert printf in core/cpu.c to prlog with PR_INFO or PR_DEBUG
Stewart Smith
2014-10-15
1
-7
/
+8
*
Returning CPU message just needs to be PR_DEBUG at most
Stewart Smith
2014-10-15
1
-1
/
+1
*
Modify the (many) printouts in core/cpu.c to have appropriate PR levels
Stewart Smith
2014-10-15
1
-8
/
+12
*
opal_del_caller shouldn't be called: up severity level, change message.
Stewart Smith
2014-10-15
1
-1
/
+2
*
Make assert(false) for calling attn be a PR_EMERG level error
Stewart Smith
2014-10-15
1
-1
/
+1
*
Merge branch 'release-2.1.1'
Benjamin Herrenschmidt
2014-10-08
1
-9
/
+8
|
\
|
*
PCI: Refactor error injection
Gavin Shan
2014-10-08
1
-9
/
+8
*
|
core: Make secondary spin and locks use cpu_relax()
Benjamin Herrenschmidt
2014-10-08
3
-9
/
+6
*
|
plat/palmetto: Move most code to a common file & reorder inits a bit
Benjamin Herrenschmidt
2014-10-05
1
-1
/
+1
*
|
Merge branch 'release-2.1.1'
Benjamin Herrenschmidt
2014-10-02
1
-11
/
+7
|
\
\
|
|
/
|
*
hmi: decode_malfunction fixes
Ryan Grimm
2014-10-02
1
-11
/
+7
*
|
ipmi/bt: Improve message validation and allow out-of-order command responses
Alistair Popple
2014-10-01
1
-6
/
+13
[next]