index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
power
Age
Commit message (
Expand
)
Author
2012-02-04
PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails
Srivatsa S. Bhat
2012-02-01
PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
Srivatsa S. Bhat
2012-01-29
PM / Hibernate: Fix s2disk regression related to freezing workqueues
Rafael J. Wysocki
2012-01-19
PM / Hibernate: Correct additional pages number calculation
Namhyung Kim
2012-01-14
PM / Hibernate: Drop the check of swap space size for compressed image
Barry Song
2012-01-10
PM/Hibernate: do not count debug pages as savable
Stanislaw Gruszka
2012-01-08
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-01-05
PM / Hibernate: Implement compat_ioctl for /dev/snapshot
Ben Hutchings
2012-01-03
fs: move code out of buffer.c
Al Viro
2011-12-09
PM / Hibernate: Remove deprecated hibernation snapshot ioctls
Srivatsa S. Bhat
2011-12-08
PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()
Srivatsa S. Bhat
2011-12-06
PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c wit...
Srivatsa S. Bhat
2011-12-06
Merge branch 'pm-freezer' into pm-sleep
Rafael J. Wysocki
2011-12-06
PM / Hibernate: Remove deprecated hibernation test modes
Srivatsa S. Bhat
2011-12-06
PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test path
Srivatsa S. Bhat
2011-12-06
PM / Hibernate: Enable usermodehelpers in software_resume() error path
Srivatsa S. Bhat
2011-11-23
PM / Hibernate: Refactor and simplify hibernation_snapshot() code
Srivatsa S. Bhat
2011-11-23
PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.c
Srivatsa S. Bhat
2011-11-23
Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Rafael J. Wysocki
2011-11-23
PM / Hibernate: Do not leak memory in error/test code paths
Rafael J. Wysocki
2011-11-21
freezer: remove unused @sig_only from freeze_task()
Tejun Heo
2011-11-21
freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE
Tejun Heo
2011-11-21
cgroup_freezer: prepare for removal of TIF_FREEZE
Tejun Heo
2011-11-21
freezer: clean up freeze_processes() failure path
Tejun Heo
2011-11-21
freezer: test freezable conditions while holding freezer_lock
Tejun Heo
2011-11-21
freezer: make freezing indicate freeze condition in effect
Tejun Heo
2011-11-21
freezer: use dedicated lock instead of task_lock() + memory barrier
Tejun Heo
2011-11-21
freezer: don't distinguish nosig tasks on thaw
Tejun Heo
2011-11-21
freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks
Tejun Heo
2011-11-21
freezer: rename thaw_process() to __thaw_task() and simplify the implementation
Tejun Heo
2011-11-19
PM / Suspend: Fix bug in suspend statistics update
Srivatsa S. Bhat
2011-11-18
PM / Hibernate: Fix the early termination of test modes
Srivatsa S. Bhat
2011-11-07
PM / QoS: Set cpu_dma_pm_qos->name
Dominik Brodowski
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-04
PM / QoS: Remove redundant check
Guennadi Liakhovetski
2011-10-31
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
Paul Gortmaker
2011-10-31
kernel: fix several implicit usasges of kmod.h
Paul Gortmaker
2011-10-28
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
2011-10-16
PM / Hibernate: Improve performance of LZO/plain hibernation, checksum image
Bojan Smojver
2011-10-16
PM / Hibernate: Do not initialize static and extern variables to 0
Barry Song
2011-10-16
PM / Hibernate: Add resumedelay kernel param in addition to resumewait
Barry Song
2011-10-16
PM / Hibernate: Add resumewait param to support MMC-like devices as resume file
Barry Song
2011-10-16
PM / Hibernate: Fix typo in a kerneldoc comment
Barry Song
2011-10-16
PM / Hibernate: Freeze kernel threads after preallocating memory
Rafael J. Wysocki
2011-10-16
PM / VT: Cleanup #if defined uglyness and fix compile error
H Hartley Sweeten
2011-10-16
PM / Suspend: Off by one in pm_suspend()
Dan Carpenter
2011-10-16
PM / Hibernate: Include storage keys in hibernation image on s390
Martin Schwidefsky
2011-10-16
PM: Fix build issue in main.c for CONFIG_PM_SLEEP unset
Rafael J. Wysocki
2011-10-16
PM / Suspend: Add statistics debugfs file for suspend to RAM
ShuoX Liu
2011-09-23
cpu_pm: Add cpu power management notifiers
Colin Cross
[next]