1. 19 8月, 2012 3 次提交
  2. 31 7月, 2012 1 次提交
  3. 26 6月, 2012 1 次提交
  4. 14 6月, 2012 1 次提交
  5. 12 6月, 2012 1 次提交
  6. 02 6月, 2012 5 次提交
  7. 25 5月, 2012 2 次提交
  8. 24 5月, 2012 1 次提交
  9. 22 5月, 2012 2 次提交
    • A
      alpha: tidy signal delivery up · cbdfb9ff
      Al Viro 提交于
      * move force_sigsegv() (from setup...frame()) and clearing RESTART_SIGMASK
      (from do_signal()) into hanlde_signal()
      * get rid of handle_signal() return value and oldset argument
      * checking for TIF_SIGPENDING is enough; set_restart_sigmask() sets this
      one as well.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      cbdfb9ff
    • A
      new helper: sigsuspend() · 68f3f16d
      Al Viro 提交于
      guts of saved_sigmask-based sigsuspend/rt_sigsuspend.  Takes
      kernel sigset_t *.
      
      Open-coded instances replaced with calling it.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      68f3f16d
  10. 09 5月, 2012 1 次提交
  11. 05 5月, 2012 1 次提交
  12. 03 5月, 2012 2 次提交
  13. 26 4月, 2012 2 次提交
    • T
      alpha: Use generic idle thread allocation · 2ec9415c
      Thomas Gleixner 提交于
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
      Cc: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
      Cc: Matt Turner <mattst88@gmail.com>
      Link: http://lkml.kernel.org/r/20120420124557.914631081@linutronix.de
      2ec9415c
    • T
      smp: Add task_struct argument to __cpu_up() · 8239c25f
      Thomas Gleixner 提交于
      Preparatory patch to make the idle thread allocation for secondary
      cpus generic.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
      Cc: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
      Cc: Matt Turner <mattst88@gmail.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Cc: Jesper Nilsson <jesper.nilsson@axis.com>
      Cc: Richard Kuo <rkuo@codeaurora.org>
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: Hirokazu Takata <takata@linux-m32r.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: David Howells <dhowells@redhat.com>
      Cc: James E.J. Bottomley <jejb@parisc-linux.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Chris Metcalf <cmetcalf@tilera.com>
      Cc: Richard Weinberger <richard@nod.at>
      Cc: x86@kernel.org
      Link: http://lkml.kernel.org/r/20120420124556.964170564@linutronix.de
      8239c25f
  14. 06 4月, 2012 2 次提交
  15. 29 3月, 2012 2 次提交
  16. 28 3月, 2012 1 次提交
  17. 21 3月, 2012 1 次提交
  18. 20 3月, 2012 1 次提交
  19. 09 3月, 2012 3 次提交
  20. 05 3月, 2012 1 次提交
  21. 24 2月, 2012 2 次提交
  22. 07 1月, 2012 1 次提交
  23. 04 12月, 2011 1 次提交
  24. 29 11月, 2011 1 次提交
    • M
      alpha: switch to GENERIC_PCI_IOMAP · f2971c4c
      Michael S. Tsirkin 提交于
      alpha copied pci_iomap from generic code to avoid
      pulling the rest of iomap.c in.  Since that's in
      a separate file now, we can reuse the common implementation.
      
      The only difference is handling of nocache flag,
      that turns out to be done correctly by the
      generic code since arch/alpha/include/asm/io.h
      defines ioremap_nocache same as ioremap.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      f2971c4c
  25. 01 11月, 2011 1 次提交