1. 23 10月, 2008 3 次提交
  2. 23 7月, 2008 1 次提交
    • V
      x86: consolidate header guards · 77ef50a5
      Vegard Nossum 提交于
      This patch is the result of an automatic script that consolidates the
      format of all the headers in include/asm-x86/.
      
      The format:
      
      1. No leading underscore. Names with leading underscores are reserved.
      2. Pathname components are separated by two underscores. So we can
         distinguish between mm_types.h and mm/types.h.
      3. Everything except letters and numbers are turned into single
         underscores.
      Signed-off-by: NVegard Nossum <vegard.nossum@gmail.com>
      77ef50a5
  3. 13 7月, 2008 1 次提交
    • Y
      x86: make 64bit have get_apic_id · f910a9dc
      Yinghai Lu 提交于
      generalize the x2apic code some more.
      
      let read_apic_id become a macro (later on a function/inline)
      GET_APIC_ID(apic_read(APIC_ID))
      
        +#define read_apic_id()  (GET_APIC_ID(apic_read(APIC_ID)))
      
      instead of this weird construct:
      
        -#define read_apic_id  (genapic->read_apic_id)
      Signed-off-by: NYinghai Lu <yhlu.kernel@gmail.com>
      Cc: Suresh Siddha <suresh.b.siddha@intel.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      f910a9dc
  4. 12 7月, 2008 2 次提交
  5. 17 4月, 2008 2 次提交
    • Y
      x86: fix smpboot integration · 9b967106
      Yinghai Lu 提交于
      >  yhlu@mpk:~/xx/xx/kernel/x86/linux-2.6> git-bisect bad
      >  d1c707188ad646c8094cac9afb1738e7d0196ff2 is first bad commit
      >  commit d1c707188ad646c8094cac9afb1738e7d0196ff2
      >  Author: Glauber de Oliveira Costa <gcosta@redhat.com>
      >  Date:   Wed Mar 19 14:25:53 2008 -0300
      >
      >     x86: include mach_apic.h in smpboot_64.c and smpboot.c
      >
      >     After the inclusion, a lot of files needs fixing for conflicts,
      >     some of them in the headers themselves, to accomodate for both
      >     i386 and x86_64 versions.
      >
      >     [ mingo@elte.hu: build fix ]
      >
      >     Signed-off-by: Glauber Costa <gcosta@redhat.com>
      >     Signed-off-by: Ingo Molnar <mingo@elte.hu>
      >
      >  :040000 040000 19f574e64bb8003bbe984f3a8c1315db969dfdcd
      >  6ffe96588c77bc936705599fa110107856201115 M      arch
      >  :040000 040000 61269347ad4f384ed85cc87c4f2d004ed94492ac
      >  8f5c713da25579a3cdf63db3d4c2f795261d0521 M      include
      >  yhlu@mpk:~/xx/xx/kernel/x86/linux-2.6>
      >
      
      attached patch fixes that.
      9b967106
    • G
      x86: include mach_apic.h in smpboot_64.c and smpboot.c · f6bc4029
      Glauber de Oliveira Costa 提交于
      After the inclusion, a lot of files needs fixing for conflicts,
      some of them in the headers themselves, to accomodate for both
      i386 and x86_64 versions.
      
      [ mingo@elte.hu: build fix ]
      Signed-off-by: NGlauber Costa <gcosta@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      f6bc4029
  6. 18 10月, 2007 1 次提交
  7. 11 10月, 2007 1 次提交
  8. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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