1. 12 5月, 2007 1 次提交
  2. 01 7月, 2006 1 次提交
  3. 07 4月, 2006 1 次提交
  4. 26 10月, 2005 1 次提交
  5. 09 6月, 2005 1 次提交
    • K
      [IA64] Module gp must point to valid memory · 866ba633
      Keith Owens 提交于
      Some bits of the kernel assume that gp always points to valid memory,
      in particular PHYSICAL_MODE_ENTER() assumes that both gp and sp are
      valid virtual addresses with associated physical pages.  The IA64
      module loader puts gp well past the end of the module, with no physical
      backing.  Offsets on gp are still valid, but physical mode addressing
      breaks for modules.  Ensure that gp always falls within the module
      body.  Also ensure that gp is 8 byte aligned.
      Signed-off-by: NKeith Owens <kaos@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      866ba633
  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