1. 25 May, 2003 17 commits
  2. 24 May, 2003 9 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
    • Andi Kleen's avatar
      [PATCH] Make ACPI compile again on 64bit/gcc 3.3 · 34e450f1
      Andi Kleen authored
      Fix prototypes to match function definitions
      34e450f1
    • Corey Minyard's avatar
      [PATCH] IPMI update · f2ffc44e
      Corey Minyard authored
       - small cleanups to make the spacing consistent
       - modifications to the watchdog so it starts the first time
         you hit it, not the second.
       - Fix for returning the proper value when starting the
         sequence number timer.
       - Fix a parameter name in the watchdog.
      f2ffc44e
    • Roman Zippel's avatar
      [PATCH] kconfig check fixes · 4fa9569b
      Roman Zippel authored
      - fix a problem with a unset menuconfig, during the config check it's possible
        conf selects the wrong parent menu and the result is an endless loop.
      - only changable config symbols are relevant during config check,
        otherwise we get another endless loop.
      4fa9569b
  3. 25 May, 2003 3 commits
  4. 24 May, 2003 1 commit
  5. 23 May, 2003 10 commits