1. 13 Jul, 2003 3 commits
  2. 12 Jul, 2003 13 commits
    • Dave Jones's avatar
      Merge tetrachloride.(none):/mnt/raid/src/kernel/2.5/bk-linus · 90287bd6
      Dave Jones authored
      into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
      90287bd6
    • Dave Jones's avatar
      [AGPGART] SiS 746 support · ec53a362
      Dave Jones authored
      This (and a few other SiS chipsets) are AGP 3 compliant. AFAIK, none of
      these have been tested in AGP3 mode, but they should work just fine in
      AGP2.x mode at least.
      ec53a362
    • Dave Jones's avatar
      [AGPGART] Sort SiS device IDs. · c333936c
      Dave Jones authored
      c333936c
    • Dave Jones's avatar
      [AGPGART] HP AGP update. · 39fa08d8
      Dave Jones authored
      From David Mosberger
      
      This GART isn't actually a PCI device, which the AGP core/DRI expects it to be.
      This patch gets the relevant info out of ACPI tables, and fakes the rest.
      39fa08d8
    • Samuel Thibault's avatar
      [PATCH] [2.5] maestro volume tuning · 14dae1f7
      Samuel Thibault authored
      This tunes the volume control of maestro sound boards: The log
      conversion seems not good for PCM and CD.  The volume buttons
      incrementing / decrementing the main volume by 10 on 100 is too much,
      much better set it to 5.
      14dae1f7
    • Brian Gerst's avatar
      [PATCH] c99 initializers for init/version.c · 24f6c6b0
      Brian Gerst authored
      24f6c6b0
    • François Romieu's avatar
      [PATCH] Fix error path in AD1889 driver · dbf56739
      François Romieu authored
      Memory leak fix: the allocated areas weren't referenced any more once the
      original error path returned.
      dbf56739
    • Linus Torvalds's avatar
      Fix signedness tests in vsnprintf by making it explicit. · 008a71d2
      Linus Torvalds authored
      It used to depend on us having a signed type (which in turn is
      incorrect for the later division).
      008a71d2
    • Ulrich Drepper's avatar
      [PATCH] Re: utimes/futimes/lutimes syscalls · 43a14457
      Ulrich Drepper authored
      alpha, ia64, PA, sparc already export the existing "utimes()" system
      call (using 'timeval[2]' instead of 'utimebuf' like the old "utime()").
      
      Make it available on x86 too..
      43a14457
    • Andi Kleen's avatar
      [PATCH] x86-64 fixes for 2.5.75 · 4ad938aa
      Andi Kleen authored
      Some minimum critical fixes for x86-64:
      
      - Make it compile for uni processor again
      - Tell BIOS about long mode
      - Fix 32bit IPC (broken by earlier patch)
      4ad938aa
    • Andi Kleen's avatar
      [PATCH] Deprecate numerical sysctl · 209f0abb
      Andi Kleen authored
      Deprecate the numerical sysctl name space. People can use /proc/sys
      instead.
      
      The numeric name space was never well maintained and especially
      in distribution kernels is not very consistent (everybody has their
      own extensions, conflicting with others). It's also a great
      source of rejects when merging patches.  The name-based /proc/sys
      is a much better interface for this, which people should use instead.
      
      Discussion of this on l-k found no advocate for it, so it seems to not
      be very popular anyways.
      
      This patch deprecates numerical name space accesses to make it possible
      to remove them in the future. The only exception is kernel.version,
      which is used by glibc (this one has to be maintained forever)
      209f0abb
    • Bernardo Innocenti's avatar
      [PATCH] asm-generic/div64.h breakage · ed08e6df
      Bernardo Innocenti authored
       - __div64_32(): remove __attribute_pure__ qualifier from the prototype
         since this function obviously clobbers memory through &(n);
      
       - do_div(): add a check to ensure (n) is type-compatible with uint64_t;
      
       - as_update_iohist(): Use sector_div() instead of do_div().
         (Whether the result of the addition should always be stored in 64bits
         regardless of CONFIG_LBD is still being discussed, therefore it's
         unadderessed here);
      
       - Fix all places where do_div() was being called with a bad divisor argument.
      ed08e6df
    • Jens Axboe's avatar
      [PATCH] Fix IDE-CD command failure re-play · 963436f3
      Jens Axboe authored
      Every failed SG_IO request is replayed second time without data
      transfer.  Fix the problem by immediately purging the failed SG_IO
      request from the request queue.
      
      It fixes (among others)
      
      	http://marc.theaimsgroup.com/?t=105634805100001&r=1&w=2
      
      where induced kernel crash occurs upon packet replay.
      963436f3
  3. 11 Jul, 2003 24 commits