a-lunev
a-lunev
## Summary Preventing SRAM123 and SRAM4 from using by SDMMC1 IDMA. ## Impact STM32H7 SDMMC
## Summary net/tcp(buffered): upgraded the Fast Retransmit algorithm from RFC 2001 to RFC 5681. This PR is similar to tcp_send_unbuffered (PR #5137) and tcp_sendfile (PR #5311), however it replaces the...
## Summary The existing tcp_send_buffered implementation does a full rewind from the most recent sent segment back to the earliest not acknowledged one, thus many TCP segments are re-sent every...
## Summary sched/wqueue: added debug option to tag and print worker name to the informational debug output. This may be useful e.g. to identify a hung up worker that stalled...