public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/3] x86, CPA: Introduce new APIs set_pages_array[uc|wb]
@ 2009-03-19 21:51 venkatesh.pallipadi
  2009-03-19 21:51 ` [patch 1/3] x86, CPA: Add a flag parameter to cpa set_clr venkatesh.pallipadi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: venkatesh.pallipadi @ 2009-03-19 21:51 UTC (permalink / raw)
  To: mingo, tglx, hpa, airlied; +Cc: arjan, eric, linux-kernel, Venkatesh Pallipadi

AGP is moving over to using struct page pointer array in place of
virtual address array. So, it needs a equivalent of set_memory_array_[uc|wb]
which will operate on struct page pointer array instead.

The patch series adds two new interfaces in x86 CPA code,
set_pages_array_uc
set_pages_array_wb

which will change the memory type of a set of pages referred to by struct page
pointers, which need not be contiguous.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>

-- 


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-03-20 10:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-19 21:51 [patch 0/3] x86, CPA: Introduce new APIs set_pages_array[uc|wb] venkatesh.pallipadi
2009-03-19 21:51 ` [patch 1/3] x86, CPA: Add a flag parameter to cpa set_clr venkatesh.pallipadi
2009-03-20 10:24   ` [tip:x86/mm] x86, CPA: Add a flag parameter to cpa set_clr() venkatesh.pallipadi
2009-03-19 21:51 ` [patch 2/3] x86, PAT: Add support for struct page pointer array in cpa set_clr venkatesh.pallipadi
2009-03-20 10:24   ` [tip:x86/mm] " venkatesh.pallipadi
2009-03-19 21:51 ` [patch 3/3] x86, CPA: Add set_pages_arrayuc and set_pages_array_wb venkatesh.pallipadi
2009-03-20 10:24   ` [tip:x86/mm] " venkatesh.pallipadi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox