1. 27 Jul, 2008 37 commits
  2. 26 Jul, 2008 3 commits
    • Linus Torvalds's avatar
      Merge branch 'tracing-fixes-for-linus' of... · a048d3af
      Linus Torvalds authored
      Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        ftrace: fix modular build
        ftrace: disable tracing on acpi idle calls
        ftrace: remove latency-tracer leftover
        ftrace: only trace preempt off with preempt tracer
        ftrace: fix 4d3702b6 (post-v2.6.26): WARNING: at kernel/lockdep.c:2731 check_flags (ftrace)
      a048d3af
    • Linus Torvalds's avatar
      Merge branch 'x86-fixes-for-linus' of... · fb3b8061
      Linus Torvalds authored
      Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        x86, AMD IOMMU: include amd_iommu_last_bdf in device initialization
        x86: fix IBM Summit based systems' phys_cpu_present_map on 32-bit kernels
        x86, RDC321x: remove gpio.h complications
        x86, RDC321x: add to mach-default
        crashdump: fix undefined reference to `elfcorehdr_addr'
        flag parameters: fix compile error of sys_epoll_create1
      fb3b8061
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 · 7f268a2b
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6: (30 commits)
        Blackfin arch: If we double fault, rather than hang forever, reset
        Blackfin arch: When icache is off, make sure people know it
        Blackfin arch: Fix bug - skip single step in high priority interrupt handler instead of disabling all interrupts in single step debugging.
        Blackfin arch: cache the values of vco/sclk/cclk as the overhead of doing so (~24 bytes) is worth avoiding the software mult/div routines
        Blackfin arch: fix bug - IMDMA is not type struct dma_register
        Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we are using both memory banks
        Blackfin arch: Apply Bluetechnix CM-BF527 board support patch
        Blackfin arch: Add unwinding for stack info, and a little more detail on trace buffer
        Blackfin arch: Add ISP1760 board resources to BF548-EZKIT
        Blackfin arch: fix bug - detect 0.1 silicon revision BF527-EZKIT as 0.0 version
        Blackfin arch: add missing IORESOURCE_MEM flags to UART3
        Blackfin arch: Add return value check in bfin_sir_probe(), remove SSYNC().
        Blackfin arch:  Extend sram malloc to handle L2 SRAM.
        Blackfin arch: Remove useless config option.
        Blackfin arch:  change L1 malloc to base on slab cache and lists.
        Blackfin arch: use local labels and ENDPROC() markings
        Blackfin arch: Do not need this dualcore test module in kernel.
        Blackfin arch: Allow ptrace to peek and poke application data in L1 data SRAM.
        Blackfin arch: Add ANOMALY_05000368 workaround
        Blackfin arch: Functional power management support
        ...
      7f268a2b