index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
wakeup.c
Age
Commit message (
Expand
)
Author
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2016-12-08
PM / sleep: Print active wakeup sources when blocking on wakeup_count reads
xing wei
2016-07-28
PM-wakeup: Delete unnecessary checks before three function calls
Markus Elfring
2016-04-07
PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfs
Strashko, Grygorii
2015-09-25
PM / wakeup: wakeup_source_create: use kstrdup_const
Rasmus Villemoes
2015-09-16
PM / sleep: Report interrupt that caused system wakeup
Alexandra Yates
2015-07-07
Merge branch 'pm-wakeirq'
Rafael J. Wysocki
2015-07-07
PM / wakeirq: Avoid setting power.wakeirq too hastily
Rafael J. Wysocki
2015-06-19
Merge branch 'pm-wakeirq'
Rafael J. Wysocki
2015-05-20
PM / Wakeirq: Add automated device wake IRQ handling
Tony Lindgren
2015-05-19
PM / wakeup: add a dummy wakeup_source to record statistics
Jin Qian
2015-05-08
PM / wakeup: validate wakeup source before activating it.
Jin Qian
2015-04-15
power: wakeup: remove use of seq_printf return value
Joe Perches
2015-03-04
PM / wakeup: export pm_system_wakeup symbol
Boris BREZILLON
2014-09-01
PM / sleep: Mechanism for aborting system suspends unconditionally
Rafael J. Wysocki
2014-05-30
PM / sleep: unregister wakeup source when disabling device wakeup
Zhang Rui
2013-06-21
PM / Sleep: Print last wakeup source on failed wakeup_count write
Julius Werner
2013-06-11
PM / wakeup: Adjust messaging for wake events during suspend
Bernie Thompson
2013-02-09
PM: Introduce suspend state PM_SUSPEND_FREEZE
Zhang Rui
2012-09-06
PM / wakeup: Use irqsave/irqrestore for events_lock
John Stultz
2012-08-17
PM / Sleep: Print name of wakeup source that aborts suspend
Todd Poynor
2012-05-01
PM / Sleep: Add user space interface for manipulating wakeup sources, v3
Rafael J. Wysocki
2012-05-01
PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources
Rafael J. Wysocki
2012-05-01
PM / Sleep: Implement opportunistic sleep, v2
Rafael J. Wysocki
2012-05-01
PM / Sleep: Add wakeup_source_activate and wakeup_source_deactivate tracepoints
Arve Hjønnevåg
2012-05-01
PM / Sleep: Change wakeup source statistics to follow Android
Rafael J. Wysocki
2012-05-01
PM / Sleep: Use wait queue to signal "no wakeup events in progress"
Rafael J. Wysocki
2012-03-04
PM / Sleep: Add more wakeup source initialization routines
Rafael J. Wysocki
2012-03-04
PM / Sleep: Make __pm_stay_awake() delete wakeup source timers
Rafael J. Wysocki
2012-03-04
PM / Sleep: Fix race conditions related to wakeup source timer function
Rafael J. Wysocki
2012-03-04
PM / Sleep: Fix possible infinite loop during wakeup source destruction
Rafael J. Wysocki
2012-02-13
PM / Sleep: Initialize wakeup source locks in wakeup_source_add()
Rafael J. Wysocki
2011-10-31
drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
Paul Gortmaker
2011-10-16
PM: Update the policy on default wakeup settings
Alan Stern
2011-05-17
PM / Wakeup: Remove useless synchronize_rcu() call
Eric Dumazet
2011-04-26
PM / Wakeup: Fix initialization of wakeup-related device sysfs files
Rafael J. Wysocki
2011-03-15
PM: Do not create wakeup sysfs files for devices that cannot wake up
Rafael J. Wysocki
2011-03-15
PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count()
Rafael J. Wysocki
2011-03-15
PM / Wakeup: Make pm_save_wakeup_count() work as documented
Rafael J. Wysocki
2011-03-15
PM / Wakeup: Combine atomic counters to avoid reordering issues
Rafael J. Wysocki
2010-12-24
PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()
Rafael J. Wysocki
2010-10-19
PM / Wakeup: Show wakeup sources statistics in debugfs
Rafael J. Wysocki
2010-10-17
PM / Wakeup: Introduce wakeup source objects and event statistics (v3)
Rafael J. Wysocki
2010-07-19
PM: Do not use dynamically allocated objects in pm_wakeup_event()
Rafael J. Wysocki
2010-07-19
PM: Make it possible to avoid races between wakeup and system sleep
Rafael J. Wysocki