Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5f40d804325e925409907e29f46ecb012090b6c2
/
kernel
/
sched
5f40d80
sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()
by Li Zefan
· 12 years ago
543bc0e
sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()
by Li Zefan
· 12 years ago
1966aaf
sched/cpuacct: Add cpuacct_acount_field()
by Li Zefan
· 12 years ago
dbe4b41
sched/cpuacct: Add cpuacct_init()
by Li Zefan
· 12 years ago
60fed78
sched: Split cpuacct code out of sched.h
by Li Zefan
· 12 years ago
2e76c24
sched: Split cpuacct code out of core.c
by Li Zefan
· 12 years ago
b9b0853
sched: Fix comment in rebalance_domains()
by Libin
· 12 years ago
4e2dcb7
sched: Simplify can_migrate_task()
by Zhang Hang
· 12 years ago
28b4a52
sched: Fix typo inside comment
by Viresh Kumar
· 12 years ago
a8d7ad5
sched/tracing: Allow tracing the preemption decision on wakeup
by Peter Zijlstra
· 12 years ago
e75c8b4
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
1bf0823
sched: Fix variable name misnomer, add comments
by Andrei Epure
· 12 years ago
d9a3c98
sched: Lower chances of cputime scaling overflow
by Frederic Weisbecker
· 12 years ago
660cc00
sched: Spelling fix
by Andrei Epure
· 12 years ago
b719203
sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMP
by Li Zefan
· 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
9fbc42e
cputime: Dynamically scale cputime for full dynticks accounting
by Frederic Weisbecker
· 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
15f803c
sched: Make default_scale_freq_power() static
by Li Zefan
· 12 years ago
c82ba9f
sched: Move struct sched_class to kernel/sched/sched.h
by Li Zefan
· 12 years ago
b13095f
sched: Move wake flags to kernel/sched/sched.h
by Li Zefan
· 12 years ago
5e6521e
sched: Move struct sched_group to kernel/sched/sched.h
by Li Zefan
· 12 years ago
cc1f4b1
sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/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
7f6575f
cputime: Use local_clock() for full dynticks cputime accounting
by Frederic Weisbecker
· 12 years ago
aa00d89
sched: do not use cpu_to_node() to find an offlined cpu's node.
by Tang Chen
· 12 years ago
bbbfeac
sched: Fix /proc/sched_debug failure on very very large systems
by Nathan Zimmer
· 12 years ago
cb152ff
sched: Fix /proc/sched_stat failure on very very large systems
by Nathan Zimmer
· 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
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
cdc4e86
cputime: Remove irqsave from seqlock readers
by Thomas Gleixner
· 12 years ago
686855f
sched: add wait_for_completion_io[_timeout]
by Vladimir Davydov
· 12 years ago
8bd75c7
sched/rt: Move rt specific bits into new header file
by Clark Williams
· 12 years ago
ce0dbbb
sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice
by Clark Williams
· 12 years ago
cf4aebc2
sched: Move sched.h sysctl bits into separate header
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
e0a79f5
sched: Fix select_idle_sibling() bouncing cow syndrome
by Mike Galbraith
· 12 years ago
60334ca
sched/rt: Further simplify pick_rt_task()
by Kirill Tkhai
· 12 years ago
fc79e24
sched/rt: Do not account zero delta_exec in update_curr_rt()
by Kirill Tkhai
· 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
c11f11f
kvm: Prepare to add generic guest entry/exit callbacks
by Frederic Weisbecker
· 12 years ago
6fac482
cputime: Use accessors to read task cputime stats
by Frederic Weisbecker
· 12 years ago
3f4724e
cputime: Allow dynamic switch between tick/virtual based cputime accounting
by Frederic Weisbecker
· 12 years ago
abf917c
cputime: Generic on-demand virtual cputime accounting
by Frederic Weisbecker
· 12 years ago
ae8dda5
cputime: Move default nsecs_to_cputime() to jiffies based cputime file
by Frederic Weisbecker
· 12 years ago
6218845
cputime: Avoid multiplication overflow on utime scaling
by Frederic Weisbecker
· 12 years ago
cff3c12
sched/debug: Fix format string for 32-bit platforms
by Arnd Bergmann
· 12 years ago
38dc334
sched: Fix warning in kernel/sched/fair.c
by Arnd Bergmann
· 12 years ago
57d2aa0
sched/rt: Avoid updating RT entry timeout twice within one tick period
by Ying Xue
· 12 years ago
aa7f673
sched/rt: Use root_domain of rt_rq not current processor
by Shawn Bohrer
· 12 years ago
2a73991
sched: remove redundant NULL cgroup check in task_group_path()
by Li Zefan
· 12 years ago
ace783b
sched: split out css_online/css_offline from tg creation/destruction
by Li Zefan
· 12 years ago
16c8f1c
sched/fair: Set se->vruntime directly in place_entity()
by Viresh Kumar
· 12 years ago
1158ddb
sched/rt: Add reschedule check to switched_from_rt()
by Kirill Tkhai
· 12 years ago
a59f4e0
sched: Fix the broken sched_rr_get_interval()
by Zhu Yanhai
· 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
2832bc1
sched: numa: ksm: fix oops in task_numa_placment()
by Hugh Dickins
· 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
221392c
sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_HUGEPAGE
by Mel Gorman
· 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
17bc14b
Revert "sched: Update_cfs_shares at period edge"
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
37ea95a
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
5bca230
mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node
by Mel Gorman
· 12 years ago
3105b86
mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUG
by Mel Gorman
· 12 years ago
1a687c2
mm: sched: numa: Control enabling and disabling of NUMA balancing
by Mel Gorman
· 12 years ago
b8593bf
mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate
by Mel Gorman
· 12 years ago
fb003b8
sched: numa: Slowly increase the scanning period as NUMA faults are handled
by Mel Gorman
· 12 years ago
e14808b
mm: numa: Rate limit setting of pte_numa if node is saturated
by Mel Gorman
· 12 years ago
4b96a29
mm: sched: numa: Implement slow start for working set sampling
by Peter Zijlstra
· 12 years ago
9f40604
sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
by Mel Gorman
· 12 years ago
6e5fb22
mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
by Peter Zijlstra
· 12 years ago
cbee9f8
mm: numa: Add fault driven placement and migration
by Peter Zijlstra
· 12 years ago
c1ad41f
Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"
by Ingo Molnar
· 12 years ago
38130ec
Merge tag 'sched-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
fd8ef11
Revert "sched, autogroup: Stop going ahead if autogroup is disabled"
by Mike Galbraith
· 12 years ago
91d1aa43
context_tracking: New context tracking susbsystem
by Frederic Weisbecker
· 12 years ago
fa09205
cputime: Comment cputime's adjusting code
by Frederic Weisbecker
· 12 years ago
d37f761d
cputime: Consolidate cputime adjustment code
by Frederic Weisbecker
· 12 years ago
e80d0a1a
cputime: Rename thread_group_times to thread_group_cputime_adjusted
by Frederic Weisbecker
· 12 years ago
a634f93
cputime: Move thread_group_cputime() to sched code
by Frederic Weisbecker
· 12 years ago
582b336
sched: add notifier for cross-cpu migrations
by Marcelo Tosatti
· 12 years ago
4c44aaa
userns: Kill task_user_ns
by Eric W. Biederman
· 12 years ago
92fb974
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
by Tejun Heo
· 12 years ago
1017769
vtime: No need to disable irqs on vtime_account()
by Frederic Weisbecker
· 12 years ago
e3942ba
vtime: Consolidate a bit the ctx switch code
by Frederic Weisbecker
· 12 years ago
Next »