1. 29 9月, 2017 9 次提交
  2. 27 9月, 2017 1 次提交
  3. 29 8月, 2017 3 次提交
  4. 23 8月, 2017 2 次提交
  5. 01 8月, 2017 8 次提交
  6. 28 6月, 2017 2 次提交
  7. 05 5月, 2017 8 次提交
  8. 29 4月, 2017 1 次提交
  9. 21 4月, 2017 1 次提交
  10. 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
  11. 28 2月, 2017 1 次提交
  12. 25 2月, 2017 1 次提交
  13. 16 11月, 2016 1 次提交
  14. 02 10月, 2016 1 次提交