1. 10 Jul, 2002 3 commits
    • Russell King's avatar
      [ARM] page fault handling updates · 5f563f59
      Russell King authored
      - FSR "write" bit moved from bit 8 to bit 11.
      - Handle bit 10 of FSR for xscale imprecise aborts.
      - Allow Xscale CP0 and CP13 accesses.
      - Move Xscale specific implementations to their own file.
      5f563f59
    • Russell King's avatar
      [ARM] ptrace cleanups. · 42fe00e8
      Russell King authored
      The major points are:
      - Move ptrace code from traps.c into ptrace.c so it's all in one place.
      - Correct get_user_regs() to allow for the 8 byte offset.
      - Fix missing ptrace_cancel_bpt() call which could miss some
        single stepping steps.
      (other small pages; for details see individual file notes)
      42fe00e8
    • Russell King's avatar
      [ARM] Fix ELF "HWCAP" flags for the various CPU types. · f0df3384
      Russell King authored
      Some of the CPU implementations copied the ELF flags from the
      StrongARM-110 implementation, without thinking whether they were
      correct or not.  This changeset fixes up these CPU types.
      f0df3384
  2. 09 Jul, 2002 8 commits
  3. 06 Jul, 2002 5 commits
  4. 05 Jul, 2002 15 commits
  5. 04 Jul, 2002 9 commits
    • Petko Manolov's avatar
      [PATCH] pegasus & rtl8150 · 9dbfec80
      Petko Manolov authored
      I chose a little bit more restrictive license for my drivers.
      Rx skb pool introduced in pegasus driver and the pool locking in rtl8150
      is refined.
      9dbfec80
    • Linus Torvalds's avatar
      Merge home.transmeta.com:/home/torvalds/v2.5/viro · 75eead62
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      75eead62
    • Alexander Viro's avatar
      [PATCH] ->i_dev switched to dev_t · 88cc0d3e
      Alexander Viro authored
      	* ->i_dev followed the example of ->s_dev - it's dev_t now.  All
      remaining uses of ->i_dev either outright want dev_t (stat()) or couldn't
      care less (printing major:minor in /proc/<pid>/maps, etc.)
      88cc0d3e
    • Alexander Viro's avatar
      [PATCH] assorted kdev_t cleanups in filesystems · c9add9b8
      Alexander Viro authored
      	* JFS uses its ->logdev only twice - one of the places assigns
      it to_kdev_t(le32_to_cpu(...)), another uses kdev_t_to_nr() of it.
      Switched to u32 - it's just a place where we store device number we'd got
      from superblock.
      	* several reiserfs_fs.h function prototypes removed - functions
      in question don't exist anymore.
      	* smbfs doesn't support device nodes; ->f_rdev removed.
      c9add9b8
    • Alexander Viro's avatar
      [PATCH] ex_dev switched to dev_t · ab6a5810
      Alexander Viro authored
      	* svc_export ->ex_dev turned into dev_t.  It's a pure search
      key and all places that set it actually do to_kdev_t(some_dev_t_expression).
      ab6a5810
    • Alexander Viro's avatar
      [PATCH] raid kdev_t cleanups - part 3 · dc5d0e46
      Alexander Viro authored
      	* ->dev killed for md/linear.c (same as previous parts)
      dc5d0e46
    • Alexander Viro's avatar
      [PATCH] md_import_device() cleanup · b60f0c2b
      Alexander Viro authored
      	* md_import_device() returns resulting rdev or ERR_PTR(error)
      instead of returning 0 or error an letting caller find rdev.
      b60f0c2b
    • Alexander Viro's avatar
      [PATCH] raid kdev_t cleanups - part 2 · 881c3bc1
      Alexander Viro authored
      	* a bunch of callers of partition_name() are calling
      bdev_partition_name(),
      	* the last users of raid1 and multipath ->dev are gone; so are
      the fields in question.
      881c3bc1
    • Alexander Viro's avatar
      [PATCH] raid ->diskop() splitup · f3ddcd6b
      Alexander Viro authored
      	* ->diskop() split into individual methods; prototypes cleaned
      up.  In particular, handling of hot_add_disk() gets mdk_rdev_t * of
      the component we are adding as an argument instead of playing the games
      with major/minor.  Code cleaned up.
      f3ddcd6b