public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] "big IRQ lock" removal, 2.5.27-A1
@ 2002-07-21 18:50 Ingo Molnar
  2002-07-21 19:00 ` Linus Torvalds
  2002-07-21 19:58 ` Russell King
  0 siblings, 2 replies; 60+ messages in thread
From: Ingo Molnar @ 2002-07-21 18:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds


this is the next iteration of the big-IRQ-lock removal patch, against
2.5.27 + sched-fixes + ldt-fixes:

  http://redhat.com/~mingo/remove-irqlock-patches/remove-irqlock-2.5.27-A1

one clarification wrt. disable_irq(): while it does not synchronize with
all IRQ sources globally anymore, it does synchronize with that particular
irq source (globally) - so drivers can use it safely to ensure that no
pending IRQ handler is running on another CPU after disable_irq() has
returned.

Changes:

 - Oleg Nesterov noticed a do_IRQ() bug which can cause a reschedule in
   do_IRQ().

 - George Anzinger noticed that local_bh_enable() did not re-run softirqs.

 - Linus suggested to still define cli(), sti(), save_flags(),
   restore_flags() on UP kernels, to ease the transition.

the patch compiles, boots & works just fine on UP - on SMP it boots just
fine using the following limited .config:

  http://redhat.com/~mingo/remove-irqlock-patches/config

(the serial subsystem is disabled for example.)

	Ingo


^ permalink raw reply	[flat|nested] 60+ messages in thread

end of thread, other threads:[~2002-07-31 18:14 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-21 18:50 [patch] "big IRQ lock" removal, 2.5.27-A1 Ingo Molnar
2002-07-21 19:00 ` Linus Torvalds
2002-07-21 19:14   ` Ingo Molnar
2002-07-21 19:24     ` Ingo Molnar
2002-07-21 20:41       ` [patch] "big IRQ lock" removal, 2.5.27-A5 Ingo Molnar
2002-07-21 20:50         ` Ingo Molnar
2002-07-21 20:59           ` [patch] "big IRQ lock" removal, 2.5.27-A7 Ingo Molnar
2002-07-21 21:26             ` [patch] "big IRQ lock" removal, 2.5.27-A9 Ingo Molnar
2002-07-21 21:46               ` Christoph Hellwig
2002-07-21 21:56                 ` Ingo Molnar
2002-07-21 23:20                   ` Linus Torvalds
2002-07-22  0:31                     ` Ingo Molnar
2002-07-22  0:40                       ` Russell King
2002-07-22  0:55                         ` Robert Love
2002-07-22 13:01                         ` [patch] cli()/sti() cleanup, 2.5.27-A2 Ingo Molnar
2002-07-22 13:20                           ` Christoph Hellwig
2002-07-22 13:23                             ` Ingo Molnar
2002-07-22 13:26                               ` Christoph Hellwig
2002-07-22 13:26                                 ` Ingo Molnar
2002-07-22 13:30                                   ` Christoph Hellwig
2002-07-22 13:36                                     ` [patch] remove-irqlock-2.5.27-D7 Ingo Molnar
2002-07-22 13:38                                 ` [patch] cli()/sti() cleanup, 2.5.27-A2 Ingo Molnar
2002-07-22 13:43                                   ` Christoph Hellwig
2002-07-22 13:49                                     ` Ingo Molnar
2002-07-22 14:00                                       ` Marcin Dalecki
2002-07-22 14:07                                         ` Ingo Molnar
2002-07-22 13:24                             ` Christoph Hellwig
2002-07-22 13:43                             ` Ingo Molnar
2002-07-22 13:46                               ` Russell King
2002-07-22 13:49                                 ` Ingo Molnar
2002-07-30  9:17                                   ` Pavel Machek
2002-07-22 13:57                                 ` Marcin Dalecki
2002-07-22 14:05                                   ` Ingo Molnar
2002-07-22 14:27                                     ` Russell King
2002-07-22 14:28                                       ` Ingo Molnar
2002-07-22 13:46                               ` Christoph Hellwig
2002-07-22 13:52                                 ` Ingo Molnar
2002-07-22 17:13                           ` Linus Torvalds
2002-07-22 18:01                             ` Ingo Molnar
2002-07-23  6:48                             ` Zwane Mwaikambo
2002-07-22  1:00                       ` [patch] "big IRQ lock" removal, 2.5.27-A9 Robert Love
2002-07-21 23:43                   ` Russell King
2002-07-21 23:44                     ` Ingo Molnar
2002-07-21 23:47                       ` Russell King
2002-07-21 23:58                         ` Ingo Molnar
2002-07-22  1:04                       ` Alan Cox
2002-07-21 23:52                         ` Ingo Molnar
2002-07-21 22:17           ` [patch] "big IRQ lock" removal, 2.5.27-A5 Alan Cox
2002-07-21 19:38     ` [patch] "big IRQ lock" removal, 2.5.27-A1 Robert Love
2002-07-21 22:19       ` Ingo Molnar
2002-07-21 23:55         ` Robert Love
2002-07-21 19:58 ` Russell King
2002-07-21 20:09   ` Ingo Molnar
2002-07-21 20:42   ` Russell King
2002-07-21 21:09     ` Ingo Molnar
2002-07-21 21:18       ` Russell King
2002-07-21 21:20         ` Ingo Molnar
2002-07-21 21:29         ` Ingo Molnar
2002-07-21 21:39         ` Ingo Molnar
2002-07-21 23:23         ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox