index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-01
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+52
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-4
/
+2
2013-02-27
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-52
/
+141
2013-02-26
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2013-02-25
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+19
2013-02-24
cputime: Use local_clock() for full dynticks cputime accounting
Frederic Weisbecker
1
-1
/
+1
2013-02-24
sched: do not use cpu_to_node() to find an offlined cpu's node.
Tang Chen
1
-9
/
+19
2013-02-22
sched: Fix /proc/sched_debug failure on very very large systems
Nathan Zimmer
1
-11
/
+79
2013-02-22
sched: Fix /proc/sched_stat failure on very very large systems
Nathan Zimmer
1
-20
/
+59
2013-02-20
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
3
-17
/
+42
2013-02-20
sched/core: Remove the obsolete and unused nr_uninterruptible() function
Sha Zhengju
1
-20
/
+2
2013-02-20
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2013-02-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-71
/
+322
2013-02-19
cputime: Remove irqsave from seqlock readers
Thomas Gleixner
1
-6
/
+4
2013-02-15
sched: add wait_for_completion_io[_timeout]
Vladimir Davydov
1
-5
/
+52
2013-02-07
sched/rt: Move rt specific bits into new header file
Clark Williams
2
-0
/
+3
2013-02-07
sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice
Clark Williams
2
-2
/
+23
2013-02-07
sched: Move sched.h sysctl bits into separate header
Clark Williams
1
-0
/
+1
2013-02-05
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...
Ingo Molnar
2
-34
/
+265
2013-02-05
sched: Fix signedness bug in yield_to()
Dan Carpenter
1
-1
/
+1
2013-02-04
sched: Fix select_idle_sibling() bouncing cow syndrome
Mike Galbraith
1
-14
/
+7
2013-02-03
sched/rt: Further simplify pick_rt_task()
Kirill Tkhai
1
-2
/
+1
2013-01-31
sched/rt: Do not account zero delta_exec in update_curr_rt()
Kirill Tkhai
1
-2
/
+2
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
2
-12
/
+182
2013-01-27
kvm: Prepare to add generic guest entry/exit callbacks
Frederic Weisbecker
1
-10
/
+0
2013-01-27
cputime: Use accessors to read task cputime stats
Frederic Weisbecker
1
-6
/
+7
2013-01-27
cputime: Allow dynamic switch between tick/virtual based cputime accounting
Frederic Weisbecker
1
-10
/
+31
2013-01-27
cputime: Generic on-demand virtual cputime accounting
Frederic Weisbecker
1
-4
/
+57
2013-01-27
cputime: Move default nsecs_to_cputime() to jiffies based cputime file
Frederic Weisbecker
1
-4
/
+0
2013-01-27
cputime: Avoid multiplication overflow on utime scaling
Frederic Weisbecker
1
-9
/
+9
2013-01-25
sched/debug: Fix format string for 32-bit platforms
Arnd Bergmann
1
-2
/
+2
2013-01-25
sched: Fix warning in kernel/sched/fair.c
Arnd Bergmann
1
-1
/
+1
2013-01-25
sched/rt: Avoid updating RT entry timeout twice within one tick period
Ying Xue
1
-1
/
+5
2013-01-25
sched/rt: Use root_domain of rt_rq not current processor
Shawn Bohrer
1
-1
/
+1
2013-01-25
sched: remove redundant NULL cgroup check in task_group_path()
Li Zefan
1
-7
/
+0
2013-01-25
sched: split out css_online/css_offline from tg creation/destruction
Li Zefan
2
-10
/
+42
2013-01-24
sched/fair: Set se->vruntime directly in place_entity()
Viresh Kumar
1
-3
/
+1
2013-01-24
sched/rt: Add reschedule check to switched_from_rt()
Kirill Tkhai
1
-2
/
+5
2013-01-24
sched: Fix the broken sched_rr_get_interval()
Zhu Yanhai
1
-1
/
+1
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-19
workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h
Tejun Heo
1
-1
/
+1
2012-12-20
sched: numa: ksm: fix oops in task_numa_placment()
Hugh Dickins
1
-1
/
+4
2012-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+8
2012-12-17
sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...
Mel Gorman
1
-1
/
+1
2012-12-17
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-15
/
+306
2012-12-14
Revert "sched: Update_cfs_shares at period edge"
Linus Torvalds
1
-10
/
+8
2012-12-14
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
[next]