First  |  Prev |  Next  |  Last
Pages: 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509
fs/Kconfig: Fix typo Userpace -> Userspace
On Fri, 16 Jul 2010, Stephen Boyd wrote: Signed-off-by: Stephen Boyd <bebarino(a)gmail.com> --- Ah sorrry, missing subject. fs/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index 5f85b59..3d18530 100644 --- a/fs/Kconfig +... 20 Jul 2010 12:27
[PATCH RFC 03/12] x86/ticketlock: Use C for __ticket_spin_unlock
> --- a/arch/x86/include/asm/spinlock.h +++ b/arch/x86/include/asm/spinlock.h @@ -33,9 +33,23 @@ * On PPro SMP or if we are using OOSTORE, we use a locked operation to unlock * (PPro errata 66, 92) */ -# define UNLOCK_LOCK_PREFIX LOCK_PREFIX +static __always_inline void __ticket_unlock_releas... 20 Jul 2010 12:27
drivers/net/irda: use for_each_pci_dev()
On Sat, 3 Jul 2010, Kulikov Vasiliy wrote: Use for_each_pci_dev() to simplify the code. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/irda/smsc-ircc2.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/ne... 21 Jul 2010 18:02
[PATCH 2/3] tracing: Remove special traces
Special traces type was only used by sysprof. Lets remove it now that sysprof ftrace plugin has been dropped. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Acked-by: Soeren Sandmann <sandmann(a)daimi.au.dk> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Steven Rostedt <r... 20 Jul 2010 11:20
[PATCH 1/3] tracing: Remove sysprof ftrace plugin
The sysprof ftrace plugin doesn't seem to be seriously used somewhere. There is a branch in the sysprof tree that makes an interface to it, but the real sysprof tool uses either its own module or perf events. Drop the sysprof ftrace plugin then, as it's mostly useless. Signed-off-by: Frederic Weisbecker <fweis... 20 Jul 2010 11:20
[PATCH 3/3] tracing: Use generic_file_llseek for debugfs
From: Arnd Bergmann <arnd(a)arndb.de> The default for llseek will change to no_llseek, so the tracing debugfs files need to add explicit ..llseek assignments. Since we're dealing with regular files from a VFS perspective, use generic_file_llseek. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Cc: Steven Rostedt <... 20 Jul 2010 11:20
[GIT PULL] tracing updates
Ingo, Please pull the perf/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/core Thanks, Frederic --- Frederic Weisbecker (2): tracing: Remove sysprof ftrace plugin tracing: Remove special traces Arnd Bergmann (1): ... 20 Jul 2010 11:20
[PATCH wq#for-next] workqueue: fix mayday_mask handling on UP
All cpumasks are assumed to have cpu 0 permanently set on UP, so it can't be used to signify whether there's something to be done for the CPU. workqueue was using cpumask to track which CPU requested rescuer assistance and this led rescuer thread to think there always are pending mayday requests on UP, which resul... 20 Jul 2010 11:20
KERNEL BUILD: Make the setlocalversion script POSIX-compliant.
On 18.7.2010 10:26, Michał Górny wrote: The 'source' builtin is a bash alias to the '.' (dot) builtin. While the former is supported only by bash, the latter is specified in POSIX and works fine with all POSIX-compliant shells I am aware of. The '$_' special parameter is specific to bash. It is partiall... 20 Jul 2010 10:15
[patch 2/3] Dynamic Debug: Introduce ddebug_query= boot parameter
Dynamic debug lacks the ability to enable debug messages at boot time. One could patch initramfs or service startup scripts to write to /sys/../dynamic_debug/control, but this sucks. This patch makes it possible to pass a query in the same format one can write to /sys/../dynamic_debug/control via boot param. Whe... 20 Jul 2010 10:14
First  |  Prev |  Next  |  Last
Pages: 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509