First  |  Prev |  Next  |  Last
Pages: 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484
[PATCH] fs/xfs: Remove dead CONFIG_XFS_DMAPI
CONFIG_XFS_DMAPI doesn't exist in Kconfig and is never defined anywhere else, therefore removing all references for it from the source code. Because XFS_DMAPI is never defined, XFS_DMAPI_STRING is always an empty string. So we can remove all references to it. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.infor... 21 Jul 2010 09:08
Kernel bisect: a query regarding commit identifiers
Hello All, Just a quick question. I'm going to do kernel bisect and was wondering if there are commit identifiers for the rc-GIT versions ? Or maybe I won't need it and could just do it like this: git-bisect bad 2.6.35-rc2-git3 git-bisect good 2.6.35-rc2-git4 ? Identifiers for rc versions appear in changelog... 22 Jul 2010 00:34
[RFC][PATCH 2/2][memcg] use virt-array for memcg.
This makes memcg to depend on CONFIG_MMU. == From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Using virt_array for memcg's node information. Now, memcg allocates an array of pointer in the lengh of MAXNUMNODES to hold pointers for per-node information. This has 2 bad points - struct mem_cgroup can ... 21 Jul 2010 08:03
[RFC][PATCH 1/2][memcg] moving memcg's node info array to virtually contiguous array
These are just a _toy_ level patches yet. My final purpose is to use indexed array for mem_cgroup itself, it has IDs. Background: memory cgroup uses struct page_cgroup for tracking all used pages. It's defined as == struct page_cgroup { unsigned long flags; struct mem_cgroup *mem_cgroup; ... 21 Jul 2010 08:03
[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan > 0
Sorry. regerated the patch, please check it. I wrapped most code in single pair of spinlock ops for 2 reasons: 1) get spinlock 2 times seems time consuming 2) use single pair of spinlock ops can keep "count" consistent for the shrink operation. 2 pairs may get some new ces created by other processes. ... 21 Jul 2010 08:03
[GIT PULL] sound fix for 2.6.35-rc6
Linus, please pull sound fixe for v2.6.35-rc6 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git fix/asoc This time only fixes for ASoC as below. Thanks! Takashi === Axel Lin (2): ASoC: wm8727: add a missing return in wm8727_platform_probe ASoC:: remove a redu... 21 Jul 2010 08:03
Missing config option for SFFSDR_FPGA
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. I've been running a check on the sound/ sourcetree for config Items not defined in Kconfig and found such a case. Sourcecode blocks ... 21 Jul 2010 09:08
[PATCHv2 00/16] kill unnecessary bdi wakeups + cleanups
Hi, here is v2 of the patch series which clean-ups bdi threads and substantially lessens amount of unnecessary kernel wake-ups, which is very important on battery-powered devices. Changes since v1 Basically, address all requests from Christoph except of 2. 1. Drop "[PATCH 01/16] writeback: do not self-wake... 21 Jul 2010 05:54
[PATCHv2 04/11] writeback: do not lose wake-ups in the forker thread - 2
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Currently, if someone submits jobs for the default bdi, we can lose wake-up events. E.g., this can happen if 'bdi_queue_work()' is called when 'bdi_forker_thread()' is executing code after 'wb_do_writeback(me, 0)', but before 'set_current_state(TASK_INTERRUPTIBL... 21 Jul 2010 05:54
[PATCHv2 08/11] writeback: move last_active to bdi
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Currently bdi threads use local variable 'last_active' which stores last time when the bdi thread did some useful work. Move this local variable to 'struct bdi_writeback'. This is just a preparation for the further patches which will make the forker thread decid... 21 Jul 2010 05:54
First  |  Prev |  Next  |  Last
Pages: 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484