aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-lts
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-lts: upgrade to 5.4.26Natanael Copa2020-03-181-2/+2
|
* main/linux-lts: upgrade to 5.4.25Natanael Copa2020-03-131-3/+3
|
* main/linux-lts: upgrade to 5.4.24Natanael Copa2020-03-091-2/+2
|
* main/linux-lts: enable anbox supportAntoine Fontaine2020-03-094-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.23Ariadne Conill2020-03-0114-166/+26
|
* main/linux-lts: upgrade to 5.4.22Ariadne Conill2020-02-2613-39/+29
|
* main/linux-lts: add config for mips32Ariadne Conill2020-02-262-0/+3149
|
* main/linux-lts: upgrade to 5.4.21Ariadne Conill2020-02-2012-25/+25
|
* main/linux-lts: restore stackprotector on ppc64le, defang stackprotector checkAriadne Conill2020-02-184-10/+51
|
* main/linux-lts: upgrade to 5.4.20, enable bpf(2) syscallAriadne Conill2020-02-1812-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 HOSTCCMinecrell2020-02-171-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.18Milan P. Stanić2020-02-0612-25/+25
| | | | change url to https://www.kernel.org
* main/linux-lts: add -virt for armv7Natanael Copa2020-02-042-0/+4691
| | | | ref https://lists.alpinelinux.org/~alpine/aports/patches/3253
* main/linux-lts: upgrade to 5.4.17Milan P. Stanić2020-02-0411-22/+22
|
* main/linux-lts: incorporate Platform files in -dev packagesAriadne Conill2020-01-301-1/+1
| | | | needed for MIPS kernels
* main/linux-lts: introduce mips64 config (Malta evaluation board)Ariadne Conill2020-01-302-0/+3136
|
* main/linux-lts: upgrade to 5.4.16Milan P. Stanić2020-01-3010-20/+20
|
* main/linux-lts: upgrade to 5.4.14Natanael Copa2020-01-231-3/+3
|
* main/linux-lts: enable SPEAKUP for x86*Natanael Copa2020-01-233-6/+28
| | | | fixes #11151
* main/linux-lts: backport patch for i915 gpuNatanael Copa2020-01-202-0/+140
| | | | | ref #11026 upstream bug: https://gitlab.freedesktop.org/drm/intel/issues/674
* main/linux-lts: upgrade to 5.4.13Milan P. Stanić2020-01-2010-20/+20
|
* main/linux-lts: enable serial_ir moduleNatanael Copa2020-01-163-7/+9
| | | | ref #11135
* main/linux-lts: upgrade to 5.4.12Milan P. Stanić2020-01-1510-20/+23
| | | | | enable CONFIG_HAVE_COPY_THREAD_TLS=y for architectures which got it (aarch64 and armv7)
* main/linux-lts: upgrade to 5.4.11Milan P. Stanić2020-01-1310-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_64Natanael Copa2020-01-133-4/+16
| | | | fixes #11115
* main/linux-lts: upgrade to 5.4.10Natanael Copa2020-01-091-2/+2
|
* main/linux-lts: enable cannonlake pinctrl for x86_64Joel2020-01-092-4/+4
|
* main/linux-lts: set UEVENT_HELPER_PATH for armv7Milan P. Stanić2020-01-062-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.8Milan P. Stanić2020-01-061-3/+3
|
* main/linux-lts: fix config for ppc64leNatanael Copa2020-01-022-2/+8
| | | | there was new config knobs. enable stackprotector
* main/linux-lts: upgrade to 5.4.7Milan P. Stanić2020-01-021-2/+2
|
* main/linux-lts: enable NFT_FIB_IPV* for ppc64le/s390xNatanael Copa2020-01-023-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_IPV6Milan P. Stanić2020-01-027-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-025-8/+8
| | | | enable driver for UC-LOGIC family input tablets
* main/linux-lts: upgrade to 5.4.6Milan P. Stanić2019-12-231-2/+2
|
* main/linux-lts: upgrade to 5.4.5Natanael Copa2019-12-1910-28/+24
|
* main/linux-lts: enable driver for xpadNatanael Copa2019-12-193-6/+68
| | | | fixes #10978
* main/linux-lts: also package .dtb files on aarch64Bart Ribbers2019-12-181-14/+5
|
* main/linux-lts: use _flavor variable for /boot/dtbs dirMilan P. Stanić2019-12-181-1/+1
|
* main/linux-lts: upgrade to 5.4.4Natanael Copa2019-12-181-2/+2
|
* main/linux-lts: enable AMD platform deviceNatanael Copa2019-12-183-6/+6
| | | | fixes #11036
* main/linux-lts: upgrade to 5.4.3Natanael Copa2019-12-131-2/+2
|
* main/linux-lts: rename /boot/dtbs dir to /boot/dtbs-ltsMilan P. Stanić2019-12-121-1/+1
|
* testing/*-lts: move to main or communityNatanael Copa2019-12-0610-0/+56429
move to main: - linux-lts - drbd-lts - xtables-addons-lts - zfs-lts move to community: - jool-modules-lts - virtualbox-guest-modules-lts - wireguard-lts