summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-18Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools'Rafael J. Wysocki
2014-12-18Merge branch 'pm-runtime'Rafael J. Wysocki
2014-12-18Merge branches 'acpi-fan', 'acpi-video' and 'acpi-ec'Rafael J. Wysocki
2014-12-18Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm'Rafael J. Wysocki
2014-12-16MAINTAINERS: add entry for intel_pstateKristen Carlson Accardi
2014-12-15ACPI / video: update the skip case for acpi_video_device_in_dod()Aaron Lu
2014-12-15power / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki
2014-12-15NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-15SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-15ACPI / EC: Fix unexpected ec_remove_handlers() invocationsLv Zheng
2014-12-14Revert "tools: cpupower: fix return checks for sysfs_get_idlestate_count()"Prarit Bhargava
2014-12-13tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-13x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.cRafael J. Wysocki
2014-12-13PM: Remove the SET_PM_RUNTIME_PM_OPS() macroUlf Hansson
2014-12-13mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macroLudovic Desroches
2014-12-13PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki
2014-12-13ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-13sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-13phy / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-13video / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-13tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-13spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-12ACPI / PM: Do not disable wakeup GPEs that have not been enabledRafael J. Wysocki
2014-12-12ACPI / utils: Drop error messages from acpi_evaluate_reference()Rafael J. Wysocki
2014-12-12ACPI / scan: Change the level of _DEP-related messages to KERN_DEBUGRafael J. Wysocki
2014-12-11Merge branch 'fixes'Rafael J. Wysocki
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-12-10Merge tag 'ktest-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10Merge tag 'ftracetest-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov
2014-12-10exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov
2014-12-10exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov
2014-12-10exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov
2014-12-10exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov
2014-12-10exit: reparent: introduce find_alive_thread()Oleg Nesterov
2014-12-10exit: reparent: introduce find_child_reaper()Oleg Nesterov
2014-12-10exit: reparent: document the ->has_child_subreaper checksOleg Nesterov
2014-12-10exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov
2014-12-10exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov
2014-12-10exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov
2014-12-10exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov
2014-12-10exit: release_task: fix the comment about group leader accountingOleg Nesterov
2014-12-10exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov
2014-12-10exit: wait: don't use zombie->real_parentOleg Nesterov
2014-12-10exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov
2014-12-10usermodehelper: kill the kmod_thread_locker logicOleg Nesterov