index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-19
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
Tejun Heo
1
-5
/
+4
2013-02-28
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+52
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-4
/
+2
2013-02-26
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-20
/
+2
2013-02-25
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2013-02-24
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+19
2013-02-23
sched: do not use cpu_to_node() to find an offlined cpu's node.
Tang Chen
1
-9
/
+19
2013-02-20
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-10
/
+39
2013-02-20
sched/core: Remove the obsolete and unused nr_uninterruptible() function
Sha Zhengju
1
-20
/
+2
2013-02-19
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2013-02-15
sched: add wait_for_completion_io[_timeout]
Vladimir Davydov
1
-5
/
+52
2013-02-07
sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice
Clark Williams
1
-0
/
+19
2013-02-05
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...
Ingo Molnar
1
-0
/
+1
2013-02-05
sched: Fix signedness bug in yield_to()
Dan Carpenter
1
-1
/
+1
2013-01-29
sched: Bail out of yield_to when source and target runqueue has one task
Peter Zijlstra
1
-6
/
+19
2013-01-27
cputime: Safely read cputime of full dynticks CPUs
Frederic Weisbecker
1
-0
/
+1
2013-01-24
sched: split out css_online/css_offline from tg creation/destruction
Li Zefan
1
-10
/
+39
2013-01-22
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
Oleg Nesterov
1
-1
/
+2
2013-01-21
taint: add explicit flag to show whether lock dep is still OK.
Rusty Russell
1
-1
/
+1
2013-01-18
workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h
Tejun Heo
1
-1
/
+1
2012-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+8
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-15
/
+56
2012-12-13
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+15
2012-12-12
Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-8
/
+8
2012-12-11
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+11
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-11-30
context_tracking: New context tracking susbsystem
Frederic Weisbecker
1
-5
/
+6
2012-11-27
sched: add notifier for cross-cpu migrations
Marcelo Tosatti
1
-0
/
+15
2012-11-20
userns: Kill task_user_ns
Eric W. Biederman
1
-2
/
+8
2012-11-19
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
1
-8
/
+8
2012-11-16
sched: Mark RCU reader in sched_show_task()
Paul E. McKenney
1
-1
/
+5
2012-11-16
Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...
Paul E. McKenney
1
-1
/
+7
2012-10-24
sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking
Paul Turner
1
-1
/
+6
2012-10-24
sched: Add an rq migration call-back to sched_class
Paul Turner
1
-0
/
+2
2012-10-24
sched: Maintain the load contribution of blocked entities
Paul Turner
1
-1
/
+0
2012-10-24
sched: Track the runnable average on a per-task entity basis
Paul Turner
1
-0
/
+5
2012-10-23
rcu: Print remote CPU's stacks in stall warnings
Paul E. McKenney
1
-0
/
+6
2012-10-23
rcu: Remove rcu_switch()
Frederic Weisbecker
1
-1
/
+1
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
[next]