index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
power
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-23
tracing: allow tracing of suspend/resume & hibernation code again
Ingo Molnar
1
-4
/
+1
2008-11-18
suspend: use WARN not WARN_ON to print the message
Arjan van de Ven
1
-1
/
+1
2008-10-16
pm: rework disabling of user mode helpers during suspend/hibernation
Rafael J. Wysocki
1
-0
/
+7
2008-08-28
ftrace: disable tracing for suspend to ram
Steven Rostedt
1
-1
/
+4
2008-07-26
pm selftest: rtc paranoia
David Brownell
1
-0
/
+7
2008-07-24
pm: boot time suspend selftest
David Brownell
1
-1
/
+193
2008-06-13
Suspend-related patches for 2.6.27
Rafael J. Wysocki
1
-3
/
+7
2008-06-10
Introduce new top level suspend and hibernation callbacks
Rafael J. Wysocki
1
-2
/
+4
2008-02-02
Suspend: Invoke suspend notifications after console switch
Johannes Berg
1
-4
/
+4
2008-02-02
Suspend: Add config option to disable the freezer if architecture wants that
Johannes Berg
1
-3
/
+3
2008-02-02
Suspend: Introduce begin() and end() callbacks
Rafael J. Wysocki
1
-3
/
+6
2008-02-02
suspend: fix ia64 allmodconfig build
Rafael J. Wysocki
1
-5
/
+2
2008-02-02
Suspend: Use common prefix in messages
Rafael J. Wysocki
1
-3
/
+3
2008-02-02
Suspend: Fix comment in main.c
Rafael J. Wysocki
1
-2
/
+2
2008-02-02
Suspend: Fix compilation warning for CONFIG_SUSPEND unset
Rafael J. Wysocki
1
-0
/
+2
2008-02-02
PM: Convert PM notifiers to out-of-line code
Alan Stern
1
-2
/
+26
2008-02-02
suspend: build fix responding to 2.6.25 kset change
Rafael J. Wysocki
1
-2
/
+5
2008-02-02
Suspend: Testing facility (rev. 2)
Rafael J. Wysocki
1
-9
/
+99
2008-01-25
driver core: make /sys/power a kobject
Greg Kroah-Hartman
1
-4
/
+4
2008-01-25
Driver Core: switch all dynamic ksets to kobj_sysfs_ops
Kay Sievers
1
-4
/
+8
2008-01-25
kset: convert /sys/power to use kset_create
Greg Kroah-Hartman
1
-6
/
+5
2008-01-25
kobject: remove struct kobj_type from struct kset
Greg Kroah-Hartman
1
-1
/
+1
2008-01-11
PM: ACPI and APM must not be enabled at the same time
Len Brown
1
-0
/
+3
2007-10-19
freezer: do not sync filesystems from freeze_processes
Rafael J. Wysocki
1
-0
/
+6
2007-10-19
PM: Make suspend_ops static
Rafael J. Wysocki
1
-1
/
+1
2007-10-19
PM: Rework struct platform_suspend_ops
Rafael J. Wysocki
1
-9
/
+3
2007-10-19
PM: Rename struct pm_ops and related things
Rafael J. Wysocki
1
-17
/
+17
2007-10-19
make kernel/power/main.c:suspend_enter() static
Adrian Bunk
1
-1
/
+1
2007-07-30
Introduce CONFIG_SUSPEND for suspend-to-Ram and standby
Rafael J. Wysocki
1
-8
/
+18
2007-07-30
Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
Rafael J. Wysocki
1
-1
/
+1
2007-07-19
PM: Integrate beeping flag with existing acpi_sleep flags
Pavel Machek
1
-23
/
+0
2007-07-19
PM: Optional beeping during resume from suspend to RAM
Nigel Cunningham
1
-0
/
+23
2007-07-19
PM: Reduce code duplication between main.c and user.c
Rafael J. Wysocki
1
-44
/
+55
2007-07-19
PM: introduce hibernation and suspend notifiers
Rafael J. Wysocki
1
-0
/
+9
2007-07-01
PM: introduce set_target method in pm_ops
Rafael J. Wysocki
1
-1
/
+5
2007-05-17
swsusp: fix sysfs interface
Rafael J. Wysocki
1
-2
/
+2
2007-05-17
Fix ACPI suspend / device suspend ordering problem
Linus Torvalds
1
-7
/
+8
2007-05-09
PM: Separate hibernation code from suspend code
Rafael J. Wysocki
1
-26
/
+16
2007-05-07
remove software_suspend()
Johannes Berg
1
-14
/
+7
2007-05-07
swsusp: do not use page flags
Rafael J. Wysocki
1
-0
/
+2
2007-05-03
remove "struct subsystem" as it is no longer needed
Greg Kroah-Hartman
1
-5
/
+5
2007-05-01
power management: force pm_ops.valid callback to be assigned
Johannes Berg
1
-2
/
+2
2007-05-01
power management: implement pm_ops.valid for everybody
Johannes Berg
1
-0
/
+13
2007-05-01
rework pm_ops pm_disk_mode, kill misuse
Johannes Berg
1
-1
/
+5
2007-04-27
s2ram: add arch irq disable/enable hooks
Johannes Berg
1
-3
/
+15
2007-02-24
power management: no valid states w/o pm_ops
Johannes Berg
1
-1
/
+4
2007-02-11
[PATCH] PM: Change code ordering in main.c
Rafael J. Wysocki
1
-15
/
+19
2007-02-11
[PATCH] Drop free_pages()
Christoph Lameter
1
-1
/
+3
2006-12-16
Pull bugfix into test branch
Len Brown
1
-1
/
+1
2006-12-07
[PATCH] Export pm_suspend for the shared APM emulation
Ralf Baechle
1
-1
/
+2
[next]