1. 10 Sep, 2009 1 commit
  2. 03 Jul, 2009 1 commit
    • Rakib Mullick's avatar
      x86, kvm: Fix section mismatches in kvm.c · d3ac8815
      Rakib Mullick authored
      
      The function paravirt_ops_setup() has been refering the
      variable no_timer_check, which is a __initdata. Thus generates
      the following warning. paravirt_ops_setup() function is called
      from kvm_guest_init() which is a __init function. So to fix
      this we mark paravirt_ops_setup as __init.
      
      The sections-check output that warned us about this was:
      
         LD      arch/x86/built-in.o
        WARNING: arch/x86/built-in.o(.text+0x166ce): Section mismatch in
        reference from the function paravirt_ops_setup() to the variable
        .init.data:no_timer_check
        The function paravirt_ops_setup() references
        the variable __initdata no_timer_check.
        This is often because paravirt_ops_setup lacks a __initdata
        annotation or the annotation of no_timer_check is wrong.
      Signed-off-by: default avatarRakib Mullick <rakib.mullick@gmail.com>
      Acked-by: default avatarAvi Kivity <avi@redhat.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      LKML-Reference: <b9df5fa10907012240y356427b8ta4bd07f0efc6a049@mail.gmail.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      d3ac8815
  3. 10 Jun, 2009 1 commit
  4. 30 Mar, 2009 1 commit
  5. 19 Mar, 2009 1 commit
  6. 21 Aug, 2008 1 commit
  7. 27 Apr, 2008 3 commits
  8. 12 Oct, 2007 1 commit
  9. 11 Feb, 2007 1 commit
  10. 03 Oct, 2006 1 commit
  11. 06 Sep, 2006 1 commit
  12. 01 Feb, 2006 1 commit
  13. 13 Jan, 2006 1 commit
  14. 07 Jan, 2006 1 commit
  15. 03 Jul, 2005 1 commit
  16. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4