An error occurred fetching the project authors.
  1. 06 Mar, 2003 1 commit
  2. 12 Jan, 2003 5 commits
  3. 11 Jan, 2003 3 commits
  4. 05 Jan, 2003 1 commit
    • William Stinson's avatar
      [PATCH] remove check_region from nj_u.c · c474215e
      William Stinson authored
        This patch for isdn/hisax/nj_u.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 15 in a series of check_region patches I am doing as
        part of the kernel janitors project.
      c474215e
  5. 04 Jan, 2003 2 commits
  6. 03 Jan, 2003 2 commits
  7. 24 Nov, 2002 1 commit
    • Kai Germaschewski's avatar
      ISDN/HiSax: Remove broken home-made lock primitives · 574466e8
      Kai Germaschewski authored
      The HFC subdrivers chose to use atomic ops to re-implement sth
      like broken spinlocks. That's now gone. Basically all races should
      be taken care of by the fact that we take cs->lock before going down
      to the hardware, this locks protects from concurrent accesses from
      IRQ context. Well, some rare paths (setting mode etc) don't take the
      lock yet, so it's not quite done yet.
      574466e8
  8. 23 Nov, 2002 1 commit
  9. 14 Nov, 2002 1 commit
    • Kai Germaschewski's avatar
      ISDN: Simplify chip init · 0a055009
      Kai Germaschewski authored
      clear_pending_interrupts can be made internal to the chipset driver,
      simplifying the callers a somewhat and also fixing bugs where
      work_queues would be scheduled before they are initialized.
      0a055009
  10. 28 Oct, 2002 1 commit
  11. 02 Sep, 2002 1 commit
  12. 13 Feb, 2002 1 commit
  13. 05 Feb, 2002 5 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
      v2.4.1.1 -> v2.4.1.2 · 5d12a58c
      Linus Torvalds authored
        - driver sync up with Alan
        - Andrew Morton: wakeup cleanup and race fix
        - Paul Mackerras: macintosh driver updates.
        - don't trust "page_count()" on reserved pages!
        - Russell King: fix serious IDE multimode write bug!
        - me, Jens, others: fix elevator problem
        - ARM, MIPS and cris architecture updates
        - alpha updates: better page clear/copy, avoid kernel lock in execve
        - USB and firewire updates
        - ISDN updates
        - Irda updates
      5d12a58c
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32