All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] tty BKL pushdown
@ 2009-11-18 14:23 Alan Cox
  2009-11-18 14:25 ` [RFC PATCH 1/5] tty: push the BKL down into the handlers a bit Alan Cox
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Alan Cox @ 2009-11-18 14:23 UTC (permalink / raw)
  To: linux-kernel

First steps to pushing the BKL down further into the tty layer. For review and
analysis not application !

---

Alan Cox (5):
      tty: split the lock up a bit further
      tty: Move the leader test in disassociate
      tty: Push the bkl down a bit in the hangup code
      tty: Push the lock down further into the ldisc code
      tty: push the BKL down into the handlers a bit


 drivers/char/pty.c       |    2 -
 drivers/char/tty_io.c    |  150 ++++++++++++++++++++++++++--------------------
 drivers/char/tty_ldisc.c |   23 ++++++-
 include/linux/tty.h      |    2 -
 kernel/exit.c            |    2 -
 5 files changed, 109 insertions(+), 70 deletions(-)

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

end of thread, other threads:[~2009-11-20 12:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-18 14:23 [RFC PATCH 0/5] tty BKL pushdown Alan Cox
2009-11-18 14:25 ` [RFC PATCH 1/5] tty: push the BKL down into the handlers a bit Alan Cox
2009-11-20 12:34   ` Dan Carpenter
2009-11-18 14:26 ` [PATCH 2/5] tty: Push the lock down further into the ldisc code Alan Cox
2009-11-18 14:26 ` [PATCH 3/5] tty: Push the bkl down a bit in the hangup code Alan Cox
2009-11-18 14:26 ` [PATCH 4/5] tty: Move the leader test in disassociate Alan Cox
2009-11-18 14:26 ` [PATCH 5/5] tty: split the lock up a bit further Alan Cox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.