An error occurred fetching the project authors.
  1. 11 Jan, 2003 4 commits
  2. 05 Jan, 2003 1 commit
    • William Stinson's avatar
      [PATCH] remove check_region from drivers_isdn_hisax_sedlbauer.c · 4c540864
      William Stinson authored
        This patch for isdn/hisax/sedlbauer.c driver for Linux removes one
        call to check_region using request_region instead.
      
        I don't have this hardware so I hope I got it right.  This patch
        removes all references to check_region in this driver.
      
        This is patch number 16 in a series of check_region patches I am doing as
        part of the kernel janitors project.
      4c540864
  3. 04 Jan, 2003 8 commits
  4. 03 Jan, 2003 2 commits
  5. 24 Nov, 2002 1 commit
    • Kai Germaschewski's avatar
      ISDN/HiSax: Share xmit_ready_d() · 4cfa7f10
      Kai Germaschewski authored
      Same as for the B-Channels. We need to make sure that this doesn't
      race with a new frame arriving from the upper layer, which will be done
      shortly by sharing the upper layer interface as well. Protection is
      provided by card->lock, which is now always taken around the entire
      interrupt - more coarse-grained than possible, but still better than
      the global cli(), and correctness and simplicity first.
      4cfa7f10
  6. 14 Nov, 2002 3 commits
  7. 29 Oct, 2002 1 commit
    • Kai Germaschewski's avatar
      ISDN: Fix up the introduced spinlocks · 8f702872
      Kai Germaschewski authored
      The reset routines are not called concurrently with other call paths,
      and holding a spinlock over schedule_timeout() is plain wrong anyway.
      
      Unfortunately, there's still quite a lot of cli() etc left, which however
      are not so easy to kill since they protect IRQ handlers against filling
      the tx queue, but don't even live in the same file.
      8f702872
  8. 28 Oct, 2002 1 commit
  9. 02 Sep, 2002 1 commit
  10. 06 Jun, 2002 1 commit
  11. 05 Feb, 2002 4 commits
    • Linus Torvalds's avatar
      v2.4.10.1 -> v2.4.10.2 · 5bf3be03
      Linus Torvalds authored
        - me/Al Viro: fix bdget() oops with block device modules that don't
        clean up after they exit
        - Alan Cox: continued merging (drivers, license tags)
        - David Miller: sparc update, network fixes
        - Christoph Hellwig: work around broken drivers that add a gendisk more
        than once
        - Jakub Jelinek: handle more ELF loading special cases
        - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes
        - Greg KH: USB updates
        - Mikael Pettersson: sparate out local APIC / IO-APIC config options
      5bf3be03
    • Linus Torvalds's avatar
      v2.4.6.7 -> v2.4.6.8 · fff10634
      Linus Torvalds authored
        - Chris Mason: reiserfs update
        - Paul Mackerras: PPC updates (softirq)
        - Kai Germaschewski: ISDN updates
        - various: workaround for cpuid inline asm problem with egcs-2.91.66
      fff10634
    • Linus Torvalds's avatar
      v2.4.2 -> v2.4.2.1 · c37b3aca
      Linus Torvalds authored
        - Chris Mason: reiserfs, another null bytes bug
        - Andrea Arkangeli: make SMP Athlon build
        - Alexander Zarochentcev: reiserfs directory fsync SMP locking fix
        - Jeff Garzik: PCI network driver updates
        - Alan Cox: continue merging
        - Ingo Molnar: fix RAID AUTORUN ioctl, scheduling improvements
      c37b3aca
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32