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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-01
Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-11
/
+9
2023-10-28
PM: hibernate: Drop unused snapshot_test argument
Jan Kara
3
-11
/
+11
2023-10-28
PM: hibernate: Convert to bdev_open_by_dev()
Jan Kara
1
-15
/
+16
2023-10-09
Merge back earlier system-wide PM changes for v6.7.
Rafael J. Wysocki
2
-11
/
+9
2023-10-04
PM: hibernate: Fix copying the zero bitmap to safe pages
Pavankumar Kondeti
1
-2
/
+2
2023-09-26
PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()
Christoph Hellwig
1
-2
/
+2
2023-09-26
PM: hibernate: Clean up sync_read handling in snapshot_write_next()
Brian Geffon
1
-5
/
+1
2023-09-21
PM: hibernate: Use __get_safe_page() rather than touching the list
Brian Geffon
1
-4
/
+6
2023-09-12
PM: hibernate: Fix the exclusive get block device in test_resume mode
Chen Yu
1
-6
/
+6
2023-09-12
PM: hibernate: Rename function parameter from snapshot_test to exclusive
Chen Yu
2
-8
/
+10
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2023-08-25
Merge branches 'pm-sleep', 'pm-qos' and 'powercap'
Rafael J. Wysocki
2
-40
/
+156
2023-08-22
PM: QoS: Add check to make sure CPU latency is non-negative
Clive Lin
1
-2
/
+7
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
1
-1
/
+1
2023-08-14
Merge back system-wide sleep material for v6.6.
Rafael J. Wysocki
1
-38
/
+149
2023-08-07
PM: hibernate: fix resume_store() return value when hibernation not available
Vlastimil Babka
1
-1
/
+1
2023-07-25
tty: sysrq: switch sysrq handlers from int to u8
Jiri Slaby
1
-1
/
+1
2023-07-24
PM: hibernate: don't store zero pages in the image file
Brian Geffon
1
-38
/
+149
2023-07-14
Merge branches 'pm-sleep' and 'pm-qos'
Rafael J. Wysocki
2
-2
/
+8
2023-07-11
PM: QoS: Restore support for default value on frequency QoS
Chungkai Yang
1
-2
/
+7
2023-07-11
PM: hibernate: Fix writing maj:min to /sys/power/resume
Azat Khuzhin
1
-0
/
+1
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-0
/
+84
2023-06-27
Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-1
/
+7
2023-06-27
Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+0
2023-06-12
include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume
Mario Limonciello
1
-0
/
+6
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-3
/
+3
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
3
-21
/
+14
2023-06-12
swsusp: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
1
-2
/
+3
2023-06-10
mm: page_alloc: move pm_* function into power
Kefeng Wang
2
-0
/
+32
2023-06-10
mm: page_alloc: move mark_free_page() into snapshot.c
Kefeng Wang
1
-0
/
+52
2023-06-05
PM: hibernate: don't use early_lookup_bdev in resume_store
Christoph Hellwig
1
-1
/
+17
2023-06-05
init: improve the name_to_dev_t interface
Christoph Hellwig
1
-12
/
+10
2023-06-05
PM: hibernate: move finding the resume device out of software_resume
Christoph Hellwig
1
-41
/
+39
2023-06-05
PM: hibernate: remove the global snapshot_test variable
Christoph Hellwig
3
-14
/
+8
2023-06-05
PM: hibernate: factor out a helper to find the resume device
Christoph Hellwig
1
-35
/
+37
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-2
/
+2
2023-05-24
PM: hibernate: Correct spelling mistake in a comment
Wang Honghui
1
-1
/
+1
2023-05-18
x86/hibernate: Declare global functions in suspend.h
Arnd Bergmann
1
-5
/
+0
2023-05-03
Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
3
-5
/
+19
2023-04-29
Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2023-04-27
PM: hibernate: Do not get block device exclusively in test_resume mode
Chen Yu
2
-4
/
+12
2023-04-27
PM: hibernate: Turn snapshot_test into global variable
Chen Yu
2
-1
/
+7
2023-04-20
PM: Add sysfs files to represent time spent in hardware sleep state
Mario Limonciello
1
-12
/
+47
2023-03-24
workqueue: Introduce show_freezable_workqueues
Jungseung Lee
1
-1
/
+1
2023-02-15
Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'
Rafael J. Wysocki
1
-4
/
+1
2023-02-09
PM: EM: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-4
/
+1
2023-01-20
PM: sleep: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-01-20
PM: hibernate: swap: don't use /** for non-kernel-doc comments
Randy Dunlap
1
-8
/
+8
2022-12-06
PM: sleep: Refine error message in try_to_freeze_tasks()
Rafael J. Wysocki
1
-2
/
+2
2022-12-06
PM: sleep: Avoid using pr_cont() in the tasks freezing code
Rafael J. Wysocki
1
-13
/
+8
[next]