First
|
Prev |
Next
|
Last
Pages: 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228
CFS Bandwidth Control On Fri, Feb 12, 2010 at 06:54:52PM -0800, Paul Turner wrote: The skeleton of our approach is as follows: - As above we maintain a global pool, per-tg, pool of unassigned quota. On it we track the bandwidth period, quota per period, and runtime remaining in the current period. As bandwidth is used ... 17 Feb 2010 00:15
sata_mv driver support for Marvell Hercules II controller in newer kernels Hey guys, I'm using a Supermicro aoc-sat2-mv8, which is supposedly supported by the Linux kernel by "sata_mv" driver. Unfortunately, I've been unable to troubleshoot why newer distros (and thus kernels) are not detecting/using sata_mv for this card. I tried an (older) Slackware 12.1 install disk, that for some reaso... 17 Feb 2010 00:14
Join me on Swom! I've joined a lucrative new site that you need to see right now! It's in pre-launch so now is the time to get in. Time sensitive... http://swom.com/?r=36016 - Albert -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More ... 17 Feb 2010 00:14
undefined reference to `.L1485' When I try to compile the latest stable kernel (2.6.32.8), here is the error I get ~/linux-2.6.32.8/include/trace/events/kmem.h:47: undefined reference to `.L1485' Some info on my existing environment/machine: The kernel that I have installed on my machine is: 2.6.9-42.EL x86 machine. gcc (GCC) 3.4.6 20060404 (R... 17 Feb 2010 13:22
[tip:x86/numa] x86, numa: Fix numa emulation calculation of big nodes Commit-ID: 68fd111e02b979876359c7b471a8bcbca0628b75 Gitweb: http://git.kernel.org/tip/68fd111e02b979876359c7b471a8bcbca0628b75 Author: David Rientjes <rientjes(a)google.com> AuthorDate: Mon, 15 Feb 2010 13:43:25 -0800 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Mon, 15 Feb 2010 14:34:04 -0800 ... 15 Feb 2010 20:01
dmac_*_range vs. outer_*_range ? Hi, What is the difference between those 2 set of functions ? reminder: dmac_inv_range vs. outer_inv_range; dmac_clean_range vs. outer_clean_range; dmac_flush_range vs. outer_flush_range; thank you in advance! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m... 15 Feb 2010 20:01
macvtap: rework object lifetime rules On Sat, Feb 13, 2010 at 2:33 AM, Arnd Bergmann <arnd(a)arndb.de> wrote: The original macvtap code has a number of problems resulting from the use of RCU for protecting the access to struct macvtap_queue from open files. This includes - need for GFP_ATOMIC allocations for skbs - potential deadlocks wh... 15 Feb 2010 18:54
Rebase v. merge (Was: Re: linux-next: manual merge of the xfs tree with the vfs tree) Hi Al, On Mon, 15 Feb 2010 03:44:17 +0000 Al Viro <viro(a)ZenIV.linux.org.uk> wrote: Actually, I'd cheerfully rebased that sucker (to e.g. write_inode2); it has grown a trivial conflict with mainline after one of gfs2 merges and it's annoying to fix it up after each for-next rebase. So I'd rather pu... 15 Feb 2010 18:54
[PATCH] vfs: don't call ima_file_check() unconditionally in nfsd_open() From: Chuck Ebbert <cebbert(a)redhat.com> vfs: don't call ima_file_check() unconditionally in nfsd_open() commit 1e41568d7378d1ba8c64ba137b9ddd00b59f893a ("Take ima_path_check() in nfsd past dentry_open() in nfsd_open()") moved this code back to its original location but missed the "else". Signed-off-by: Chuck... 15 Feb 2010 18:54
[PATCH] USB: misplaced parenthesis The parenthesis was misplaced Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- Is this maybe, as the comment states, why blanking a cdrw at speed 4 was unreliable? diff --git a/drivers/usb/storage/shuttle_usbat.c b/drivers/usb/storage/shuttle_usbat.c index b62a288..b958db5 100644 --- a/drivers/usb/storag... 15 Feb 2010 17:46 |