index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
deadline.c
Age
Commit message (
Expand
)
Author
2016-05-10
sched/rt, sched/dl: Don't push if task's scheduling class was changed
Xunlei Pang
2016-03-16
Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-03-14
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2016-03-09
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
2016-03-08
sched/deadline: Remove dl_new from struct sched_dl_entity
Luca Abeni
2016-02-29
sched/deadline: Remove superfluous call to switched_to_dl()
Peter Zijlstra
2016-02-29
sched/deadline: Always calculate end of period on sched_yield()
Peter Zijlstra
2016-02-17
sched/deadline: Fix trivial typo in printk() message
Steven Rostedt
2016-01-06
sched/deadline: Fix the earliest_dl.next logic
Wanpeng Li
2015-10-23
sched/core: Add missing lockdep_unpin() annotations
Peter Zijlstra
2015-10-20
sched/deadline: Fix migration of SCHED_DEADLINE tasks
Luca Abeni
2015-08-12
sched/deadline: Fix comment in enqueue_task_dl()
Andrea Parri
2015-08-12
sched/deadline: Fix comment in push_dl_tasks()
Andrea Parri
2015-08-12
sched: Change the sched_class::set_cpus_allowed() calling context
Peter Zijlstra
2015-08-12
sched: Make sched_class::set_cpus_allowed() unconditional
Peter Zijlstra
2015-08-03
sched/deadline: Remove a redundant condition from task_woken_dl()
Xunlei Pang
2015-06-24
Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2015-06-22
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-19
sched/deadline: Remove needless parameter in dl_runtime_exceeded()
Zhiqiang Zhang
2015-06-19
sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...
Wanpeng Li
2015-06-19
sched/deadline: Make init_sched_dl_class() __init
Wanpeng Li
2015-06-19
sched/deadline: Optimize pull_dl_task()
Wanpeng Li
2015-06-19
sched,lockdep: Employ lock pinning
Peter Zijlstra
2015-06-19
sched,dl: Fix sched class hopping CBS hole
Peter Zijlstra
2015-06-19
sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...
Peter Zijlstra
2015-06-19
sched,dl: Remove return value from pull_dl_task()
Peter Zijlstra
2015-06-19
sched: Replace post_schedule with a balance callback list
Peter Zijlstra
2015-06-19
Merge branch 'timers/core' into sched/hrtimers
Thomas Gleixner
2015-05-08
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...
Jason Low
2015-04-22
sched: deadline: Use hrtimer_start()
Thomas Gleixner
2015-04-02
sched/deadline: Support DL task migration during CPU hotplug
Wanpeng Li
2015-04-02
sched/deadline: Always enqueue on previous rq when dl_task_timer() fires
Juri Lelli
2015-04-02
sched/core: Remove unused argument from init_[rt|dl]_rq()
Abel Vesa
2015-03-27
sched/deadline: Avoid a superfluous check
Wanpeng Li
2015-03-10
sched/deadline: Add rq->clock update skip for dl task yield
Wanpeng Li
2015-02-18
sched/dl: Do update_rq_clock() in yield_task_dl()
Kirill Tkhai
2015-02-18
sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()
Kirill Tkhai
2015-02-18
sched: Make dl_task_time() use task_rq_lock()
Peter Zijlstra
2015-02-04
sched/deadline: Fix stale yield state
Peter Zijlstra
2015-02-04
sched/deadline: Fix hrtick for a non-leftmost task
Wanpeng Li
2015-02-04
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...
Ingo Molnar
2015-02-04
sched/deadline: Fix deadline parameter modification handling
Peter Zijlstra
2015-01-30
sched/deadline: Modify cpudl::free_cpus to reflect rd->online
Xunlei Pang
2015-01-09
sched/deadline: Avoid double-accounting in case of missed deadlines
Luca Abeni
2015-01-09
sched/deadline: Fix migration of SCHED_DEADLINE tasks
Luca Abeni
2014-11-16
sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICK
Wanpeng Li
2014-11-16
sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()
Wanpeng Li
2014-11-16
sched: Move p->nr_cpus_allowed check to select_task_rq()
Wanpeng Li
2014-11-16
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
2014-11-16
sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency
Stanislaw Gruszka
[next]