Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
d8f3de0d2412bb91639cfefc5b3c79dbf3812212
/
kernel
/
power
/
disk.c
d8f3de0
Suspend-related patches for 2.6.27
by Rafael J. Wysocki
· 17 years ago
1eede07
Introduce new top level suspend and hibernation callbacks
by Rafael J. Wysocki
· 17 years ago
3a2d5b7
PM: Introduce PM_EVENT_HIBERNATE callback state
by Rafael J. Wysocki
· 17 years ago
47a460d
kernel/power/disk.c: make code static
by Adrian Bunk
· 17 years ago
5a0a2f3
Hibernation: Invoke suspend notifications after console switch
by Rafael J. Wysocki
· 17 years ago
caea99e
Hibernation: Introduce begin() and end() callbacks
by Rafael J. Wysocki
· 17 years ago
2397672
Hibernation: Update messages
by Rafael J. Wysocki
· 17 years ago
9575809
Hibernation: Fix comment in disk.c
by Rafael J. Wysocki
· 17 years ago
72df68c
Hibernation: Move low level resume to disk.c
by Rafael J. Wysocki
· 17 years ago
4cc7977
Hibernation: New testing facility (rev. 2)
by Rafael J. Wysocki
· 17 years ago
c3e94d8
Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)
by Alan Stern
· 17 years ago
d76e15f
driver core: make /sys/power a kobject
by Greg Kroah-Hartman
· 17 years ago
386f275
Driver Core: switch all dynamic ksets to kobj_sysfs_ops
by Kay Sievers
· 17 years ago
039a5dc
kset: convert /sys/power to use kset_create
by Greg Kroah-Hartman
· 17 years ago
60a0d23
hibernate: fix lockdep report
by Johannes Berg
· 17 years ago
9cd9a00
Hibernation: Enter platform hibernation state in a consistent way
by Rafael J. Wysocki
· 17 years ago
c7e0831
Hibernation: Check if ACPI is enabled during restore in the right place
by Rafael J. Wysocki
· 17 years ago
232b143
freezer: do not sync filesystems from freeze_processes
by Rafael J. Wysocki
· 17 years ago
b3dac3b
PM: Rename hibernation_ops to platform_hibernation_ops
by Rafael J. Wysocki
· 17 years ago
74f270a
PM: Rework struct hibernation_ops
by Rafael J. Wysocki
· 17 years ago
58b3b71
Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_off_prepare"
by Rafael J. Wysocki
· 17 years ago
b10d911
PM: introduce hibernation and suspend notifiers
by Rafael J. Wysocki
· 17 years ago
b1457bc
Hibernation: prepare to enter the low power state
by Rafael J. Wysocki
· 17 years ago
10a1803
swsusp: fix hibernation code ordering
by Rafael J. Wysocki
· 17 years ago
a634cc1
swsusp: introduce restore platform operations
by Rafael J. Wysocki
· 17 years ago
7777fab
swsusp: remove code duplication between disk.c and user.c
by Rafael J. Wysocki
· 17 years ago
8d98a69
swsusp: fix sysfs interface
by Rafael J. Wysocki
· 18 years ago
a3d25c2
PM: Separate hibernation code from suspend code
by Rafael J. Wysocki
· 18 years ago
f0ced9b
power management: change /sys/power/disk display
by Johannes Berg
· 18 years ago
0709db6
swsusp: use GFP_KERNEL for creating basic data structures
by Rafael J. Wysocki
· 18 years ago
74dfd66
swsusp: do not use page flags
by Rafael J. Wysocki
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
11d77d0
power management: remove firmware disk mode
by Johannes Berg
· 18 years ago
fe0c935
rework pm_ops pm_disk_mode, kill misuse
by Johannes Berg
· 18 years ago
436ce71
[PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend"
by Rafael J. Wysocki
· 18 years ago
058560f
[PATCH] fix extra BIOS invocation during resume
by Pavel Machek
· 18 years ago
9498513
[PATCH] swsusp: disable nonboot CPUs before entering platform suspend
by Rafael J. Wysocki
· 18 years ago
886c595
[PATCH] swsusp: Fix resume error path in platform mode
by Rafael J. Wysocki
· 18 years ago
ed746e3
[PATCH] swsusp: Change code ordering in disk.c
by Rafael J. Wysocki
· 18 years ago
cfee47f
Pull bugfix into test branch
by Len Brown
· 18 years ago
5045cfc
[PATCH] swsusp: kill write-only variable
by Pavel Machek
· 18 years ago
2d87595
[PATCH] PM: Fix swsusp debug mode testproc
by Rafael J. Wysocki
· 18 years ago
59a49335
[PATCH] swsusp: Fix labels
by Rafael J. Wysocki
· 18 years ago
a6d7098
[PATCH] convert pm_sem to a mutex
by Stephen Hemminger
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
8a05aac
[PATCH] swsusp: fix platform mode
by Stefan Seyfried
· 18 years ago
9a154d9
[PATCH] swsusp: add resume_offset command line parameter
by Rafael J. Wysocki
· 18 years ago
b918f6e
[PATCH] swsusp: debugging
by Rafael J. Wysocki
· 18 years ago
9185cfa
ACPI: S4: Use "platform" rather than "shutdown" mode by default
by Rafael J. Wysocki
· 18 years ago
97c7801
[PATCH] swsusp: Use suspend_console
by Rafael J. Wysocki
· 18 years ago
dd77a4e
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 18 years ago
e3920fb
[PATCH] Disable CPU hotplug during suspend
by Rafael J. Wysocki
· 18 years ago
f1cc0a8
PM: issue PM_EVENT_PRETHAW
by David Brownell
· 18 years ago
3b364b8
[PATCH] constify parts of kernel/power/
by Andreas Mohr
· 19 years ago
02aaeb9
[PATCH] swsusp: freeze user space processes first
by Rafael J. Wysocki
· 19 years ago
74c7e2e
[PATCH] kernel/power: move externs to header files
by Randy Dunlap
· 19 years ago
f577eb3
[PATCH] swsusp: low level interface
by Rafael J. Wysocki
· 19 years ago
59ed2f5
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 19 years ago
853609b
[PATCH] swsusp: use bytes as image size units
by Rafael J. Wysocki
· 19 years ago
9fdb62a
[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release
by Len Brown
· 19 years ago
ca0aec0
[PATCH] swsusp: make image size limit tunable
by Rafael J. Wysocki
· 19 years ago
72a97e0
[PATCH] swsusp: improve freeing of memory
by Rafael J. Wysocki
· 19 years ago
7088a5c
[PATCH] swsusp: introduce the swap map structure
by Rafael J. Wysocki
· 19 years ago
a576219
[PATCH] swsusp: resume_store() retval fix
by Andrew Morton
· 19 years ago
729b4d4
[ACPI] fix reboot upon suspend-to-disk
by Alexey Starikovskiy
· 19 years ago
0245b3e
[PATCH] swsusp: two simplifications
by Rafael J. Wysocki
· 19 years ago
2c1b4a5
[PATCH] swsusp: rework memory freeing on resume
by Rafael J. Wysocki
· 19 years ago
88d10bb
[PATCH] suspend: cleanup calling of power off methods.
by Eric W. Biederman
· 19 years ago
99dc7d6
[PATCH] swsusp: fix error handling and cleanups
by Pavel Machek
· 19 years ago
dd5d666
[PATCH] swsusp: add locking to software_resume
by Shaohua Li
· 19 years ago
fdde86a
[PATCH] swpsuspend: Have suspend to disk use factors of sys_reboot
by Eric W. Biederman
· 19 years ago
d53d9f1
[PATCH] name_to_dev_t warning fix
by Andrew Morton
· 19 years ago
3efa147
[PATCH] pm: Fix resume from initrd
by Pavel Machek
· 19 years ago
5a72e04
[PATCH] suspend/resume SMP support
by Li Shaohua
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago