index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
wakeup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM: wakeup: Add extra debugging statement for multiple active IRQs
Mario Limonciello
2022-09-03
1
-0
/
+2
*
PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEP
Bjorn Helgaas
2022-07-05
1
-30
/
+0
*
PM: wakeup: expose pm_wakeup_pending to modules
Zhang Rui
2022-05-19
1
-0
/
+1
*
PM: sleep: wakeup: Fix typos in comments
Tom Rix
2022-03-01
1
-2
/
+2
*
PM: s2idle: ACPI: Fix wakeup interrupts handling
Rafael J. Wysocki
2022-02-07
1
-7
/
+34
*
driver: base: Replace symbolic permissions with octal permissions
Jinchao Wang
2021-07-21
1
-1
/
+1
*
PM: wakeup: fix kernel-doc warnings and fix typos
Pierre-Louis Bossart
2021-04-07
1
-8
/
+9
*
PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not there
Neeraj Upadhyay
2020-03-25
1
-1
/
+3
*
PM: sleep: wakeup: Use built-in RCU list checking
Madhuparna Bhowmik
2020-03-04
1
-5
/
+8
*
PM: wakeup: Show statistics for deleted wakeup sources again
zhuguangqing
2019-12-20
1
-0
/
+3
*
PM: wakeup: Add routine to help fetch wakeup source object.
Ran Wang
2019-10-29
1
-0
/
+54
*
Merge suspend-to-idle rework material for v5.4.
Rafael J. Wysocki
2019-09-17
1
-1
/
+1
|
\
|
*
PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()
Rafael J. Wysocki
2019-07-23
1
-1
/
+1
*
|
PM / wakeup: Register wakeup class kobj after device is added
Stephen Boyd
2019-08-21
1
-4
/
+6
*
|
PM / wakeup: Fix sysfs registration error path
Stephen Boyd
2019-08-21
1
-4
/
+9
*
|
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
2019-08-21
1
-4
/
+24
*
|
PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()
Tri Vo
2019-08-21
1
-20
/
+13
|
/
*
drivers: base: power: remove wakeup_sources_stats_dentry variable
Greg Kroah-Hartman
2019-06-19
1
-4
/
+2
*
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-05-07
1
-3
/
+1
|
\
|
*
drivers: base: power: add proper SPDX identifiers on files that did not have ...
Greg Kroah-Hartman
2019-04-04
1
-3
/
+1
*
|
PM / wakeup: Use pm_pr_dbg() instead of pr_debug()
Stephen Boyd
2019-04-01
1
-3
/
+3
|
/
*
-
.
Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'
Rafael J. Wysocki
2019-03-14
1
-18
/
+8
|
\
\
|
|
*
PM / wakeup: Drop wakeup_source_drop()
Rafael J. Wysocki
2019-03-12
1
-17
/
+1
|
|
*
PM / wakeup: Rework wakeup source timer cancellation
Viresh Kumar
2019-03-12
1
-1
/
+7
|
|
/
*
/
PM: Add and use pr_fmt()
Joe Perches
2019-03-07
1
-1
/
+3
|
/
*
PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()
Yangtao Li
2019-01-29
1
-1
/
+1
*
-
.
Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'
Rafael J. Wysocki
2018-06-04
1
-9
/
+9
|
\
\
|
|
*
PM / wakeup: Make events_lock a RAW_SPINLOCK
Sebastian Andrzej Siewior
2018-05-27
1
-9
/
+9
|
|
/
*
|
PM: wakeup: Use pr_debug() for the "aborting suspend" message
Rafael J. Wysocki
2018-05-24
1
-1
/
+1
*
|
PM / wakeup: Only update last time for active wakeup sources
Doug Berger
2018-05-10
1
-1
/
+0
*
|
PM / wakeup: Use seq_open() to show wakeup stats
Mahendran Ganesh
2018-05-10
1
-16
/
+59
|
/
*
PM / wakeup: Print warn if device gets enabled as wakeup source during sleep
Ulf Hansson
2018-01-11
1
-0
/
+8
*
PM / wakeup: Do not fail dev_pm_attach_wake_irq() unnecessarily
Rafael J. Wysocki
2018-01-09
1
-7
/
+4
*
PM / wakeup: Drop redundant check from device_init_wakeup()
Rafael J. Wysocki
2018-01-03
1
-3
/
+1
*
PM / wakeup: Drop redundant check from device_set_wakeup_enable()
Rafael J. Wysocki
2018-01-03
1
-3
/
+0
*
PM / wakeup: only recommend "call"ing device_init_wakeup() once
Brian Norris
2017-12-19
1
-1
/
+1
*
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-22
1
-1
/
+1
*
PM / core: Convert timers to use timer_setup()
Kees Cook
2017-10-24
1
-6
/
+5
*
Merge branch 'pm-sleep'
Rafael J. Wysocki
2017-09-04
1
-1
/
+1
|
\
|
*
PM / s2idle: Rename freeze_state enum and related items
Rafael J. Wysocki
2017-08-11
1
-1
/
+1
*
|
PM / wakeup: Set power.can_wakeup if wakeup_sysfs_add() fails
Rafael J. Wysocki
2017-08-08
1
-3
/
+5
|
/
*
Merge branch 'acpi-pm'
Rafael J. Wysocki
2017-07-03
1
-6
/
+12
|
\
|
*
ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
2017-06-15
1
-6
/
+12
*
|
PM / wakeirq: Convert to SRCU
Thomas Gleixner
2017-06-27
1
-14
/
+18
|
/
*
Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"
Rafael J. Wysocki
2017-06-07
1
-12
/
+6
*
PM / wakeup: Fix up wakeup_source_report_event()
Rafael J. Wysocki
2017-05-14
1
-6
/
+5
*
ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
2017-05-05
1
-6
/
+12
*
PM / wakeup: Integrate mechanism to abort transitions in progress
Rafael J. Wysocki
2017-05-05
1
-18
/
+18
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-1
/
+1
[next]