Re: [PATCH v9 3/4] arm: dirty log write protect mgmt. Moved x86, armv7 to generic, set armv8 ia64 mips powerpc s390 arch specific

2014-08-11 Thread Mario Smarduch
On 08/11/2014 12:13 PM, Christoffer Dall wrote: > On Thu, Jul 24, 2014 at 05:56:07PM -0700, Mario Smarduch wrote: >> This patch adds support for keeping track of VM dirty pages. As dirty page >> log >> is retrieved, the pages that have been written are write protected again for >> next write and l

Re: [PATCH v9 3/4] arm: dirty log write protect mgmt. Moved x86, armv7 to generic, set armv8 ia64 mips powerpc s390 arch specific

2014-08-11 Thread Christoffer Dall
On Thu, Jul 24, 2014 at 05:56:07PM -0700, Mario Smarduch wrote: > This patch adds support for keeping track of VM dirty pages. As dirty page log > is retrieved, the pages that have been written are write protected again for > next write and log read. > > The dirty log read function is generic for

[PATCH v9 3/4] arm: dirty log write protect mgmt. Moved x86, armv7 to generic, set armv8 ia64 mips powerpc s390 arch specific

2014-07-24 Thread Mario Smarduch
This patch adds support for keeping track of VM dirty pages. As dirty page log is retrieved, the pages that have been written are write protected again for next write and log read. The dirty log read function is generic for armv7 and x86, and arch specific for arm64, ia64, mips, powerpc, s390. Si