From: Linus Torvalds Date: Sun, 23 Oct 2005 17:02:50 +0000 (-0700) Subject: Posix timers: limit number of timers firing at once X-Git-Tag: v2.6.14~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80eda94d3eaf1d12cfc97878eff77cd679dabc9;p=pandora-kernel.git Posix timers: limit number of timers firing at once Bursty timers aren't good for anybody, very much including latency for other programs when we trigger lots of timers in interrupt context. So set a random limit, after which we'll handle the rest on the next timer tick. Noted by Oleg Nesterov Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed