Gmane
Favicon
From: Christoph Lameter <clameter <at> sgi.com>
Subject: [RFC 0/9] Reclaim during GFP_ATOMIC allocs
Newsgroups: gmane.linux.kernel, gmane.linux.kernel.mm
Date: 2007-08-14 15:30:21 GMT (1 year, 46 weeks, 2 days, 20 hours and 38 minutes ago)
This is the extended version of the reclaim patchset. It enables reclaim from
clean file backed pages during GFP_ATOMIC allocs. A bit invasive since
may locks must now be taken with saving flags. But it works.

Tested by repeatedly allocating 12MB of memory from the timer interrupt.

--