Sign in
googlers
/
maze
/
linux
/
e64cd51d2fa87733176246101df871a8ac5c7c20
/
kernel
/
power
/
user.c
b38f67c
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 11 years ago
6a0c7cd
PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()
by Rafael J. Wysocki
· 11 years ago
7bc9b1c
PM / Hibernate: Use bool for boolean fields of struct snapshot_data
by Rafael J. Wysocki
· 11 years ago
aab1728
PM / hibernate: Fix user space driven resume regression
by Rafael J. Wysocki
· 11 years ago
942f401
PM / hibernate / memory hotplug: Rework mutual exclusion
by Rafael J. Wysocki
· 11 years ago
8fd37a4
PM / hibernate: Create memory bitmaps after freezing user space
by Rafael J. Wysocki
· 11 years ago
eea03c2
Make wait_for_device_probe() also do scsi_complete_async_scans()
by Linus Torvalds
· 12 years ago
1e73203
PM / Sleep: Move disabling of usermode helpers to the freezer
by Rafael J. Wysocki
· 13 years ago
a556d5b5
PM / Hibernate: Refactor and simplify freezer_test_done
by Srivatsa S. Bhat
· 13 years ago
51d6ff7
PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test path
by Srivatsa S. Bhat
· 13 years ago
fe9161d
PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
by Srivatsa S. Bhat
· 13 years ago
181e9bd
PM / Hibernate: Fix s2disk regression related to freezing workqueues
by Rafael J. Wysocki
· 13 years ago
c336078
PM / Hibernate: Implement compat_ioctl for /dev/snapshot
by Ben Hutchings
· 13 years ago
cf007e3
PM / Hibernate: Remove deprecated hibernation snapshot ioctls
by Srivatsa S. Bhat
· 13 years ago
bcda53f
PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()
by Srivatsa S. Bhat
· 13 years ago
e5b1674
PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c with 'else'
by Srivatsa S. Bhat
· 13 years ago
2e8e89e
Merge branch 'pm-freezer' into pm-sleep
by Rafael J. Wysocki
· 13 years ago
97819a2
PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test path
by Srivatsa S. Bhat
· 13 years ago
03afed8
freezer: clean up freeze_processes() failure path
by Tejun Heo
· 13 years ago
74da1ff
kernel: fix several implicit usasges of kmod.h
by Paul Gortmaker
· 14 years ago
8440f4b
PM: Free memory bitmaps if opening /dev/snapshot fails
by Michal Kubecek
· 14 years ago
36cb703
PM / Hibernate: Fix ioctl SNAPSHOT_S2RAM
by Rafael J. Wysocki
· 14 years ago
9744997
PM / Hibernate: Make snapshot_release() restore GFP mask
by Rafael J. Wysocki
· 14 years ago
1497dd1
PM / Hibernate: Fix PM_POST_* notification with user-space suspend
by Takashi Iwai
· 14 years ago
c9e664f
PM / Hibernate: Fix memory corruption related to swap
by Rafael J. Wysocki
· 14 years ago
d3c1b24
PM / Hibernate: Snapshot cleanup
by Jiri Slaby
· 15 years ago
d88d405
PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handling
by Jiri Slaby
· 15 years ago
b694e52
PM / Hibernate: Really deprecate deprecated user ioctls
by Jiri Slaby
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
c751085
PM/Hibernate: Wait for SCSI devices scan to complete during resume
by Rafael J. Wysocki
· 16 years ago
ebae260
PM: Fix pm_notifiers during user mode hibernation
by Andrey Borzenkov
· 16 years ago
1bfcf13
pm: rework disabling of user mode helpers during suspend/hibernation
by Rafael J. Wysocki
· 16 years ago
25f2f3d
snapshot: Use pm_mutex for mutual exclusion
by Rafael J. Wysocki
· 17 years ago
52d1102
snapshot: Push BKL down into ioctl handlers
by Alan Cox
· 17 years ago
c3e94d8
Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)
by Alan Stern
· 17 years ago
cc5d207
Hibernation: Correct definitions of some ioctls (rev. 2)
by Rafael J. Wysocki
· 17 years ago
96f7374
Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)
by Rafael J. Wysocki
· 17 years ago
eb57c1c
Hibernation: Rework platform support ioctls (rev. 2)
by Rafael J. Wysocki
· 17 years ago
af508b3
Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctl
by Rafael J. Wysocki
· 17 years ago
232b143
freezer: do not sync filesystems from freeze_processes
by Rafael J. Wysocki
· 17 years ago
6c961df
PM: Reduce code duplication between main.c and user.c
by Rafael J. Wysocki
· 17 years ago
b10d911
PM: introduce hibernation and suspend notifiers
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
127067a
swsusp: remove incorrect code from user.c
by Rafael J. Wysocki
· 17 years ago
2f41ddd
swsusp: Fix userland interface
by Rafael J. Wysocki
· 18 years ago
a3d25c2
PM: Separate hibernation code from suspend code
by Rafael J. Wysocki
· 18 years ago
9b95e43
swsusp: fix snapshot_release
by Rafael J. Wysocki
· 18 years ago
d1d241c
swsusp: use rbtree for tracking allocated swap
by Rafael J. Wysocki
· 18 years ago
0709db6
swsusp: use GFP_KERNEL for creating basic data structures
by Rafael J. Wysocki
· 18 years ago
1525a2a
swsusp: fix error paths in snapshot_open
by Rafael J. Wysocki
· 18 years ago
74dfd66
swsusp: do not use page flags
by Rafael J. Wysocki
· 18 years ago
436ce71
[PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend"
by Rafael J. Wysocki
· 18 years ago
93c9a7f
[PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl
by Rafael J. Wysocki
· 18 years ago
9498513
[PATCH] swsusp: disable nonboot CPUs before entering platform suspend
by Rafael J. Wysocki
· 18 years ago
2b5b09b
[PATCH] swsusp: Change pm_ops handling by userland interface
by Rafael J. Wysocki
· 18 years ago
d12c610
[PATCH] swsusp-change-code-ordering-in-userc-sanity
by Andrew Morton
· 18 years ago
2591305
[PATCH] swsusp: Change code ordering in user.c
by Rafael J. Wysocki
· 18 years ago
7bf2368
[PATCH] swsusp: Do not fail if resume device is not set
by Rafael J. Wysocki
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
59a4933
[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
8357376
[PATCH] swsusp: Improve handling of highmem
by Rafael J. Wysocki
· 18 years ago
37b2ba1
[PATCH] swsusp: add ioctl for swap files support
by Rafael J. Wysocki
· 18 years ago
3aef83e
[PATCH] swsusp: use block device offsets to identify swap locations
by Rafael J. Wysocki
· 18 years ago
915bae9
[PATCH] swsusp: use partition device and offset to identify swap areas
by Rafael J. Wysocki
· 18 years ago
3592695
[PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")
by Stefan Seyfried
· 18 years ago
97c7801
[PATCH] swsusp: Use suspend_console
by Rafael J. Wysocki
· 18 years ago
5c339d4
[PATCH] swsusp: Make userland suspend work on SMP again
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
940864d
[PATCH] swsusp: Use memory bitmaps during resume
by Rafael J. Wysocki
· 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
9b23820
[PATCH] swsusp: add s2ram ioctl to userland interface
by Luca Tettamanti
· 19 years ago
94c188d
[PATCH] swsusp: let userland tools switch console on suspend
by Rafael J. Wysocki
· 19 years ago
02aaeb9
[PATCH] swsusp: freeze user space processes first
by Rafael J. Wysocki
· 19 years ago
6e1819d
[PATCH] swsusp: userland interface
by Rafael J. Wysocki
· 19 years ago