First  |  Prev |  Next  |  Last
Pages: 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
[PATCH 1/2] mm: helper functions for dirty and writeback accounting
Exporting account_pages_dirty and adding a symmetric routine account_pages_writeback. This allows code outside of the mm core to safely manipulate page state and not worry about the other accounting. Not using these routines means that some code will lose track of the accounting and we get bugs. This has happene... 4 Aug 2010 21:16
[PATCH 2/2] writeback: Adding pages_dirtied and pages_entered_writeback
To help developers and applications gain visibility into writeback behaviour adding four read only sysctl files into /proc/sys/vm. These files allow user apps to understand writeback behaviour over time and learn how it is impacting their performance. # cat /proc/sys/vm/pages_dirtied 3747 # cat /proc/s... 4 Aug 2010 21:16
[GIT] Sparc
1) Convert BKL --> mutex in SBUS drivers, from Arnd Bergmann. 2) Should use GFP_KERNEL in sparc32 SBUS init code, from Julia Lawall. 3) MAINTAINERS tweak Please pull, thanks a lot! The following changes since commit 3cfc2c42c1cbc8e238bb9c0612c0df4565e3a8b4: Merge branch 'for-next' of git://git.ke... 4 Aug 2010 21:16
[PATCH] oprofile: add support for Intel processor model 30
Newer Intel processors identifying themselves as model 30 are not recognized by oprofile. <cpuinfo snippet> model : 30 model name : Intel(R) Xeon(R) CPU X3470 @ 2.93GHz </cpuinfo snippet> Running oprofile on these machines gives the following: + opcontrol --init + opcontrol --list-... 4 Aug 2010 21:16
NET_NS: unregister_netdevice: waiting for lo to become free (after using openvpn) (was Re: sysfs bug when using tun with network namespaces)
Michael Leun <lkml20100708(a)newton.leun.net> writes: Hi, On Wed, 4 Aug 2010 14:46:18 -0700 Greg KH <greg(a)kroah.com> wrote: Eric, here's a bug with the network namespace stuff, care to work on resolving it? Just in case I provide the complete scenario again below. If I can help someho... 4 Aug 2010 21:16
arch/powerpc: Drop unnecessary of_node_put
On Tue, Aug 3, 2010 at 1:50 PM, Julia Lawall <julia(a)diku.dk> wrote: From: Julia Lawall <julia(a)diku.dk> for_each_node_by_name only exits when its first argument is NULL, and a subsequent call to of_node_put on that argument is unnecessary. The semantic patch that makes this change is as follows: (ht... 4 Aug 2010 20:10
samples: kprobe_example: Make it print something on MIPS.
Thanks, applied. Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 4 Aug 2010 20:10
documentation: Mention that KProbes is supported on MIPS
Applied, thanks! Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 4 Aug 2010 20:10
MIPS: KProbes: Use flush_insn_slot() where possible.
This is a small cleanup that could either be folded into the original 3/5 or applied in addition to it. I've folded it into 3/5. Thanks! Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http:... 4 Aug 2010 20:10
MIPS: Add KProbe support.
Thanks, applied. Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 4 Aug 2010 20:10
First  |  Prev |  Next  |  Last
Pages: 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205