1. 04 1月, 2009 1 次提交
  2. 23 10月, 2008 3 次提交
  3. 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
  4. 20 7月, 2008 1 次提交
    • Y
      x86: extend and use x86_quirks to clean up NUMAQ code · 64898a8b
      Yinghai Lu 提交于
      add these new x86_quirks methods:
      
      	int *mpc_record;
      	int (*mpc_apic_id)(struct mpc_config_processor *m);
      	void (*mpc_oem_bus_info)(struct mpc_config_bus *m, char *name);
      	void (*mpc_oem_pci_bus)(struct mpc_config_bus *m);
      	void (*smp_read_mpc_oem)(struct mp_config_oemtable *oemtable,
                                          unsigned short oemsize);
      
      ... and move NUMAQ related mps table handling to numaq_32.c.
      
      also move the call to smp_read_mpc_oem() to smp_read_mpc() directly.
      
      Should not change functionality, albeit it would be nice to get it
      tested on real NUMAQ as well ...
      Signed-off-by: NYinghai Lu <yhlu.kernel@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      64898a8b
  5. 11 10月, 2007 1 次提交
  6. 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