1. 29 8月, 2010 2 次提交
  2. 25 8月, 2010 2 次提交
  3. 21 8月, 2010 2 次提交
  4. 14 8月, 2010 1 次提交
  5. 12 8月, 2010 3 次提交
  6. 11 8月, 2010 2 次提交
    • T
      panic: keep blinking in spite of long spin timer mode · c7ff0d9c
      TAMUKI Shoichi 提交于
      To keep panic_timeout accuracy when running under a hypervisor, the
      current implementation only spins on long time (1 second) calls to mdelay.
       That brings a good effect, but the problem is the keyboard LEDs don't
      blink at all on that situation.
      
      This patch changes to call to panic_blink_enter() between every mdelay and
      keeps blinking in spite of long spin timer mode.
      
      The time to call to mdelay is now 100ms.  Even this change will keep
      panic_timeout accuracy enough when running under a hypervisor.
      Signed-off-by: NTAMUKI Shoichi <tamuki@linet.gr.jp>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Russell King <linux@arm.linux.org.uk>
      Acked-by: NDmitry Torokhov <dtor@mail.ru>
      Cc: Anton Blanchard <anton@samba.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c7ff0d9c
    • R
      param: use ops in struct kernel_param, rather than get and set fns directly · 9bbb9e5a
      Rusty Russell 提交于
      This is more kernel-ish, saves some space, and also allows us to
      expand the ops without breaking all the callers who are happy for the
      new members to be NULL.
      
      The few places which defined their own param types are changed to the
      new scheme (more which crept in recently fixed in following patches).
      
      Since we're touching them anyway, we change get() and set() to take a
      const struct kernel_param (which they really are).  This causes some
      harmless warnings until we fix them (in following patches).
      
      To reduce churn, module_param_call creates the ops struct so the callers
      don't have to change (and casts the functions to reduce warnings).
      The modern version which takes an ops struct is called module_param_cb.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      Reviewed-by: NTakashi Iwai <tiwai@suse.de>
      Tested-by: NPhil Carmody <ext-phil.2.carmody@nokia.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Ville Syrjala <syrjala@sci.fi>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Alessandro Rubini <rubini@ipvvis.unipv.it>
      Cc: Michal Januszewski <spock@gentoo.org>
      Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
      Cc: "J. Bruce Fields" <bfields@fieldses.org>
      Cc: Neil Brown <neilb@suse.de>
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-input@vger.kernel.org
      Cc: linux-fbdev-devel@lists.sourceforge.net
      Cc: linux-nfs@vger.kernel.org
      Cc: netdev@vger.kernel.org
      9bbb9e5a
  7. 10 8月, 2010 2 次提交
  8. 09 8月, 2010 1 次提交
  9. 06 8月, 2010 4 次提交
  10. 04 8月, 2010 1 次提交
  11. 03 8月, 2010 4 次提交
  12. 31 7月, 2010 1 次提交
  13. 29 7月, 2010 1 次提交
  14. 26 7月, 2010 2 次提交
  15. 24 7月, 2010 1 次提交
  16. 23 7月, 2010 2 次提交
  17. 22 7月, 2010 1 次提交
  18. 21 7月, 2010 5 次提交
  19. 20 7月, 2010 3 次提交