Sign in
kunit
/
linux
/
521290003a34115fa06f048285bcb5b7708eee9f
/
kernel
/
sched
/
core.c
ae7a835
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
6832d96
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
5e0b3a4
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
0d99b70
Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
32dad03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
10866e62
sched/fair: Fix the sd_parent_degenerate() code
by Peter Zijlstra
· 11 years ago
aee2bce
Merge branch 'linus' into perf/core
by Ingo Molnar
· 11 years ago
c8d2d47
cpumask: Fix cpumask leak in partition_sched_domains()
by Xiaotian Feng
· 11 years ago
28fbc8b
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
e0acd0a
sched: fix the theoretical signal_wake_up() vs schedule() race
by Oleg Nesterov
· 11 years ago
fbb00b5
sched: Consolidate open coded preemptible() checks
by Frederic Weisbecker
· 12 years ago
d99c872
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
182446d
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
by Tejun Heo
· 11 years ago
eb95419
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
by Tejun Heo
· 11 years ago
6387698
cgroup: add css_parent()
by Tejun Heo
· 11 years ago
a7c6d55
cgroup: add/update accessors which obtain subsys specific data from css
by Tejun Heo
· 11 years ago
8af01f56
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
by Tejun Heo
· 11 years ago
7d9ffa8
sched: Micro-optimize the smart wake-affine logic
by Peter Zijlstra
· 12 years ago
b24d6f4
Merge tag 'v3.11-rc2' into sched/core
by Ingo Molnar
· 12 years ago
e04c5d7
remove sched notifier for cross-cpu migrations
by Marcelo Tosatti
· 12 years ago
e69f618
sched: Fix some kernel-doc warnings
by Yacine Belkadi
· 12 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 12 years ago
cedce3e
sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clearing
by Kirill Tkhai
· 12 years ago
971ee28
sched: Fix HRTICK
by Peter Zijlstra
· 12 years ago
2fd1b48
Merge tag 'v3.10' into sched/core
by Ingo Molnar
· 12 years ago
83dfd52
sched: Update cpu load after task_tick
by Alex Shi
· 12 years ago
a75cdaa
sched: Set an initial value of runnable avg for new forked task
by Alex Shi
· 12 years ago
141965c
Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"
by Alex Shi
· 12 years ago
a3d5c34
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
be7002e
sched: Don't mix use of typedef ctl_table and struct ctl_table
by Joe Perches
· 12 years ago
94c95ba
sched: Remove WARN_ON(!sd) from init_sched_groups_power()
by Viresh Kumar
· 12 years ago
cd08e92
sched: Fix memory leakage in build_sched_groups()
by Viresh Kumar
· 12 years ago
0936629
sched: Use cached value of span instead of calling sched_domain_span()
by Viresh Kumar
· 12 years ago
27723a6
sched: Create for_each_sd_topology()
by Viresh Kumar
· 12 years ago
c75e012
sched: Don't set sd->child to NULL when it is already NULL
by Viresh Kumar
· 12 years ago
1c63216
sched: Don't initialize alloc_state in build_sched_domains()
by Viresh Kumar
· 12 years ago
22da956
sched: Optimize build_sched_domains() for saving first SD node for a cpu
by Viresh Kumar
· 12 years ago
4a850cb
sched: Remove unused params of build_sched_domain()
by Viresh Kumar
· 12 years ago
d81344c
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 12 years ago
873b4c6
sched: Fix clear NOHZ_BALANCE_KICK
by Vincent Guittot
· 12 years ago
45eacc6
vtime: Use consistent clocks among nohz accounting
by Frederic Weisbecker
· 12 years ago
78becc2
sched: Use an accessor to read the rq clock
by Frederic Weisbecker
· 12 years ago
1ad4ec0
sched: Update rq clock before calling check_preempt_curr()
by Frederic Weisbecker
· 12 years ago
77bd397
sched: Update rq clock before migrating tasks out of dying CPU
by Frederic Weisbecker
· 12 years ago
c5405a4
sched: Remove redundant update_runtime notifier
by Neil Zhang
· 12 years ago
45ceebf
sched: Factor out load calculation code from sched/core.c --> sched/proc.c
by Paul Gortmaker
· 12 years ago
534c97b
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
265f22a
sched: Keep at least 1 tick per second for active dynticks tasks
by Frederic Weisbecker
· 12 years ago
c032862
Merge commit '8700c95adb03' into timers/nohz
by Frederic Weisbecker
· 12 years ago
3d1cb20
workqueue: include workqueue info when printing debug dump of a worker task
by Tejun Heo
· 12 years ago
8700c95
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
16fa94b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
46d9be3
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
916bb6d7
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
e6252c3
sched: Rename load_balance_tmpmask to load_balance_mask
by Joonsoo Kim
· 12 years ago
99e5ada
nohz: Re-evaluate the tick for the new task after a context switch
by Frederic Weisbecker
· 12 years ago
ff442c5
nohz: Re-evaluate the tick from the scheduler IPI
by Frederic Weisbecker
· 12 years ago
ce831b3
sched: New helper to prevent from stopping the tick in full dynticks
by Frederic Weisbecker
· 12 years ago
41fcb9f
mutex: Move mutex spinning code from sched/core.c back to mutex.c
by Waiman Long
· 12 years ago
c5bfece
nohz: Switch from "extended nohz" to "full nohz" based naming
by Frederic Weisbecker
· 12 years ago
af788e3
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
14c6d3c
sched/cpuacct: Initialize root cpuacct earlier
by Li Zefan
· 12 years ago
dbe4b41
sched/cpuacct: Add cpuacct_init()
by Li Zefan
· 12 years ago
2e76c24
sched: Split cpuacct code out of core.c
by Li Zefan
· 12 years ago
ee761f6
arch: Consolidate tsk_is_polling()
by Thomas Gleixner
· 12 years ago
28b4a52
sched: Fix typo inside comment
by Viresh Kumar
· 12 years ago
fd9b86d
sched/debug: Fix sd->*_idx limit range avoiding overflow
by libin
· 12 years ago
3451d02
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
by Frederic Weisbecker
· 13 years ago
1c20091
nohz: Wake up full dynticks CPUs when a timer gets enqueued
by Frederic Weisbecker
· 13 years ago
383efcd
sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s
by Tejun Heo
· 12 years ago
14a40ff
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
by Tejun Heo
· 12 years ago
a8d7ad5
sched/tracing: Allow tracing the preemption decision on wakeup
by Peter Zijlstra
· 12 years ago
4e3da46
Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
b22366c
context_tracking: Restore preempted context state after preempt_schedule_irq()
by Frederic Weisbecker
· 12 years ago
27b4b93
sched: Remove double declaration of root_task_group
by Li Zefan
· 12 years ago
25cc7da
sched: Move group scheduling functions out of include/linux/sched.h
by Li Zefan
· 12 years ago
ee89f81
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
dcad0fc
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
9043a26
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
89f8833
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
aa00d89
sched: do not use cpu_to_node() to find an offlined cpu's node.
by Tang Chen
· 12 years ago
502b24c
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
1c3e826
sched/core: Remove the obsolete and unused nr_uninterruptible() function
by Sha Zhengju
· 12 years ago
67cb104
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
686855f
sched: add wait_for_completion_io[_timeout]
by Vladimir Davydov
· 12 years ago
ce0dbbb
sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice
by Clark Williams
· 12 years ago
b2c77a5
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
c3c1864
sched: Fix signedness bug in yield_to()
by Dan Carpenter
· 12 years ago
7b270f6
sched: Bail out of yield_to when source and target runqueue has one task
by Peter Zijlstra
· 12 years ago
6a61671
cputime: Safely read cputime of full dynticks CPUs
by Frederic Weisbecker
· 12 years ago
ace783b
sched: split out css_online/css_offline from tg creation/destruction
by Li Zefan
· 12 years ago
9067ac8
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
by Oleg Nesterov
· 12 years ago
373d4d0
taint: add explicit flag to show whether lock dep is still OK.
by Rusty Russell
· 12 years ago
ea13844
workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h
by Tejun Heo
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
3d59eeb
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma
by Linus Torvalds
· 12 years ago
66cdd0c
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
d206e09
Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
f57d54b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
Next »