Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/linux-* and main/squashfs-tools: normalize squashfs compression options | Jack Schmidt | 2017-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This commit brings kernel and userspace into agreement about squashfs compression algorithms: zlib, xz, lzo, and lz4 (except on S/390 and PPC64LE). Some kernels has LZO, some had LZ4, some had both. Userspace had LZO, but not LZ4. XZ and LZO were added to squashfs-tools in commit 151deb4c2fe91078c30c588de3fe9e411849a52f Most compression options were added to kernels through default configs: * LZO had been enabled in RPI, RPI2, S/390, PPC64le, and squashfs-tools. * LZ4 had been enabled in x86, x86_64, aarch64, armhf, rpi, rpi2. Default linux kernel config does not currently include LZ4 for S/390 or PPC64le, so I did not change their config. XZ and ZLIB are in everything. | ||||
* | main/linux-vanilla: upgrade to 4.9.54 | Natanael Copa | 2017-10-09 | 1 | -1/+2 |
| | |||||
* | main/linux-vanilla: build fix for aarch64 | Natanael Copa | 2017-03-23 | 1 | -1/+2 |
| | |||||
* | main/linuc-vanilla: fix aarch64 build | Natanael Copa | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | main/linux-vanilla: upgrade to 4.9.14 | Natanael Copa | 2017-03-13 | 1 | -260/+856 |
| | |||||
* | main/linux-vanilla: enable Yama (provides some protections like grsecurity) | William Pitcock | 2017-01-31 | 1 | -1/+12 |
| | |||||
* | main/linux-vanilla: enable rtsx pci and efifb | Timo Teräs | 2016-11-24 | 1 | -3/+6 |
| | | | | | ref #5191 ref #6486 | ||||
* | main/linux-vanilla: fix aarch64 config | Natanael Copa | 2016-09-21 | 1 | -1/+2 |
| | |||||
* | main/linux-vanilla: add aarch64 32bit compat | Carlo Landmeter | 2016-09-09 | 1 | -11/+16 |
| | |||||
* | main/linux-vanilla: tweak aarch64 config | Timo Teräs | 2016-07-26 | 1 | -16/+24 |
| | |||||
* | main/linux-vanilla: aarch64 serial config improvement | Timo Teräs | 2016-07-18 | 1 | -1/+1 |
| | | | | | serial_of_platform=y. this improves console=ttyS0 handling on certain boards. | ||||
* | main/linux-vanilla: aarch64 config and build improvements | Timo Teräs | 2016-07-13 | 1 | -8/+14 |
| | |||||
* | main/linux-vanilla: cross compile support and tentative aarch64 config | Timo Teräs | 2016-07-12 | 1 | -0/+6403 |