index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-16
sched/cpuacct: Avoid %lld seq_printf warning
Martin Schwidefsky
1
-1
/
+1
2016-11-15
sched/cputime: Simplify task_cputime()
Stanislaw Gruszka
1
-42
/
+15
2016-11-15
sched/cputime, powerpc, s390: Make scaled cputime arch specific
Stanislaw Gruszka
1
-46
/
+15
2016-11-15
sched/cputime, powerpc: Remove cputime_to_scaled()
Stanislaw Gruszka
1
-14
/
+12
2016-11-11
sched/deadline: Fix typo in a comment
Daniel Bristot de Oliveira
1
-1
/
+1
2016-11-11
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
3
-22
/
+19
2016-11-11
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
3
-22
/
+19
2016-11-03
sched/core: Remove pointless printout in sched_show_task()
Linus Torvalds
1
-9
/
+0
2016-11-03
sched/core: Fix oops in sched_show_task()
Tetsuo Handa
1
-0
/
+3
2016-10-28
Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+0
2016-10-27
mm: remove per-zone hashtable of bitlock waitqueues
Linus Torvalds
2
-10
/
+16
2016-10-27
sched/fair: Remove unused but set variable 'rq'
Tobias Klauser
1
-3
/
+0
2016-10-25
locking/mutex: Rework mutex::owner
Peter Zijlstra
1
-1
/
+1
2016-10-25
sched/core: Explain sleep/wakeup in a better way
Peter Zijlstra
1
-7
/
+8
2016-10-20
sched/fair: Kill the unused 'sched_shares_window_ns' tunable
Matt Fleming
1
-7
/
+0
2016-10-19
sched/fair: Fix incorrect task group ->load_avg
Vincent Guittot
1
-1
/
+8
2016-10-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+8
2016-10-15
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+1
2016-10-14
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-1
/
+2
2016-10-11
sched/fair: Fix sched domains NULL dereference in select_idle_sibling()
Wanpeng Li
1
-3
/
+8
2016-10-10
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
1
-1
/
+1
2016-10-07
nmi_backtrace: generate one-line reports for idle cpus
Chris Metcalf
1
-2
/
+11
2016-10-03
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+8
2016-10-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
11
-655
/
+1074
2016-10-03
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+7
2016-10-02
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
6
-75
/
+122
2016-10-02
Merge branch 'pm-cpufreq-sched' into pm-cpufreq
Rafael J. Wysocki
6
-75
/
+122
2016-09-30
sched/irqtime: Consolidate irqtime flushing code
Frederic Weisbecker
1
-15
/
+11
2016-09-30
sched/irqtime: Consolidate accounting synchronization with u64_stats API
Frederic Weisbecker
2
-55
/
+29
2016-09-30
sched/irqtime: Remove needless IRQs disablement on kcpustat update
Frederic Weisbecker
1
-6
/
+5
2016-09-30
sched/irqtime: No need for preempt-safe accessors
Frederic Weisbecker
1
-2
/
+2
2016-09-30
sched/fair: Fix min_vruntime tracking
Peter Zijlstra
1
-7
/
+22
2016-09-30
sched/debug: Add SCHED_WARN_ON()
Peter Zijlstra
2
-6
/
+10
2016-09-30
sched/core: Fix set_user_nice()
Peter Zijlstra
1
-1
/
+7
2016-09-30
sched/fair: Introduce set_curr_task() helper
Peter Zijlstra
2
-5
/
+10
2016-09-30
sched/core, ia64: Rename set_curr_task()
Peter Zijlstra
1
-1
/
+1
2016-09-30
sched/core: Fix incorrect utilization accounting when switching to fair class
Vincent Guittot
1
-10
/
+10
2016-09-30
sched/core: Optimize SCHED_SMT
Peter Zijlstra
3
-7
/
+43
2016-09-30
sched/core: Rewrite and improve select_idle_siblings()
Peter Zijlstra
4
-47
/
+231
2016-09-30
sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared
Peter Zijlstra
3
-20
/
+18
2016-09-30
sched/core: Introduce 'struct sched_domain_shared'
Peter Zijlstra
1
-5
/
+39
2016-09-30
sched/core: Restructure destroy_sched_domain()
Peter Zijlstra
1
-7
/
+11
2016-09-30
sched/core: Remove unused @cpu argument from destroy_sched_domain*()
Peter Zijlstra
1
-6
/
+6
2016-09-30
sched/wait: Introduce init_wait_entry()
Oleg Nesterov
1
-3
/
+9
2016-09-30
sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()
Oleg Nesterov
1
-43
/
+21
2016-09-30
sched/wait: Avoid abort_exclusive_wait() in ___wait_event()
Oleg Nesterov
1
-10
/
+25
2016-09-30
sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()
Oleg Nesterov
1
-5
/
+3
2016-09-30
sched/fair: Fix fixed point arithmetic width for shares and effective load
Dietmar Eggemann
1
-2
/
+2
2016-09-30
sched/core, x86/topology: Fix NUMA in package topology bug
Tim Chen
1
-0
/
+3
2016-09-22
sched/debug: Hide printk() by default
Peter Zijlstra
1
-1
/
+3
[prev]
[next]