1. 09 12月, 2009 11 次提交
  2. 24 11月, 2009 5 次提交
  3. 21 11月, 2009 1 次提交
  4. 19 11月, 2009 1 次提交
  5. 12 11月, 2009 1 次提交
  6. 10 11月, 2009 1 次提交
    • F
      swiotlb: Defer swiotlb init printing, export swiotlb_print_info() · ad32e8cb
      FUJITA Tomonori 提交于
      This enables us to avoid printing swiotlb memory info when we
      initialize swiotlb. After swiotlb initialization, we could find
      that we don't need swiotlb.
      
      This patch removes the code to print swiotlb memory info in
      swiotlb_init() and exports the function to do that.
      Signed-off-by: NFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
      Cc: chrisw@sous-sol.org
      Cc: dwmw2@infradead.org
      Cc: joerg.roedel@amd.com
      Cc: muli@il.ibm.com
      Cc: tony.luck@intel.com
      Cc: benh@kernel.crashing.org
      LKML-Reference: <1257849980-22640-9-git-send-email-fujita.tomonori@lab.ntt.co.jp>
      [ -v2: merge up conflict ]
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      ad32e8cb
  7. 06 11月, 2009 1 次提交
    • E
      sysctl: Introduce a generic compat sysctl sysctl · da3f6f9b
      Eric W. Biederman 提交于
      This uses compat_alloc_userspace to remove the various
      hacks to allow do_sysctl to write to throuh oldlenp.
      
      The rest of our mature compat syscall helper facitilies
      are used as well to ensure we have a nice clean maintainable
      compat syscall that can be used on all architectures.
      
      The motiviation for a generic compat sysctl (besides the
      obvious hack removal) is to reduce the number of compat
      sysctl defintions out there so I can refactor the
      binary sysctl implementation.
      
      ppc already used the name compat_sys_sysctl so I remove the
      ppcs version here.
      
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      da3f6f9b
  8. 05 11月, 2009 6 次提交
  9. 30 10月, 2009 10 次提交
  10. 28 10月, 2009 3 次提交