summaryrefslogtreecommitdiff
path: root/drivers/base/power/wakeup.c
AgeCommit message (Expand)Author
2023-05-24PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMKai-Heng Feng
2022-09-03PM: wakeup: Add extra debugging statement for multiple active IRQsMario Limonciello
2022-07-05PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEPBjorn Helgaas
2022-05-19PM: wakeup: expose pm_wakeup_pending to modulesZhang Rui
2022-03-01PM: sleep: wakeup: Fix typos in commentsTom Rix
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki
2021-07-21driver: base: Replace symbolic permissions with octal permissionsJinchao Wang
2021-04-07PM: wakeup: fix kernel-doc warnings and fix typosPierre-Louis Bossart
2020-03-25PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not thereNeeraj Upadhyay
2020-03-04PM: sleep: wakeup: Use built-in RCU list checkingMadhuparna Bhowmik
2019-12-20PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing
2019-10-29PM: wakeup: Add routine to help fetch wakeup source object.Ran Wang
2019-09-17Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki
2019-08-21PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd
2019-08-21PM / wakeup: Fix sysfs registration error pathStephen Boyd
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo
2019-08-21PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()Tri Vo
2019-07-23PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki
2019-06-19drivers: base: power: remove wakeup_sources_stats_dentry variableGreg Kroah-Hartman
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-04drivers: base: power: add proper SPDX identifiers on files that did not have ...Greg Kroah-Hartman
2019-04-01PM / wakeup: Use pm_pr_dbg() instead of pr_debug()Stephen Boyd
2019-03-14Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki
2019-03-12PM / wakeup: Drop wakeup_source_drop()Rafael J. Wysocki
2019-03-12PM / wakeup: Rework wakeup source timer cancellationViresh Kumar
2019-03-07PM: Add and use pr_fmt()Joe Perches
2019-01-29PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li
2018-06-04Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki
2018-05-27PM / wakeup: Make events_lock a RAW_SPINLOCKSebastian Andrzej Siewior
2018-05-24PM: wakeup: Use pr_debug() for the "aborting suspend" messageRafael J. Wysocki
2018-05-10PM / wakeup: Only update last time for active wakeup sourcesDoug Berger
2018-05-10PM / wakeup: Use seq_open() to show wakeup statsMahendran Ganesh
2018-01-11PM / wakeup: Print warn if device gets enabled as wakeup source during sleepUlf Hansson
2018-01-09PM / wakeup: Do not fail dev_pm_attach_wake_irq() unnecessarilyRafael J. Wysocki
2018-01-03PM / wakeup: Drop redundant check from device_init_wakeup()Rafael J. Wysocki
2018-01-03PM / wakeup: Drop redundant check from device_set_wakeup_enable()Rafael J. Wysocki
2017-12-19PM / wakeup: only recommend "call"ing device_init_wakeup() onceBrian Norris
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-10-24PM / core: Convert timers to use timer_setup()Kees Cook
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki
2017-08-11PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki
2017-08-08PM / wakeup: Set power.can_wakeup if wakeup_sysfs_add() failsRafael J. Wysocki
2017-07-03Merge branch 'acpi-pm'Rafael J. Wysocki
2017-06-27PM / wakeirq: Convert to SRCUThomas Gleixner
2017-06-15ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki
2017-05-14PM / wakeup: Fix up wakeup_source_report_event()Rafael J. Wysocki
2017-05-05ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki
2017-05-05PM / wakeup: Integrate mechanism to abort transitions in progressRafael J. Wysocki
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar