1. 11 4月, 2018 2 次提交
  2. 24 3月, 2018 2 次提交
  3. 16 3月, 2018 4 次提交
  4. 07 2月, 2018 2 次提交
  5. 11 1月, 2018 1 次提交
  6. 09 12月, 2017 1 次提交
  7. 28 11月, 2017 8 次提交
  8. 15 11月, 2017 2 次提交
  9. 02 11月, 2017 4 次提交
  10. 28 10月, 2017 1 次提交
  11. 27 9月, 2017 2 次提交
  12. 21 9月, 2017 1 次提交
  13. 16 8月, 2017 5 次提交
  14. 01 6月, 2017 1 次提交
  15. 14 6月, 2017 1 次提交
  16. 02 3月, 2017 1 次提交
    • I
      sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> · 6e84f315
      Ingo Molnar 提交于
      We are going to split <linux/sched/mm.h> out of <linux/sched.h>, which
      will have to be picked up from other headers and a couple of .c files.
      
      Create a trivial placeholder <linux/sched/mm.h> file that just
      maps to <linux/sched.h> to make this patch obviously correct and
      bisectable.
      
      The APIs that are going to be moved first are:
      
         mm_alloc()
         __mmdrop()
         mmdrop()
         mmdrop_async_fn()
         mmdrop_async()
         mmget_not_zero()
         mmput()
         mmput_async()
         get_task_mm()
         mm_access()
         mm_release()
      
      Include the new header in the files that are going to need it.
      Acked-by: NLinus Torvalds <torvalds@linux-foundation.org>
      Cc: Mike Galbraith <efault@gmx.de>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      6e84f315
  17. 28 2月, 2017 1 次提交
  18. 20 9月, 2016 1 次提交