1. 26 9月, 2006 2 次提交
    • K
      [PATCH] Remove most of the special cases for the debug IST stack · f5741644
      Keith Owens 提交于
      Remove most of the special cases for the debug IST stack.  This is a
      follow on clean up patch, it requires the bug fix patch that adds
      orig_ist.
      Signed-off-by: NKeith Owens <kaos@ocs.com.au>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      f5741644
    • A
      [PATCH] Optimize PDA accesses slightly · 53ee11ae
      Andi Kleen 提交于
      Based on a idea by Jeremy Fitzhardinge:
      
      Replace the volatiles and memory clobbers in the PDA access with
      telling gcc about access to a proxy PDA structure that doesn't
      actually exist. But the dummy accesses give a defined ordering for
      read/write accesses.
      
      Also add some memory barriers to the early GS initialization to
      make sure no PDA access is moved before it.
      
      Advantage is some .text savings (probably most from better
      code for accessing "current"):
      
         text    data     bss     dec     hex filename
      4845647 1223688  615864 6685199  66020f vmlinux
      4837780 1223688  615864 6677332  65e354 vmlinux-pda
      
      1.2% smaller code
      
      Cc:  Jeremy Fitzhardinge <jeremy@goop.org>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      53ee11ae
  2. 26 3月, 2006 1 次提交
  3. 12 1月, 2006 3 次提交
  4. 15 11月, 2005 1 次提交
  5. 13 9月, 2005 2 次提交
  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