index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-07-05
sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime
Frederic Weisbecker
1
-1
/
+1
2017-07-05
vtime, sched/cputime: Remove vtime_account_user()
Frederic Weisbecker
1
-6
/
+6
2017-07-04
Revert "sched/cputime: Refactor the cputime_adjust() code"
Ingo Molnar
1
-8
/
+14
2017-07-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-1553
/
+2380
2017-07-03
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+1
2017-06-30
sched/cputime: Refactor the cputime_adjust() code
Gustavo A. R. Silva
1
-11
/
+5
2017-06-30
sched/debug: Expose the number of RT/DL tasks that can migrate
Daniel Bristot de Oliveira
1
-2
/
+15
2017-06-29
sched/numa: Hide numa_wake_affine() from UP build
Thomas Gleixner
1
-0
/
+2
2017-06-24
sched/fair: Remove effective_load()
Rik van Riel
1
-123
/
+1
2017-06-24
sched/numa: Implement NUMA node level wake_affine()
Rik van Riel
1
-59
/
+71
2017-06-24
sched/fair: Simplify wake_affine() for the single socket case
Rik van Riel
1
-1
/
+12
2017-06-24
sched/numa: Override part of migrate_degrades_locality() when idle balancing
Rik van Riel
1
-0
/
+4
2017-06-23
sched/rt: Move RT related code from sched/core.c to sched/rt.c
Nicolas Pitre
3
-315
/
+315
2017-06-23
sched/deadline: Move DL related code from sched/core.c to sched/deadline.c
Nicolas Pitre
3
-340
/
+364
2017-06-23
sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled
Nicolas Pitre
1
-4
/
+3
2017-06-22
sched/fair: Spare idle load balancing on nohz_full CPUs
Frederic Weisbecker
1
-0
/
+4
2017-06-22
sched/loadavg: Generalize "_idle" naming to "_nohz"
Frederic Weisbecker
1
-25
/
+26
2017-06-20
Merge branch 'WIP.sched/core' into sched/core
Ingo Molnar
7
-374
/
+384
2017-06-20
sched/fair: WARN() and refuse to set buddy when !se->on_rq
Daniel Axtens
1
-2
/
+8
2017-06-20
sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...
Ingo Molnar
1
-2
/
+2
2017-06-20
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
2
-14
/
+14
2017-06-20
sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...
Ingo Molnar
2
-16
/
+25
2017-06-20
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
3
-258
/
+264
2017-06-20
sched/wait: Standardize wait_bit_queue naming
Ingo Molnar
1
-21
/
+20
2017-06-20
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
Ingo Molnar
1
-21
/
+20
2017-06-20
sched/wait: Standardize internal naming of wait-queue heads
Ingo Molnar
1
-77
/
+77
2017-06-20
sched/wait: Standardize internal naming of wait-queue entries
Ingo Molnar
1
-49
/
+49
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
3
-23
/
+23
2017-06-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2017-06-15
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'
Rafael J. Wysocki
9
-323
/
+608
2017-06-12
Revert "cpufreq: schedutil: Reduce frequencies slower"
Rafael J. Wysocki
1
-3
/
+0
2017-06-11
sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
Andy Lutomirski
1
-1
/
+1
2017-06-11
sched/fair: Fix typo in printk message
Marcin Nowakowski
1
-1
/
+1
2017-06-08
sched: Rely on synchronize_rcu_mult() de-duplication
Paul E. McKenney
1
-7
/
+1
2017-06-08
sched/idle: Add deferrable vmstat_updater back
Aubrey Li
1
-0
/
+1
2017-06-08
sched/core: Omit building stop_sched_class when !SMP
Nicolas Pitre
3
-32
/
+36
2017-06-08
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
Daniel Bristot de Oliveira
2
-12
/
+88
2017-06-08
sched/deadline: Zero out positive runtime after throttling constrained tasks
Xunlei Pang
1
-0
/
+2
2017-06-08
sched/deadline: Reclaim bandwidth not used by dl tasks
Luca Abeni
3
-24
/
+72
2017-06-08
sched/deadline: Base GRUB reclaiming on the inactive utilization
Luca Abeni
1
-18
/
+22
[next]