summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt8
-rw-r--r--members/arm/openembedded/vexpress-lsk/README.textile8
2 files changed, 14 insertions, 2 deletions
diff --git a/members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt b/members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt
index 9b1aca8..94e4f41 100644
--- a/members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt
+++ b/members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt
@@ -57,6 +57,7 @@ The following patches make up the big.LITTLE MP patchset.
| "HMP: Force new non-kernel tasks onto big CPUs until load stabilises":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=954978dd2cff81cc15745b9e581a1709e238f8ef | |
| "sched: Restrict nohz balance kicks to stay in the HMP domain":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=6eada0087366d8aec6bc38348a68f721f538cc5c | |
| "HMP: experimental: Force all rt tasks to start on little domain":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=4ab2679351e9566a6b0822f2d841a902758ba066 | |
+| "HMP: Check the system has little cpus before forcing rt tasks to them":https://git.linaro.org/?p=kernel/linux-linaro-stable.git;a=commit;h=0d5ddd14a8e67d35fad79caf479cca54a6788cc9 | |
| "HMP: select 'best' task for migration rather than 'current'":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=ee52487aaf659ef630ce3371de0e59944253581b | |
| "sched: HMP fix traversing the rb-tree from the curr pointer":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=aaba2453951b3743d003be228102e1da63c75326 | |
| "sched: track per-rq 'last migration time'":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=5fad81c7739db3a1fc6380dcc3d7902666ed5ee8 | |
@@ -73,10 +74,15 @@ The following patches make up the big.LITTLE MP patchset.
| "sched: HMP: fix potential logical errors":http://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=2e14ecb254a3eaa2993b5dd04014f41e1d6188ce | |
| "hmp: Remove potential for task_struct access race":http://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=cd5c2cc93d3dc581a19c62442f40895500d2a34c | |
| "HMP: Implement task packing for small tasks in HMP":http://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=d8063e7015122eb3f6173acf496171def8941734 | |
+| "smp: Don't use typedef to work around compiler issues with tracepoints":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=b9e7900a8ad0dc9ffe416567841cb606f1689133 | |
+| "arm64: Fix build due to HMP tracepoints":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=bd40e205ea48665ed60499001f8edf802e2901e2 | |
| "HMP: Avoid using the cpu stopper to stop runnable tasks":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=2a68d1e9125582bedeac4ea34fb9901ab1f7de11 | |
| "sched: hmp: add read-only hmp domain sysfs file":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=0b877c2baac65994016c6812804d1b30e89c18ed | |
| "Documentation: HMP: Small Task Packing explanation":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=f5be72980bc321f3491377861835c343cc27af0d | |
| "sched: hmp: Fix build breakage when not using CONFIG_SCHED_HMP":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=7cf6a7300bb9a88f543061270419427395ab4d2f | |
+| "sched/debug: Add load-tracking statistics to task":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=42f95a9ca82e0931ba134c9ec180ab7ae8d90dcc | |
+| "config: Add config fragments for big LITTLE MP":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=edecdef95ad50910270915aa0cdcf2f624301cac | |
+| "genirq: Add default affinity mask command line option":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=6bfbe7d9f891dc145ed395cf2b8c23b2dd9c74e8 | |
| "sched: reset blocked load decay_count during synchronization":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/f720a920e88f1ec79db8c9f0031f61c610e40b02 | |
| "sched: update runqueue clock before migrations away":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/7896b1e659db571556436b99ebb2e475e54a24f5 | |
| "sched: hmp: Make idle balance behaviour normal when packing disabled":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/257e5075a1433513bb354f202adcd2dea8a8dc08 | |
@@ -102,7 +108,7 @@ The following patches make up the big.LITTLE MP patchset.
| "HMP: use per cpu cpuidle driver to fix deadlock in hmp_idle_pull":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/65abdc9b50378783981ed2f3453a0aae090404e4 | |
| "HMP: Do not fork-boost tasks coming from PIDs <= 2":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/f83262408293795e5186e9d1bf66d525b24fdb12 | |
| "hmp: Restrict ILB events if no CPU has > 1 task":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/e482d95c1d1888f34cc3f7e6778806cfda6174ff | |
-
+| "sched: hmp: fix spinlock recursion in active migration":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=c1f0c1f51bf7b9111de27c3cdbea9b647351bf7b | |
h3. Platform Support.
diff --git a/members/arm/openembedded/vexpress-lsk/README.textile b/members/arm/openembedded/vexpress-lsk/README.textile
index f34cc1a..efbe748 100644
--- a/members/arm/openembedded/vexpress-lsk/README.textile
+++ b/members/arm/openembedded/vexpress-lsk/README.textile
@@ -57,6 +57,7 @@ The following patches make up the big.LITTLE MP patchset.
| "HMP: Force new non-kernel tasks onto big CPUs until load stabilises":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=954978dd2cff81cc15745b9e581a1709e238f8ef | |
| "sched: Restrict nohz balance kicks to stay in the HMP domain":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=6eada0087366d8aec6bc38348a68f721f538cc5c | |
| "HMP: experimental: Force all rt tasks to start on little domain":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=4ab2679351e9566a6b0822f2d841a902758ba066 | |
+| "HMP: Check the system has little cpus before forcing rt tasks to them":https://git.linaro.org/?p=kernel/linux-linaro-stable.git;a=commit;h=0d5ddd14a8e67d35fad79caf479cca54a6788cc9 | |
| "HMP: select 'best' task for migration rather than 'current'":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=ee52487aaf659ef630ce3371de0e59944253581b | |
| "sched: HMP fix traversing the rb-tree from the curr pointer":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=aaba2453951b3743d003be228102e1da63c75326 | |
| "sched: track per-rq 'last migration time'":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=5fad81c7739db3a1fc6380dcc3d7902666ed5ee8 | |
@@ -73,10 +74,15 @@ The following patches make up the big.LITTLE MP patchset.
| "sched: HMP: fix potential logical errors":http://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=2e14ecb254a3eaa2993b5dd04014f41e1d6188ce | |
| "hmp: Remove potential for task_struct access race":http://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=cd5c2cc93d3dc581a19c62442f40895500d2a34c | |
| "HMP: Implement task packing for small tasks in HMP":http://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=d8063e7015122eb3f6173acf496171def8941734 | |
+| "smp: Don't use typedef to work around compiler issues with tracepoints":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=b9e7900a8ad0dc9ffe416567841cb606f1689133 | |
+| "arm64: Fix build due to HMP tracepoints":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=bd40e205ea48665ed60499001f8edf802e2901e2 | |
| "HMP: Avoid using the cpu stopper to stop runnable tasks":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=2a68d1e9125582bedeac4ea34fb9901ab1f7de11 | |
| "sched: hmp: add read-only hmp domain sysfs file":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=0b877c2baac65994016c6812804d1b30e89c18ed | |
| "Documentation: HMP: Small Task Packing explanation":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=f5be72980bc321f3491377861835c343cc27af0d | |
| "sched: hmp: Fix build breakage when not using CONFIG_SCHED_HMP":https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=commit;h=7cf6a7300bb9a88f543061270419427395ab4d2f | |
+| "sched/debug: Add load-tracking statistics to task":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=42f95a9ca82e0931ba134c9ec180ab7ae8d90dcc | |
+| "config: Add config fragments for big LITTLE MP":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=edecdef95ad50910270915aa0cdcf2f624301cac | |
+| "genirq: Add default affinity mask command line option":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=6bfbe7d9f891dc145ed395cf2b8c23b2dd9c74e8 | |
| "sched: reset blocked load decay_count during synchronization":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/f720a920e88f1ec79db8c9f0031f61c610e40b02 | |
| "sched: update runqueue clock before migrations away":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/7896b1e659db571556436b99ebb2e475e54a24f5 | |
| "sched: hmp: Make idle balance behaviour normal when packing disabled":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/257e5075a1433513bb354f202adcd2dea8a8dc08 | |
@@ -102,7 +108,7 @@ The following patches make up the big.LITTLE MP patchset.
| "HMP: use per cpu cpuidle driver to fix deadlock in hmp_idle_pull":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/65abdc9b50378783981ed2f3453a0aae090404e4 | |
| "HMP: Do not fork-boost tasks coming from PIDs <= 2":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/f83262408293795e5186e9d1bf66d525b24fdb12 | |
| "hmp: Restrict ILB events if no CPU has > 1 task":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/e482d95c1d1888f34cc3f7e6778806cfda6174ff | |
-
+| "sched: hmp: fix spinlock recursion in active migration":https://git.linaro.org/kernel/linux-linaro-stable.git?a=commit;h=c1f0c1f51bf7b9111de27c3cdbea9b647351bf7b | |
h3. Platform Support.