1. 25 May, 2003 34 commits
  2. 24 May, 2003 6 commits
    • Linus Torvalds's avatar
      Make KOBJ_NAME_LEN bigger, since at least the ieee1394 code · b9fdbdca
      Linus Torvalds authored
      has bus ID's that are longer than 16 bytes.
      
      Noted by Ben Collins, who also signed up to fix up some broken
      strncpy() users. Sucker!
      b9fdbdca
    • Linus Torvalds's avatar
      More files to ignore: mtools.conf · 88da51bb
      Linus Torvalds authored
      88da51bb
    • Linus Torvalds's avatar
      DRI CVS update · 16f09d1d
      Linus Torvalds authored
       - Pass in the "device" to remapping functions
       - add radeon CP resume ioctl
       - remove warnings and stale DMA debug code
      16f09d1d
    • Linus Torvalds's avatar
      Merge gamma driver from DRI CVS, and fix it up for 2.5.x changes. · b7d25ef4
      Linus Torvalds authored
      Whether it works or not is unknown. I don't have the hardware.
      b7d25ef4
    • Christoph Hellwig's avatar
      [PATCH] make vt_ioctl ix86isms explicit · a653cc56
      Christoph Hellwig authored
      sys_ioperm is only implemented on x86 (i386/x86_64).  Make the
      ifdefs in vt_ioctl.c more explicit so the other architectures can
      get rid of their stubs in favour of just using sys_ni_syscall in
      the syscall table.
      
      Maybe we should remove it altogether, it looks like remnants from
      some very early X386 times (ie the Thomas Roell timeframe).
      a653cc56
    • Jens Axboe's avatar
      [PATCH] elevator core update · 336a1f77
      Jens Axboe authored
      The noop io scheduler has a data corrupting bug, because q->last_merge
      doesn't get cleared properly.  So do that in io scheduler core, and
      remove the same code from deadline.
      
      Also kill bio_rq_in_between(), it's not used by anyone anymore. rbtrees
      are the hot thing these days.
      
      And finally, remove a direct test for REQ_CMD in rq flags, use
      blk_fs_request() instead.
      336a1f77