login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
December
»
24
Re: [RFC PATCH 01/15] nohz_task: New mask for cpus having nohz task
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Lai Jiangshan
Subject:
Re: [RFC PATCH 01/15] nohz_task: New mask for cpus having nohz task
Date: Friday, December 24, 2010 - 1:00 am
On 12/20/2010 11:24 PM, Frederic Weisbecker wrote:
quoted text
> > +config NO_HZ_TASK > + bool "Tickless task" > + depends on HAVE_NO_HZ_TASK && NO_HZ && SMP && HIGH_RES_TIMERS > + help > + When a task runs alone on a CPU and switches into this mode, > + the timer interrupt will only trigger when it is strictly > + needed.
Why it depends on SMP? --
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:
[RFC PATCH 00/15] Nohz task support
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 01/15] nohz_task: New mask for cpus having nohz ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as non-id ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 03/15] nohz_task: Make tick stop and restart ca ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 04/15] nohz_task: Stop the tick when the nohz t ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 05/15] nohz_task: Restart the tick when another ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 06/15] nohz_task: Keep the tick if rcu needs it
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 07/15] nohz_task: Restart tick when RCU forces ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 08/15] smp: Don't warn if irq are disabled but ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 09/15] rcu: Make rcu_enter,exit_nohz() callable ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 10/15] nohz_task: Enter in extended quiescent s ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 11/15] x86: Nohz task support
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 12/15] clocksource: Ignore nohz task cpu in clo ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 13/15] sched: Protect nohz task cpu affinity
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 14/15] nohz_task: Clear nohz task attribute on ...
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
[RFC PATCH 15/15] nohz_task: Procfs interface
, Frederic Weisbecker
, (Mon Dec 20, 8:24 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Peter Zijlstra
, (Mon Dec 20, 8:42 am)
Re: [RFC PATCH 00/15] Nohz task support
, Steven Rostedt
, (Mon Dec 20, 8:44 am)
Re: [RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as no ...
, Peter Zijlstra
, (Mon Dec 20, 8:47 am)
Re: [RFC PATCH 03/15] nohz_task: Make tick stop and restar ...
, Peter Zijlstra
, (Mon Dec 20, 8:48 am)
Re: [RFC PATCH 04/15] nohz_task: Stop the tick when the no ...
, Peter Zijlstra
, (Mon Dec 20, 8:51 am)
Re: [RFC PATCH 05/15] nohz_task: Restart the tick when ano ...
, Peter Zijlstra
, (Mon Dec 20, 8:53 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Frederic Weisbecker
, (Mon Dec 20, 8:57 am)
Re: [RFC PATCH 06/15] nohz_task: Keep the tick if rcu needs it
, Peter Zijlstra
, (Mon Dec 20, 8:58 am)
Re: [RFC PATCH 07/15] nohz_task: Restart tick when RCU for ...
, Peter Zijlstra
, (Mon Dec 20, 9:02 am)
Re: [RFC PATCH 08/15] smp: Don't warn if irq are disabled ...
, Peter Zijlstra
, (Mon Dec 20, 9:03 am)
Re: [RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as no ...
, Steven Rostedt
, (Mon Dec 20, 9:06 am)
Re: [RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as no ...
, Peter Zijlstra
, (Mon Dec 20, 9:12 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Peter Zijlstra
, (Mon Dec 20, 9:16 am)
Re: [RFC PATCH 10/15] nohz_task: Enter in extended quiesce ...
, Peter Zijlstra
, (Mon Dec 20, 9:18 am)
Re: [RFC PATCH 03/15] nohz_task: Make tick stop and restar ...
, Steven Rostedt
, (Mon Dec 20, 9:19 am)
Re: [RFC PATCH 11/15] x86: Nohz task support
, Peter Zijlstra
, (Mon Dec 20, 9:23 am)
Re: [RFC PATCH 03/15] nohz_task: Make tick stop and restar ...
, Peter Zijlstra
, (Mon Dec 20, 9:25 am)
Re: [RFC PATCH 12/15] clocksource: Ignore nohz task cpu in ...
, Peter Zijlstra
, (Mon Dec 20, 9:27 am)
Re: [RFC PATCH 13/15] sched: Protect nohz task cpu affinity
, Peter Zijlstra
, (Mon Dec 20, 9:28 am)
Re: [RFC PATCH 14/15] nohz_task: Clear nohz task attribute ...
, Peter Zijlstra
, (Mon Dec 20, 9:30 am)
Re: [RFC PATCH 00/15] Nohz task support
, Peter Zijlstra
, (Mon Dec 20, 9:35 am)
Re: [RFC PATCH 13/15] sched: Protect nohz task cpu affinity
, Steven Rostedt
, (Mon Dec 20, 10:05 am)
Re: [RFC PATCH 00/15] Nohz task support
, Frederic Weisbecker
, (Mon Dec 20, 4:33 pm)
Re: [RFC PATCH 04/15] nohz_task: Stop the tick when the no ...
, Frederic Weisbecker
, (Mon Dec 20, 4:37 pm)
Re: [RFC PATCH 05/15] nohz_task: Restart the tick when ano ...
, Frederic Weisbecker
, (Mon Dec 20, 4:39 pm)
Re: [RFC PATCH 06/15] nohz_task: Keep the tick if rcu needs it
, Frederic Weisbecker
, (Mon Dec 20, 4:49 pm)
Re: [RFC PATCH 07/15] nohz_task: Restart tick when RCU for ...
, Frederic Weisbecker
, (Mon Dec 20, 4:52 pm)
Re: [RFC PATCH 08/15] smp: Don't warn if irq are disabled ...
, Frederic Weisbecker
, (Mon Dec 20, 5:02 pm)
Re: [RFC PATCH 06/15] nohz_task: Keep the tick if rcu needs it
, Jonathan Corbet
, (Mon Dec 20, 5:12 pm)
Re: [RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as no ...
, Frederic Weisbecker
, (Mon Dec 20, 5:13 pm)
Re: [RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as no ...
, Frederic Weisbecker
, (Mon Dec 20, 5:20 pm)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Frederic Weisbecker
, (Mon Dec 20, 6:24 pm)
Re: [RFC PATCH 10/15] nohz_task: Enter in extended quiesce ...
, Frederic Weisbecker
, (Mon Dec 20, 6:27 pm)
Re: [RFC PATCH 11/15] x86: Nohz task support
, Frederic Weisbecker
, (Mon Dec 20, 6:30 pm)
Re: [RFC PATCH 03/15] nohz_task: Make tick stop and restar ...
, Frederic Weisbecker
, (Mon Dec 20, 6:34 pm)
Re: [RFC PATCH 00/15] Nohz task support
, Steven Rostedt
, (Mon Dec 20, 6:36 pm)
Re: [RFC PATCH 12/15] clocksource: Ignore nohz task cpu in ...
, Frederic Weisbecker
, (Mon Dec 20, 6:40 pm)
Re: [RFC PATCH 14/15] nohz_task: Clear nohz task attribute ...
, Frederic Weisbecker
, (Mon Dec 20, 6:48 pm)
Re: [RFC PATCH 00/15] Nohz task support
, Frederic Weisbecker
, (Mon Dec 20, 6:53 pm)
Re: [RFC PATCH 13/15] sched: Protect nohz task cpu affinity
, Frederic Weisbecker
, (Mon Dec 20, 6:55 pm)
Re: [RFC PATCH 06/15] nohz_task: Keep the tick if rcu needs it
, Frederic Weisbecker
, (Mon Dec 20, 7:10 pm)
Re: [RFC PATCH 00/15] Nohz task support
, Frederic Weisbecker
, (Mon Dec 20, 7:15 pm)
Re: [RFC PATCH 00/15] Nohz task support
, Peter Zijlstra
, (Tue Dec 21, 12:34 am)
Re: [RFC PATCH 04/15] nohz_task: Stop the tick when the no ...
, Peter Zijlstra
, (Tue Dec 21, 12:35 am)
Re: [RFC PATCH 07/15] nohz_task: Restart tick when RCU for ...
, Peter Zijlstra
, (Tue Dec 21, 12:41 am)
Re: [RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as no ...
, Peter Zijlstra
, (Tue Dec 21, 12:50 am)
Re: [RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as no ...
, Peter Zijlstra
, (Tue Dec 21, 12:51 am)
Re: [RFC PATCH 10/15] nohz_task: Enter in extended quiesce ...
, Peter Zijlstra
, (Tue Dec 21, 1:04 am)
Re: [RFC PATCH 11/15] x86: Nohz task support
, Peter Zijlstra
, (Tue Dec 21, 1:05 am)
Re: [RFC PATCH 14/15] nohz_task: Clear nohz task attribute ...
, Peter Zijlstra
, (Tue Dec 21, 1:07 am)
Re: [RFC PATCH 06/15] nohz_task: Keep the tick if rcu needs it
, Paul E. McKenney
, (Tue Dec 21, 1:10 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Peter Zijlstra
, (Tue Dec 21, 1:14 am)
Re: [RFC PATCH 00/15] Nohz task support
, Frederic Weisbecker
, (Tue Dec 21, 6:13 am)
Re: [RFC PATCH 04/15] nohz_task: Stop the tick when the no ...
, Frederic Weisbecker
, (Tue Dec 21, 6:22 am)
Re: [RFC PATCH 07/15] nohz_task: Restart tick when RCU for ...
, Frederic Weisbecker
, (Tue Dec 21, 6:28 am)
Re: [RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as no ...
, Frederic Weisbecker
, (Tue Dec 21, 6:52 am)
Re: [RFC PATCH 00/15] Nohz task support
, Avi Kivity
, (Tue Dec 21, 6:56 am)
Re: [RFC PATCH 02/15] nohz_task: Avoid nohz task cpu as no ...
, Frederic Weisbecker
, (Tue Dec 21, 6:58 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Avi Kivity
, (Tue Dec 21, 7:00 am)
Re: [RFC PATCH 10/15] nohz_task: Enter in extended quiesce ...
, Frederic Weisbecker
, (Tue Dec 21, 7:06 am)
Re: [RFC PATCH 11/15] x86: Nohz task support
, Frederic Weisbecker
, (Tue Dec 21, 7:19 am)
Re: [RFC PATCH 14/15] nohz_task: Clear nohz task attribute ...
, Frederic Weisbecker
, (Tue Dec 21, 7:22 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Frederic Weisbecker
, (Tue Dec 21, 7:26 am)
Re: [RFC PATCH 04/15] nohz_task: Stop the tick when the no ...
, Steven Rostedt
, (Tue Dec 21, 7:34 am)
Re: [RFC PATCH 11/15] x86: Nohz task support
, Frederic Weisbecker
, (Tue Dec 21, 8:12 am)
Re: [RFC PATCH 04/15] nohz_task: Stop the tick when the no ...
, Frederic Weisbecker
, (Tue Dec 21, 8:14 am)
Re: [RFC PATCH 07/15] nohz_task: Restart tick when RCU for ...
, Paul E. McKenney
, (Tue Dec 21, 8:35 am)
Re: [RFC PATCH 00/15] Nohz task support
, Frederic Weisbecker
, (Tue Dec 21, 10:01 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Frederic Weisbecker
, (Tue Dec 21, 10:05 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Avi Kivity
, (Tue Dec 21, 11:17 am)
Re: [RFC PATCH 09/15] rcu: Make rcu_enter,exit_nohz() call ...
, Paul E. McKenney
, (Tue Dec 21, 12:26 pm)
Re: [RFC PATCH 09/15] rcu: Make rcu_enter,exit_nohz() call ...
, Frederic Weisbecker
, (Tue Dec 21, 12:27 pm)
Re: [RFC PATCH 10/15] nohz_task: Enter in extended quiesce ...
, Paul E. McKenney
, (Tue Dec 21, 12:28 pm)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Frederic Weisbecker
, (Tue Dec 21, 2:08 pm)
Re: [RFC PATCH 10/15] nohz_task: Enter in extended quiesce ...
, Frederic Weisbecker
, (Tue Dec 21, 2:49 pm)
Re: [RFC PATCH 10/15] nohz_task: Enter in extended quiesce ...
, Paul E. McKenney
, (Tue Dec 21, 7:20 pm)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Avi Kivity
, (Wed Dec 22, 2:22 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Peter Zijlstra
, (Wed Dec 22, 2:51 am)
Re: [RFC PATCH 15/15] nohz_task: Procfs interface
, Frederic Weisbecker
, (Wed Dec 22, 1:41 pm)
Re: [RFC PATCH 01/15] nohz_task: New mask for cpus having ...
, Lai Jiangshan
, (Fri Dec 24, 1:00 am)
Re: [RFC PATCH 01/15] nohz_task: New mask for cpus having ...
, Dario Faggioli
, (Fri Dec 24, 1:19 am)
Re: [RFC PATCH 01/15] nohz_task: New mask for cpus having ...
, Frederic Weisbecker
, (Fri Dec 24, 5:29 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