1. 29 4月, 2008 1 次提交
  2. 20 4月, 2008 1 次提交
    • M
      generic: use new set_cpus_allowed_ptr function · f70316da
      Mike Travis 提交于
        * Use new set_cpus_allowed_ptr() function added by previous patch,
          which instead of passing the "newly allowed cpus" cpumask_t arg
          by value,  pass it by pointer:
      
          -int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask)
          +int set_cpus_allowed_ptr(struct task_struct *p, const cpumask_t *new_mask)
      
        * Modify CPU_MASK_ALL
      
      Depends on:
      	[sched-devel]: sched: add new set_cpus_allowed_ptr function
      Signed-off-by: NMike Travis <travis@sgi.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      f70316da
  3. 02 2月, 2008 5 次提交
  4. 15 1月, 2008 1 次提交
  5. 02 12月, 2007 1 次提交
  6. 17 11月, 2007 5 次提交
  7. 25 7月, 2007 1 次提交
  8. 24 7月, 2007 1 次提交
  9. 03 7月, 2007 1 次提交
  10. 02 6月, 2007 2 次提交
  11. 13 2月, 2007 2 次提交
  12. 03 2月, 2007 1 次提交
  13. 14 10月, 2006 1 次提交
  14. 27 6月, 2006 3 次提交
  15. 08 1月, 2006 1 次提交
  16. 07 1月, 2006 1 次提交
  17. 05 8月, 2005 1 次提交
  18. 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