aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk1-1/+5
2021-09-14PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross1-0/+10
2020-06-23PM: sleep: core: mark 2 functions as __init to save some memoryChristophe JAILLET1-2/+2
2019-04-04drivers: base: power: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-1/+1
2019-03-07PM: Add and use pr_fmt()Joe Perches1-0/+2
2018-12-10PM: Switch to use %ptRAndy Shevchenko1-3/+1
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu1-0/+27
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann1-3/+3
2016-02-11PM / sleep: declare __tracedata symbols as char[] rather than charEric Biggers1-2/+2
2015-03-18PM / sleep: add pm-trace support for suspending phaseZhonghui Fu1-3/+3
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2011-07-15PM: Add "RTC" to PM trace time stamps to avoid confusionRafael J. Wysocki1-1/+1
2011-03-15PM: Use appropriate printk() priority level in trace.cMandeep Singh Baines1-3/+3
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan1-0/+31
2010-10-17PM: Lock PM device list mutex in show_dev_hash()James Hogan1-1/+4
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-1/+1
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+2
2008-06-10Introduce new top level suspend and hibernation callbacksRafael J. Wysocki1-2/+2
2008-05-25x86: move tracedata to RODATAJan Beulich1-1/+1
2007-10-18pm_trace displays the wrong time from the RTCRafael J. Wysocki1-1/+1
2007-07-21x86: PM_TRACE supportNigel Cunningham1-1/+4
2006-06-24Add some basic resume trace facilitiesLinus Torvalds1-0/+228