Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c7a4a7658d689f664050c45493d79adf053f226e
/
kernel
/
sched
8f98f6f
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
a1d9a32
sched: Check for stop task appearance when balancing happens
by Kirill Tkhai
· 11 years ago
60e69ee
sched/numa: Fix task_numa_free() lockdep splat
by Mike Galbraith
· 11 years ago
26c12d9
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
52f5684c
kernel: use macros from compiler.h instead of __attribute__((...))
by Gideon Israel Dsouza
· 11 years ago
b8780c3
sched: remove sleep_on() and friends
by Arnd Bergmann
· 11 years ago
76ca7d1
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
c96d666
kernel: audit/fix non-modular users of module_init in core code
by Paul Gortmaker
· 11 years ago
32d01dc
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
05bf58c
Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
7a48837
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
1ead658
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
a21e408
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
1f8c538
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 11 years ago
6201b4d
timer: Remove code redundancy while calling get_nohz_timer_target()
by Viresh Kumar
· 11 years ago
300a9d8
sched: Remove needless round trip nsecs <-> tick conversion of steal time
by Frederic Weisbecker
· 11 years ago
dee08a7
cputime: Fix jiffies based cputime assumption on steal accounting
by Frederic Weisbecker
· 11 years ago
6037dd1
sched: Clean up the task_hot() function
by Alex Shi
· 11 years ago
a2cd426
sched: Remove double calculation in fix_small_imbalance()
by Vincent Guittot
· 11 years ago
383afd0
sched: Fix broken setscheduler()
by Steven Rostedt
· 11 years ago
156654f
sched/numa: Move task_numa_free() to __put_task_struct()
by Mike Galbraith
· 11 years ago
35805ff
sched/fair: Fix endless loop in idle_balance()
by Kirill Tkhai
· 11 years ago
4c6c4e3
sched/core: Fix endless loop in pick_next_task()
by Kirill Tkhai
· 11 years ago
e4aa358
sched/fair: Push down check for high priority class task into idle_balance()
by Kirill Tkhai
· 11 years ago
734ff2a
sched/rt: Fix picking RT and DL tasks from empty queue
by Kirill Tkhai
· 11 years ago
a1d028b
sched/idle: Add more comments to the code
by Daniel Lezcano
· 11 years ago
8ca3c64
sched/idle: Move idle conditions in cpuidle_idle main function
by Daniel Lezcano
· 11 years ago
c8cc7d4
sched/idle: Reorganize the idle loop
by Daniel Lezcano
· 11 years ago
30cdd69
cpuidle/idle: Move the cpuidle_idle_call function to idle.c
by Daniel Lezcano
· 11 years ago
a02ed5e
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 11 years ago
96b3d28
sched/clock: Prevent tracing recursion in sched_clock_cpu()
by Fernando Luis Vazquez Cao
· 11 years ago
d44753b
sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policy
by Juri Lelli
· 11 years ago
37e117c
sched: Guarantee task priority in pick_next_task()
by Peter Zijlstra
· 11 years ago
06d50c6
sched/idle: Remove stale old file
by Peter Zijlstra
· 11 years ago
f5f9739
sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHED
by Dietmar Eggemann
· 11 years ago
faa5993
sched/deadline: Prevent rt_time growth to infinity
by Juri Lelli
· 11 years ago
eec751e
sched/deadline: Switch CPU's presence test order
by Juri Lelli
· 11 years ago
3908ac1
sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migration
by Kirill Tkhai
· 11 years ago
791c9e0
sched: Fix double normalization of vruntime
by George McCollister
· 11 years ago
c46fff2
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
by Frederic Weisbecker
· 11 years ago
fce8ad1
smp: Remove wait argument from __smp_call_function_single()
by Frederic Weisbecker
· 11 years ago
d987fc7
sched, nohz: Exclude isolated cores from load balancing
by Mike Galbraith
· 13 years ago
de91b9c
sched: Fix select_task_rq_fair() description comments
by Morten Rasmussen
· 11 years ago
75e45d5
sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE
by Dongsheng Yang
· 11 years ago
11c785b
sched/rt: Make init_sched_rt_calss() __init
by Li Zefan
· 11 years ago
d82fd25
sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'
by Li Zefan
· 11 years ago
c365c29
sched: Consider pi boosting in setscheduler()
by Thomas Gleixner
· 11 years ago
81a44c5
sched: Queue RT tasks to head when prio drops
by Thomas Gleixner
· 11 years ago
d6b1e91
sched: Adjust p->sched_reset_on_fork when nothing else changes
by Thomas Gleixner
· 11 years ago
8f47b18
sched: Add better debug output for might_sleep()
by Thomas Gleixner
· 11 years ago
db273be
sched: Check for idle task in might_sleep()
by Thomas Gleixner
· 11 years ago
7717785
sched: Init idle->on_rq in init_idle()
by Thomas Gleixner
· 11 years ago
dc87734
sched: Remove some #ifdeffery
by Peter Zijlstra
· 11 years ago
3f1d2a3
sched: Fix hotplug task migration
by Peter Zijlstra
· 11 years ago
6e83125
sched/fair: Remove idle_balance() declaration in sched.h
by Peter Zijlstra
· 11 years ago
eb7a59b
sched/fair: Reset se-depth when task switched to FAIR
by Michael wang
· 11 years ago
995b9ea
sched/deadline: Remove useless dl_nr_total
by Kirill Tkhai
· 11 years ago
82b9580
sched/deadline: Test for CPU's presence explicitly
by Boris Ostrovsky
· 11 years ago
6d35ab4
sched: Add 'flags' argument to sched_{set,get}attr() syscalls
by Peter Zijlstra
· 11 years ago
4efbc45
sched: Fix information leak in sys_sched_getattr()
by Vegard Nossum
· 11 years ago
3cf1962
sched,numa: add cond_resched to task_numa_work
by Rik van Riel
· 11 years ago
4951634
sched/core: Make dl_b->lock IRQ safe
by Juri Lelli
· 11 years ago
e9e7cb3
sched/core: Fix sched_rt_global_validate
by Juri Lelli
· 11 years ago
4df1638
sched/deadline: Fix overflow to handle period==0 and deadline!=0
by Steven Rostedt
· 11 years ago
3d5f35b
sched/deadline: Fix bad accounting of nr_running
by Juri Lelli
· 11 years ago
a53efe5
sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm
by Martin Schwidefsky
· 12 years ago
924f0d9a
cgroup: drop @skip_css from cgroup_taskset_for_each()
by Tejun Heo
· 11 years ago
e61734c
cgroup: remove cgroup->name
by Tejun Heo
· 11 years ago
cf37b6b
sched/idle: Move cpu/idle.c to sched/idle.c
by Nicolas Pitre
· 11 years ago
37e6bae
sched: Add statistic for newidle load balance cost
by Alex Shi
· 11 years ago
27f1758
sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHED
by Dietmar Eggemann
· 11 years ago
38033c3
sched: Push down pre_schedule() and idle_balance()
by Peter Zijlstra
· 11 years ago
6c3b4d4
sched: Clean up idle task SMP logic
by Peter Zijlstra
· 11 years ago
678d571
sched/fair: Optimize cgroup pick_next_task_fair()
by Peter Zijlstra
· 13 years ago
f104479
sched/fair: Clean up the __clear_buddies_*() functions
by Peter Zijlstra
· 13 years ago
606dba2
sched: Push put_prev_task() into pick_next_task()
by Peter Zijlstra
· 13 years ago
fed14d4
sched/fair: Track cgroup depth
by Peter Zijlstra
· 13 years ago
3c4017c
sched: Move rq->idle_stamp up to the core
by Daniel Lezcano
· 11 years ago
e5fc661
sched: Fix race in idle_balance()
by Daniel Lezcano
· 11 years ago
b4f2ab43
sched: Remove 'cpu' parameter from idle_balance()
by Daniel Lezcano
· 11 years ago
d0ea026
sched: Implement task_nice() as static inline function
by Dongsheng Yang
· 11 years ago
6b6350f
sched: Expose some macros related to priority
by Dongsheng Yang
· 11 years ago
390f325
sched/deadline: Skip in switched_to_dl() if task is current
by Kirill Tkhai
· 11 years ago
073219e
cgroup: clean up cgroup_subsys names and initialization
by Tejun Heo
· 11 years ago
eaa4e4f
Merge branch 'linus' into sched/core, to resolve conflicts
by Ingo Molnar
· 11 years ago
aafd9d6
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
595bf99
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
be1e4e7
sched/numa: Turn some magic numbers into #defines
by Rik van Riel
· 11 years ago
58b46da
sched/numa: Rename variables in task_numa_fault()
by Rik van Riel
· 11 years ago
35664fd
sched/numa: Do statistics calculation using local variables only
by Rik van Riel
· 11 years ago
7e2703e
sched/numa: Normalize faults_cpu stats and weigh by CPU use
by Rik van Riel
· 11 years ago
10f3904
sched/numa, mm: Use active_nodes nodemask to limit numa migrations
by Rik van Riel
· 11 years ago
20e07de
sched/numa: Build per numa_group active node mask from numa_faults_cpu statistics
by Rik van Riel
· 11 years ago
50ec8a4
sched/numa: Track from which nodes NUMA faults are triggered
by Rik van Riel
· 11 years ago
ff1df89
sched/numa: Rename p->numa_faults to numa_faults_memory
by Rik van Riel
· 11 years ago
52bf84a
sched/numa, mm: Remove p->numa_migrate_deferred
by Rik van Riel
· 11 years ago
a57beec
sched: Make sched_class::get_rr_interval() optional
by Peter Zijlstra
· 11 years ago
712e5e3
sched/deadline: Add sched_dl documentation
by Dario Faggioli
· 11 years ago
f6d13da
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
a2b4c60
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent
by Ingo Molnar
· 11 years ago
Next »