index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-22
nohz: Re-evaluate the tick from the scheduler IPI
Frederic Weisbecker
1
-1
/
+3
2013-04-22
sched: New helper to prevent from stopping the tick in full dynticks
Frederic Weisbecker
1
-0
/
+18
2013-04-22
sched: Kick full dynticks CPU that have more than one task enqueued.
Frederic Weisbecker
1
-0
/
+11
2013-04-21
sched: Fix wrong rq's runnable_avg update with rt tasks
Vincent Guittot
3
-2
/
+49
2013-04-19
mutex: Move mutex spinning code from sched/core.c back to mutex.c
Waiman Long
2
-52
/
+0
2013-04-15
nohz: Switch from "extended nohz" to "full nohz" based naming
Frederic Weisbecker
1
-3
/
+3
2013-04-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-4
/
+32
2013-04-10
sched/cpuacct/UML: Fix header file dependency bug on the UML build
Ingo Molnar
1
-0
/
+1
2013-04-10
sched/cpuacct: No need to check subsys active state
Li Zefan
1
-6
/
+0
2013-04-10
sched/cpuacct: Initialize cpuacct subsystem earlier
Li Zefan
1
-5
/
+6
2013-04-10
sched/cpuacct: Initialize root cpuacct earlier
Li Zefan
3
-14
/
+4
2013-04-10
sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct statically
Li Zefan
1
-2
/
+2
2013-04-10
sched/cpuacct: Clean up cpuacct.h
Li Zefan
2
-47
/
+43
2013-04-10
sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()
Li Zefan
2
-2
/
+7
2013-04-10
sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()
Li Zefan
2
-2
/
+6
2013-04-10
sched/cpuacct: Add cpuacct_acount_field()
Li Zefan
3
-17
/
+30
2013-04-10
sched/cpuacct: Add cpuacct_init()
Li Zefan
3
-6
/
+14
2013-04-10
sched: Split cpuacct code out of sched.h
Li Zefan
2
-47
/
+53
2013-04-10
sched: Split cpuacct code out of core.c
Li Zefan
3
-220
/
+228
2013-04-10
sched: Fix comment in rebalance_domains()
Libin
1
-1
/
+1
2013-04-10
sched: Simplify can_migrate_task()
Zhang Hang
1
-7
/
+4
2013-04-08
sched/cputime: Fix accounting on multi-threaded processes
Stanislaw Gruszka
1
-1
/
+1
2013-04-08
arch: Consolidate tsk_is_polling()
Thomas Gleixner
1
-5
/
+0
2013-04-08
sched: Fix typo inside comment
Viresh Kumar
1
-1
/
+1
2013-04-08
sched/debug: Fix sd->*_idx limit range avoiding overflow
libin
1
-1
/
+1
2013-04-08
sched_clock: Prevent 64bit inatomicity on 32bit systems
Thomas Gleixner
1
-0
/
+26
2013-04-03
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
3
-16
/
+16
2013-03-21
nohz: Wake up full dynticks CPUs when a timer gets enqueued
Frederic Weisbecker
1
-1
/
+19
2013-03-21
sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s
Tejun Heo
1
-2
/
+4
2013-03-19
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
Tejun Heo
1
-5
/
+4
2013-03-18
sched/tracing: Allow tracing the preemption decision on wakeup
Peter Zijlstra
1
-1
/
+1
2013-03-18
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
Ingo Molnar
1
-12
/
+34
2013-03-14
sched: Fix variable name misnomer, add comments
Andrei Epure
1
-4
/
+5
2013-03-13
sched: Lower chances of cputime scaling overflow
Frederic Weisbecker
1
-12
/
+34
2013-03-11
sched: Spelling fix
Andrei Epure
1
-1
/
+1
2013-03-11
sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMP
Li Zefan
1
-1
/
+2
2013-03-08
Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
Ingo Molnar
2
-75
/
+85
2013-03-07
cputime: Dynamically scale cputime for full dynticks accounting
Frederic Weisbecker
1
-74
/
+80
2013-03-07
context_tracking: Restore preempted context state after preempt_schedule_irq()
Frederic Weisbecker
1
-1
/
+5
2013-03-06
sched: Remove double declaration of root_task_group
Li Zefan
2
-5
/
+4
2013-03-06
sched: Move group scheduling functions out of include/linux/sched.h
Li Zefan
2
-5
/
+17
2013-03-06
sched: Make default_scale_freq_power() static
Li Zefan
1
-3
/
+3
2013-03-06
sched: Move struct sched_class to kernel/sched/sched.h
Li Zefan
1
-0
/
+55
2013-03-06
sched: Move wake flags to kernel/sched/sched.h
Li Zefan
1
-0
/
+7
2013-03-06
sched: Move struct sched_group to kernel/sched/sched.h
Li Zefan
1
-0
/
+56
2013-03-06
sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h
Li Zefan
1
-1
/
+25
2013-02-28
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+52
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-4
/
+2
2013-02-26
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-52
/
+141
2013-02-25
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
Linus Torvalds
1
-1
/
+1
[prev]
[next]