aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-04-1125-161/+438
|\
| *-. Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-1116-120/+415
| |\ \
| | | * PM / QoS: mark expected switch fall-throughsGustavo A. R. Silva2018-04-091-0/+2
| | * | tick-sched: avoid a maybe-uninitialized warningArnd Bergmann2018-04-101-3/+6
| | * | cpuidle: Add definition of residency to sysfs documentationPrakash, Prashanth2018-04-091-0/+6
| | * | time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki2018-04-091-3/+1
| | * | nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki2018-04-091-10/+6
| | * | nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker2018-04-092-9/+15
| | * | cpuidle: menu: Avoid selecting shallow states with stopped tickRafael J. Wysocki2018-04-091-7/+22
| | * | cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-093-11/+35
| | * | sched: idle: Select idle state before stopping the tickRafael J. Wysocki2018-04-094-17/+59
| | * | time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-072-2/+54
| | * | time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki2018-04-072-46/+82
| | * | cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-067-19/+87
| | * | jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki2018-04-063-4/+7
| | * | sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki2018-04-051-4/+15
| | * | sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki2018-04-053-11/+26
| | * | time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-054-21/+39
| | |/
| * | cpufreq: Drop cpufreq_table_validate_and_show()Viresh Kumar2018-04-104-27/+7
| * | cpufreq: SCMI: Don't validate the frequency table twiceViresh Kumar2018-04-101-9/+1
| * | cpufreq: CPPC: Initialize shared perf capabilities of CPUsShunyong Yang2018-04-101-2/+12
| * | cpufreq: armada-37xx: Fix clock leakGregory CLEMENT2018-04-101-0/+2
| * | cpufreq: CPPC: Don't set transition_latencyViresh Kumar2018-04-101-1/+0
| * | cpufreq: ti-cpufreq: Use builtin_platform_driver()Viresh Kumar2018-04-101-1/+1
| * | cpufreq: intel_pstate: Do not include debugfs.hRafael J. Wysocki2018-04-101-1/+0
* | | Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-113-272/+1091
|\ \ \
| * | | ktest: Take submenu into account for grub2 menusSatoru Takeuchi2018-04-101-1/+1
| * | | ktest.pl: Add MAIL_COMMAND option to define how to send emailSteven Rostedt (VMware)2018-04-072-20/+46
| * | | ktest.pl: Use run_command to execute sending mailSteven Rostedt (VMware)2018-04-071-2/+2
| * | | ktest.pl: Allow dodie be recursiveSteven Rostedt (VMware)2018-04-071-0/+7
| * | | ktest.pl: Kill test if mailer is not supportedSteven Rostedt (VMware)2018-04-071-1/+1
| * | | ktest.pl: Add MAIL_PATH option to define where to find the mailerSteven Rostedt (VMware)2018-04-072-5/+35
| * | | ktest.pl: No need to print no mailer is specified when mailto is notSteven Rostedt (VMware)2018-04-061-3/+5
| * | | Ktest: add email options to sample.configTim Tianyang Chen2018-04-061-0/+22
| * | | Ktest: Use dodie for critical faluresTim Tianyang Chen2018-04-061-27/+27
| * | | Ktest: Add SigInt handlingTim Tianyang Chen2018-04-061-0/+10
| * | | Ktest: Add email supportTim Tianyang Chen2018-04-061-3/+58
| * | | ktest.pl: Detect if a config-bisect was interruptedSteven Rostedt (VMware)2018-04-061-0/+14
| * | | ktest.pl: Make finding config-bisect.pl dynamicSteven Rostedt (VMware)2018-04-062-1/+36
| * | | ktest.pl: Have ktest.pl pass -r to config-bisect.pl to reset bisectSteven Rostedt (VMware)2018-04-062-8/+19
| * | | ktest.pl: Use diffconfig if available for failed config bisectsSteven Rostedt (VMware)2018-04-061-1/+5
| * | | ktest.pl: Allow for the config-bisect.pl output to display to consoleSteven Rostedt (VMware)2018-04-061-4/+12
| * | | ktest: Use config-bisect.pl in ktest.plScott Wood2018-04-061-222/+42
| * | | ktest: Add standalone config-bisect.pl programSteven Rostedt (Red Hat)2018-04-061-0/+763
| * | | ktest: Set do_not_reboot=y for CONFIG_BISECT_TYPE=buildScott Wood2018-03-211-1/+2
| * | | ktest: Set buildonly=1 for CONFIG_BISECT_TYPE=buildScott Wood2018-03-211-13/+5
| * | | ktest: Comment about other names than just ktest.confSteven Rostedt (VMware)2018-03-211-2/+4
| * | | ktest: Clarify config file usageScott Wood2018-03-212-1/+5
| * | | ktest: Add CONNECT_TIMEOUT to change the connection timeout timeSteven Rostedt (VMware)2018-03-212-2/+12
| * | | ktest: Wait for console process to exitSteven Rostedt (VMware)2018-03-211-0/+3