index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-29
cputime: Separate irqtime accounting from generic vtime
Frederic Weisbecker
1
-2
/
+2
2012-10-29
vtime: Make vtime_account_system() irqsafe
Frederic Weisbecker
1
-3
/
+13
2012-10-24
sched: Describe CFS load-balancer
Peter Zijlstra
1
-2
/
+116
2012-10-24
sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking
Paul Turner
3
-4
/
+25
2012-10-24
sched: Make __update_entity_runnable_avg() fast
Paul Turner
1
-24
/
+101
2012-10-24
sched: Update_cfs_shares at period edge
Paul Turner
1
-8
/
+10
2012-10-24
sched: Refactor update_shares_cpu() -> update_blocked_avgs()
Paul Turner
1
-27
/
+23
2012-10-24
sched: Replace update_shares weight distribution with per-entity computation
Paul Turner
3
-165
/
+36
2012-10-24
sched: Maintain runnable averages across throttled periods
Paul Turner
2
-11
/
+42
2012-10-24
sched: Normalize tg load contributions against runnable time
Paul Turner
3
-0
/
+62
2012-10-24
sched: Compute load contribution by a group entity
Paul Turner
1
-6
/
+27
2012-10-24
sched: Aggregate total task_group load
Paul Turner
3
-0
/
+30
2012-10-24
sched: Account for blocked load waking back up
Paul Turner
2
-21
/
+81
2012-10-24
sched: Add an rq migration call-back to sched_class
Paul Turner
2
-0
/
+14
2012-10-24
sched: Maintain the load contribution of blocked entities
Paul Turner
4
-15
/
+121
2012-10-24
sched: Aggregate load contributed by task entities on parenting cfs_rq
Paul Turner
3
-5
/
+59
2012-10-24
sched: Maintain per-rq runnable averages
Ben Segall
3
-4
/
+26
2012-10-24
sched: Track the runnable average on a per-task entity basis
Paul Turner
3
-0
/
+138
2012-10-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+69
2012-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2012-10-05
sched: Update sched_domains_numa_masks[][] when new cpus are onlined
Tang Chen
1
-0
/
+56
2012-10-05
sched: Ensure 'sched_domains_numa_levels' is safe to use in other functions
Tang Chen
1
-0
/
+13
2012-10-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-693
/
+679
2012-10-01
sanitize tsk_is_polling()
Al Viro
1
-1
/
+1
2012-09-26
rcu: Exit RCU extended QS on user preemption
Frederic Weisbecker
1
-0
/
+15
2012-09-26
rcu: Exit RCU extended QS on kernel preemption after irq/exception
Frederic Weisbecker
1
-0
/
+1
2012-09-26
rcu: Switch task's syscall hooks on context switch
Frederic Weisbecker
1
-0
/
+1
2012-09-25
Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b
Paul E. McKenney
4
-62
/
+29
2012-09-25
vtime: Consolidate system/idle context detection
Frederic Weisbecker
1
-0
/
+26
2012-09-25
cputime: Use a proper subsystem naming for vtime related APIs
Frederic Weisbecker
2
-5
/
+5
2012-09-23
sched: Fix load avg vs cpu-hotplug
Peter Zijlstra
1
-21
/
+20
2012-09-16
Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...
Linus Torvalds
2
-45
/
+22
2012-09-13
sched: cpu_power: enable ARCH_POWER
Vincent Guittot
1
-1
/
+1
2012-09-13
sched/nohz: Clean up select_nohz_load_balancer()
Alex Shi
1
-15
/
+10
2012-09-13
sched: Fix load avg vs. cpu-hotplug
Peter Zijlstra
1
-0
/
+2
2012-09-13
sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW
Peter Zijlstra
3
-50
/
+1
2012-09-13
sched: Fix nohz_idle_balance()
Vincent Guittot
1
-5
/
+6
2012-09-04
sched: Remove useless code in yield_to()
Michael Wang
1
-7
/
+0
2012-09-04
sched/debug: Limit sd->*_idx range on sysctl
Namhyung Kim
1
-13
/
+22
2012-09-04
sched: Remove AFFINE_WAKEUPS feature flag
Namhyung Kim
1
-8
/
+0
2012-09-04
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
4
-29
/
+16
2012-09-04
sched: Fix kernel-doc warnings in kernel/sched/fair.c
Randy Dunlap
1
-2
/
+0
2012-09-04
sched: Unthrottle rt runqueues in __disable_runtime()
Peter Boonstoppel
4
-6
/
+6
2012-09-04
sched: Fix load avg vs cpu-hotplug
Peter Zijlstra
1
-21
/
+10
2012-08-20
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-19
/
+70
2012-08-20
cputime: Consolidate vtime handling on context switch
Frederic Weisbecker
1
-0
/
+1
2012-08-20
sched: Move cputime code to its own file
Frederic Weisbecker
4
-556
/
+570
2012-08-13
sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up
Alex Shi
2
-32
/
+3
2012-08-13
sched: using dst_rq instead of this_rq during load balance
Michael Wang
1
-5
/
+4
2012-08-13
sched: Document schedule() entry points
Pekka Enberg
1
-0
/
+34
[next]