1. 07 8月, 2010 8 次提交
  2. 06 8月, 2010 27 次提交
  3. 05 8月, 2010 5 次提交
    • L
      Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze · bbc4fd12
      Linus Torvalds 提交于
      * 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze: (49 commits)
        microblaze: Add KGDB support
        microblaze: Support brki rX, 0x18 for user application debugging
        microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructions
        microblaze: Simplify syscall rutine
        microblaze: Move PT_MODE saving to delay slot
        microblaze: Fix _interrupt function
        microblaze: Fix _user_exception function
        microblaze: Put together addik instructions
        microblaze: Use delay slot in syscall macros
        microblaze: Save kernel mode in delay slot
        microblaze: Do not mix register saving and mode setting
        microblaze: Move SAVE_STATE upward
        microblaze: entry.S: Macro optimization
        microblaze: Optimize hw exception rutine
        microblaze: Implement clear_ums macro and fix SAVE_STATE macro
        microblaze: Remove additional setup for kernel_mode
        microblaze: Optimize SAVE_STATE macro
        microblaze: Remove additional loading
        microblaze: Completely remove working with R11 register
        microblaze: Do not setup BIP in _debug_exception
        ...
      bbc4fd12
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 · 673b864f
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
        arch/sparc/mm: Use GFP_KERNEL
        MAINTAINERS: Add trailing slash to SBUS path.
        sbus: autoconvert trivial BKL users to private mutex
      673b864f
    • L
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 · 93b9e9a2
      Linus Torvalds 提交于
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
        [IA64] increase ia64 static per cpu area
        [IA64] Put ia64 config files on the Uwe Kleine-König diet
        [IA64] perfmon: convert to unlocked_ioctl
        [IA64] beautify vmlinux.lds.h
      93b9e9a2
    • L
      Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus · c3d1f174
      Linus Torvalds 提交于
      * 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus: (150 commits)
        MIPS: PowerTV: Separate PowerTV USB support from non-USB code
        MIPS: strip the un-needed sections of vmlinuz
        MIPS: Clean up the calculation of VMLINUZ_LOAD_ADDRESS
        MIPS: Clean up arch/mips/boot/compressed/decompress.c
        MIPS: Clean up arch/mips/boot/compressed/ld.script
        MIPS: Unify the suffix of compressed vmlinux.bin
        MIPS: PowerTV: Add Gaia platform definitions.
        MIPS: BCM47xx: Fix nvram_getenv return value.
        MIPS: Octeon: Allow more than 3.75GB of memory with PCIe
        MIPS: Clean up notify_die() usage.
        MIPS: Remove unused task_struct.trap_no field.
        Documentation: Mention that KProbes is supported on MIPS
        SAMPLES: kprobe_example: Make it print something on MIPS.
        MIPS: kprobe: Add support.
        MIPS: Add instrunction format for BREAK and SYSCALL
        MIPS: kprobes: Define regs_return_value()
        MIPS: Ritually kill stupid printk.
        MIPS: Octeon: Disallow MSI-X interrupt and fall back to MSI interrupts.
        MIPS: Octeon: Support 256 MSI on PCIe
        MIPS: Decode core number for R2 CPUs.
        ...
      c3d1f174
    • J
      kgdb,docs: Update the kgdb docs to include kms · 65b5ac14
      Jason Wessel 提交于
      Update the kgdb docs to include information about kernel mode setting support.
      
      [Randy Dunlap <rdunlap@xenotime.net>: grammatical corrections]
      
      CC: Randy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      65b5ac14