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-08-11
fix dump_regs() for hssr0 and hsrr1
Stewart Smith
1
-1
/
+1
2015-08-11
Don't try to print symbol when we didn't find one
Stewart Smith
1
-1
/
+3
2015-07-31
fix run-pel.c build after error log entry changes
Stewart Smith
1
-1
/
+1
2015-07-31
opal-api: Add OPAL call to handle abnormal reboots.
Vipin K Parashar
1
-0
/
+39
2015-07-31
errorlog: Simplify log calling convention
Samuel Mendoza-Jonas
1
-48
/
+84
2015-07-10
Introduce memory allocation return value check
Kamalesh Babulal
1
-0
/
+4
2015-07-10
pci_configure_mps fixes: NULL dereference, null check and typo
Kamalesh Babulal
1
-4
/
+4
2015-07-08
fix potential divide by zero
Stewart Smith
1
-0
/
+4
2015-07-08
fix potential integer overflow for giant cpu_max_pir
Stewart Smith
1
-1
/
+1
2015-07-08
verify that PIR in init_all_cpus() is within our bounds for cpu_stacks[pir]
Stewart Smith
1
-0
/
+1
2015-07-07
core/interrupts: Fix resource leak in add_opal_interrupts()
Kamalesh Babulal
1
-0
/
+2
2015-07-06
core: Bound check get_chip()
Benjamin Herrenschmidt
1
-0
/
+2
2015-07-06
Disable bust_locks for general calls of abort()
Alistair Popple
2
-2
/
+2
2015-07-03
plat/qemu: Add LPC based RTC support
Benjamin Herrenschmidt
1
-17
/
+0
2015-07-03
plat/qemu: Add simple qemu platform
Benjamin Herrenschmidt
1
-1
/
+1
2015-07-03
core/ipmi: Provide the dequeue message interface
Neelesh Gupta
1
-0
/
+13
2015-07-02
flash: Add ecc.h full path
Vasant Hegde
1
-1
/
+1
2015-07-02
Add mem_dump_free() call to mem_region unit test
Stewart Smith
1
-0
/
+2
2015-06-24
Use memcpy for NVRAM free partition name, is part of std
Stewart Smith
1
-1
/
+2
2015-06-24
add test for nvram free space partition name
Stewart Smith
1
-6
/
+3
2015-06-24
Expand nvram-format unit test to cover all error paths
Stewart Smith
2
-3
/
+94
2015-06-24
Move NVRAM format/check code out into separate file to unit test
Stewart Smith
5
-133
/
+190
2015-06-24
pci_configure_mps(): Check empty pointer before dereferencing
Kamalesh Babulal
1
-4
/
+5
2015-06-24
cpu_remove_node() : Fix potential null dereference
Kamalesh Babulal
1
-0
/
+2
2015-06-24
Add unit test for core/time-utils
Stewart Smith
2
-0
/
+61
2015-06-23
libffs: init with ecc protection at blocklevel level
Cyril Bur
1
-2
/
+2
2015-06-23
libflash/ecc: Simplify and cleanup ecc code.
Cyril Bur
1
-5
/
+5
2015-06-23
Add -Tn to ibm,loc-code for ethernet adaptors
Daniel Axtens
1
-3
/
+31
2015-06-19
Support for Naples LPC serial interrupts
Benjamin Herrenschmidt
1
-0
/
+1
2015-06-19
Verify zalloc returned valid pointer
Ananth N Mavinakayanahalli
1
-0
/
+3
2015-06-16
Merge branch 'stable'
Stewart Smith
1
-2
/
+1
2015-06-16
cpu: Fix hang issue in opal_reinit_cpus()
Hari Bathini
1
-2
/
+1
2015-06-16
flash: fix offset and size parameters check
Cédric Le Goater
1
-1
/
+1
2015-06-15
Move prlog(PR_TRACE) in cpu job to be before freeing CPU job
Stewart Smith
1
-1
/
+1
2015-06-15
Fix assert test in run-mem_region_reservations.c
Stewart Smith
1
-1
/
+1
2015-06-15
Fix assert tests in run-mem_region_next.c
Stewart Smith
1
-6
/
+6
2015-06-11
Move boot_tracebuf to BSS
Stewart Smith
1
-10
/
+5
2015-06-09
libflash: start using the blocklevel interface.
Cyril Bur
1
-15
/
+20
2015-06-05
Merge branch 'stable'
Stewart Smith
2
-3
/
+4
2015-06-05
core/mem_region: Create reservations of type REGION_HW_RESERVED
skiboot-5.0.3
Jeremy Kerr
2
-3
/
+4
2015-05-29
Move the relax loop in secondary_cpu_entry to pure inline asm
Stewart Smith
1
-2
/
+9
2015-05-29
Make cpu_relax() inline
Stewart Smith
1
-12
/
+0
2015-05-28
Make cpu_relax() nop instructions in one asm block
Stewart Smith
1
-4
/
+4
2015-05-21
Merge PRD rework from stable
Stewart Smith
5
-38
/
+246
2015-05-21
hw/prd: Expose prd ranges via device tree
Jeremy Kerr
1
-0
/
+2
2015-05-21
core: Add mem_region_next
Jeremy Kerr
3
-1
/
+144
2015-05-21
core: Add node-style memory reservation to device tree
Jeremy Kerr
2
-30
/
+105
2015-05-21
core: Introduce REGION_HW_RESERVED
Jeremy Kerr
1
-1
/
+1
2015-05-21
core: Rename mem_region->mem_node to ->node
Jeremy Kerr
1
-5
/
+5
2015-05-21
core: Prevent adding new regions after mem_region_add_dt_reserved
Jeremy Kerr
3
-1
/
+199
[next]