Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/linux-lts: upgrade to 5.4.40 | Natanael Copa | 2020-05-11 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.39 | Natanael Copa | 2020-05-06 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.38 | Natanael Copa | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.36 | Natanael Copa | 2020-04-30 | 13 | -26/+26 |
| | |||||
* | main/linux-lts: Add missing drivers for Banana Pi | Kenneth Soerensen | 2020-04-30 | 2 | -10/+12 |
| | | | | | For Banana Pi, specifically BPI-M1, the mv64xxx I2C driver and the AXP20x power supply driver are required for USB to be working. | ||||
* | main/linux-lts: upgrade to 5.4.35 | Natanael Copa | 2020-04-23 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.34 | Milan P. Stanić | 2020-04-22 | 13 | -49/+103 |
| | | | | | | | enable PKCS8 for architectures for which had it enabled. enable other default crypto options on architectures which had it disabled. | ||||
* | main/linux-lts: enable FS_VERITY on all flavors | Milan P. Stanić | 2020-04-22 | 13 | -36/+69 |
| | | | | | | | enable FS_VERITY_BUILTIN_SIGNATURES on all flavors enable NET_REDIRECT for all architectures for which is default and supported | ||||
* | main/linux-lts: upgrade to 5.4.33 | Natanael Copa | 2020-04-20 | 1 | -4/+4 |
| | |||||
* | main/linux-lts: add Southern Islands (SI) and Sea Islands (CIK) support for ↵ | Taner Tas | 2020-04-20 | 2 | -5/+5 |
| | | | | amdgpu driver on x86 and x86_64 | ||||
* | main/linux-lts: upgrade to 5.4.32 | Natanael Copa | 2020-04-14 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.31 | Natanael Copa | 2020-04-08 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.30 | Natanael Copa | 2020-04-03 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.29 | Natanael Copa | 2020-04-02 | 13 | -64/+58 |
| | |||||
* | main/linux-lts: upgrade to 5.4.28 | Natanael Copa | 2020-03-25 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.27 | Natanael Copa | 2020-03-23 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.26 | Natanael Copa | 2020-03-18 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: upgrade to 5.4.25 | Natanael Copa | 2020-03-13 | 1 | -3/+3 |
| | |||||
* | main/linux-lts: upgrade to 5.4.24 | Natanael Copa | 2020-03-09 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: enable anbox support | Antoine Fontaine | 2020-03-09 | 4 | -7/+27 |
| | | | | | only for x86_64, aarch64 and armv7 as other architectures don't work with Anbox. [ci:skip-lint]: this is not the place to fix linux-lts linting issues | ||||
* | main/linux-lts: upgrade to 5.4.23 | Ariadne Conill | 2020-03-01 | 14 | -166/+26 |
| | |||||
* | main/linux-lts: upgrade to 5.4.22 | Ariadne Conill | 2020-02-26 | 13 | -39/+29 |
| | |||||
* | main/linux-lts: add config for mips32 | Ariadne Conill | 2020-02-26 | 2 | -0/+3149 |
| | |||||
* | main/linux-lts: upgrade to 5.4.21 | Ariadne Conill | 2020-02-20 | 12 | -25/+25 |
| | |||||
* | main/linux-lts: restore stackprotector on ppc64le, defang stackprotector check | Ariadne Conill | 2020-02-18 | 4 | -10/+51 |
| | |||||
* | main/linux-lts: upgrade to 5.4.20, enable bpf(2) syscall | Ariadne Conill | 2020-02-18 | 12 | -44/+135 |
| | | | | | The bpf(2) syscall is locked down to root users by default as of alpine-baselayout 3.2.0-r4 and later. | ||||
* | main/linux-*: remove redundant override of HOSTCC | Minecrell | 2020-02-17 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | apkbuild-lint complains about the use of HOSTCC in APKBUILDs: IC:[AL6]:main/linux-lts/APKBUILD:66:prefix custom variable with _: HOSTCC="${CC:-gcc}" IC:[AL6]:main/linux-lts/APKBUILD:67:prefix custom variable with _: HOSTCC="${HOSTCC#${CROSS_COMPILE}}" MC:[AL31]:main/linux-lts/APKBUILD:66:variables must not have capital letters MC:[AL31]:main/linux-lts/APKBUILD:67:variables must not have capital letters The first two were fixed in https://gitlab.alpinelinux.org/Leo/atools/merge_requests/24. But apkbuild-lint still complains about the capitalized variable. Adding an exception for this in atools seems quite complicated. It turns out overriding HOSTCC in the linux-* APKBUILD is actually no longer necessary. abuild automatically sets HOSTCC correctly now when cross compiling, and the APKBUILD will just set the same value again. (see https://gitlab.alpinelinux.org/alpine/abuild/commit/9be173c6774fbec6cf8acd573faa039dd4129fc6) We can just remove HOSTCC from the APKBUILD. linux-lts still builds fine when cross compiling for aarch64 using bootstrap.sh. | ||||
* | main/linux-lts: upgrade to 5.4.18 | Milan P. Stanić | 2020-02-06 | 12 | -25/+25 |
| | | | | change url to https://www.kernel.org | ||||
* | main/linux-lts: add -virt for armv7 | Natanael Copa | 2020-02-04 | 2 | -0/+4691 |
| | | | | ref https://lists.alpinelinux.org/~alpine/aports/patches/3253 | ||||
* | main/linux-lts: upgrade to 5.4.17 | Milan P. Stanić | 2020-02-04 | 11 | -22/+22 |
| | |||||
* | main/linux-lts: incorporate Platform files in -dev packages | Ariadne Conill | 2020-01-30 | 1 | -1/+1 |
| | | | | needed for MIPS kernels | ||||
* | main/linux-lts: introduce mips64 config (Malta evaluation board) | Ariadne Conill | 2020-01-30 | 2 | -0/+3136 |
| | |||||
* | main/linux-lts: upgrade to 5.4.16 | Milan P. Stanić | 2020-01-30 | 10 | -20/+20 |
| | |||||
* | main/linux-lts: upgrade to 5.4.14 | Natanael Copa | 2020-01-23 | 1 | -3/+3 |
| | |||||
* | main/linux-lts: enable SPEAKUP for x86* | Natanael Copa | 2020-01-23 | 3 | -6/+28 |
| | | | | fixes #11151 | ||||
* | main/linux-lts: backport patch for i915 gpu | Natanael Copa | 2020-01-20 | 2 | -0/+140 |
| | | | | | ref #11026 upstream bug: https://gitlab.freedesktop.org/drm/intel/issues/674 | ||||
* | main/linux-lts: upgrade to 5.4.13 | Milan P. Stanić | 2020-01-20 | 10 | -20/+20 |
| | |||||
* | main/linux-lts: enable serial_ir module | Natanael Copa | 2020-01-16 | 3 | -7/+9 |
| | | | | ref #11135 | ||||
* | main/linux-lts: upgrade to 5.4.12 | Milan P. Stanić | 2020-01-15 | 10 | -20/+23 |
| | | | | | enable CONFIG_HAVE_COPY_THREAD_TLS=y for architectures which got it (aarch64 and armv7) | ||||
* | main/linux-lts: upgrade to 5.4.11 | Milan P. Stanić | 2020-01-13 | 10 | -38/+38 |
| | | | | | enable CONFIG_NFT_FIB_INET and CONFIG_NFT_FIB_NETDEV as modules fixes: #11116 | ||||
* | main/linux-lts: enable rtw88 driver for x86/x86_64 | Natanael Copa | 2020-01-13 | 3 | -4/+16 |
| | | | | fixes #11115 | ||||
* | main/linux-lts: upgrade to 5.4.10 | Natanael Copa | 2020-01-09 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: enable cannonlake pinctrl for x86_64 | Joel | 2020-01-09 | 2 | -4/+4 |
| | |||||
* | main/linux-lts: set UEVENT_HELPER_PATH for armv7 | Milan P. Stanić | 2020-01-06 | 2 | -2/+2 |
| | | | | | set CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" as it is already for all other architectures and flavours | ||||
* | main/linux-lts: upgrade to 5.4.8 | Milan P. Stanić | 2020-01-06 | 1 | -3/+3 |
| | |||||
* | main/linux-lts: fix config for ppc64le | Natanael Copa | 2020-01-02 | 2 | -2/+8 |
| | | | | there was new config knobs. enable stackprotector | ||||
* | main/linux-lts: upgrade to 5.4.7 | Milan P. Stanić | 2020-01-02 | 1 | -2/+2 |
| | |||||
* | main/linux-lts: enable NFT_FIB_IPV* for ppc64le/s390x | Natanael Copa | 2020-01-02 | 3 | -10/+16 |
| | | | | | | | | | This is what we do for x86_64 since commit c1a44df21adc (main/linux-lts: enable NFT_FIB_IPV4, NFT_FIB_IPV6) Also enable NFT_DUP_IPV4 for ppc64le, which is what we do for x86_64. ref #11058 | ||||
* | main/linux-lts: enable NFT_FIB_IPV4, NFT_FIB_IPV6 | Milan P. Stanić | 2020-01-02 | 7 | -18/+36 |
| | | | | | | | enable NFT_FIB_IPV4 and NFT_FIB_IPV6 modules for now it these are not enabled on s390x and ppc64le because don't have access to these machines fixes: #11058 | ||||
* | main/linux-lts: enable CONFIG_HID_UCLOGIC module (driver) | Milan P. Stanić | 2020-01-02 | 5 | -8/+8 |
| | | | | enable driver for UC-LOGIC family input tablets |