1. 20 4月, 2008 1 次提交
  2. 17 4月, 2008 1 次提交
  3. 22 3月, 2008 1 次提交
  4. 30 1月, 2008 3 次提交
  5. 23 10月, 2007 1 次提交
  6. 11 10月, 2007 1 次提交
  7. 30 7月, 2007 1 次提交
  8. 22 7月, 2007 1 次提交
  9. 13 7月, 2007 1 次提交
  10. 03 5月, 2007 1 次提交
  11. 23 12月, 2006 1 次提交
  12. 07 12月, 2006 3 次提交
    • B
      [PATCH] i386: Move memory map printing and other code to e820.c · cef518e8
      bibo,mao 提交于
      This patch moves e820 memory map print and memmap boot param
      parsing function from setup.c to e820.c, also adds limit_regions
      and print_memory_map declaration in header file.
      Signed-off-by: Nbibo,mao <bibo.mao@intel.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      
       arch/i386/kernel/e820.c  |  152 +++++++++++++++++++++++++++
       arch/i386/kernel/setup.c |  158 ---------------------------------
       include/asm-i386/e820.h  |    2
       arch/i386/kernel/e820.c  |  152 ++++++++++++++++++++++++++++++++++++++++++++++
       arch/i386/kernel/setup.c |  153 -----------------------------------------------
       include/asm-i386/e820.h  |    2
       3 files changed, 155 insertions(+), 152 deletions(-)
      cef518e8
    • B
      [PATCH] i386: Move e820/efi memmap walking code to e820.c · b5b24057
      bibo,mao 提交于
      This patch moves e820/efi memmap table walking function from
      setup.c to e820.c, also this patch adds extern declaration in
      header file.
      Signed-off-by: Nbibo,mao <bibo.mao@intel.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      
       arch/i386/kernel/e820.c  |  115 +++++++++++++++++++++++++++++++++
       arch/i386/kernel/setup.c |  118 -----------------------------------
       include/asm-i386/e820.h  |    2
       arch/i386/kernel/e820.c  |  115 +++++++++++++++++++++++++++++++++++++++++++++
       arch/i386/kernel/setup.c |  118 -----------------------------------------------
       include/asm-i386/e820.h  |    2
       3 files changed, 117 insertions(+), 118 deletions(-)
      b5b24057
    • B
      [PATCH] i386: Move find_max_pfn function to e820.c · b2dff6a8
      bibo,mao 提交于
      Move more code from setup.c into e820.c
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      b2dff6a8
  13. 26 9月, 2006 1 次提交
  14. 10 4月, 2006 1 次提交
  15. 01 5月, 2005 1 次提交
    • V
      [PATCH] Increase number of e820 entries hard limit from 32 to 128 · f9ba7053
      Venkatesh Pallipadi 提交于
      The specifications that talk about E820 map doesn't have an upper limit on
      the number of e820 entries.  But, today's kernel has a hard limit of 32.
      With increase in memory size, we are seeing the number of E820 entries
      reaching close to 32.  Patch below bumps the number upto 128.
      
      The patch changes the location of EDDBUF in zero-page (as it comes after E820).
      As, EDDBUF is not used by boot loaders, this patch should not have any effect
      on bootloader-setup code interface.
      
      Patch covers both i386 and x86-64.
      
      Tested on:
      * grub booting bzImage
      * lilo booting bzImage with EDID info enabled
      * pxeboot of bzImage
      
      Side-effect:
      bss increases by ~ 2K and init.data increases by ~7.5K
      on all systems, due to increase in size of static arrays.
      Signed-off-by: NVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f9ba7053
  16. 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