summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-domains'Rafael J. Wysocki2017-11-136-123/+226
|\
| * PM / Domains: Fix genpd to deal with drivers returning 1 from ->prepare()Ulf Hansson2017-11-081-2/+3
| * PM / domains: Rework governor code to be more consistentRafael J. Wysocki2017-11-082-23/+50
| * PM / Domains: Remove gpd_dev_ops.active_wakeup() callbackGeert Uytterhoeven2017-11-082-12/+3
| * soc: rockchip: power-domain: Use GENPD_FLAG_ACTIVE_WAKEUPGeert Uytterhoeven2017-11-081-12/+2
| * soc: mediatek: Use GENPD_FLAG_ACTIVE_WAKEUPGeert Uytterhoeven2017-11-081-12/+2
| * ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ACTIVE_WAKEUPGeert Uytterhoeven2017-11-081-7/+1
| * PM / Domains: Allow genpd users to specify default active wakeup behaviorGeert Uytterhoeven2017-11-082-3/+7
| * PM / Domains: Add support to select performance-state of domainsViresh Kumar2017-10-142-0/+110
| * PM / Domains: Rename genpd internals from pm_genpd_* to genpd_*Ulf Hansson2017-10-111-54/+50
| |
| \
| \
| \
*---. \ Merge branches 'pm-pci', 'pm-avs' and 'pm-docs'Rafael J. Wysocki2017-11-133-13/+9
|\ \ \ \
| | | * | PM: docs: Fix formatting typo in devices.rstRafael J. Wysocki2017-10-211-1/+1
| | * | | PM / AVS: Use %pS printk format for direct addressesHelge Deller2017-10-111-5/+5
| | | |/ | | |/|
| * | | PCI / PM: Add dev_dbg() to print device suspend power statesRafael J. Wysocki2017-10-031-0/+3
| * | | PCI / PM: Do not resume any devices in pci_pm_prepare()Rafael J. Wysocki2017-09-281-7/+0
* | | | Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-11-091-5/+1
|\ \ \ \
| * | | | cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath2017-11-041-5/+1
* | | | | ACPI / PM: Blacklist Low Power S0 Idle _DSM for Dell XPS13 9360Rafael J. Wysocki2017-11-061-0/+28
* | | | | Linux 4.14-rc8v4.14-rc8Linus Torvalds2017-11-051-1/+1
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-056-7/+38
|\ \ \ \ \
| * | | | | x86/module: Detect and skip invalid relocationsJosh Poimboeuf2017-11-051-0/+13
| * | | | | Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-045-7/+25
* | | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-94/+27
|\ \ \ \ \ \
| * | | | | | x86/mcelog: Get rid of RCU remnantsBorislav Petkov2017-11-011-94/+27
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-0529-21/+57
|\ \ \ \ \ \ \
| * | | | | | | tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-0426-16/+36
| * | | | | | | Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-0312747-904/+14297
| |\ \ \ \ \ \ \
| * | | | | | | | perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo2017-10-301-2/+4
| * | | | | | | | Merge tag 'perf-urgent-for-mingo-4.14-20171027' of git://git.kernel.org/pub/s...Ingo Molnar2017-10-282-3/+17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf tools: Unwind properly location after REJECTJiri Olsa2017-10-271-2/+6
| | * | | | | | | | perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria2017-10-251-1/+11
* | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | irqchip/irq-mvebu-gicp: Add missing spin_lock initAntoine Tenart2017-11-011-0/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-054-10/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | objtool: Prevent GCC from merging annotate_unreachable(), take 2Josh Poimboeuf2017-11-041-2/+2
| * | | | | | | | | | objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf2017-11-041-0/+1
| * | | | | | | | | | Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar2017-11-0412646-274/+12975
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | watchdog/hardlockup/perf: Use atomics to track in-use cpu counterDon Zickus2017-11-011-3/+5
| * | | | | | | | | | watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...Thomas Gleixner2017-11-011-2/+5
| * | | | | | | | | | futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra2017-11-011-3/+20
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'enforcement-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-051-6/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation: Add Frank Rowand to list of enforcement statement endorsersFrank Rowand2017-11-041-0/+1
| * | | | | | | | | | doc: add Willy Tarreau to the list of enforcement statement endorsersWilly Tarreau2017-11-041-0/+1
| * | | | | | | | | | Documentation: Add Tim Bird to list of enforcement statement endorsersBird, Timothy2017-11-031-0/+1
| * | | | | | | | | | Documentation: Add my name to kernel enforcement statementMartin K. Petersen2017-10-231-0/+1
| * | | | | | | | | | Documentation: kernel-enforcement-statement.rst: proper sort namesGreg Kroah-Hartman2017-10-211-2/+1
| * | | | | | | | | | Documentation: Add Arm Ltd to kernel-enforcement-statement.rstCatalin Marinas2017-10-211-0/+2
| * | | | | | | | | | Documentation: kernel-enforcement-statement.rst: Remove Red Hat markingsAndrea Arcangeli2017-10-191-5/+5
| * | | | | | | | | | Documentation: Add myself to the enforcement statement listLaura Abbott2017-10-191-0/+1
| * | | | | | | | | | Documentation: Sign kernel enforcement statementDennis Dalessandro2017-10-181-0/+1