login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
26
Re: [PATCH 4/7] sched: fold updating of the last update time into update_ts_time_stats()
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Rik van Riel
Subject:
Re: [PATCH 4/7] sched: fold updating of the last update time into update_ts_time_stats()
Date: Monday, April 26, 2010 - 1:58 pm
On 04/18/2010 03:02 PM, Arjan van de Ven wrote:
quoted text
> From e75d6cd203e43ea4c5e9919f19e2882c066491b8 Mon Sep 17 00:00:00 2001 > From: Arjan van de Ven<arjan@linux.intel.com> > Date: Sun, 18 Apr 2010 10:47:02 -0700 > Subject: [PATCH 4/7] sched: fold updating of the last update time into update_ts_time_stats() > > This patch folds the updating of the last_update_time into the > update_ts_time_stats() function, and updates the callers. > > This allows for further cleanups that are done in the next patch. > > Signed-off-by: Arjan van de Ven<arjan@linux.intel.com>
Reviewed-by: Rik van Riel <riel@redhat.com> -- All rights reversed --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/7] Fix performance issue with ondemand governor
, Arjan van de Ven
, (Sun Apr 18, 11:59 am)
[PATCH 1/7] sched: add a comment to get_cpu_idle_time_us()
, Arjan van de Ven
, (Sun Apr 18, 12:00 pm)
[PATCH 2/7] sched: introduce a function to update the idle ...
, Arjan van de Ven
, (Sun Apr 18, 12:01 pm)
[PATCH 3/7] sched: update the idle statistics in get_cpu_i ...
, Arjan van de Ven
, (Sun Apr 18, 12:01 pm)
[PATCH 4/7] sched: fold updating of the last update time i ...
, Arjan van de Ven
, (Sun Apr 18, 12:02 pm)
[PATCH 5/7] sched: eliminate the ts->idle_lastupdate field
, Arjan van de Ven
, (Sun Apr 18, 12:02 pm)
[PATCH 6/7] sched: introduce get_cpu_iowait_time_us()
, Arjan van de Ven
, (Sun Apr 18, 12:03 pm)
[PATCH 7/7] ondemand: Solve the big performance issue with ...
, Arjan van de Ven
, (Sun Apr 18, 12:03 pm)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Éric Piel
, (Mon Apr 19, 1:29 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Tvrtko Ursulin
, (Mon Apr 19, 2:09 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Mon Apr 19, 6:43 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Mon Apr 19, 6:46 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Éric Piel
, (Mon Apr 19, 7:30 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Mon Apr 19, 7:47 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Tvrtko Ursulin
, (Mon Apr 19, 8:29 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Mon Apr 19, 5:47 pm)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Tvrtko Ursulin
, (Tue Apr 20, 2:10 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Thomas Renninger
, (Tue Apr 20, 2:24 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Thomas Renninger
, (Tue Apr 20, 2:29 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Tue Apr 20, 4:02 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Tue Apr 20, 4:07 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Pavel Machek
, (Thu Apr 22, 10:24 pm)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Pavel Machek
, (Thu Apr 22, 10:26 pm)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Willy Tarreau
, (Thu Apr 22, 10:38 pm)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Pavel Machek
, (Fri Apr 23, 1:38 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Thomas Renninger
, (Fri Apr 23, 1:50 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Fri Apr 23, 6:52 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Fri Apr 23, 7:10 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Willy Tarreau
, (Fri Apr 23, 8:35 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Fri Apr 23, 9:06 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Fri Apr 23, 9:08 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Pavel Machek
, (Fri Apr 23, 9:56 pm)
Re: [PATCH 1/7] sched: add a comment to get_cpu_idle_time_us()
, Rik van Riel
, (Mon Apr 26, 12:25 pm)
Re: [PATCH 2/7] sched: introduce a function to update the ...
, Rik van Riel
, (Mon Apr 26, 1:11 pm)
Re: [PATCH 3/7] sched: update the idle statistics in get_c ...
, Rik van Riel
, (Mon Apr 26, 1:36 pm)
Re: [PATCH 4/7] sched: fold updating of the last update ti ...
, Rik van Riel
, (Mon Apr 26, 1:58 pm)
Re: [PATCH 5/7] sched: eliminate the ts->idle_lastupdate field
, Rik van Riel
, (Mon Apr 26, 2:00 pm)
Re: [PATCH 6/7] sched: introduce get_cpu_iowait_time_us()
, Rik van Riel
, (Mon Apr 26, 2:05 pm)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Rik van Riel
, (Mon Apr 26, 2:30 pm)
Re: [PATCH 0/7] Fix performance issue with ondemand governor
, Dave Jones
, (Mon Apr 26, 2:41 pm)
Re: [PATCH 0/7] Fix performance issue with ondemand governor
, Dominik Brodowski
, (Mon Apr 26, 2:45 pm)
Re: [PATCH 0/7] Fix performance issue with ondemand governor
, Rik van Riel
, (Mon Apr 26, 2:59 pm)
Re: [PATCH 0/7] Fix performance issue with ondemand governor
, Dominik Brodowski
, (Mon Apr 26, 3:05 pm)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Mike Chan
, (Mon Apr 26, 5:29 pm)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Thomas Renninger
, (Tue Apr 27, 4:39 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Pavel Machek
, (Tue Apr 27, 6:01 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Mike Chan
, (Tue Apr 27, 11:10 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Tvrtko Ursulin
, (Wed Apr 28, 1:57 am)
Re: [PATCH 7/7] ondemand: Solve the big performance issue ...
, Arjan van de Ven
, (Sat May 1, 4:29 pm)
[PATCH 8/7] cpufreq: make the iowait-is-busy-time a sysfs ...
, Arjan van de Ven
, (Mon May 3, 8:48 pm)
Re: [PATCH 8/7] cpufreq: make the iowait-is-busy-time a sy ...
, Willy Tarreau
, (Mon May 3, 9:16 pm)
Re: [PATCH 8/7] cpufreq: make the iowait-is-busy-time a sy ...
, Pavel Machek
, (Mon May 3, 10:43 pm)
Re: [PATCH 8/7] cpufreq: make the iowait-is-busy-time a sy ...
, Rik van Riel
, (Tue May 4, 6:51 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Howells
[PATCH] KEYS: Use the variable 'key' in keyctl_describe_key()
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Sam Ravnborg
Re: [PATCH] kbuild: fix make V=1
Pierre Ossman
Re: sdio: enhance IO_RW_EXTENDED support
Nick Piggin
Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
git
:
Mark Junker
git on MacOSX and files with decomposed utf-8 file names
Pat Thoyts
[PATCH] git-gui: use themed tk widgets with Tk 8.5
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Jonathan Nieder
Re: [PATCH v2] git-send-email.perl: fix In-Reply-To for second and subsequent patc...
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
git-commits-head
:
Linux Kernel Mailing List
ipv6: fix an oops when force unload ipv6 module
Linux Kernel Mailing List
tracing: protect reader of cmdline output
Linux Kernel Mailing List
KVM: VMX: Clear CR4.VMXE in hardware_disable
Linux Kernel Mailing List
USB: set correct configuration in probe of ti_usb_3410_5052
Linux Kernel Mailing List
kconfig: recalc symbol value before showing search results
linux-netdev
:
David Miller
Re: [PATCH 32/53] netns xfrm: finding policy in netns
Jan Engelhardt
[PATCH 1/3] net: tcp: make hybla selectable as default congestion module
Daniel Schaffrath
Re: tcp bw in 2.6
Matt Mackall
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Lennert Buytenhek
Re: Distributed Switch Architecture(DSA)
openbsd-misc
:
Stas Miasnikou
Re: Another question: device naming convention
Community First Financial
Teacher A+ Loan
Jan Stary
Re: audio recording levels
Andrej Elizarov
Re: Web Browsers
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Colocation donated by:
Syndicate