index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-11
mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...
Mel Gorman
1
-0
/
+9
2012-12-11
mm: sched: numa: Control enabling and disabling of NUMA balancing
Mel Gorman
1
-15
/
+33
2012-12-11
mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate
Mel Gorman
1
-0
/
+1
2012-12-11
mm: sched: numa: Implement slow start for working set sampling
Peter Zijlstra
1
-1
/
+1
2012-12-11
mm: numa: Add fault driven placement and migration
Peter Zijlstra
1
-0
/
+13
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
1
-615
/
+60
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
1
-50
/
+2
2012-09-25
cputime: Use a proper subsystem naming for vtime related APIs
Frederic Weisbecker
1
-1
/
+1
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
1
-38
/
+1
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
1
-39
/
+1
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
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-24
/
+10
2012-09-04
sched: Unthrottle rt runqueues in __disable_runtime()
Peter Boonstoppel
1
-3
/
+0
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
1
-14
/
+21
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
1
-555
/
+2
2012-08-13
sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up
Alex Shi
1
-1
/
+0
2012-08-13
sched: Document schedule() entry points
Pekka Enberg
1
-0
/
+34
2012-08-13
Merge branch 'sched/urgent' into sched/core
Thomas Gleixner
1
-14
/
+21
2012-08-13
sched,cgroup: Fix up task_groups list
Mike Galbraith
1
-0
/
+1
2012-08-13
sched: fix divide by zero at {thread_group,task}_times
Stanislaw Gruszka
1
-14
/
+20
2012-08-03
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+1
2012-07-31
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2012-07-26
sched: Deliver sched_switch events to the current task
Andrew Vagin
1
-1
/
+1
2012-07-26
sched: Use task_rq_unlock() in __sched_setscheduler()
Namhyung Kim
1
-3
/
+1
2012-07-24
sched: Fix race in task_group()
Peter Zijlstra
1
-1
/
+8
2012-07-24
sched: Improve scalability via 'CPU buddies', which withstand random perturba...
Mike Galbraith
1
-1
/
+38
2012-07-24
cpusets, hotplug: Restructure functions that are invoked during hotplug
Srivatsa S. Bhat
1
-2
/
+2
2012-07-24
CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume
Srivatsa S. Bhat
1
-4
/
+36
2012-07-14
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...
Linus Torvalds
1
-73
/
+203
2012-07-05
sched/nohz: Rewrite and fix load-avg computation -- again
Peter Zijlstra
1
-72
/
+203
2012-07-02
Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"
Paul E. McKenney
1
-1
/
+0
2012-06-06
sched: Fix the relax_domain_level boot parameter
Dimitri Sivanich
1
-6
/
+3
2012-06-06
sched: Validate assumptions in sched_init_numa()
Peter Zijlstra
1
-19
/
+80
2012-06-06
sched: Always initialize cpu-power
Peter Zijlstra
1
-1
/
+12
2012-06-06
sched: Fix domain iteration
Peter Zijlstra
1
-8
/
+56
2012-06-06
sched/numa: Load balance between remote nodes
Alex Shi
1
-1
/
+1
2012-05-30
sched: Remove NULL assignment of dattr_cur
Kamalesh Babulal
1
-1
/
+0
[next]