From: Robin Holt <holt@sgi.com>
To: linux-ia64@vger.kernel.org, linux-mm@kvack.org
Subject: [Patch 0/2] ia64 special memory support.
Date: Tue, 11 Oct 2005 21:26:27 -0500 [thread overview]
Message-ID: <20051012022627.GA32360@lnx-holt.americas.sgi.com> (raw)
SGI hardware supports a special type of memory called fetchop or atomic
memory. This memory does atomic operations at the memory controller
instead of using the processor. It has, however, shown itself to be
slower than the processor since many times that a lock is grabbed,
the cacheline ownership is retained in the processor and the unlock is
nearly free.
This patch set introduces a driver so userland can map these devices
and fault pages of the appropriate type.
Since a typical uncached page does not have a page struct backing it, we
first modify do_no_page to handle a new return type of NOPAGE_FAULTED.
This indicates to the nopage handler that the desired operation is
complete and should be treated as a minor fault.
The second patch introduces the mspec driver.
Thanks, Robin Holt
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2005-10-12 2:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-12 2:26 Robin Holt [this message]
2005-10-12 2:28 ` [Patch 1/2] Add a NOPAGE_FAULTED flag to do_no_page Robin Holt
2005-10-12 2:29 ` [Patch 0/2] ia64 special memory support Robin Holt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051012022627.GA32360@lnx-holt.americas.sgi.com \
--to=holt@sgi.com \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox