1. 22 7月, 2014 1 次提交
  2. 21 7月, 2014 2 次提交
  3. 19 7月, 2014 1 次提交
  4. 18 7月, 2014 4 次提交
  5. 16 7月, 2014 1 次提交
    • P
      locking/mutex: Disable optimistic spinning on some architectures · 4badad35
      Peter Zijlstra 提交于
      The optimistic spin code assumes regular stores and cmpxchg() play nice;
      this is found to not be true for at least: parisc, sparc32, tile32,
      metag-lock1, arc-!llsc and hexagon.
      
      There is further wreckage, but this in particular seemed easy to
      trigger, so blacklist this.
      
      Opt in for known good archs.
      Signed-off-by: NPeter Zijlstra <peterz@infradead.org>
      Reported-by: NMikulas Patocka <mpatocka@redhat.com>
      Cc: David Miller <davem@davemloft.net>
      Cc: Chris Metcalf <cmetcalf@tilera.com>
      Cc: James Bottomley <James.Bottomley@hansenpartnership.com>
      Cc: Vineet Gupta <vgupta@synopsys.com>
      Cc: Jason Low <jason.low2@hp.com>
      Cc: Waiman Long <waiman.long@hp.com>
      Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
      Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
      Cc: John David Anglin <dave.anglin@bell.net>
      Cc: James Hogan <james.hogan@imgtec.com>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Davidlohr Bueso <davidlohr@hp.com>
      Cc: stable@vger.kernel.org
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Will Deacon <will.deacon@arm.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: sparclinux@vger.kernel.org
      Link: http://lkml.kernel.org/r/20140606175316.GV13930@laptop.programming.kicks-ass.netSigned-off-by: NIngo Molnar <mingo@kernel.org>
      4badad35
  6. 13 7月, 2014 1 次提交
  7. 11 7月, 2014 3 次提交
  8. 08 7月, 2014 7 次提交
  9. 07 7月, 2014 11 次提交
  10. 05 7月, 2014 3 次提交
  11. 04 7月, 2014 1 次提交
    • R
      ARM: dts: dra7xx-clocks: Fix the l3 and l4 clock rates · dd94324b
      Rajendra Nayak 提交于
      Without the patch:
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck # cat clk_rate
      532000000
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div # cat clk_rate
      532000000
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div/l4_root_clk_div # cat clk_rate
      532000000
      
      With the patch:
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck # cat clk_rate
      532000000
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div # cat clk_rate
      266000000
      /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div/l4_root_clk_div # cat clk_rate
      133000000
      
      The l3 clock derived from core DPLL is actually a divider clock,
      with the default divider set to 2. l4 then derived from l3 is a fixed factor
      clock, but the fixed divider is 2 and not 1. Which means the l3 clock is
      half of core DPLLs h12x2 and l4 is half of l3 (as seen with this patch)
      Signed-off-by: NRajendra Nayak <rnayak@ti.com>
      Signed-off-by: NTero Kristo <t-kristo@ti.com>
      dd94324b
  12. 02 7月, 2014 5 次提交