1. 20 3月, 2007 2 次提交
  2. 19 3月, 2007 20 次提交
  3. 18 3月, 2007 15 次提交
  4. 17 3月, 2007 3 次提交
    • T
      [PATCH] clockevents: Fix suspend/resume to disk hangs · cd05a1f8
      Thomas Gleixner 提交于
      I finally found a dual core box, which survives suspend/resume without
      crashing in the middle of nowhere. Sigh, I never figured out from the
      code and the bug reports what's going on.
      
      The observed hangs are caused by a stale state transition of the clock
      event devices, which keeps the RCU synchronization away from completion,
      when the non boot CPU is brought back up.
      
      The suspend/resume in oneshot mode needs the similar care as the
      periodic mode during suspend to RAM. My assumption that the state
      transitions during the different shutdown/bringups of s2disk would go
      through the periodic boot phase and then switch over to highres resp.
      nohz mode were simply wrong.
      
      Add the appropriate suspend / resume handling for the non periodic
      modes.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cd05a1f8
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · 24c4ac07
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:
        [IPV6]: ipv6_fl_socklist is inadvertently shared.
        [TCP]: Fix tcp_mem[] initialization.
        [NET]: Copy mac_len in skb_clone() as well
        [IPV4]: Do not disable preemption in trie_leaf_remove().
      24c4ac07
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 · c334ba9e
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [SPARC64]: Get DEBUG_PAGEALLOC working again.
      c334ba9e