Found 14 matching messages (0.022 seconds). Page 1 of 1.
... /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
... 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
... .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
... .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
... .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
... ; 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
Suggested by Dmitry Adamushko; trade a div for a mult.
Signed-off-by: Peter Zijlstra
linux-kernel - Peter Zijlstra - Mar 9 2008 - 13:09
Signed-off-by: Dave Hansen
linux-fsdevel - Dave Hansen - Jun 16 2006 - 19:12
... 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
... > 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
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
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
Signed-off-by: Dave Hansen
linux-kernel - Dave Hansen - Feb 8 2008 - 18:27
This is the commit-related part of the lprops sub-system.
Signed-off-by: Artem Bityutskiy
linux-kernel - Artem Bityutskiy - Mar 27 2008 - 10:55