summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-14119-7255/+1337
|\
| * s390/smp: wait until secondaries are active & onlineHeiko Carstens2015-04-131-1/+2
| * s390/hibernate: fix save and restore of kernel text sectionHeiko Carstens2015-04-131-0/+4
| * s390/cacheinfo: add missing facility checkHeiko Carstens2015-04-131-0/+4
| * s390/syscalls: simplify syscall_get_arch()Heiko Carstens2015-03-301-1/+1
| * s390/irq: enforce correct irqclass_sub_desc array sizeHeiko Carstens2015-03-251-1/+2
| * s390: remove "64" suffix from mem64.S and swsusp_asm64.SHeiko Carstens2015-03-254-2/+2
| * s390/ipl: cleanup macro usageSebastian Ott2015-03-251-19/+11
| * s390/ipl: cleanup shutdown_action attributesSebastian Ott2015-03-251-31/+20
| * s390/ipl: cleanup bin attr usageSebastian Ott2015-03-251-56/+18
| * s390/uprobes: fix address space annotationHeiko Carstens2015-03-251-1/+3
| * s390: add missing arch_release_task_struct() declarationHeiko Carstens2015-03-251-0/+2
| * s390: make couple of functions and variables staticHeiko Carstens2015-03-252-2/+2
| * s390/maccess: improve s390_kernel_write()Heiko Carstens2015-03-251-25/+20
| * s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-255-18/+28
| * s390/watchdog: support for KVM hypervisors and delete pr_info messagesXu Wang2015-03-251-14/+4
| * s390/watchdog: enable KEEPALIVE for /dev/watchdogXu Wang2015-03-251-1/+1
| * s390/dasd: remove setting of scheduler from driverStefan Haberland2015-03-251-10/+1
| * s390/traps: panic() instead of die() on translation exceptionHeiko Carstens2015-03-251-1/+1
| * s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens2015-03-253-10/+5
| * s390/cmpxchg: simplify cmpxchg_doubleHeiko Carstens2015-03-251-6/+1
| * s390: remove 31 bit syscallsHeiko Carstens2015-03-252-361/+361
| * s390: remove "64" suffix from a couple of filesHeiko Carstens2015-03-256-7/+7
| * s390: remove 31 bit supportHeiko Carstens2015-03-2597-6016/+170
* | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-1496-928/+1797
|\ \
| | \
| | \
| *-. \ Merge branches 'powercap' and 'pm-devfreq'Rafael J. Wysocki2015-04-145-225/+292
| |\ \ \
| | | * \ Merge tag 'pull_req_20150331' of https://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki2015-04-024-224/+290
| | | |\ \
| | | | * | PM / devfreq: tegra: Register governor on module initTomeu Vizoso2015-03-311-7/+30
| | | | * | PM / devfreq: tegra: Enable interrupts after resuming the devfreq monitorTomeu Vizoso2015-03-311-2/+2
| | | | * | PM / devfreq: tegra: Set drvdata before enabling the irqTomeu Vizoso2015-03-311-2/+2
| | | | * | PM / devfreq: tegra: remove operating-pointsTomeu Vizoso2015-03-311-6/+6
| | | | * | PM / devfreq: tegra: Use clock rate constraintsTomeu Vizoso2015-03-311-10/+5
| | | | * | PM / devfreq: tegra: Update to v5 of the submitted patchesTomeu Vizoso2015-03-311-204/+253
| | | | * | PM / devfreq: correct misleading commentMyungJoo Ham2015-03-301-1/+0
| | | | * | PM / devfreq: event: Add const keyword for devfreq_event_ops structureChanwoo Choi2015-03-302-2/+2
| | | |/ /
| | * | | powercap / RAPL: mark rapl_ids array as __initconstMathias Krause2015-04-111-1/+1
| | * | | powercap / RAPL: add ID for Broadwell serverJacob Pan2015-04-111-0/+1
| * | | | Merge branch 'acpi-scan'Rafael J. Wysocki2015-04-141-2/+4
| |\ \ \ \
| | * | | | ACPI / scan: Fix NULL pointer dereference in acpi_companion_match()Rafael J. Wysocki2015-04-131-2/+4
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2015-04-1314-46/+189
| |\ \ \ \ \ \
| | | * | | | | PM / domains: avoid potential oops in pm_genpd_remove_device()Russell King2015-03-231-3/+1
| | | * | | | | PM / domains: factor out code to get the generic PM domain from a struct deviceRussell King2015-03-222-17/+35
| | | * | | | | PM / domains: quieten down generic pm domainsRussell King2015-03-221-4/+4
| | | * | | | | PM / Domains: Sync runtime PM status with genpd after probeRussell King2015-03-221-0/+12
| | | * | | | | driver core / PM: Add PM domain callbacks for device setup/cleanupRafael J. Wysocki2015-03-222-0/+22
| | | * | | | | MAINTAINERS: add entry for Generic PM domains (genpd)Kevin Hilman2015-03-121-0/+9
| | * | | | | | Merge back earlier suspend/hibernate material for v4.1.Rafael J. Wysocki2015-04-109-22/+106
| | |\ \ \ \ \ \
| | | * | | | | | PM / watchdog: iTCO: stop watchdog during system suspendRafael J. Wysocki2015-04-031-0/+51
| | | * | | | | | PM / sleep: add pm-trace support for suspending phaseZhonghui Fu2015-03-185-16/+31
| | | * | | | | | PM / sleep: add configurable delay for pm_testBrian Norris2015-02-263-6/+24
OpenPOWER on IntegriCloud