index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
wakeup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-21
driver: base: Replace symbolic permissions with octal permissions
Jinchao Wang
1
-1
/
+1
2021-04-07
PM: wakeup: fix kernel-doc warnings and fix typos
Pierre-Louis Bossart
1
-8
/
+9
2020-03-25
PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not there
Neeraj Upadhyay
1
-1
/
+3
2020-03-04
PM: sleep: wakeup: Use built-in RCU list checking
Madhuparna Bhowmik
1
-5
/
+8
2019-12-20
PM: wakeup: Show statistics for deleted wakeup sources again
zhuguangqing
1
-0
/
+3
2019-10-29
PM: wakeup: Add routine to help fetch wakeup source object.
Ran Wang
1
-0
/
+54
2019-09-17
Merge suspend-to-idle rework material for v5.4.
Rafael J. Wysocki
1
-1
/
+1
2019-08-21
PM / wakeup: Register wakeup class kobj after device is added
Stephen Boyd
1
-4
/
+6
2019-08-21
PM / wakeup: Fix sysfs registration error path
Stephen Boyd
1
-4
/
+9
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
1
-4
/
+24
2019-08-21
PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()
Tri Vo
1
-20
/
+13
2019-07-23
PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()
Rafael J. Wysocki
1
-1
/
+1
2019-06-19
drivers: base: power: remove wakeup_sources_stats_dentry variable
Greg Kroah-Hartman
1
-4
/
+2
2019-05-07
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+1
2019-04-04
drivers: base: power: add proper SPDX identifiers on files that did not have ...
Greg Kroah-Hartman
1
-3
/
+1
2019-04-02
PM / wakeup: Use pm_pr_dbg() instead of pr_debug()
Stephen Boyd
1
-3
/
+3
2019-03-14
Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'
Rafael J. Wysocki
1
-18
/
+8
2019-03-12
PM / wakeup: Drop wakeup_source_drop()
Rafael J. Wysocki
1
-17
/
+1
2019-03-12
PM / wakeup: Rework wakeup source timer cancellation
Viresh Kumar
1
-1
/
+7
2019-03-07
PM: Add and use pr_fmt()
Joe Perches
1
-1
/
+3
2019-01-29
PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()
Yangtao Li
1
-1
/
+1
2018-06-04
Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'
Rafael J. Wysocki
1
-9
/
+9
2018-05-27
PM / wakeup: Make events_lock a RAW_SPINLOCK
Sebastian Andrzej Siewior
1
-9
/
+9
2018-05-24
PM: wakeup: Use pr_debug() for the "aborting suspend" message
Rafael J. Wysocki
1
-1
/
+1
2018-05-10
PM / wakeup: Only update last time for active wakeup sources
Doug Berger
1
-1
/
+0
2018-05-10
PM / wakeup: Use seq_open() to show wakeup stats
Mahendran Ganesh
1
-16
/
+59
2018-01-11
PM / wakeup: Print warn if device gets enabled as wakeup source during sleep
Ulf Hansson
1
-0
/
+8
2018-01-09
PM / wakeup: Do not fail dev_pm_attach_wake_irq() unnecessarily
Rafael J. Wysocki
1
-7
/
+4
2018-01-03
PM / wakeup: Drop redundant check from device_init_wakeup()
Rafael J. Wysocki
1
-3
/
+1
2018-01-03
PM / wakeup: Drop redundant check from device_set_wakeup_enable()
Rafael J. Wysocki
1
-3
/
+0
2017-12-19
PM / wakeup: only recommend "call"ing device_init_wakeup() once
Brian Norris
1
-1
/
+1
2017-11-22
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
1
-1
/
+1
2017-10-24
PM / core: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+5
2017-09-04
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2017-08-11
PM / s2idle: Rename freeze_state enum and related items
Rafael J. Wysocki
1
-1
/
+1
2017-08-08
PM / wakeup: Set power.can_wakeup if wakeup_sysfs_add() fails
Rafael J. Wysocki
1
-3
/
+5
2017-07-03
Merge branch 'acpi-pm'
Rafael J. Wysocki
1
-6
/
+12
2017-06-27
PM / wakeirq: Convert to SRCU
Thomas Gleixner
1
-14
/
+18
2017-06-15
ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
1
-6
/
+12
2017-06-07
Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"
Rafael J. Wysocki
1
-12
/
+6
2017-05-14
PM / wakeup: Fix up wakeup_source_report_event()
Rafael J. Wysocki
1
-6
/
+5
2017-05-05
ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
1
-6
/
+12
2017-05-05
PM / wakeup: Integrate mechanism to abort transitions in progress
Rafael J. Wysocki
1
-18
/
+18
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-1
/
+1
2016-12-08
PM / sleep: Print active wakeup sources when blocking on wakeup_count reads
xing wei
1
-3
/
+3
2016-07-29
PM-wakeup: Delete unnecessary checks before three function calls
Markus Elfring
1
-11
/
+7
2016-04-07
PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfs
Strashko, Grygorii
1
-0
/
+2
2015-09-25
PM / wakeup: wakeup_source_create: use kstrdup_const
Rasmus Villemoes
1
-2
/
+2
[next]