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
2012-02-10
PM / Suspend: Avoid code duplication in suspend statistics update
Marcos Paulo de Souza
2
-10
/
+2
2012-02-10
Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleep
Rafael J. Wysocki
3
-6
/
+31
2012-02-05
PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails
Srivatsa S. Bhat
2
-4
/
+27
2012-02-02
PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
Srivatsa S. Bhat
1
-2
/
+4
2012-01-29
PM / QoS: Simplify PM QoS expansion/merge
Alex Frid
1
-13
/
+10
2012-01-29
PM / Sleep: Introduce "late suspend" and "early resume" of devices
Rafael J. Wysocki
3
-16
/
+20
2012-01-29
PM / Hibernate: Fix s2disk regression related to freezing workqueues
Rafael J. Wysocki
2
-0
/
+28
2012-01-20
PM / Hibernate: Correct additional pages number calculation
Namhyung Kim
1
-1
/
+2
2012-01-14
PM / Hibernate: Drop the check of swap space size for compressed image
Barry Song
1
-6
/
+7
2012-01-11
PM/Hibernate: do not count debug pages as savable
Stanislaw Gruszka
1
-0
/
+6
2012-01-09
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-225
/
+152
2012-01-05
PM / Hibernate: Implement compat_ioctl for /dev/snapshot
Ben Hutchings
1
-0
/
+64
2012-01-04
fs: move code out of buffer.c
Al Viro
1
-1
/
+0
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
4
-20
/
+20
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
4
-67
/
+37
2011-12-07
PM / Hibernate: Remove deprecated hibernation test modes
Srivatsa S. Bhat
1
-29
/
+4
2011-12-07
PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test path
Srivatsa S. Bhat
3
-4
/
+11
2011-12-07
PM / Hibernate: Enable usermodehelpers in software_resume() error path
Srivatsa S. Bhat
1
-1
/
+3
2011-11-24
PM / Hibernate: Refactor and simplify hibernation_snapshot() code
Srivatsa S. Bhat
1
-13
/
+9
2011-11-24
PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.c
Srivatsa S. Bhat
1
-3
/
+3
2011-11-24
Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Rafael J. Wysocki
4
-67
/
+37
2011-11-24
PM / Hibernate: Do not leak memory in error/test code paths
Rafael J. Wysocki
1
-6
/
+10
2011-11-22
freezer: remove unused @sig_only from freeze_task()
Tejun Heo
1
-4
/
+4
2011-11-22
freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE
Tejun Heo
1
-4
/
+11
2011-11-22
cgroup_freezer: prepare for removal of TIF_FREEZE
Tejun Heo
1
-1
/
+1
2011-11-22
freezer: clean up freeze_processes() failure path
Tejun Heo
4
-29
/
+14
2011-11-22
freezer: test freezable conditions while holding freezer_lock
Tejun Heo
1
-15
/
+1
2011-11-22
freezer: make freezing indicate freeze condition in effect
Tejun Heo
1
-1
/
+2
2011-11-22
freezer: use dedicated lock instead of task_lock() + memory barrier
Tejun Heo
1
-2
/
+0
2011-11-22
freezer: don't distinguish nosig tasks on thaw
Tejun Heo
1
-13
/
+7
2011-11-22
freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks
Tejun Heo
1
-2
/
+1
2011-11-22
freezer: rename thaw_process() to __thaw_task() and simplify the implementation
Tejun Heo
1
-1
/
+1
2011-11-19
PM / Suspend: Fix bug in suspend statistics update
Srivatsa S. Bhat
1
-1
/
+2
2011-11-19
PM / Hibernate: Fix the early termination of test modes
Srivatsa S. Bhat
1
-6
/
+17
2011-11-08
PM / QoS: Set cpu_dma_pm_qos->name
Dominik Brodowski
1
-0
/
+1
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-0
/
+6
2011-11-05
PM / QoS: Remove redundant check
Guennadi Liakhovetski
1
-2
/
+1
2011-11-01
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
Paul Gortmaker
4
-0
/
+4
2011-10-31
kernel: fix several implicit usasges of kmod.h
Paul Gortmaker
2
-0
/
+2
2011-10-28
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
1
-0
/
+4
2011-10-17
PM / Hibernate: Improve performance of LZO/plain hibernation, checksum image
Bojan Smojver
4
-178
/
+645
2011-10-17
PM / Hibernate: Do not initialize static and extern variables to 0
Barry Song
1
-5
/
+5
2011-10-17
PM / Hibernate: Add resumedelay kernel param in addition to resumewait
Barry Song
1
-0
/
+14
2011-10-17
PM / Hibernate: Add resumewait param to support MMC-like devices as resume file
Barry Song
1
-0
/
+16
2011-10-17
PM / Hibernate: Fix typo in a kerneldoc comment
Barry Song
1
-1
/
+1
2011-10-17
PM / Hibernate: Freeze kernel threads after preallocating memory
Rafael J. Wysocki
3
-15
/
+30
2011-10-17
PM / VT: Cleanup #if defined uglyness and fix compile error
H Hartley Sweeten
2
-4
/
+2
2011-10-17
PM / Suspend: Off by one in pm_suspend()
Dan Carpenter
1
-1
/
+1
[prev]
[next]