[PATCH v2 0/6] CFS Bandwidth Control
Hi all, Please find attached v2 of our proposed approach for bandwidth provisioning under CFS. Bharata's original RFC motivating discussion on this topic can be found at: http://lkml.org/lkml/2009/6/4/24 This is an evolution of our previous posting: http://lkml.org/lkml/2010/2/12/393 The improvements herein a... 28 Apr 2010 08:21
[PATCH 2/2] asm-generic: Don't warn that atomic_t is only 24 bit
32-bit Sparc used to only allow usage of 24-bit of it's atomic_t type. This was corrected with linux 2.6.3 when Keith M Wesolowski changed the implementation to use the parisc approach of having an array of spinlocks to protect the atomic_t. These warnings were also removed from the sparc implementation when the ... 28 Apr 2010 08:21
[PATCH 1/2] mn10300: Don't warn that atomic_t is only 24 bit
32-bit Sparc used to only allow usage of 24-bit of it's atomic_t type. This was corrected with linux 2.6.3 when Keith M Wesolowski changed the implementation to use the parisc approach of having an array of spinlocks to protect the atomic_t. These warnings were also removed from the sparc implementation when the ... 28 Apr 2010 07:14
[PATCH v2 0/6] Series short description
The following series implements... --- Nikhil Rao (1): sched: add exports tracking cfs bandwidth control statistics Paul Turner (5): sched: introduce primitives to account for CFS bandwidth tracking sched: accumulate per-cfs_rq cpu usage sched: throttle cfs_rq entities which exceed ... 28 Apr 2010 07:14
mm,migration: Remove straggling migration PTEs when page tables are being moved after the VMA has already moved
Thanks to you both for looking into this. I far prefer this general approach than cleaning up the migration PTEs as the page tables get copied. While it might "work", it's sloppy in the same way as having migration_entry_wait() do the cleanup was sloppy. It's far preferable to make the VMA move and page table copy ... 28 Apr 2010 07:14
KVM MMU: allow more shadow pages become asynchronous
On 04/28/2010 06:54 AM, Xiao Guangrong wrote: Changlog v3: Reviewed-by: Avi Kivity <avi(a)redhat.com> -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More... 7 May 2010 00:14
[PATCH 2/4] hitfb: correct sections
Since the drivers probe call was changed from .init.text to .devinit.text in commit c2e13037e6794bd0d9de3f9ecabf5615f15c160b the fb_fix_screeninfo and fb_var_screeninfo structures must be changed from .init.data to .devinit.data, too. Also the drivers remove routine should be moved from ..exit.text to .devexit.t... 28 Apr 2010 07:14
[PATCH 1/4] cocbalt_lcdfb: correct sections
Since the drivers probe call was changed from .init.text to .devinit.text in commit c2e13037e6794bd0d9de3f9ecabf5615f15c160b the fb_fix_screeninfo structure must be changed from .init.data to .devinit.data, too. Signed-off-by: Henrik Kretzschmar <henne(a)nachtwindheim.de> --- It would be nice if someone with a MI... 28 Apr 2010 07:14
[PATCH 4/4] sgivwfb: correct sections
Since the drivers probe call was changed from .init.text to .devinit.text in commit c2e13037e6794bd0d9de3f9ecabf5615f15c160b the fb_fix_screeninfo and fb_var_screeninfo structures must be changed from .init.data to .devinit.data, too. Also the drivers remove routine should be moved from .text to .devexit.text ... 28 Apr 2010 07:14
[PATCH 3/4] s3c2410fb: correct sections
Since the drivers probe calls were changed from .init.text to .devinit.text in commit c2e13037e6794bd0d9de3f9ecabf5615f15c160b all the function from .init.text should be moved to .devinit.text, too. The drivers remove calls can also be move from .text to .devexit.text. Signed-off-by: Henrik Kretzschmar <henne@n... 28 Apr 2010 07:14