1. 29 8月, 2005 16 次提交
  2. 25 8月, 2005 1 次提交
  3. 18 8月, 2005 1 次提交
  4. 17 8月, 2005 1 次提交
  5. 11 8月, 2005 1 次提交
  6. 09 8月, 2005 2 次提交
  7. 06 8月, 2005 1 次提交
  8. 05 8月, 2005 3 次提交
  9. 03 8月, 2005 1 次提交
    • H
      [PATCH] Xmon bug fix for soft-reset · 5cb4cc0d
      Haren Myneni 提交于
      For soft reset during system hang, got an error "CPU did not take
      control" for some CPUs even though they responded to soft-reset (called
      SystemReset, die and called debugger - xmon).   First these CPUs entered
      into xmon by IPI callback and then got a soft-reset exception and
      re-entered into xmon again. The first CPU which re-entered into xmon got
      the output lock and made into xmon successfully without unlocking.
      Hence, the next CPU(s) which re-entered into xmon try to acquire a lock
      (get_output_lock). Therefore, we can not view state of those CPU(s).
      
      [This is a simple, very low risk, obvious fix for an obvious bug, and
      should go into 2.6.13.  -- paulus]
      Signed-off-by: NHaren Myneni <hbabu@us.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      5cb4cc0d
  10. 02 8月, 2005 2 次提交
  11. 31 7月, 2005 1 次提交
  12. 28 7月, 2005 6 次提交
  13. 27 7月, 2005 1 次提交
  14. 14 7月, 2005 2 次提交
  15. 12 7月, 2005 1 次提交
    • S
      [NET]: add a top-level Networking menu to *config · d5950b43
      Sam Ravnborg 提交于
      Create a new top-level menu named "Networking" thus moving
      net related options and protocol selection way from the drivers
      menu and up on the top-level where they belong.
      
      To implement this all architectures has to source "net/Kconfig" before
      drivers/*/Kconfig in their Kconfig file. This change has been
      implemented for all architectures.
      
      Device drivers for ordinary NIC's are still to be found
      in the Device Drivers section, but Bluetooth, IrDA and ax25
      are located with their corresponding menu entries under the new
      networking menu item.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d5950b43
新手
引导
客服 返回
顶部