1. 28 9月, 2006 37 次提交
  2. 27 9月, 2006 3 次提交
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 · b98adfcc
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6: (108 commits)
        sh: Fix occasional flush_cache_4096() stack corruption.
        sh: Calculate shm alignment at runtime.
        sh: dma-mapping compile fixes.
        sh: Initial vsyscall page support.
        sh: Clean up PAGE_SIZE definition for assembly use.
        sh: Selective flush_cache_mm() flushing.
        sh: More intelligent entry_mask/way_size calculation.
        sh: Support for L2 cache on newer SH-4A CPUs.
        sh: Update kexec support for API changes.
        sh: Optimized readsl()/writesl() support.
        sh: Report movli.l/movco.l capabilities.
        sh: CPU flags in AT_HWCAP in ELF auxvt.
        sh: Add support for 4K stacks.
        sh: Enable /proc/kcore support.
        sh: stack debugging support.
        sh: select CONFIG_EMBEDDED.
        sh: machvec rework.
        sh: Solution Engine SH7343 board support.
        sh: SH7710VoIPGW board support.
        sh: Enable verbose BUG() support.
        ...
      b98adfcc
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 · ba21fe71
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [SPARC64]: Kill bogus check from bootmem_init().
        [SPARC64]: Update defconfig.
      ba21fe71
    • A
      [PATCH] x86: use probe_kernel_address in handle_BUG() · 1e2af92e
      Andrew Morton 提交于
      Avoid possible deadlock on a BUG() inside down_write(mmap_sem).  The deadlock
      can only occur if something has gone horridly wrong, because a fault here
      shouldn't happen.
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      1e2af92e