First  |  Prev |  Next  |  Last
Pages: 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
[PATCH 5/7] vfs: add prepend_path() helper
From: Miklos Szeredi <mszeredi(a)suse.cz> Split off prepend_path() from __d_path(). This new helper takes an end-of-buffer pointer and buffer-length pointer just like the other prepend_* functions. Move the " (deleted)" postfix out to __d_path(). This patch doesn't change any functionality but paves the way for... 2 Aug 2010 08:08
2.6.35-stable/ppc64/p7: Badness at lib/dma-debug.c:902, Call Trace & Instruction Dump during boot
Hi, On boot, Badness at lib/dma-debug.c:902, Call Trace & Instruction Dump are recorded at /var/log/messages: ================================================================ udev: starting version 151 ses 0:8:0:0: Attached Enclosure device IBM eHEA ethernet device driver (Release EHEA_0105) mlx4_core: Mella... 2 Aug 2010 07:03
[PATCH -mm 5/5] memcg: use spinlock in page_cgroup instead of bit_spinlock
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> This patch replaces bit_spinlock with spinlock. In general, spinlock has good functinality than bit_spin_lock and we should use it if we have a room for it. In 64bit arch, we have extra 4bytes. Let's use it. expected effects: - use better codes. - tick... 2 Aug 2010 07:03
[PATCH -mm 4/5] memcg generic file stat accounting interface.
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Preparing for adding new status arounf file caches.(dirty, writeback,etc..) Using a unified macro and more generic names. All counters will have the same rule for updating. Changelog: - clean up and moved mem_cgroup_stat_index to header file. Signed-... 2 Aug 2010 07:03
[PATCH -mm 3/5] memcg scalable file stat accounting method
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> At accounting file events per memory cgroup, we need to find memory cgroup via page_cgroup->mem_cgroup. Now, we use lock_page_cgroup(). But, considering the context which page-cgroup for files are accessed, we can use alternative light-weight mutual execu... 2 Aug 2010 07:03
[PATCH] nconfig: Fix segfault when menu is empty
Hi, there is a small bug in nconf, which cause segfault in empty menus (press right arrow in empty menu). Patch is attached. Regards, Andrej Gelenberg ... 2 Aug 2010 07:03
[PATCH -mm 1/5] quick lookup memcg by ID
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Now, memory cgroup has an ID per cgroup and make use of it at - hierarchy walk, - swap recording. This patch is for making more use of it. The final purpose is to replace page_cgroup->mem_cgroup's pointer to an unsigned short. This patch caches a po... 2 Aug 2010 07:03
[PATCH -mm 2/5] use ID in page cgroup
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Now, addresses of memory cgroup can be calculated by their ID without complex. This patch relplaces pc->mem_cgroup from a pointer to a unsigned short. On 64bit architecture, this offers us more 6bytes room per page_cgroup. Use 2bytes for blkio-cgroup's page... 2 Aug 2010 07:03
[PATCH -mm 0/5] towards I/O aware memory cgroup v3.
This is v3. removed terrble garbages from v2 and tested.(no big changes) Now, it's merge-window and I'll have to maintain this in my box for a while. I'll continue to update this. Maybe we can make new progress after LinuxCon. (And I'll be busy for a while.) This set has 2+1 purposes. 1. re-desgin struct pa... 2 Aug 2010 07:03
hwmon/mc13783-adc: don't access struct mc13783 directly
Hi Uwe, On Mon, Aug 02, 2010 at 11:14:18AM +0200, Uwe Kleine-K�nig wrote: There is a shiny new mc13783 API function that can be used instead. While at it refactor the code a bit to reduce code duplication a bit. This removes the last user of <linux/mfd/mc13783-private.h> and so this include file ... 2 Aug 2010 07:03
First  |  Prev |  Next  |  Last
Pages: 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261