[PATCH] ACPI: EC: limit multibyte access to EC to 8 byte
commit dadf28a10c3eb29421837a2e413ab869ebd9e168 enabled multibyte access to EC, but ignored that the consuming function expects the bitfields to be in chunks of maximal 64 bit. So limit multibyte access to 8 byte to prevent error in the ACPI layer. Signed-off-by: Alexander Rauth <alexander.rauth(a)promotion-ie.de> ... 16 Apr 2010 12:51
Interleave policy on 2M pages (was Re: [RFC][BUGFIX][PATCH 1/2] memcg: fix charge bypass route of migration)
On Thu, 15 Apr 2010, Andrea Arcangeli wrote: 2) add alloc_pages_vma for numa awareness in the huge page faults How do interleave policies work with alloc_pages_vma? So far the semantics is to spread 4k pages over different nodes. With 2M pages this can no longer work the way is was. -- To unsubscribe from... 16 Apr 2010 12:51
[PATCH] drm/radeon/kms: fix rs600 tlb flush
Typo in in flush leaded to no flush of the RS600 tlb which ultimately leaded to massive system ram corruption, with this patch everythings seems to work properly. Signed-off-by: Jerome Glisse <jglisse(a)redhat.com> Cc: stable <stable(a)kernel.org> --- drivers/gpu/drm/radeon/rs600.c | 2 +- 1 files changed, 1 i... 16 Apr 2010 12:51
[PATCH] fs-writeback : check sync bit earlier in inode_wait_for_writeback
When wb_writeback() hasn't written anything it will re-acquire the inode lock before calling inode_wait_for_writeback. This change tests the sync bit first so that is doesn't need to drop & re-acquire the lock if the inode became available while wb_writeback() was waiting to get the lock. Signed-off-by: Richa... 16 Apr 2010 11:42
[PATCH 00/11] jump label v7
Hi, Based on David Miller's suggestion this version re-works the architecture interfaces for jump labels. I have also added a documentation file, and re-freshed the patchset against the latest -tip tree. The new architecture interface (quoting from the docs file), is as follows: " 4) architecture interface ... 16 Apr 2010 11:42
Reduce stack usage used by page reclaim V1
On Thu, Apr 15, 2010 at 06:21:33PM +0100, Mel Gorman wrote: This is just an RFC to reduce some of the more obvious stack usage in page reclaim. It's a bit rushed and I haven't tested this yet but am sending it out as there may be others working on similar material and would rather avoid overlap. I built on ... 16 Apr 2010 11:42
hw-breakpoints: Separate constraint space for data and instruction breakpoints
On Fri, Apr 16, 2010 at 03:35:30PM +0100, Will Deacon wrote: Hello Frederic, Thanks for this. On Tue, 2010-04-13 at 00:01 +0100, Frederic Weisbecker wrote: There are two outstanding fashions for archs to implement hardware breakpoints. The first is to separate breakpoint address pa... 16 Apr 2010 11:42
vmscan: Setup pagevec as late as possible in shrink_page_list()
On Fri, Apr 16, 2010 at 04:54:03PM +0900, KOSAKI Motohiro wrote: shrink_page_list() sets up a pagevec to release pages as according as they are free. It uses significant amounts of stack on the pagevec. This patch adds pages to be freed via pagevec to a linked list which is then freed en-masse at th... 16 Apr 2010 11:41
microblaze: add stack unwinder
On Fri, 2010-04-16 at 10:32 +0200, Michal Simek wrote: Please apply this patch and do the same testing as I did. diff --git a/arch/microblaze/kernel/reset.c b/arch/microblaze/kernel/reset.c index a1721a3..76f6587 100644 --- a/arch/microblaze/kernel/reset.c +++ b/arch/microblaze/kernel/reset.c @@ -... 27 Apr 2010 01:03
hw-breakpoints: Separate constraint space for data and instruction breakpoints
Hello Frederic, Thanks for this. On Tue, 2010-04-13 at 00:01 +0100, Frederic Weisbecker wrote: There are two outstanding fashions for archs to implement hardware breakpoints. The first is to separate breakpoint address pattern definition space between data and instruction breakpoints. We then have... 16 Apr 2010 11:41