linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] BKL pruning and serial bug fixing
@ 2010-05-19 12:01 Alan Cox
  2010-05-19 12:01 ` [PATCH 01/11] tty: Fix the digi acceleport driver NULL checks Alan Cox
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Alan Cox @ 2010-05-19 12:01 UTC (permalink / raw)
  To: greg, linux-serial

BKL elemination using the existing locks


---

Alan Cox (11):
      synclink: reworking locking a bit
      specialix; Kill the BKL
      epca: Kill the big kernel lock
      cyclades: Kill off BKL usage
      synclink: kill the big kernel lock
      rocket: kill BKL
      isicom: kill off the BKL
      riscom8: kill use of lock_kernel
      istallion: use bit ops for the board flags
      stallion: prune lock_kernel calls
      tty: Fix the digi acceleport driver NULL checks


 drivers/char/cyclades.c              |   20 +++-----
 drivers/char/epca.c                  |    4 --
 drivers/char/isicom.c                |   13 ++---
 drivers/char/istallion.c             |   56 +++++++++++----------
 drivers/char/riscom8.c               |   14 +++--
 drivers/char/rocket.c                |   28 +++++++----
 drivers/char/specialix.c             |   11 ++--
 drivers/char/stallion.c              |   20 +++++---
 drivers/char/synclink.c              |   19 ++++---
 drivers/char/synclink_gt.c           |   90 +++++++++++++++++-----------------
 drivers/char/synclinkmp.c            |   41 ++++++++-------
 drivers/usb/serial/digi_acceleport.c |   14 +++--
 include/linux/istallion.h            |    2 -
 13 files changed, 174 insertions(+), 158 deletions(-)

-- 
Signature

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

end of thread, other threads:[~2010-05-20 19:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 12:01 [PATCH 00/11] BKL pruning and serial bug fixing Alan Cox
2010-05-19 12:01 ` [PATCH 01/11] tty: Fix the digi acceleport driver NULL checks Alan Cox
2010-05-19 12:02 ` [PATCH 02/11] stallion: prune lock_kernel calls Alan Cox
2010-05-19 12:02 ` [PATCH 03/11] istallion: use bit ops for the board flags Alan Cox
2010-05-19 12:02 ` [PATCH 04/11] riscom8: kill use of lock_kernel Alan Cox
2010-05-19 12:02 ` [PATCH 05/11] isicom: kill off the BKL Alan Cox
2010-05-19 12:02 ` [PATCH 06/11] rocket: kill BKL Alan Cox
2010-05-19 12:02 ` [PATCH 07/11] synclink: kill the big kernel lock Alan Cox
2010-05-19 12:03 ` [PATCH 08/11] cyclades: Kill off BKL usage Alan Cox
2010-05-19 12:03 ` [PATCH 09/11] epca: Kill the big kernel lock Alan Cox
2010-05-19 12:03 ` [PATCH 10/11] specialix; Kill the BKL Alan Cox
2010-05-19 12:03 ` [PATCH 11/11] synclink: reworking locking a bit Alan Cox
2010-05-20 17:56 ` [PATCH 00/11] BKL pruning and serial bug fixing Greg KH
2010-05-20 18:06   ` Alan Cox
2010-05-20 19:01     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).