1. 20 3月, 2007 1 次提交
  2. 19 3月, 2007 20 次提交
  3. 18 3月, 2007 15 次提交
  4. 17 3月, 2007 4 次提交
    • 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
    • L
      Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus · 47455911
      Linus Torvalds 提交于
      * 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
        [MIPS] Kconfig: Move missplaced NR_CPUS default from SMTC to VSMP.
        [MIPS] Lockdep: Fix recursion bug.
        [MIPS] RTLX: Handle copy_*_user return values.
        [MIPS] RTLX: Protect rtlx_{read,write} with mutex.
        [MIPS] RTLX: Harden against compiler reordering and optimization.
        [MIPS] RTLX: Don't use volatile; it's fragile.
        [MIPS] Lasat: Downgrade 64-bit kernel from experimental to broken.
        [MIPS] Compat: Fix build if CONFIG_SYSVIPC is disabled.
        [CHAR] lcd: Fix two warnings.
        [MIPS] FPU ownership management & preemption fixes
        [MIPS] Check FCSR for pending interrupts, alternative version
        [MIPS] IP27, IP35: Fix warnings.
      47455911