summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: tegra20: Allow cpufreq driver to be built as loadable moduleDmitry Osipenko2018-05-211-1/+1
* cpufreq: tegra20: Check if this is Tegra20 machineDmitry Osipenko2018-05-211-0/+4
* cpufreq: tegra20: Remove unneeded variable initializationDmitry Osipenko2018-05-211-1/+1
* cpufreq: tegra20: Remove unnecessary parenthesesDmitry Osipenko2018-05-211-1/+1
* cpufreq: tegra20: Remove unneeded check in tegra_cpu_initDmitry Osipenko2018-05-211-5/+0
* cpufreq: tegra20: Release clocks properlyDmitry Osipenko2018-05-211-5/+26
* cpufreq: tegra20: Remove EMC clock usageDmitry Osipenko2018-05-211-22/+0
* cpufreq: tegra20: Clean up included headersDmitry Osipenko2018-05-211-8/+4
* cpufreq: tegra20: Clean up whitespaces in the codeDmitry Osipenko2018-05-211-2/+1
* cpufreq: tegra20: Change module descriptionDmitry Osipenko2018-05-211-1/+1
* Merge back cpufreq material for v4.18.Rafael J. Wysocki2018-05-188-52/+178
|\
| * Revert "cpufreq: rcar: Add support for R8A7795 SoC"Simon Horman2018-05-151-1/+0
| * Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver"Simon Horman2018-05-151-1/+0
| * cpufreq: intel_pstate: allow trace in passive modeDoug Smythies2018-05-141-2/+44
| * cpufreq: optimize cpufreq_notify_transition()Viresh Kumar2018-05-131-31/+32
| * cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"Colin Ian King2018-05-101-1/+1
| * cpufreq: speedstep: fix speedstep_detect_processor()'s return typeLuc Van Oostenryck2018-05-101-1/+1
| * cpufreq: add suspend/resume support in Armada 37xx DVFS driverMiquel Raynal2018-05-101-2/+65
| * cpufreq: armada: Free resources on error pathsViresh Kumar2018-05-101-11/+22
| * cpufreq: dt: Allow platform specific suspend/resume callbacksViresh Kumar2018-05-102-2/+13
* | cpufreq: armada-37xx: driver relies on cpufreq-dtMiquel Raynal2018-05-141-1/+1
* | Linux 4.17-rc5v4.17-rc5Linus Torvalds2018-05-141-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-1314-78/+153
|\ \
| * | x86/vdso: Remove unused fileJann Horn2018-05-051-1/+0
| * | perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msrPeter Zijlstra2018-05-051-0/+2
| * | perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driverPeter Zijlstra2018-05-051-3/+6
| * | perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra2018-05-051-0/+3
| * | perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra2018-05-051-1/+4
| * | perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-051-2/+5
| * | sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-2/+5
| * | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| * | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-044-24/+62
| * | kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-033-35/+41
| * | kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-05-031-3/+4
| * | sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1
| * | stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra2018-05-031-5/+14
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-131-56/+1
|\ \ \
| * | | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-121-56/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-05-137-6/+25
|\ \ \ \
| * \ \ \ Merge tag 'perf-urgent-for-mingo-4.17-20180507' of git://git.kernel.org/pub/s...Ingo Molnar2018-05-107-6/+25
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Revert "perf pmu: Fix pmu events parsing rule"Arnaldo Carvalho de Melo2018-05-071-4/+4
| | * | | tools headers kvm: Sync ARM UAPI headers with the kernel sourcesArnaldo Carvalho de Melo2018-05-072-0/+12
| | * | | tools headers kvm: Sync uapi/linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2018-05-071-0/+7
| | * | | tools headers: Sync x86 cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2018-05-071-0/+1
| | * | | perf vendor events intel: Remove duplicated entry for westmereep-dp in mapfil...William Cohen2018-05-071-1/+0
| | * | | perf bench numa: Fix typo in optionsYisheng Xie2018-05-071-1/+1
* | | | | Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-05-131-1/+1
|\ \ \ \ \
| * | | | | swiotlb: silent unwanted warning "buffer is full"Jean Delvare2018-05-121-1/+1
| |/ / / /
* | | | | Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-05-134-43/+57
|\ \ \ \ \
| * | | | | smb3: directory sync should not return an errorSteve French2018-05-111-0/+13