1. 13 Jul, 2010 17 commits
  2. 12 Jul, 2010 3 commits
  3. 08 Jul, 2010 1 commit
  4. 07 Jul, 2010 14 commits
  5. 05 Jul, 2010 5 commits
    • Linus Torvalds's avatar
      Linux 2.6.35-rc4 · 815c4163
      Linus Torvalds authored
      815c4163
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 71665963
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        ARM: 6205/1: perf: ensure counter delta is treated as unsigned
        ARM: 6202/1: Do not ARM_DMA_MEM_BUFFERABLE on RealView boards with L210/L220
        ARM: 6201/1: RealView: Do not use outer_sync() on ARM11MPCore boards with L220
        ARM: 6195/1: OMAP3: pmu: make CPU_HAS_PMU dependent on OMAP3_EMU
        ARM: 6194/1: change definition of cpu_relax() for ARM11MPCore
        ARM: 6193/1: RealView: Align the machine_desc.phys_io to 1MB section
        ARM: 6192/1: VExpress: Align the machine_desc.phys_io to 1MB section
        ARM: 6188/1: Add a config option for the ARM11MPCore DMA cache maintenance workaround
        ARM: 6187/1: The v6_dma_inv_range() function must preserve data on SMP
        ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds
        ARM: mx3: mx31lilly: fix build error for !CONFIG_USB_ULPI
        [ARM] mmp: fix build failure due to IRQ_PMU depends on ARCH_PXA
        [ARM] pxa/mioa701: fix camera regression
        [ARM] pxa/z2: fix flash layout to final version
        [ARM] pxa/z2: fix missing include in battery driver
        [ARM] pxa: fix incorrect gpio type in udc_pxa2xx.h
      71665963
    • Linus Torvalds's avatar
      Merge branch 'perf-fixes-for-linus' of... · 3f7d7b4b
      Linus Torvalds authored
      Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        perf, x86: Fix incorrect branches event on AMD CPUs
        perf tools: Fix find tids routine by excluding "." and ".."
        x86: Send a SIGTRAP for user icebp traps
      3f7d7b4b
    • Yehuda Sadeh's avatar
      module: initialize module dynamic debug later · ff49d74a
      Yehuda Sadeh authored
      We should initialize the module dynamic debug datastructures
      only after determining that the module is not loaded yet. This
      fixes a bug that introduced in 2.6.35-rc2, where when a trying
      to load a module twice, we also load it's dynamic printing data
      twice which causes all sorts of nasty issues. Also handle
      the dynamic debug cleanup later on failure.
      Signed-off-by: default avatarYehuda Sadeh <yehuda@hq.newdream.net>
      Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (removed a #ifdef)
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      ff49d74a
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs · e3668dd8
      Linus Torvalds authored
      * 'for-linus' of git://oss.sgi.com/xfs/xfs:
        xfs: remove block number from inode lookup code
        xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED
        xfs: validate untrusted inode numbers during lookup
        xfs: always use iget in bulkstat
        xfs: prevent swapext from operating on write-only files
      e3668dd8