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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-9
/
+14
2017-09-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-247
/
+433
2017-09-04
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-11
/
+191
2017-09-04
Merge branch 'linus' into locking/core, to fix up conflicts
Ingo Molnar
1
-3
/
+4
2017-08-29
smp: Avoid using two cache lines for struct call_single_data
Ying Huang
1
-1
/
+1
2017-08-27
Minor page waitqueue cleanups
Linus Torvalds
1
-3
/
+4
2017-08-25
sched/debug: Optimize sched_domain sysctl generation
Peter Zijlstra
3
-14
/
+59
2017-08-25
sched/topology: Avoid pointless rebuild
Peter Zijlstra
1
-3
/
+12
2017-08-25
sched/topology: Improve comments
Peter Zijlstra
1
-2
/
+3
2017-08-25
sched/topology: Fix memory leak in __sdt_alloc()
Shu Wang
1
-9
/
+7
2017-08-21
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
4
-11
/
+191
2017-08-17
Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...
Paul E. McKenney
4
-11
/
+191
2017-08-17
completion: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
1
-7
/
+4
2017-08-17
membarrier: Provide expedited private command
Mathieu Desnoyers
3
-0
/
+178
2017-08-16
sched/completion: Document that reinit_completion() must be called after comp...
Steven Rostedt
1
-0
/
+8
2017-08-11
sched: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
1
-2
/
+2
2017-08-10
sched/autogroup: Fix error reporting printk text in autogroup_create()
Anshuman Khandual
1
-2
/
+1
2017-08-10
sched/fair: Fix wake_affine() for !NUMA_BALANCING
Peter Zijlstra
1
-68
/
+122
2017-08-10
locking/lockdep: Apply crossrelease to completions
Byungchul Park
1
-0
/
+11
2017-08-10
locking: Introduce smp_mb__after_spinlock()
Peter Zijlstra
1
-2
/
+2
2017-08-10
sched/wait: Remove the lockless swait_active() check in swake_up*()
Boqun Feng
1
-6
/
+0
2017-08-10
sched/debug: Intruduce task_state_to_char() helper function
Xie XiuQi
2
-18
/
+7
2017-08-10
sched/debug: Show task state in /proc/sched_debug
Xie XiuQi
1
-6
/
+12
2017-08-10
sched/debug: Use task_pid_nr_ns in /proc/$pid/sched
Aleksa Sarai
1
-2
/
+3
2017-08-10
sched/core: Remove unnecessary initialization init_idle_bootup_task()
Cheng Jian
1
-5
/
+0
2017-08-10
sched/deadline: Change return value of cpudl_find()
Byungchul Park
2
-16
/
+16
2017-08-10
sched/deadline: Make find_later_rq() choose a closer CPU in topology
Byungchul Park
1
-13
/
+14
2017-08-10
sched/numa: Scale scan period with tasks in group and shared/private
Rik van Riel
1
-25
/
+86
2017-08-10
sched/numa: Slow down scan rate if shared faults dominate
Rik van Riel
1
-14
/
+25
2017-08-10
sched/pelt: Fix false running accounting
Vincent Guittot
1
-0
/
+12
2017-08-10
sched: Mark pick_next_task_dl() and build_sched_domain() as static
Viresh Kumar
2
-2
/
+2
2017-08-10
sched/cpupri: Don't re-initialize 'struct cpupri'
Viresh Kumar
1
-2
/
+0
2017-08-10
sched/deadline: Don't re-initialize 'struct cpudl'
Viresh Kumar
1
-1
/
+0
2017-08-10
sched/topology: Drop memset() from init_rootdomain()
Viresh Kumar
1
-3
/
+1
2017-08-10
sched/fair: Drop always true parameter of update_cfs_rq_load_avg()
Viresh Kumar
1
-8
/
+7
2017-08-10
sched/fair: Avoid checking cfs_rq->nr_running twice
Viresh Kumar
1
-7
/
+9
2017-08-10
sched/fair: Pass 'rq' to weighted_cpuload()
Viresh Kumar
1
-14
/
+14
2017-08-10
sched/core: Reuse put_prev_task()
Viresh Kumar
1
-1
/
+1
2017-08-10
sched/fair: Call cpufreq update util handlers less frequently on UP
Viresh Kumar
1
-24
/
+24
2017-07-28
sched: Allow migrating kthreads into online but inactive CPUs
Tejun Heo
1
-2
/
+7
2017-07-25
sched/core: Fix some documentation build warnings
Jonathan Corbet
1
-1
/
+1
2017-07-21
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-9
/
+11
2017-07-14
Merge branches 'pm-cpufreq-sched' and 'intel_pstate'
Rafael J. Wysocki
1
-0
/
+5
2017-07-14
sched/deadline: Fix confusing comments about selection of top pi-waiter
Joel Fernandes
1
-6
/
+8
2017-07-14
sched/cputime: Don't use smp_processor_id() in preemptible context
Wanpeng Li
1
-3
/
+3
2017-07-12
cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() race
Vikram Mulukutla
1
-0
/
+5
2017-07-05
sched/fair: Fix load_balance() affinity redo path
Jeffrey Hugo
1
-12
/
+20
2017-07-05
sched/cputime: Accumulate vtime on top of nsec clocksource
Wanpeng Li
1
-22
/
+42
2017-07-05
sched/cputime: Move the vtime task fields to their own struct
Frederic Weisbecker
1
-48
/
+64
2017-07-05
sched/cputime: Rename vtime fields
Frederic Weisbecker
1
-15
/
+15
[next]