1. 01 1月, 2009 3 次提交
  2. 30 12月, 2008 33 次提交
  3. 29 12月, 2008 4 次提交
    • J
      DMI: add dmi_match · d61c72e5
      Jiri Slaby 提交于
      Add a wrapper for testing system_info which will handle also NULL
      system infos.
      
      This will be used by the ata PIIX driver.
      Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
      Cc: Alexandru Romanescu <a_romanescu@yahoo.co.uk>
      Cc: Tejun Heo <tj@kernel.org>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      d61c72e5
    • P
      slab: Fix comment on #endif · dfcd3610
      Pascal Terjan 提交于
      This #endif in slab.h is described as closing the inner block while it's for
      the big CONFIG_NUMA one. That makes reading the code a bit harder.
      
      This trivial patch fixes the comment.
      Signed-off-by: NPascal Terjan <pterjan@mandriva.com>
      Signed-off-by: NPekka Enberg <penberg@cs.helsinki.fi>
      dfcd3610
    • A
      SLUB: failslab support · 773ff60e
      Akinobu Mita 提交于
      Currently fault-injection capability for SLAB allocator is only
      available to SLAB. This patch makes it available to SLUB, too.
      
      [penberg@cs.helsinki.fi: unify slab and slub implementations]
      Cc: Christoph Lameter <cl@linux-foundation.org>
      Cc: Matt Mackall <mpm@selenic.com>
      Signed-off-by: NAkinobu Mita <akinobu.mita@gmail.com>
      Signed-off-by: NPekka Enberg <penberg@cs.helsinki.fi>
      773ff60e
    • D
      DRM: add mode setting support · f453ba04
      Dave Airlie 提交于
      Add mode setting support to the DRM layer.
      
      This is a fairly big chunk of work that allows DRM drivers to provide
      full output control and configuration capabilities to userspace.  It was
      motivated by several factors:
        - the fb layer's APIs aren't suited for anything but simple
          configurations
        - coordination between the fb layer, DRM layer, and various userspace
          drivers is poor to non-existent (radeonfb excepted)
        - user level mode setting drivers makes displaying panic & oops
          messages more difficult
        - suspend/resume of graphics state is possible in many more
          configurations with kernel level support
      
      This commit just adds the core DRM part of the mode setting APIs.
      Driver specific commits using these new structure and APIs will follow.
      
      Co-authors: Jesse Barnes <jbarnes@virtuousgeek.org>, Jakob Bornecrantz <jakob@tungstengraphics.com>
      Contributors: Alan Hourihane <alanh@tungstengraphics.com>, Maarten Maathuis <madman2003@gmail.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NEric Anholt <eric@anholt.net>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      f453ba04