index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-22
sched: Check for idle task in might_sleep()
Thomas Gleixner
1
-1
/
+2
2014-02-22
sched: Init idle->on_rq in init_idle()
Thomas Gleixner
1
-0
/
+1
2014-02-21
sched: Remove some #ifdeffery
Peter Zijlstra
4
-21
/
+60
2014-02-21
sched: Fix hotplug task migration
Peter Zijlstra
7
-12
/
+28
2014-02-21
sched/fair: Remove idle_balance() declaration in sched.h
Peter Zijlstra
2
-25
/
+29
2014-02-21
sched/fair: Reset se-depth when task switched to FAIR
Michael wang
1
-1
/
+9
2014-02-21
sched/deadline: Remove useless dl_nr_total
Kirill Tkhai
2
-4
/
+1
2014-02-21
sched/deadline: Test for CPU's presence explicitly
Boris Ostrovsky
1
-3
/
+3
2014-02-21
sched: Add 'flags' argument to sched_{set,get}attr() syscalls
Peter Zijlstra
1
-5
/
+6
2014-02-21
sched: Fix information leak in sys_sched_getattr()
Vegard Nossum
1
-1
/
+1
2014-02-21
sched,numa: add cond_resched to task_numa_work
Rik van Riel
1
-0
/
+2
2014-02-21
sched/core: Make dl_b->lock IRQ safe
Juri Lelli
1
-4
/
+6
2014-02-21
sched/core: Fix sched_rt_global_validate
Juri Lelli
1
-1
/
+2
2014-02-21
sched/deadline: Fix overflow to handle period==0 and deadline!=0
Steven Rostedt
1
-1
/
+1
2014-02-21
sched/deadline: Fix bad accounting of nr_running
Juri Lelli
1
-4
/
+2
2014-02-21
sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm
Martin Schwidefsky
1
-1
/
+3
2014-02-13
cgroup: drop @skip_css from cgroup_taskset_for_each()
Tejun Heo
1
-2
/
+2
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
1
-2
/
+1
2014-02-11
sched/idle: Move cpu/idle.c to sched/idle.c
Nicolas Pitre
2
-1
/
+145
2014-02-11
sched: Add statistic for newidle load balance cost
Alex Shi
2
-3
/
+7
2014-02-11
sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHED
Dietmar Eggemann
1
-6
/
+0
2014-02-11
sched: Push down pre_schedule() and idle_balance()
Peter Zijlstra
6
-52
/
+44
2014-02-10
sched: Clean up idle task SMP logic
Peter Zijlstra
1
-8
/
+1
2014-02-10
sched/fair: Optimize cgroup pick_next_task_fair()
Peter Zijlstra
1
-12
/
+110
2014-02-10
sched/fair: Clean up the __clear_buddies_*() functions
Peter Zijlstra
1
-9
/
+9
2014-02-10
sched: Push put_prev_task() into pick_next_task()
Peter Zijlstra
7
-34
/
+55
2014-02-10
sched/fair: Track cgroup depth
Peter Zijlstra
1
-26
/
+21
2014-02-10
sched: Move rq->idle_stamp up to the core
Daniel Lezcano
3
-11
/
+16
2014-02-10
sched: Fix race in idle_balance()
Daniel Lezcano
1
-0
/
+7
2014-02-10
sched: Remove 'cpu' parameter from idle_balance()
Daniel Lezcano
3
-3
/
+4
2014-02-09
sched: Implement task_nice() as static inline function
Dongsheng Yang
2
-21
/
+9
2014-02-09
sched: Expose some macros related to priority
Dongsheng Yang
1
-18
/
+0
2014-02-09
sched/deadline: Skip in switched_to_dl() if task is current
Kirill Tkhai
1
-1
/
+1
2014-02-08
cgroup: clean up cgroup_subsys names and initialization
Tejun Heo
2
-8
/
+4
2014-02-02
Merge branch 'linus' into sched/core, to resolve conflicts
Ingo Molnar
3
-20
/
+45
2014-01-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2014-01-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+5
2014-01-28
sched/numa: Turn some magic numbers into #defines
Rik van Riel
1
-9
/
+25
2014-01-28
sched/numa: Rename variables in task_numa_fault()
Rik van Riel
1
-4
/
+4
2014-01-28
sched/numa: Do statistics calculation using local variables only
Rik van Riel
1
-8
/
+4
2014-01-28
sched/numa: Normalize faults_cpu stats and weigh by CPU use
Rik van Riel
2
-2
/
+53
2014-01-28
sched/numa, mm: Use active_nodes nodemask to limit numa migrations
Rik van Riel
1
-0
/
+63
2014-01-28
sched/numa: Build per numa_group active node mask from numa_faults_cpu statis...
Rik van Riel
1
-0
/
+42
2014-01-28
sched/numa: Track from which nodes NUMA faults are triggered
Rik van Riel
1
-7
/
+23
2014-01-28
sched/numa: Rename p->numa_faults to numa_faults_memory
Rik van Riel
3
-33
/
+33
2014-01-28
sched/numa, mm: Remove p->numa_migrate_deferred
Rik van Riel
1
-8
/
+0
2014-01-28
sched: Make sched_class::get_rr_interval() optional
Peter Zijlstra
1
-1
/
+3
2014-01-28
sched/deadline: Add sched_dl documentation
Dario Faggioli
1
-1
/
+2
2014-01-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-19
/
+42
2014-01-25
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
1
-1
/
+1
[prev]
[next]