14 Aug, 2011

1 commit


11 Jul, 2011

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
     

13 Jun, 2011

1 commit

  • Change all "arch/i386" to "arch/x86" in Documentaion/,
    since the directory has changed.

    Also update the files which have changed their filename
    in the meantime accordingly.

    Signed-off-by: Wanlong Gao
    [jkosina@suse.cz: reword changelog]
    Signed-off-by: Jiri Kosina

    Wanlong Gao
     

31 Mar, 2011

1 commit


23 Mar, 2011

1 commit


01 Feb, 2011

1 commit

  • Version 15 of schedstats was introduced in:

    67aa0f767af4: sched: remove unused fields from struct rq

    and removed three unused counters in sched_yield(). Update
    the documentation.

    Signed-off-by: Javi Merino
    Cc: henrix@sapo.pt
    Cc: rdunlap@xenotime.net
    Cc: Peter Zijlstra
    Cc: Mike Galbraith
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Javi Merino
     

03 Nov, 2010

1 commit


03 Apr, 2010

1 commit


21 Jun, 2009

1 commit


13 Jun, 2009

1 commit


29 May, 2009

1 commit

  • Fix typo about static priority's range.

    Kernel Space User Space
    ===============================================================
    0(high) to 98(low) user RT priority 99(high) to 1(low)
    with SCHED_RR or SCHED_FIFO
    ---------------------------------------------------------------
    99 sched_priority is not used in scheduling
    decisions(it must be specified as 0)
    ---------------------------------------------------------------
    100(high) to 139(low) user nice -20(high) to 19(low)
    ---------------------------------------------------------------
    140 idle task priority
    ---------------------------------------------------------------
    * ref) http://www.kernel.org/doc/man-pages/online/pages/man2/sched_setscheduler.2.html

    Signed-off-by: GeunSik Lim
    CC: Steven Rostedt
    Signed-off-by: Peter Zijlstra
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    GeunSik Lim
     

06 May, 2009

1 commit


30 Mar, 2009

1 commit


02 Mar, 2009

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
     

29 Dec, 2008

1 commit

  • …/git/tip/linux-2.6-tip

    * 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (31 commits)
    sched: fix warning in fs/proc/base.c
    schedstat: consolidate per-task cpu runtime stats
    sched: use RCU variant of list traversal in for_each_leaf_rt_rq()
    sched, cpuacct: export percpu cpuacct cgroup stats
    sched, cpuacct: refactoring cpuusage_read / cpuusage_write
    sched: optimize update_curr()
    sched: fix wakeup preemption clock
    sched: add missing arch_update_cpu_topology() call
    sched: let arch_update_cpu_topology indicate if topology changed
    sched: idle_balance() does not call load_balance_newidle()
    sched: fix sd_parent_degenerate on non-numa smp machine
    sched: add uid information to sched_debug for CONFIG_USER_SCHED
    sched: move double_unlock_balance() higher
    sched: update comment for move_task_off_dead_cpu
    sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares
    sched/rt: removed unneeded defintion
    sched: add hierarchical accounting to cpu accounting controller
    sched: include group statistics in /proc/sched_debug
    sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER => SCHED_OMIT_FRAME_POINTER
    sched: clean up SCHED_CPUMASK_ALLOC
    ...

    Linus Torvalds
     

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
     

06 Nov, 2008

1 commit


30 Oct, 2008

1 commit


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


18 Jun, 2008

1 commit


06 Jun, 2008

1 commit


06 May, 2008

1 commit


20 Apr, 2008

1 commit


12 Apr, 2008

1 commit


11 Mar, 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