1. 21 Oct, 2002 2 commits
    • Venkatesh Pallipadi's avatar
      [PATCH] ia64: Save/Restore of IA32 fpstate in sigcontext · c52f1179
      Venkatesh Pallipadi authored
      The IA32 fpstate information is not getting saved/restored during IA32
      exception handling. The issue was first observed due to an IA32 binary
      (which runs fine on IA32 system), failing on Itanium based system. The
      binary was trying to access the fpstate information during an FPE and got a
      SEGV, as the fpstate was not getting saved and the sigcontext->fpstate
      pointer was NULL.
      c52f1179
    • Takayoshi Kouchi's avatar
      [PATCH] ia64: fix fpswa version printing · de8adf68
      Takayoshi Kouchi authored
      I found the meaning of fpswa version major and minor is opposite.
      de8adf68
  2. 30 Sep, 2002 1 commit
  3. 28 Sep, 2002 4 commits
  4. 27 Sep, 2002 28 commits
  5. 26 Sep, 2002 5 commits
    • Yuri Per's avatar
      [PATCH] USB storage: Another (!) patch for the abort handler · 82ba39ba
      Yuri Per authored
      This is a simple, obvious patch for the abort handler.  I don't know how
      we missed it before.
      
      Fix abort problem: us->srb was used after it was erased.
      82ba39ba
    • Roger Crettol's avatar
    • Tim Schmielau's avatar
      [PATCH] fix compares of jiffies · d19b3a36
      Tim Schmielau authored
      on rechecking the current stable kernel code, I found some places where jiffies
      were compared in a way that seems to break when they wrap. For these,
      I made up patches to use the macros "time_before()" or "time_after()"
      that are supposed to handle wraparound correctly.
      d19b3a36
    • Brian Hall's avatar
      [PATCH] Update for JMTek USBDrive · 55c38fec
      Brian Hall authored
      Attached is a patch against the 2.4.19 linux kernel. It adds an entry
      for another version of the JMTek USBDrive (driverless), and also updates
      my email address.
      55c38fec
    • Andrew Morton's avatar
      [PATCH] export test_clear_page_dirty() to modules. · 14fc589b
      Andrew Morton authored
      - XFS has started to use clear_page_dirty(), so we should export
        test_clear_page_dirty() to modules.
      
        This function is ued by the inlined clear_page_dirty().  It marks a
        page clean and updates the global dirty memory accounting.  Anyone
        who cleans pagecache pages should use this, so the export makes
        sense.  Can't implement aops->writepages() without it, really.
      
      - __mark_inode_dirty is no longer called under mapping->private_lock.
         Update comment.
      14fc589b