login
Header Space

 
 

Mailing list archives

Search results

Found 14 matching messages (0.022 seconds). Page 1 of 1.

[RFC patch 17/27] Scheduler Profiling - Use Immediate Values

... /kernel/profile.c 2008-04-16 11:17:00.000000000 -0400 @@ -41,8 +41, ... /profile.h 2008-04-16 11:17:00.000000000 -0400 @@ -7,10 +7, ... /sched_fair.c 2008-04-16 11:17:00.000000000 -0400 @@ -455,11 +455, ... /x86.c 2008-04-16 11:17:00.000000000 -0400 @@ -2604,7 +2604, ...

linux-kernel - Mathieu Desnoyers - Apr 16 2008 - 17:34

[RFC PATCH 17/22 -v2] Add timestamps to tracer

... lib/tracing/tracer.h | 1 + 2 files changed, 17 insertions(+) Index: linux-compile-i386.git/lib/tracing ... lib/tracing/tracer.c 2008-01-09 15:17:27.000000000 -0500 @@ -19,12 +19,18 ... lib/tracing/tracer.h 2008-01-09 15:17:27.000000000 -0500 @@ -5,6 +5,7 ...

linux-kernel - Steven Rostedt - Jan 9 2008 - 19:29

[RFC,PATCH 17/38] svc: Make close transport independent

... .h index 92d4cc9..060508b 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h @@ -17,8 +17,6 @@ */ struct svc_sock { struct svc_xprt sk_xprt; - struct list_head sk_ready; /* list of ready sockets */ - struct ...

linux-nfs - Tom Tucker - Nov 29 2007 - 18:40

[RFC,PATCH 17/38] svc: Make close transport independent

... .h index 92d4cc9..060508b 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h @@ -17,8 +17,6 @@ */ struct svc_sock { struct svc_xprt sk_xprt; - struct list_head sk_ready; /* list of ready sockets */ - struct ...

linux-nfs - Tom Tucker - Nov 29 2007 - 18:56

[RFC,PATCH 17/38] svc: Make close transport independent

... .h index 92d4cc9..060508b 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h @@ -17,8 +17,6 @@ */ struct svc_sock { struct svc_xprt sk_xprt; - struct list_head sk_ready; /* list of ready sockets */ - struct ...

linux-nfs - Tom Tucker - Nov 29 2007 - 18:54

[RFC][PATCH 17/27] elevate write count for do_utimes()

... ; newattrs.ia_atime.tv_sec = times[0].tv_sec; newattrs.ia_atime.tv_nsec = times[0].tv_usec * 1000; @@ -466,15 +469,17 @@ long do_utimes(int dfd, char __user *fil } else { error = -EACCES; if (IS_IMMUTABLE(inode)) - ...

linux-fsdevel - Dave Hansen - Jun 7 2006 - 20:10

[RFC/PATCH 17/17] sched: fair: optimize the elegebility test

Suggested by Dmitry Adamushko; trade a div for a mult. Signed-off-by: Peter Zijlstra --- kernel/sched_fair.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Index: linux-2.6-2/kernel/sched_fair.c

linux-kernel - Peter Zijlstra - Mar 9 2008 - 13:09

[RFC][PATCH 17/20] elevate mnt writers for vfs_unlink() callers

Signed-off-by: Dave Hansen --- lxc-dave/fs/namei.c | 4 ++++ lxc-dave/ipc/mqueue.c | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff -puN fs/namei.c~C-elevate-writers-vfs_unlink fs/namei.c --- lxc

linux-fsdevel - Dave Hansen - Jun 16 2006 - 19:12

[RFC PATCH 17/30 v3] initialize the clock source to jiffies clock.

... a crash at boot up (even before earlyprintk is initialized). Since the clock->read variable points to NULL. This patch simply initializes the clock to use clocksource_jiffies, so that any early user of clocksource_read will not crash. Signed-off- ...

linux-kernel - Steven Rostedt - Jan 15 2008 - 16:49

Re: [RFC PATCH 17/30 v3] initialize the clock source to jiffies clock.

... > crash at boot up (even before earlyprintk is initialized). Since the > clock->read variable points to NULL. > > This patch simply initializes the clock to use clocksource_jiffies, so > that any early user of clocksource_read will not crash. > ...

linux-kernel - Mathieu Desnoyers - Jan 15 2008 - 17:14

Re: [RFC PATCH 17/30 v3] initialize the clock source to jiffies clock.

On Tue, 15 Jan 2008, Mathieu Desnoyers wrote: > > > > This patch simply initializes the clock to use clocksource_jiffies, so > > that ... know it's always there. This was discovered in the -rt patch where we had a hard hang at early bootup. Seems that ...

linux-kernel - Steven Rostedt - Jan 15 2008 - 17:27

[RFC PATCH 17/23 -v4] Add tracing of context switches

This patch adds context switch tracing, of the format of: _------=> CPU# / _-----=> irqs-off | / _----=> need-resched || / _---=> hardirq/softirq ...

linux-kernel - Steven Rostedt - Jan 21 2008 - 11:22

[RFC][PATCH 17/30] r/o bind mounts: write count for file_update_time()

Signed-off-by: Dave Hansen --- linux-2.6.git-dave/fs/inode.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff -puN fs/inode.c~r-o-bind-mounts-elevate-write-count-for-file_update_time fs/inode.c ---

linux-kernel - Dave Hansen - Feb 8 2008 - 18:27

[RFC PATCH 17/26] UBIFS: add LEB properties tree

This is the commit-related part of the lprops sub-system. Signed-off-by: Artem Bityutskiy Signed-off-by: Adrian Hunter --- fs/ubifs/lpt_commit.c | 1628

linux-kernel - Artem Bityutskiy - Mar 27 2008 - 10:55

speck-geostationary