1. 06 Mar, 2003 15 commits
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/netfix-2.5 · 014c75d3
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      014c75d3
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleed-2.5 · fdb6357e
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/gregkh-2.5
      fdb6357e
    • Greg Kroah-Hartman's avatar
      [PATCH] USB: unfortunatly, we can't call usb_unlink_urb() right now all of the time. · 06ad5d94
      Greg Kroah-Hartman authored
      The host controllers have to be fixed up before we can safely take
      out the check for dev->state.
      06ad5d94
    • David Brownell's avatar
      [PATCH] USB: track usb ch9 device state · b3dca131
      David Brownell authored
      This patch merges the USB state definitions from the ARM Linux
      code (inside the sa1100 driver) and uses them to track what can
      be done with the device.  That replaces the recently added
      "udev->present" flag with a more complete/standard state model.
      
      There are a few changes that might affect behavior if things
      start to go really haywire:
      
       - usb_set_address() and usb_set_configuration(), used while
         enumerating, handle some unlikely cases more correctly:
         don't allow setting address to zero (undefined behavior),
         and do allow un-configuring (config 0).  (Adds a FIXME
         for an existing set-configuration bug too.)
      
       - usb_disconnect() flags the state change earlier (as soon
         as it's known).
      
       - usb_submit_urb() works in the states where messaging is
         allowed, and also enforces the "unless configured, only
         control traffic is legal" rule.
      
       - usb_unlink_urb() doesn't care any more about that state.
         (There seemed to be agreement that it must not matter.)
      
      This will help with some further cleanups in the complex of
      issues relating to driver removal, device removal, config
      changing (with driver unbind and rebind), reset, and so on.
      b3dca131
    • David S. Miller's avatar
      Merge davem@nuts.ninka.net:/home/davem/src/BK/netfix-2.5 · 07fa884a
      David S. Miller authored
      into kernel.bkbits.net:/home/davem/netfix-2.5
      07fa884a
    • David S. Miller's avatar
      d7d85510
    • Alan Stern's avatar
      [PATCH] USB: Patch for auto-sense cmd_len · a9048822
      Alan Stern authored
      This patch fixes an oversight in usb-storage whereby the command length
      and command buffer for an automatically-generated REQUEST-SENSE command
      would not be initialized properly.
      a9048822
    • Linus Torvalds's avatar
      Merge · d0c451f8
      Linus Torvalds authored
      d0c451f8
    • Ingo Molnar's avatar
      [PATCH] "interactivity changes", sched-2.5.64-A6 · 76e3413d
      Ingo Molnar authored
      This includes the following items:
      
       - a new wakeup feature: SMART_WAKE_CHILD (now unconditional) [this is a
         reworked version of the wakeup changes from Andrea's tree.]
      
       - scheduler parameter tunings (CHILD_PENALTY, MAX_TIMESLICE,
         STARVATION_LIMIT, MAX_SLEEP_AVG)
      
       - activate_task() splitup to separate the interactivity-active variant
         from the task-queue variant => this fixes our statistics in some cases.
      
       - finer-grained preemption: if priority is equal then the task with the
         longer pending timeslice wins.
      
       - make it possible to disable sync-wakeups via SYNC_WAKEUPS (default:1)
      
       - a naming cleanup (sleep_timestamp => last_run)
      
       - fix up STARVATION_LIMIT usage so that a value of 0 is recognized as 'no
         starvation limit'.
      
      It also merges Linus' "priority boost backmerging"
      76e3413d
    • Linus Torvalds's avatar
      Make the "interactive bonus" work both ways - both the process · 0da6b746
      Linus Torvalds authored
      that is actually showing interactive behaviour (sleeping) and the
      process that wakes up the interative process get a bonus.
      
      This means that processes that help interactive processes (usually
      system daemons, and X11 in particular) will themselves get some bonus.
      
      The waker only gets whatever is left over from the "real" interactive
      user, to avoid any bad behaviour.
      0da6b746
    • Linus Torvalds's avatar
      Merge bk://are.twiddle.net/axp-2.5 · e2349697
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      e2349697
    • Ivan Kokshaysky's avatar
      [PATCH] alpha pcibios_claim_console_setup fix · ba646b39
      Ivan Kokshaysky authored
      pcibios_claim_console_setup() doesn't look behind PCI-PCI bridges.
      
      Noticed by Anton Blanchard.
      
      Ivan.
      ba646b39
    • David S. Miller's avatar
      Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5 · 3c0ba99c
      David S. Miller authored
      into kernel.bkbits.net:/home/davem/net-2.5
      3c0ba99c
    • Harald Welte's avatar
      [NETFILTER]: Fix ipv6 build. · 485b8d29
      Harald Welte authored
      485b8d29
    • James Morris's avatar
      [IPV4]: Fix multicast route lookups. · 5ab03d36
      James Morris authored
      5ab03d36
  2. 05 Mar, 2003 19 commits
  3. 04 Mar, 2003 6 commits