* [GIT PULL] OpenRISC updates for 6.15
@ 2025-04-26 6:30 Stafford Horne
2025-04-26 17:05 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Stafford Horne @ 2025-04-26 6:30 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux OpenRISC, LKML
Hello Linus,
Please consider for pull,
The following changes since commit 38fec10eb60d687e30c8c6b5420d86e8149f7557:
Linux 6.14 (2025-03-24 07:02:41 -0700)
are available in the Git repository at:
https://github.com/openrisc/linux.git tags/for-linus
for you to fetch changes up to 66ffd2f3161124f2f5019b55d8ef3add26a002a5:
Documentation: openrisc: Update toolchain binaries URL (2025-04-20 07:07:23 +0100)
----------------------------------------------------------------
OpenRISC updates for 6.15
This is a bit late as I was on holiday, but as there are no huge
structural changes I hope it's OK to include mid release cycle.
- Support for cacheinfo API to expose OpenRISC cache info via sysfs,
this also translated to some cleanups to OpenRISC cache flush and
invalidate API's
- Documentation updates for new mailing list and toolchain binaries
----------------------------------------------------------------
Sahil Siddiq (3):
openrisc: Refactor struct cpuinfo_or1k to reduce duplication
openrisc: Introduce new utility functions to flush and invalidate caches
openrisc: Add cacheinfo support
Stafford Horne (2):
Documentation: openrisc: Update mailing list
Documentation: openrisc: Update toolchain binaries URL
Documentation/arch/openrisc/openrisc_port.rst | 12 +--
.../zh_CN/arch/openrisc/openrisc_port.rst | 12 +--
.../zh_TW/arch/openrisc/openrisc_port.rst | 12 +--
arch/openrisc/include/asm/cacheflush.h | 17 ++++
arch/openrisc/include/asm/cpuinfo.h | 24 +++--
arch/openrisc/kernel/Makefile | 2 +-
arch/openrisc/kernel/cacheinfo.c | 104 +++++++++++++++++++++
arch/openrisc/kernel/dma.c | 18 +---
arch/openrisc/kernel/setup.c | 45 +--------
arch/openrisc/mm/cache.c | 56 +++++++++--
arch/openrisc/mm/init.c | 5 +-
11 files changed, 214 insertions(+), 93 deletions(-)
create mode 100644 arch/openrisc/kernel/cacheinfo.c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-26 17:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-26 6:30 [GIT PULL] OpenRISC updates for 6.15 Stafford Horne
2025-04-26 17:05 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).