aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-15cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2-4/+34
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot5-4/+72
2018-07-15cpufreq/schedutil: Use DL utilization trackingVincent Guittot2-7/+23
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot5-3/+44
2018-07-15cpufreq/schedutil: Use RT utilization trackingVincent Guittot1-1/+8
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot5-1/+66
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot5-333/+375
2018-07-15sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret1-4/+6
2018-07-15watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bugPeter Zijlstra1-5/+15
2018-07-15sched/deadline: Fix switched_from_dl() warningJuri Lelli1-1/+10
2018-07-15Merge tag 'v4.18-rc5' into sched/core, to pick up fixesIngo Molnar14-218/+314
2018-07-15stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres1-1/+5
2018-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+25
2018-07-13Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-6/+7
2018-07-13cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner1-3/+10
2018-07-13cpu/hotplug: Expose SMT control init functionJiri Kosina1-3/+13
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2-6/+7
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney4-130/+297
2018-07-12rcutorture: Fix rcu_barrier successes counterJoel Fernandes (Google)1-5/+4
2018-07-12rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)3-4/+37
2018-07-12rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann1-2/+3
2018-07-12rcutorture: Make boost test more robustJoel Fernandes (Google)1-6/+39
2018-07-12rcutorture: Disable RT throttling for boost testsJoel Fernandes (Google)1-0/+29
2018-07-12rcutorture: Emphasize testing of single reader protection typePaul E. McKenney1-1/+8
2018-07-12rcutorture: Handle extended read-side critical sectionsPaul E. McKenney1-6/+152
2018-07-12rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()Paul E. McKenney1-46/+1
2018-07-12rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney1-5/+5
2018-07-12rcutorture: Use atomic increment for n_rcu_torture_timersPaul E. McKenney1-3/+3
2018-07-12rcutorture: Extract common code from rcu_torture_reader()Paul E. McKenney1-43/+55
2018-07-12rcuperf: Remove unused torturing_tasks() functionPaul E. McKenney1-5/+0
2018-07-12rcu: Remove rcutorture test version and sequence numberPaul E. McKenney3-44/+1
2018-07-12rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney1-2/+2
2018-07-12rcu: Assign higher prio to RCU threads if rcutorture is built-inJoel Fernandes (Google)1-1/+5
2018-07-12srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney1-1/+2
2018-07-12rcu: Print stall-warning NMI dyntick state in hexadecimalPaul E. McKenney1-1/+1
2018-07-12rcu: Make rcu_seq_diff() more exactPaul E. McKenney1-1/+14
2018-07-12rcu: Check the range of jiffies_till_{first,next}_fqs when setting themByungchul Park1-13/+32
2018-07-12rcu: Add diagnostics for rcutorture writer stall warningPaul E. McKenney1-0/+21
2018-07-12rcu: Add comment to the last sleep in the rcu tasks loopSteven Rostedt (VMware)1-0/+1
2018-07-12rcu: Speed up calling of RCU tasks callbacksSteven Rostedt (VMware)1-2/+15
2018-07-12rcu: Add comment documenting how rcu_seq_snap worksJoel Fernandes (Google)1-1/+11
2018-07-12rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()Paul E. McKenney1-8/+9
2018-07-12rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()Paul E. McKenney1-1/+1
2018-07-12rcu: Remove "inline" from rcu_perf_print_module_parms()Paul E. McKenney1-1/+1
2018-07-12rcu: Remove "inline" from rcu_torture_print_module_parms()Paul E. McKenney1-1/+1
2018-07-12rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()Paul E. McKenney1-2/+2
2018-07-12rcu: Remove unused local variable "cpu"Paul E. McKenney1-2/+0
2018-07-12rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney2-18/+0
2018-07-12rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney1-6/+10