login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
26
Re: [PATCH 0/7] Fix performance issue with ondemand governor
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Dominik Brodowski
Subject:
Re: [PATCH 0/7] Fix performance issue with ondemand governor
Date: Monday, April 26, 2010 - 3:05 pm
On Mon, Apr 26, 2010 at 05:59:39PM -0400, Rik van Riel wrote:
quoted text
> On 04/26/2010 05:45 PM, Dominik Brodowski wrote: > >>> given the scheduler changes, these probably make more sense to go >>> via one of Ingo's trees ? >>> If everyone agrees, feel free to add my Signed-off-by: >> >> What about the issue Pavel reported and Willy confirmed (regression >> on older hardware)? > > Having a /sys tunable makes sense, especially when running > on battery power. I guess that can be introduced as a patch > 8/7 :)
... only if combined with sane default values. Best, Dominik --
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
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate