1. 30 Dec, 2002 4 commits
  2. 29 Dec, 2002 29 commits
  3. 28 Dec, 2002 7 commits
    • Mikael Pettersson's avatar
      Fix AGP module oops · 7d255ace
      Mikael Pettersson authored
      The stack trace shows that we should be in agp_find_max() as
      called from agp_backend_initialize(). However, agp_find_max()
      is __init and its code has already been removed at this point
      (since agpgart and intel-agp are separate modules), causing
      the kernel to execute random code and eventually oops.  
      
      The patch below works around this by changing agpgart's __init
      code & data to normal code & data. Tested, works for me.
      7d255ace
    • Dave Jones's avatar
      Merge tetrachloride.(none):/mnt/stuff/kernel/2.5/bk-linus · 47d59590
      Dave Jones authored
      into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
      47d59590
    • Linus Torvalds's avatar
      Update x86 "defconfig" to something that matches our current config · 0e3a6c7d
      Linus Torvalds authored
      a bit more closely.
      0e3a6c7d
    • Linus Torvalds's avatar
      Lost CONFIG_X86_TSC in voyager merge · 928f4732
      Linus Torvalds authored
      928f4732
    • William Stinson's avatar
      [PATCH] mark check_region "deprecated" · ed8ea4d4
      William Stinson authored
      This marks check_region "deprecated".
      
      This gives a nice warning messages for programs that still use
      check_region for example:
      
       drivers/parport/parport_pc.c:2215: warning: `__check_region' is deprecated (declared at include/linux/ioport.h:111)
      ed8ea4d4
    • Robert Love's avatar
      [PATCH] deprecated function attribute · 8ad65876
      Robert Love authored
      This patch adds support for usage of the attribute as "deprecated" and
      is backward-compatible.  Usage is:
      
      	int deprecated foo(void)
      
      etc..
      
      If we mark a function as deprecated, then each use of the function emits
      a warning like:
      
      	foo.c:12: warning: `baz' is deprecated (declared at bar.c:60)
      
      Which is very informative, giving both the location of each usage and
      where the little bastard is declared.
      8ad65876
    • Linus Torvalds's avatar
      Merge · fb7d196b
      Linus Torvalds authored
      fb7d196b