aboutsummaryrefslogtreecommitdiffstats
path: root/kernels/wahoo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* September updateNathan Chancellor2020-09-144-61/+3
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* August updateNathan Chancellor2020-08-032-2/+2
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* July updateNathan Chancellor2020-07-062-2/+2
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* kernels: wahoo: apply a patch to fix the buildNathan Chancellor2020-06-022-0/+58
| | | | | | | | | | | | | | | We need this patch after upstream stable commit 78d19b437554 ("kbuild: fix single target build for external module") was merged via 4.4.210 in the June security update. prepare is now called when building an external module, which calls vdso_prepare, which then calls prepare0, which is only defined when KBUILD_EXTMOD is set. This is not a problem for upstream stable because commit a66649dab350 ("arm64: fix vdso-offsets.h dependency") is not applied there; it is only applied in the Wahoo tree as part of a series of vDSO commits they added. Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* June updateNathan Chancellor2020-06-022-2/+2
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* May updateNathan Chancellor2020-05-052-2/+2
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* April updateNathan Chancellor2020-04-062-2/+2
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* March updateNathan Chancellor2020-03-032-2/+2
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* February updateNathan Chancellor2020-02-032-2/+2
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* January updateNathan Chancellor2020-01-062-2/+2
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* December updateNathan Chancellor2019-12-302-2/+2
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* November updateJason A. Donenfeld2019-11-202-2/+2
|
* kernels: add wahooNathan Chancellor2019-10-142-0/+20
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* kernels: add version hashes for remaining pixelsJason A. Donenfeld2019-10-141-0/+1
Now we have: - android-msm-bonito-4.9-pie-b4s4 - android-msm-crosshatch-4.9-pie-qpr2 - android-msm-wahoo-4.4-pie-qpr2 - android-msm-marlin-3.18-pie-qpr2 However, we need to still add a manifest.xml and a do.bash for each of these. These were all generated via: $ util/extract-version-hash-from-factory.bash https://dl.google.com/dl/android/aosp/bonito-qp1a.191005.007-factory-9754d7c6.zip $ util/extract-version-hash-from-factory.bash https://dl.google.com/dl/android/aosp/crosshatch-qp1a.191005.007-factory-2989a08d.zip $ util/extract-version-hash-from-factory.bash https://dl.google.com/dl/android/aosp/taimen-qp1a.191005.007.a1-factory-3ed47161.zip $ util/extract-version-hash-from-factory.bash https://dl.google.com/dl/android/aosp/marlin-qp1a.191005.007.a1-factory-c27241e0.zip