You need to sign in or sign up before continuing.
  1. 07 11月, 2007 3 次提交
  2. 02 11月, 2007 1 次提交
    • P
      sh: Decouple 4k and soft/hardirq stacks. · 110ed282
      Paul Mundt 提交于
      While using separate IRQ stacks can cut down on stack consumption,
      many users can also use 4k stacks directly without the additional
      need of separate stacks for soft and hardirqs.
      
      With this split, we support the same rationale for 4KSTACKS as
      m68knommu, with the IRQSTACKS abstraction as per ppc64.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      110ed282
  3. 30 10月, 2007 4 次提交
  4. 23 10月, 2007 3 次提交
  5. 20 10月, 2007 3 次提交
  6. 19 10月, 2007 1 次提交
    • N
      bitops: introduce lock ops · 26333576
      Nick Piggin 提交于
      Introduce test_and_set_bit_lock / clear_bit_unlock bitops with lock semantics.
      Convert all architectures to use the generic implementation.
      Signed-off-by: NNick Piggin <npiggin@suse.de>
      Acked-By: NDavid Howells <dhowells@redhat.com>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
      Cc: Bryan Wu <bryan.wu@analog.com>
      Cc: Mikael Starvik <starvik@axis.com>
      Cc: David Howells <dhowells@redhat.com>
      Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Hirokazu Takata <takata@linux-m32r.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Cc: Greg Ungerer <gerg@uclinux.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Kyle McMartin <kyle@mcmartin.ca>
      Cc: Matthew Wilcox <willy@debian.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
      Cc: Richard Curnow <rc@rc0.org.uk>
      Cc: William Lee Irwin III <wli@holomorphy.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jeff Dike <jdike@addtoit.com>
      Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Cc: Miles Bader <uclinux-v850@lsi.nec.co.jp>
      Cc: Andi Kleen <ak@muc.de>
      Cc: Chris Zankel <chris@zankel.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      26333576
  7. 17 10月, 2007 7 次提交
  8. 11 10月, 2007 1 次提交
  9. 08 10月, 2007 1 次提交
  10. 03 10月, 2007 2 次提交
    • P
      sh: Make kgdb i-cache flushing less inept. · 01bd5e9e
      Paul Mundt 提交于
      kgdb had its own ranged I-cache flushing routine that attempted to
      duplicate the flush_icache_range() functionality, but managed to do
      an explicit D-cache writeback & invalidate twice on SH-4. This is
      a no-op for SH-3, and the flush_icache_range() semantics already do
      what kgdb was feebly attempting to do already, so just move over to
      that and kill off the wrapper.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      01bd5e9e
    • P
      sh: kgdb section mismatches and tidying. · a90f3547
      Paul Mundt 提交于
      The kgdb console setup was callable from a left-over deferred
      initialization path, which in turn depends on __init symbols. Since
      the deferred initialization was removed some time ago, kill off the
      rest of those remnants and move kgdb_init() and friends to __init.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      a90f3547
  11. 27 9月, 2007 2 次提交
  12. 24 9月, 2007 1 次提交
  13. 03 10月, 2007 1 次提交
  14. 21 9月, 2007 10 次提交