04 Aug, 2016

1 commit


13 Sep, 2013

1 commit

  • 2bd2d6f2dc ("sched: Replace use of entity_key()") had remove the
    entity_key() which function is to subtract a tasks vruntime by
    its groups minvruntime as the rbtree key.
    The phrase "there is a subtraction using rq->cfs.min_vruntime
    to account for possible wraparounds" in documentation feels strange
    and meaningless. So remove it.

    Signed-off-by: Li Bin
    Signed-off-by: Peter Zijlstra
    Link: http://lkml.kernel.org/r/1378706740-7500-1-git-send-email-huawei.libin@huawei.com
    Signed-off-by: Ingo Molnar

    Li Bin
     

07 May, 2012

1 commit


16 Jun, 2011

1 commit

  • According to commit 676db4af0430 ("cgroupfs: create /sys/fs/cgroup to
    mount cgroupfs on") the canonical mountpoint for the cgroup filesystem
    is /sys/fs/cgroup. Hence, this should be used in the documentation.

    Signed-off-by: Jörg Sommer
    Acked-by: Paul Menage
    Signed-off-by: Randy Dunlap
    Signed-off-by: Linus Torvalds

    Jörg Sommer
     

23 Mar, 2011

1 commit


03 Apr, 2010

1 commit


16 Jan, 2009

1 commit

  • Move Documentation/cpusets.txt and Documentation/controllers/* to
    Documentation/cgroups/

    Signed-off-by: Li Zefan
    Acked-by: KAMEZAWA Hiroyuki
    Acked-by: Balbir Singh
    Acked-by: Paul Menage
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Li Zefan
     

09 Dec, 2008

1 commit

  • Documented the currently bogus state of support for CFS user groups with
    user namespaces. In particular, all users in a user namespace should be
    children of the user which created the user namespace. This is yet to
    be implemented.

    Signed-off-by: Serge E. Hallyn
    Acked-by: Dhaval Giani

    Signed-off-by: Serge E. Hallyn
    Signed-off-by: James Morris

    Serge E. Hallyn
     

28 Oct, 2008

1 commit


23 Sep, 2008

1 commit

  • The documentation about the CFS scheduler is scarse when it comes to
    scheduling policies. This patch adds a chapter about the scheduling
    policies it supports. Peter Zijlstra provided most of the information
    for it in

    http://marc.info/?l=linux-kernel&m=122210038326356&w=2

    Signed-off-by: Martin Steigerwald
    Acked-by: Peter Zijlstra
    Signed-off-by: Ingo Molnar

    Martin Steigerwald
     

21 Aug, 2008

1 commit


08 Feb, 2008

1 commit

  • The top-level Documentation/ directory is unmanageably large, so we
    should take any obvious opportunities to move stuff into subdirectories.
    These sched-*.txt files seem an obvious easy case.

    Signed-off-by: J. Bruce Fields
    Cc: Ingo Molnar
    Acked-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    J. Bruce Fields