1. 20 12月, 2008 2 次提交
  2. 19 12月, 2008 7 次提交
  3. 18 12月, 2008 3 次提交
  4. 17 12月, 2008 12 次提交
  5. 16 12月, 2008 1 次提交
  6. 15 12月, 2008 1 次提交
  7. 12 12月, 2008 3 次提交
  8. 08 12月, 2008 2 次提交
  9. 04 12月, 2008 1 次提交
    • J
      x86: change thread_info's flag field back to 32 bits · affa219b
      Joe Korty 提交于
      Impact: pack struct thread_info more tightly
      
      Change x86_64's thread_info 'flags' field back to __u32.
      
      This was changed to 'unsigned long' when the thread_info*.h
      for i386 and x86_64 were merged.  Change it back.  We can
      do this as only 27 bits of 'flags' are actually used.
      
      This change actually packs down thread_info by 64 bits:
      32 bits are saved by the smaller flags, and 32 bits are
      saved by the following 'mm_segment_t field' becoming
      naturally 64-bit aligned.
      Signed-off-by: NJoe Korty <joe.korty@ccur.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      affa219b
  10. 03 12月, 2008 2 次提交
  11. 02 12月, 2008 1 次提交
  12. 01 12月, 2008 2 次提交
  13. 30 11月, 2008 3 次提交