[Skiboot] [PATCH v3 0/5] fast-reboot: parallel memory clearing

Stewart Smith stewart at linux.ibm.com
Tue Jul 17 14:58:24 AEST 2018


Following on from the v2 RFC patchset, changes here are:
- keep the pnor read caching patch for later
- Fall back to cpu_queue_job if queue_job_on_node fails
- Nick's latest patch which takes the test fixes from me.

Nicholas Piggin (1):
  cpu: add cpu_queue_job_on_node()

Stewart Smith (4):
  fast-reboot: parallel memory clearing
  Scan PCI and clear memory simultaneously
  mem_region: log region name on mem_alloc failure
  mem_check(): Correct alignment assumptions

 core/cpu.c                                    |  84 +++++++++---
 core/device.c                                 |   2 +-
 core/fast-reboot.c                            |   5 +-
 core/mem_region.c                             | 127 +++++++++++++++++-
 core/test/dummy-cpu.h                         |  40 ++++++
 core/test/run-malloc-speed.c                  |   7 +-
 core/test/run-malloc.c                        |   7 +-
 core/test/run-mem_range_is_reserved.c         |   8 +-
 core/test/run-mem_region.c                    |  10 +-
 core/test/run-mem_region_init.c               |   8 +-
 core/test/run-mem_region_next.c               |   8 +-
 core/test/run-mem_region_release_unused.c     |   8 +-
 .../run-mem_region_release_unused_noalloc.c   |   8 +-
 core/test/run-mem_region_reservations.c       |   8 +-
 core/test/stubs.c                             |  44 ++++++
 hdata/test/hdata_to_dt.c                      |   9 ++
 hdata/test/stubs.c                            |  47 +++++++
 include/cpu.h                                 |   4 +
 include/device.h                              |   5 +-
 include/mem_region.h                          |   3 +-
 20 files changed, 361 insertions(+), 81 deletions(-)
 create mode 100644 core/test/dummy-cpu.h

-- 
2.17.1



More information about the Skiboot mailing list