1. 16 4月, 2011 3 次提交
    • L
      Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra · e82e6f16
      Linus Torvalds 提交于
      * 'for-linus' of git://android.git.kernel.org/kernel/tegra:
        arm: tegra: fix error check in tegra2_clocks.c
        ARM: tegra: gpio: Fix unused variable warnings
      e82e6f16
    • L
      Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm · c98ece69
      Linus Torvalds 提交于
      * 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm:
        ARM: 6879/1: fix personality test wrt usage of domain handlers
        ARM: 6878/1: fix personality flag propagation across an exec
        ARM: 6877/1: the ADDR_NO_RANDOMIZE personality flag should be honored with mmap()
        ARM: 6876/1: Kconfig.debug: Remove unused CONFIG_DEBUG_ERRORS
        ARM: pxa: convert incorrect IRQ_TO_IRQ() to irq_to_gpio()
        ARM: mmp: align NR_BUILTIN_GPIO with gpio interrupt number
        ARM: pxa: align NR_BUILTIN_GPIO with GPIO interrupt number
        ARM: pxa: always clear LPM bits for PXA168 MFPR
        pcmcia: limit pxa2xx_trizeps4 subdriver to trizeps4 platform
        pcmcia: limit pxa2xx_balloon3 subdriver to balloon3 platform
        ARM: pxafb: Fix access to nonexistent member of pxafb_info
        ARM: 6872/1: arch:common:Makefile Remove unused config in the Makefile.
        ARM: 6868/1: Preserve the VFP state during fork
        ARM: 6867/1: Introduce THREAD_NOTIFY_COPY for copy_thread() hooks
        ARM: 6866/1: Do not restrict HIGHPTE to !OUTER_CACHE
        ARM: 6865/1: perf: ensure pass through zero is counted on overflow
        ARM: 6864/1: hw_breakpoint: clear DBGVCR out of reset
        ARM: Only allow PM_SLEEP with CPUs which support suspend
        ARM: Make consolidated PM sleep code depend on PM_SLEEP
      c98ece69
    • T
      vfs: Fix absolute RCU path walk failures due to uninitialized seq number · c1530019
      Tim Chen 提交于
      During RCU walk in path_lookupat and path_openat, the rcu lookup
      frequently failed if looking up an absolute path, because when root
      directory was looked up, seq number was not properly set in nameidata.
      
      We dropped out of RCU walk in nameidata_drop_rcu due to mismatch in
      directory entry's seq number.  We reverted to slow path walk that need
      to take references.
      
      With the following patch, I saw a 50% increase in an exim mail server
      benchmark throughput on a 4-socket Nehalem-EX system.
      Signed-off-by: NTim Chen <tim.c.chen@linux.intel.com>
      Reviewed-by: NAndi Kleen <ak@linux.intel.com>
      Cc: stable@kernel.org (v2.6.38)
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c1530019
  2. 15 4月, 2011 35 次提交
  3. 14 4月, 2011 2 次提交