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
2018-01-10
sched/fair: Only immediately migrate tasks due to interrupts if prev and target CPUs share cache
Mel Gorman
1
-3
/
+9
2018-01-10
sched/fair: Correct obsolete comment about cpufreq_update_util()
Joel Fernandes
1
-3
/
+1
2018-01-10
sched/fair: Remove impossible condition from find_idlest_group_cpu()
Joel Fernandes
1
-1
/
+1
2018-01-10
sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()
Viresh Kumar
1
-5
/
+4
2018-01-10
sched/cpufreq: Initialize sg_cpu->flags to 0
Viresh Kumar
1
-1
/
+1
2018-01-10
sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()
Joel Fernandes
1
-1
/
+1
2018-01-10
sched/fair: Use 'unsigned long' for utilization, consistently
Patrick Bellasi
1
-5
/
+5
2018-01-10
sched/core: Rework and clarify prepare_lock_switch()
rodrigosiqueira
2
-45
/
+49
2018-01-10
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
4
-13
/
+21
2018-01-10
membarrier: Disable preemption when calling smp_call_function_many()
Mathieu Desnoyers
1
-0
/
+2
2018-01-08
locking/lockdep: Remove cross-release leftovers
Ingo Molnar
1
-5
/
+0
2018-01-03
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
2
-2
/
+3
2017-12-28
cpufreq: schedutil: Use idle_calls counter of the remote CPU
Joel Fernandes
1
-1
/
+1
2017-12-15
sched/rt: Do not pull from current CPU if only one CPU to pull
Steven Rostedt
1
-1
/
+7
2017-12-11
sched/core: Fix kernel-doc warnings after code movement
Randy Dunlap
1
-11
/
+11
2017-12-08
sched/autogroup: move sched.h include
Sergey Senozhatsky
1
-2
/
+2
2017-12-08
sched/autogroup: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2017-12-08
sched/fair: Remove unused 'curr' parameter from wakeup_gran
Cheng Jian
1
-3
/
+2
2017-12-06
sched/fair: Update and fix the runnable propagation rule
Vincent Guittot
1
-29
/
+73
2017-12-06
sched/wait: Fix add_wait_queue() behavioral change
Omar Sandoval
1
-1
/
+1
2017-11-28
sched: Stop switched_to_rt() from sending IPIs to offline CPUs
Paul E. McKenney
1
-1
/
+1
2017-11-28
sched: Stop resched_cpu() from sending IPIs to offline CPUs
Paul E. McKenney
1
-1
/
+2
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+30
2017-11-16
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
1
-4
/
+14
2017-11-15
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
8
-31
/
+185
2017-11-13
Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+5
2017-11-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
10
-648
/
+1094
2017-11-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+2
2017-11-13
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+3
2017-11-13
Pass mode to wait_on_atomic_t() action funcs and provide default actions
David Howells
1
-4
/
+14
2017-11-13
Merge branches 'pm-cpufreq-sched' and 'pm-opp'
Rafael J. Wysocki
1
-1
/
+5
2017-11-09
sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG builds
Patrick Bellasi
2
-6
/
+28
2017-11-09
Merge branch 'pm-cpufreq-sched'
Rafael J. Wysocki
1
-5
/
+1
2017-11-08
cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
Viresh Kumar
1
-1
/
+5
2017-11-08
sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
2
-3
/
+2
2017-11-08
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
22
-4
/
+51
2017-11-04
cpufreq: schedutil: Examine the correct CPU when we update util
Chris Redpath
1
-5
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
21
-0
/
+21
2017-10-27
sched/isolation: Add basic isolcpus flags
Frederic Weisbecker
1
-1
/
+25
2017-10-27
sched/isolation: Move isolcpus= handling to the housekeeping code
Frederic Weisbecker
3
-45
/
+56
2017-10-27
sched/isolation: Handle the nohz_full= parameter
Frederic Weisbecker
1
-12
/
+30
2017-10-27
sched/isolation: Introduce housekeeping flags
Frederic Weisbecker
3
-16
/
+20
2017-10-27
sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_HZ_FULL
Frederic Weisbecker
1
-1
/
+1
2017-10-27
sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()
Frederic Weisbecker
2
-4
/
+4
2017-10-27
sched/isolation: Use its own static key
Frederic Weisbecker
1
-4
/
+9
2017-10-27
sched/isolation: Make the housekeeping cpumask private
Frederic Weisbecker
1
-1
/
+35
2017-10-27
sched/isolation: Move housekeeping related code to its own file
Frederic Weisbecker
4
-0
/
+36
2017-10-26
cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.stat
Tejun Heo
1
-9
/
+4
2017-10-26
sched/idle: Micro-optimize the idle loop
Cheng Jian
1
-1
/
+2
2017-10-24
sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACK
Rakib Mullick
1
-2
/
+2
[prev]
[next]