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
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
/
user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-24
PM: hibernate: Fix snapshot partial write lengths
Evan Green
1
-1
/
+1
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-17
/
+9
2020-09-23
mm: split swap_type_of
Christoph Hellwig
1
-12
/
+4
2020-09-23
PM: rewrite is_hibernate_resume_dev to not require an inode
Christoph Hellwig
1
-6
/
+6
2020-09-01
notifier: Fix broken error handling pattern
Peter Zijlstra
1
-10
/
+4
2020-05-27
PM: hibernate: Restrict writes to the resume device
Domenico Andreoli
1
-1
/
+13
2020-05-19
PM: hibernate: Incorporate concurrency handling
Domenico Andreoli
1
-6
/
+4
2020-04-06
PM / sleep: handle the compat case in snapshot_set_swap_area()
Christoph Hellwig
1
-32
/
+22
2020-04-06
PM / sleep: move SNAPSHOT_SET_SWAP_AREA handling into a helper
Christoph Hellwig
1
-28
/
+29
2020-04-03
Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2020-03-18
misc: cleanup minor number definitions in c file into miscdevice.h
Zhenzhong Duan
1
-2
/
+0
2020-03-14
PM / hibernate: Remove unnecessary compat ioctl overrides
Eric Biggers
1
-15
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
1
-3
/
+1
2019-04-02
PM / sleep: Refactor filesystems sync to reduce duplication
Harry Pan
1
-4
/
+1
2018-08-06
PM / reboot: Eliminate race between reboot and suspend
Pingfan Liu
1
-2
/
+2
2018-05-27
PM / hibernate: Fix oops at snapshot_write()
Tetsuo Handa
1
-0
/
+5
2018-04-02
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-06-28
PM / sleep: make PM notifiers called symmetrically
Lianwei Wang
1
-6
/
+8
2014-06-17
PM / hibernate: introduce "nohibernate" boot parameter
Kees Cook
1
-0
/
+3
2013-11-19
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-0
/
+1
2013-11-15
PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()
Rafael J. Wysocki
1
-0
/
+1
2013-10-19
PM / Hibernate: Use bool for boolean fields of struct snapshot_data
Rafael J. Wysocki
1
-10
/
+10
2013-09-30
PM / hibernate: Fix user space driven resume regression
Rafael J. Wysocki
1
-0
/
+8
2013-08-31
PM / hibernate / memory hotplug: Rework mutual exclusion
Rafael J. Wysocki
1
-0
/
+2
2013-08-31
PM / hibernate: Create memory bitmaps after freezing user space
Rafael J. Wysocki
1
-10
/
+12
2012-07-19
Make wait_for_device_probe() also do scsi_complete_async_scans()
Linus Torvalds
1
-2
/
+0
2012-03-29
PM / Sleep: Move disabling of usermode helpers to the freezer
Rafael J. Wysocki
1
-9
/
+1
2012-02-10
PM / Hibernate: Refactor and simplify freezer_test_done
Srivatsa S. Bhat
1
-4
/
+2
2012-02-10
PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test path
Srivatsa S. Bhat
1
-6
/
+2
2012-02-02
PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
Srivatsa S. Bhat
1
-2
/
+4
2012-01-29
PM / Hibernate: Fix s2disk regression related to freezing workqueues
Rafael J. Wysocki
1
-0
/
+9
2012-01-05
PM / Hibernate: Implement compat_ioctl for /dev/snapshot
Ben Hutchings
1
-0
/
+64
2011-12-10
PM / Hibernate: Remove deprecated hibernation snapshot ioctls
Srivatsa S. Bhat
1
-87
/
+0
2011-12-09
PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()
Srivatsa S. Bhat
1
-8
/
+8
2011-12-07
PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c wit...
Srivatsa S. Bhat
1
-1
/
+1
2011-12-07
Merge branch 'pm-freezer' into pm-sleep
Rafael J. Wysocki
1
-3
/
+1
2011-12-07
PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test path
Srivatsa S. Bhat
1
-3
/
+8
2011-11-22
freezer: clean up freeze_processes() failure path
Tejun Heo
1
-3
/
+1
2011-10-31
kernel: fix several implicit usasges of kmod.h
Paul Gortmaker
1
-0
/
+1
2011-06-22
PM: Free memory bitmaps if opening /dev/snapshot fails
Michal Kubecek
1
-1
/
+3
2011-05-11
PM / Hibernate: Fix ioctl SNAPSHOT_S2RAM
Rafael J. Wysocki
1
-0
/
+1
2011-05-11
PM / Hibernate: Make snapshot_release() restore GFP mask
Rafael J. Wysocki
1
-1
/
+3
2010-12-16
PM / Hibernate: Fix PM_POST_* notification with user-space suspend
Takashi Iwai
1
-1
/
+1
2010-12-07
PM / Hibernate: Fix memory corruption related to swap
Rafael J. Wysocki
1
-0
/
+2
2010-05-11
PM / Hibernate: Snapshot cleanup
Jiri Slaby
1
-12
/
+25
2010-04-11
PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handling
Jiri Slaby
1
-1
/
+1
2010-02-26
PM / Hibernate: Really deprecate deprecated user ioctls
Jiri Slaby
1
-4
/
+19
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-04-13
PM/Hibernate: Wait for SCSI devices scan to complete during resume
Rafael J. Wysocki
1
-0
/
+9
[next]