index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
spinlock: lockbreak cleanup
Nick Piggin
1
-14
/
+7
2008-01-28
kernel: add CLONE_IO to specifically request sharing of IO contexts
Jens Axboe
1
-0
/
+1
2008-01-28
ioprio: move io priority from task_struct to io_context
Jens Axboe
1
-1
/
+0
2008-01-25
sched: keep total / count stats in addition to the max for
Arjan van de Ven
1
-0
/
+2
2008-01-25
sched, futex: detach sched.h and futex.h
Alexey Dobriyan
1
-1
/
+1
2008-01-25
softlockup: fix signedness
Ingo Molnar
1
-2
/
+2
2008-01-25
sched: latencytop support
Arjan van de Ven
1
-0
/
+5
2008-01-25
sched: rt throttling vs no_hz
Peter Zijlstra
1
-0
/
+2
2008-01-25
sched: rt group scheduling
Peter Zijlstra
1
-1
/
+9
2008-01-25
sched: rt time limit
Peter Zijlstra
1
-0
/
+2
2008-01-25
sched: high-res preemption tick
Peter Zijlstra
1
-1
/
+2
2008-01-25
sched: do not do cond_resched() when CONFIG_PREEMPT
Herbert Xu
1
-1
/
+12
2008-01-25
sched: SCHED_FIFO/SCHED_RR watchdog timer
Peter Zijlstra
1
-0
/
+1
2008-01-25
sched: sched_rt_entity
Peter Zijlstra
1
-2
/
+6
2008-01-25
Preempt-RCU: implementation
Paul E. McKenney
1
-0
/
+5
2008-01-25
sched: RT-balance, add new methods to sched_class
Steven Rostedt
1
-0
/
+7
2008-01-25
sched: RT-balance, replace hooks with pre/post schedule and wakeup methods
Steven Rostedt
1
-0
/
+3
2008-01-25
sched: add sched-domain roots
Gregory Haskins
1
-0
/
+3
2008-01-25
sched: de-SCHED_OTHER-ize the RT path
Gregory Haskins
1
-0
/
+1
2008-01-25
sched: add RT-balance cpu-weight
Gregory Haskins
1
-0
/
+2
2008-01-25
softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks
Ingo Molnar
1
-0
/
+10
2008-01-25
sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups
Srivatsa Vaddagiri
1
-0
/
+4
2008-01-24
fix struct user_info export's sysfs interaction
Kay Sievers
1
-7
/
+2
2008-01-13
remove task_ppid_nr_ns
Roland McGrath
1
-13
/
+0
2007-11-28
sched: clean up, move __sched_text_start/end to sched.h
Ingo Molnar
1
-0
/
+4
2007-11-09
sched: proper prototype for kernel/sched.c:migration_init()
Adrian Bunk
1
-0
/
+8
2007-11-09
sched: avoid large irq-latencies in smp-balancing
Peter Zijlstra
1
-0
/
+1
2007-11-09
sched: remove PREEMPT_RESTRICT
Ingo Molnar
1
-1
/
+0
2007-11-09
sched: restore deterministic CPU accounting on powerpc
Paul Mackerras
1
-0
/
+1
2007-11-09
sched: reintroduce the sched_min_granularity tunable
Peter Zijlstra
1
-1
/
+5
2007-10-30
sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2
Balbir Singh
1
-1
/
+1
2007-10-29
sched: keep utime/stime monotonic
Peter Zijlstra
1
-0
/
+1
2007-10-26
De-constify sched.h
Alexey Dobriyan
1
-14
/
+14
2007-10-24
sched: isolate SMP balancing code a bit more
Peter Williams
1
-0
/
+2
2007-10-24
sched: reduce balance-tasks overhead
Peter Williams
1
-2
/
+5
2007-10-24
sched: constify sched.h
Joe Perches
1
-14
/
+14
2007-10-19
Isolate the explicit usage of signal->pgrp
Pavel Emelyanov
1
-2
/
+17
2007-10-19
cpuset sched_load_balance flag
Paul Jackson
1
-0
/
+2
2007-10-19
Uninline the task_xid_nr_ns() calls
Pavel Emelyanov
1
-20
/
+4
2007-10-19
Isolate some explicit usage of task->tgid
Pavel Emelyanov
1
-0
/
+6
2007-10-19
Uninline find_task_by_xxx set of functions
Pavel Emelyanov
1
-9
/
+6
2007-10-19
pid namespaces: allow cloning of new namespace
Pavel Emelyanov
1
-0
/
+1
2007-10-19
pid namespaces: miscellaneous preparations for pid namespaces
Pavel Emelyanov
1
-7
/
+5
2007-10-19
pid namespaces: helpers to find the task by its numerical ids
Pavel Emelyanov
1
-2
/
+29
2007-10-19
pid namespaces: helpers to obtain pid numbers
Pavel Emelyanov
1
-10
/
+98
2007-10-19
pid namespaces: define is_global_init() and is_container_init()
Serge E. Hallyn
1
-2
/
+10
2007-10-19
pid namespaces: round up the API
Pavel Emelianov
1
-10
/
+5
2007-10-19
Task Control Groups: make cpusets a client of cgroups
Paul Menage
1
-3
/
+0
2007-10-19
Task Control Groups: shared cgroup subsystem group arrays
Paul Menage
1
-29
/
+4
2007-10-19
Task Control Groups: basic task cgroup framework
Paul Menage
1
-1
/
+33
[next]