index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: simplify sched_class::yield_task()
Dmitry Adamushko
2007-10-15
3
-8
/
+8
*
sched: optimize task_new_fair()
Dmitry Adamushko
2007-10-15
1
-3
/
+4
*
sched: fix delay accounting performance regression
Ingo Molnar
2007-10-15
1
-2
/
+2
*
sched: do not keep current in the tree and get rid of sched_entity::fair_key
Dmitry Adamushko
2007-10-15
3
-21
/
+36
*
sched: add set_curr_task() calls
Dmitry Adamushko
2007-10-15
1
-9
/
+13
*
sched: sched_setscheduler() fix
Dmitry Adamushko
2007-10-15
1
-0
/
+4
*
sched: group-scheduler core
Srivatsa Vaddagiri
2007-10-15
4
-18
/
+341
*
sched: fix SMP migration latencies
Mike Galbraith
2007-10-15
1
-0
/
+3
*
sched: better min_vruntime tracking
Peter Zijlstra
2007-10-15
1
-7
/
+33
*
sched: clean up schedstat block in dequeue_entity()
Dmitry Adamushko
2007-10-15
1
-2
/
+2
*
sched: remove wait_runtime fields and features
Ingo Molnar
2007-10-15
3
-152
/
+14
*
sched: remove wait_runtime limit
Ingo Molnar
2007-10-15
4
-123
/
+5
*
sched: clean up struct load_stat
Dmitry Adamushko
2007-10-15
3
-13
/
+9
*
sched: debug: update exec_clock only when SCHED_DEBUG
Ingo Molnar
2007-10-15
1
-1
/
+1
*
sched: add more vruntime statistics
Ingo Molnar
2007-10-15
1
-2
/
+9
*
sched: handle vruntime 64-bit overflow
Peter Zijlstra
2007-10-15
1
-4
/
+11
*
sched: add tree based averages
Peter Zijlstra
2007-10-15
2
-8
/
+18
*
sched: remove SCHED_FEAT_SKIP_INITIAL
Ingo Molnar
2007-10-15
2
-10
/
+1
*
sched: add se->vruntime debugging
Ingo Molnar
2007-10-15
1
-3
/
+27
*
sched: clean up new task placement
Peter Zijlstra
2007-10-15
1
-15
/
+42
*
sched: wakeup granularity increase
Ingo Molnar
2007-10-15
1
-16
/
+11
*
sched: simplify check_preempt() methods
Ingo Molnar
2007-10-15
1
-4
/
+3
*
sched: simplify adaptive latency
Peter Zijlstra
2007-10-15
1
-104
/
+9
*
sched: new task placement for vruntime
Peter Zijlstra
2007-10-15
1
-9
/
+27
*
sched: optimize vruntime based scheduling
Ingo Molnar
2007-10-15
2
-2
/
+6
*
sched: move sched_feat() definitions
Ingo Molnar
2007-10-15
2
-31
/
+31
*
sched: introduce se->vruntime
Ingo Molnar
2007-10-15
2
-33
/
+49
*
sched: clean up calc_weighted()
Ingo Molnar
2007-10-15
1
-23
/
+8
*
sched: speed up update_load_add/_sub()
Ingo Molnar
2007-10-15
1
-4
/
+5
*
sched: uninline __enqueue_entity()/__dequeue_entity()
Ingo Molnar
2007-10-15
1
-2
/
+2
*
sched: simplify SCHED_FEAT_* code
Peter Zijlstra
2007-10-15
1
-5
/
+7
*
sched: cleanup: simplify cfs_rq_curr() methods
Ingo Molnar
2007-10-15
1
-18
/
+6
*
sched: track cfs_rq->curr on !group-scheduling too
Ingo Molnar
2007-10-15
2
-23
/
+10
*
sched: remove precise CPU load calculations #2
Ingo Molnar
2007-10-15
1
-31
/
+1
*
sched: remove precise CPU load
Ingo Molnar
2007-10-15
3
-41
/
+9
*
sched: remove stat_gran
Ingo Molnar
2007-10-15
3
-47
/
+15
*
sched: use constants if !CONFIG_SCHED_DEBUG
Ingo Molnar
2007-10-15
2
-14
/
+20
*
sched: uniform tunings
Ingo Molnar
2007-10-15
1
-28
/
+0
*
sched: debug: track maximum 'slice'
Ingo Molnar
2007-10-15
3
-0
/
+14
*
sched: small sched_debug cleanup
Ingo Molnar
2007-10-15
1
-3
/
+7
*
sched: use list_for_each_entry_safe() in __wake_up_common()
Matthias Kaehlcke
2007-10-15
1
-3
/
+2
*
sched: resched task in task_new_fair()
Ingo Molnar
2007-10-15
1
-0
/
+1
*
sched: fix sysctl_sched_child_runs_first flag
Ingo Molnar
2007-10-15
1
-4
/
+2
*
clockevents: introduce force broadcast notifier
Thomas Gleixner
2007-10-14
2
-6
/
+24
*
more low-hanging fruits - kernel, fs, lib signedness
Al Viro
2007-10-14
1
-3
/
+3
*
minimal build fixes for uml (fallout from x86 merge)
Al Viro
2007-10-13
1
-1
/
+1
*
clock events: allow replacement of broadcast timer
Venki Pallipadi
2007-10-12
2
-9
/
+8
*
clockevents: fix periodic broadcast for oneshot devices
Thomas Gleixner
2007-10-12
1
-2
/
+0
*
clockevents: Allow build w/o run-tine usage for migration purposes
Thomas Gleixner
2007-10-12
3
-2
/
+8
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2007-10-12
1
-1
/
+1
|
\
[next]