aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-03
|\
| * ACPI / PM: Check low power idle constraints for debug onlySrinivas Pandruvada2017-08-17
| * PM / s2idle: Rename platform operations structureRafael J. Wysocki2017-08-10
| * PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki2017-08-10
| * PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2017-08-10
| * PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki2017-08-10
| * ACPI / PM: Prefer suspend-to-idle over S3 on some systemsRafael J. Wysocki2017-08-04
| * PM / suspend: Define pr_fmt() in suspend.cRafael J. Wysocki2017-07-24
| * PM / suspend: Use mem_sleep_labels[] strings in messagesRafael J. Wysocki2017-07-24
| * PM / sleep: Put pm_test under CONFIG_PM_SLEEP_DEBUGRafael J. Wysocki2017-07-24
| * PM / sleep: Check pm_wakeup_pending() in __device_suspend_noirq()Rafael J. Wysocki2017-07-24
| * PM / s2idle: Rearrange the main suspend-to-idle loopRafael J. Wysocki2017-07-24
| * PM / timekeeping: Print debug messages when requestedRafael J. Wysocki2017-07-22
| * PM / sleep: Mark suspend/hibernation start and finishRafael J. Wysocki2017-07-21
| * PM / sleep: Do not print debug messages by defaultRafael J. Wysocki2017-07-21
| * PM / suspend: Export pm_suspend_target_stateFlorian Fainelli2017-07-21
* | Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-09-03
|\ \
| * | cpufreq: schedutil: Always process remote callback with slow switchingViresh Kumar2017-08-17
| * | cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarilyViresh Kumar2017-08-17
| * | cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar2017-08-09
| * | sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-01
| * | cpufreq: schedutil: Use unsigned int for iowait boostJoel Fernandes2017-07-26
| * | cpufreq: schedutil: Make iowait boost more energy efficientJoel Fernandes2017-07-26
* | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-09-03
|\ \ \
| * | | cpufreq: schedutil: Set dynamic_switching to trueViresh Kumar2017-07-25
| * | | cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar2017-07-21
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'pm-core', 'pm-opp', 'pm-domains', 'pm-cpu' and 'pm-avs'Rafael J. Wysocki2017-09-03
|\ \ \ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | | | * | PM / CPU: replace raw_notifier with atomic_notifierAlex Shi2017-07-31
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-09-03
|\ \ \ \ \ \
| * | | | | | time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz2017-08-26
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-03
|\ \ \ \ \ \ \
| * | | | | | | perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming2017-08-29
| * | | | | | | perf/core: Fix potential double-fetch bugMeng Xu2017-08-29
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-01
|\ \ \ \ \ \ \ \
| * | | | | | | | bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-22
* | | | | | | | | mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2017-08-31
* | | | | | | | | kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li2017-08-31
* | | | | | | | | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-29
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | cpuset: Fix incorrect memory_pressure control file mappingWaiman Long2017-08-24
* | | | | | | | | Minor page waitqueue cleanupsLinus Torvalds2017-08-27
* | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-08-26
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin2017-08-24
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-26
|\ \ \ \ \ \ \ \
| * | | | | | | | perf/core: Fix group {cpu,task} validationMark Rutland2017-08-25
* | | | | | | | | fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers2017-08-25
|/ / / / / / / /
* | | | | | | | Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-08-24
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-24
| * | | | | | | tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu2017-08-24
| * | | | | | | ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)2017-08-24
| * | | | | | | ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)2017-08-02