-
Notifications
You must be signed in to change notification settings - Fork 0
Add Linux bee files from automatic build scripts #1831
Add Linux bee files from automatic build scripts #1831
Commits on Dec 23, 2019
-
Create bee file with cp linux-4.19.57-286.bee linux-5.5_rc3-306.bee
Configuration menu - View commit details
-
Copy full SHA for b402193 - Browse repository at this point
Copy the full SHA b402193View commit details -
linux-5.5_rc3: Use proper URL for -rc kernels
-rc kernels are not available over the cdn. Fix download link for -rc kernels.
Configuration menu - View commit details
-
Copy full SHA for d68b1f5 - Browse repository at this point
Copy the full SHA d68b1f5View commit details -
linux-5.5_rc3: Update configuration
Update configuration section. Produced by cp /boot/config-4.19.57.mx64.286 ./.config make olddefconfig
Configuration menu - View commit details
-
Copy full SHA for 8490585 - Browse repository at this point
Copy the full SHA 8490585View commit details -
linux-5.5_rc3: Remove nfs 1TB patch
Remove patch, which has been included upstream.
Configuration menu - View commit details
-
Copy full SHA for 06bd162 - Browse repository at this point
Copy the full SHA 06bd162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25c3bcd - Browse repository at this point
Copy the full SHA 25c3bcdView commit details -
linux-5.5_rc3: Set CONFIG_PSI=y
Collect metrics that indicate how overcommitted the CPU, memory, and IO capacity are in the system. If you say Y here, the kernel will create /proc/pressure/ with the pressure statistics files cpu, memory, and io. These will indicate the share of walltime in which some or all tasks in the system are delayed due to contention of the respective resource. In kernels with cgroup support, cgroups (cgroup2 only) will have cpu.pressure, memory.pressure, and io.pressure files, which aggregate pressure stalls for the grouped tasks only.
Configuration menu - View commit details
-
Copy full SHA for 87fb0f3 - Browse repository at this point
Copy the full SHA 87fb0f3View commit details -
linux-5.5_rc3: Set CONFIG_PSTORE=m
This option enables generic access to platform level persistent storage via "pstore" filesystem that can be mounted as /dev/pstore. Only useful if you have a platform level driver that registers with pstore to provide the data, so you probably should just go say "Y" (or "M") to a platform specific persistent store driver (e.g. ACPI_APEI on X86) which will select this for you. Switch on, so that we might be able to get dmesg from crashed systems out of nvram. Resolves #1249
Configuration menu - View commit details
-
Copy full SHA for 7da9839 - Browse repository at this point
Copy the full SHA 7da9839View commit details -
linux-5.5_rc3: Set CONFIG_SOUND=m"
Switch SOUND from static to dynamic.
Configuration menu - View commit details
-
Copy full SHA for ea5e973 - Browse repository at this point
Copy the full SHA ea5e973View commit details -
linux-5.5_rc3: Set CONFIG_NO_HZ_IDLE=y
This option enables a tickless idle system: timer interrupts will only trigger on an as-needed basis when the system is idle. Switch on, to save power and cpu load of VM hosts.
Configuration menu - View commit details
-
Copy full SHA for db15b60 - Browse repository at this point
Copy the full SHA db15b60View commit details -
linux-5.5_rc3: Set CONFIG_BLK_DEV_FD=m
Turn floppy driver to a dynamic module, as we don't have to many floppy disc drives these days. And we surly don't want to have the root fs on a floppy.
Configuration menu - View commit details
-
Copy full SHA for 6f546c6 - Browse repository at this point
Copy the full SHA 6f546c6View commit details -
linux-5.5_rc3: Set CONFIG_FONT_TER16x32=y
Terminus Font is a clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers. This is the high resolution, large version for use with HiDPI screens. If the standard font is unreadable for you, say Y, otherwise say N. Use this to make output on HiDPI monitors more readable.
Configuration menu - View commit details
-
Copy full SHA for ff54e55 - Browse repository at this point
Copy the full SHA ff54e55View commit details -
linux-5.5_rc3: Set CONFIG_FB=y CONFIG_FB_EFI=y
We need CONFIG_FB_EFI=y for early linux console messages when booted from EFI. This option required CONFIG_FB=y, so set both. This reverts 0f158ff ("linux: linux-4.19.57 Switch CONFIG_FB to dynamic").
Configuration menu - View commit details
-
Copy full SHA for f275821 - Browse repository at this point
Copy the full SHA f275821View commit details -
linux-5.5_rc3: Disable CONFIG_MICROCODE_OLD_INTERFACE
This is the ancient /dev/cpu/microcode interface which was used by userspace tools like iucode_tool and microcode.ctl. It is inadequate because it runs too late to be able to properly load microcode on a machine and it needs special tools. Disable.
Configuration menu - View commit details
-
Copy full SHA for e0ce7b1 - Browse repository at this point
Copy the full SHA e0ce7b1View commit details -
linux-5.5_rc3: Set CONFIG_LEGACY_VSYSCALL_XONLY=y
Switch legacy VSYSCALL emulation to default (XONLY).
Configuration menu - View commit details
-
Copy full SHA for 62d49e8 - Browse repository at this point
Copy the full SHA 62d49e8View commit details -
linux-5.5_rc3: Disable CONFIG_UEVENT_HELPER
We don't use UEVENT helper. Hotplug events are read by udevd via netlink. Disable.
Configuration menu - View commit details
-
Copy full SHA for 7cfccce - Browse repository at this point
Copy the full SHA 7cfccceView commit details
Commits on Dec 31, 2019
-
Create bee file with cp linux-4.19.57-286.bee linux-5.5_rc4-307.bee
Configuration menu - View commit details
-
Copy full SHA for d0f12fc - Browse repository at this point
Copy the full SHA d0f12fcView commit details -
linux-5.5_rc4: Use proper URL for -rc kernels
-rc kernels are not available over the cdn. Fix download link for -rc kernels.
Configuration menu - View commit details
-
Copy full SHA for 018069a - Browse repository at this point
Copy the full SHA 018069aView commit details -
linux-5.5_rc4: Update configuration
Update configuration section. Produced by cp /boot/config-4.19.57.mx64.286 ./.config make olddefconfig
Configuration menu - View commit details
-
Copy full SHA for 96d20b7 - Browse repository at this point
Copy the full SHA 96d20b7View commit details -
linux-5.5_rc4: Remove nfs 1TB patch
Remove patch, which has been included upstream.
Configuration menu - View commit details
-
Copy full SHA for a10ba1a - Browse repository at this point
Copy the full SHA a10ba1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc5386 - Browse repository at this point
Copy the full SHA ebc5386View commit details -
linux-5.5_rc4: Set CONFIG_PSI=y
Collect metrics that indicate how overcommitted the CPU, memory, and IO capacity are in the system. If you say Y here, the kernel will create /proc/pressure/ with the pressure statistics files cpu, memory, and io. These will indicate the share of walltime in which some or all tasks in the system are delayed due to contention of the respective resource. In kernels with cgroup support, cgroups (cgroup2 only) will have cpu.pressure, memory.pressure, and io.pressure files, which aggregate pressure stalls for the grouped tasks only.
Configuration menu - View commit details
-
Copy full SHA for 4682552 - Browse repository at this point
Copy the full SHA 4682552View commit details -
linux-5.5_rc4: Set CONFIG_PSTORE=m
This option enables generic access to platform level persistent storage via "pstore" filesystem that can be mounted as /dev/pstore. Only useful if you have a platform level driver that registers with pstore to provide the data, so you probably should just go say "Y" (or "M") to a platform specific persistent store driver (e.g. ACPI_APEI on X86) which will select this for you. Switch on, so that we might be able to get dmesg from crashed systems out of nvram. Resolves #1249
Configuration menu - View commit details
-
Copy full SHA for 976e433 - Browse repository at this point
Copy the full SHA 976e433View commit details -
linux-5.5_rc4: Set CONFIG_SOUND=m"
Switch SOUND from static to dynamic.
Configuration menu - View commit details
-
Copy full SHA for f8e4666 - Browse repository at this point
Copy the full SHA f8e4666View commit details -
linux-5.5_rc4: Set CONFIG_NO_HZ_IDLE=y
This option enables a tickless idle system: timer interrupts will only trigger on an as-needed basis when the system is idle. Switch on, to save power and cpu load of VM hosts.
Configuration menu - View commit details
-
Copy full SHA for 1e179f3 - Browse repository at this point
Copy the full SHA 1e179f3View commit details -
linux-5.5_rc4: Set CONFIG_BLK_DEV_FD=m
Turn floppy driver to a dynamic module, as we don't have to many floppy disc drives these days. And we surly don't want to have the root fs on a floppy.
Configuration menu - View commit details
-
Copy full SHA for 71b0372 - Browse repository at this point
Copy the full SHA 71b0372View commit details -
linux-5.5_rc4: Set CONFIG_FONT_TER16x32=y
Terminus Font is a clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers. This is the high resolution, large version for use with HiDPI screens. If the standard font is unreadable for you, say Y, otherwise say N. Use this to make output on HiDPI monitors more readable.
Configuration menu - View commit details
-
Copy full SHA for d2ccf02 - Browse repository at this point
Copy the full SHA d2ccf02View commit details -
linux-5.5_rc4: Set CONFIG_FB=y CONFIG_FB_EFI=y
We need CONFIG_FB_EFI=y for early linux console messages when booted from EFI. This option required CONFIG_FB=y, so set both. This reverts 0f158ff ("linux: linux-4.19.57 Switch CONFIG_FB to dynamic").
Configuration menu - View commit details
-
Copy full SHA for d01035c - Browse repository at this point
Copy the full SHA d01035cView commit details -
linux-5.5_rc4: Disable CONFIG_MICROCODE_OLD_INTERFACE
This is the ancient /dev/cpu/microcode interface which was used by userspace tools like iucode_tool and microcode.ctl. It is inadequate because it runs too late to be able to properly load microcode on a machine and it needs special tools. Disable.
Configuration menu - View commit details
-
Copy full SHA for deebabb - Browse repository at this point
Copy the full SHA deebabbView commit details -
linux-5.5_rc4: Set CONFIG_LEGACY_VSYSCALL_XONLY=y
Switch legacy VSYSCALL emulation to default (XONLY).
Configuration menu - View commit details
-
Copy full SHA for ea8aefb - Browse repository at this point
Copy the full SHA ea8aefbView commit details -
linux-5.5_rc4: Disable CONFIG_UEVENT_HELPER
We don't use UEVENT helper. Hotplug events are read by udevd via netlink. Disable.
Configuration menu - View commit details
-
Copy full SHA for 33cf332 - Browse repository at this point
Copy the full SHA 33cf332View commit details
Commits on Jan 6, 2020
-
Create bee file with cp linux-4.19.57-286.bee linux-5.5_rc5-308.bee
Configuration menu - View commit details
-
Copy full SHA for dd201c2 - Browse repository at this point
Copy the full SHA dd201c2View commit details -
linux-5.5_rc5: Use proper URL for -rc kernels
-rc kernels are not available over the cdn. Fix download link for -rc kernels.
Configuration menu - View commit details
-
Copy full SHA for 2c79cd6 - Browse repository at this point
Copy the full SHA 2c79cd6View commit details -
linux-5.5_rc5: Update configuration
Update configuration section. Produced by cp /boot/config-4.19.57.mx64.286 ./.config make olddefconfig
Configuration menu - View commit details
-
Copy full SHA for 8cd9a7f - Browse repository at this point
Copy the full SHA 8cd9a7fView commit details -
linux-5.5_rc5: Remove nfs 1TB patch
Remove patch, which has been included upstream.
Configuration menu - View commit details
-
Copy full SHA for 885d14f - Browse repository at this point
Copy the full SHA 885d14fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 256016c - Browse repository at this point
Copy the full SHA 256016cView commit details -
linux-5.5_rc5: Set CONFIG_PSI=y
Collect metrics that indicate how overcommitted the CPU, memory, and IO capacity are in the system. If you say Y here, the kernel will create /proc/pressure/ with the pressure statistics files cpu, memory, and io. These will indicate the share of walltime in which some or all tasks in the system are delayed due to contention of the respective resource. In kernels with cgroup support, cgroups (cgroup2 only) will have cpu.pressure, memory.pressure, and io.pressure files, which aggregate pressure stalls for the grouped tasks only.
Configuration menu - View commit details
-
Copy full SHA for 711a064 - Browse repository at this point
Copy the full SHA 711a064View commit details -
linux-5.5_rc5: Set CONFIG_PSTORE=m
This option enables generic access to platform level persistent storage via "pstore" filesystem that can be mounted as /dev/pstore. Only useful if you have a platform level driver that registers with pstore to provide the data, so you probably should just go say "Y" (or "M") to a platform specific persistent store driver (e.g. ACPI_APEI on X86) which will select this for you. Switch on, so that we might be able to get dmesg from crashed systems out of nvram. Resolves #1249
Configuration menu - View commit details
-
Copy full SHA for 0b6a40f - Browse repository at this point
Copy the full SHA 0b6a40fView commit details -
linux-5.5_rc5: Set CONFIG_SOUND=m"
Switch SOUND from static to dynamic.
Configuration menu - View commit details
-
Copy full SHA for 33e0f37 - Browse repository at this point
Copy the full SHA 33e0f37View commit details -
linux-5.5_rc5: Set CONFIG_NO_HZ_IDLE=y
This option enables a tickless idle system: timer interrupts will only trigger on an as-needed basis when the system is idle. Switch on, to save power and cpu load of VM hosts.
Configuration menu - View commit details
-
Copy full SHA for d10a4e9 - Browse repository at this point
Copy the full SHA d10a4e9View commit details -
linux-5.5_rc5: Set CONFIG_BLK_DEV_FD=m
Turn floppy driver to a dynamic module, as we don't have to many floppy disc drives these days. And we surly don't want to have the root fs on a floppy.
Configuration menu - View commit details
-
Copy full SHA for b6ac132 - Browse repository at this point
Copy the full SHA b6ac132View commit details -
linux-5.5_rc5: Set CONFIG_FONT_TER16x32=y
Terminus Font is a clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers. This is the high resolution, large version for use with HiDPI screens. If the standard font is unreadable for you, say Y, otherwise say N. Use this to make output on HiDPI monitors more readable.
Configuration menu - View commit details
-
Copy full SHA for bfa7190 - Browse repository at this point
Copy the full SHA bfa7190View commit details -
linux-5.5_rc5: Set CONFIG_FB=y CONFIG_FB_EFI=y
We need CONFIG_FB_EFI=y for early linux console messages when booted from EFI. This option required CONFIG_FB=y, so set both. This reverts 0f158ff ("linux: linux-4.19.57 Switch CONFIG_FB to dynamic").
Configuration menu - View commit details
-
Copy full SHA for fedd5da - Browse repository at this point
Copy the full SHA fedd5daView commit details -
linux-5.5_rc5: Disable CONFIG_MICROCODE_OLD_INTERFACE
This is the ancient /dev/cpu/microcode interface which was used by userspace tools like iucode_tool and microcode.ctl. It is inadequate because it runs too late to be able to properly load microcode on a machine and it needs special tools. Disable.
Configuration menu - View commit details
-
Copy full SHA for d2fd457 - Browse repository at this point
Copy the full SHA d2fd457View commit details -
linux-5.5_rc5: Set CONFIG_LEGACY_VSYSCALL_XONLY=y
Switch legacy VSYSCALL emulation to default (XONLY).
Configuration menu - View commit details
-
Copy full SHA for 307a6fe - Browse repository at this point
Copy the full SHA 307a6feView commit details -
linux-5.5_rc5: Disable CONFIG_UEVENT_HELPER
We don't use UEVENT helper. Hotplug events are read by udevd via netlink. Disable.
Configuration menu - View commit details
-
Copy full SHA for 6a16f9f - Browse repository at this point
Copy the full SHA 6a16f9fView commit details
Commits on Jan 13, 2020
-
Create bee file with cp linux-4.19.57-286.bee linux-5.5_rc6-310.bee
Configuration menu - View commit details
-
Copy full SHA for 8d20adf - Browse repository at this point
Copy the full SHA 8d20adfView commit details -
linux-5.5_rc6: Use proper URL for -rc kernels
-rc kernels are not available over the cdn. Fix download link for -rc kernels.
Configuration menu - View commit details
-
Copy full SHA for 1210202 - Browse repository at this point
Copy the full SHA 1210202View commit details -
linux-5.5_rc6: Update configuration
Update configuration section. Produced by cp /boot/config-4.19.57.mx64.286 ./.config make olddefconfig
Configuration menu - View commit details
-
Copy full SHA for 160c21d - Browse repository at this point
Copy the full SHA 160c21dView commit details -
linux-5.5_rc6: Remove nfs 1TB patch
Remove patch, which has been included upstream.
Configuration menu - View commit details
-
Copy full SHA for cc34767 - Browse repository at this point
Copy the full SHA cc34767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 160354d - Browse repository at this point
Copy the full SHA 160354dView commit details -
linux-5.5_rc6: Set CONFIG_PSI=y
Collect metrics that indicate how overcommitted the CPU, memory, and IO capacity are in the system. If you say Y here, the kernel will create /proc/pressure/ with the pressure statistics files cpu, memory, and io. These will indicate the share of walltime in which some or all tasks in the system are delayed due to contention of the respective resource. In kernels with cgroup support, cgroups (cgroup2 only) will have cpu.pressure, memory.pressure, and io.pressure files, which aggregate pressure stalls for the grouped tasks only.
Configuration menu - View commit details
-
Copy full SHA for 6433fec - Browse repository at this point
Copy the full SHA 6433fecView commit details -
linux-5.5_rc6: Set CONFIG_PSTORE=m
This option enables generic access to platform level persistent storage via "pstore" filesystem that can be mounted as /dev/pstore. Only useful if you have a platform level driver that registers with pstore to provide the data, so you probably should just go say "Y" (or "M") to a platform specific persistent store driver (e.g. ACPI_APEI on X86) which will select this for you. Switch on, so that we might be able to get dmesg from crashed systems out of nvram. Resolves #1249
Configuration menu - View commit details
-
Copy full SHA for b021080 - Browse repository at this point
Copy the full SHA b021080View commit details -
linux-5.5_rc6: Set CONFIG_SOUND=m"
Switch SOUND from static to dynamic.
Configuration menu - View commit details
-
Copy full SHA for 0460f51 - Browse repository at this point
Copy the full SHA 0460f51View commit details -
linux-5.5_rc6: Set CONFIG_NO_HZ_IDLE=y
This option enables a tickless idle system: timer interrupts will only trigger on an as-needed basis when the system is idle. Switch on, to save power and cpu load of VM hosts.
Configuration menu - View commit details
-
Copy full SHA for 2a2da70 - Browse repository at this point
Copy the full SHA 2a2da70View commit details -
linux-5.5_rc6: Set CONFIG_BLK_DEV_FD=m
Turn floppy driver to a dynamic module, as we don't have to many floppy disc drives these days. And we surly don't want to have the root fs on a floppy.
Configuration menu - View commit details
-
Copy full SHA for 9cc1020 - Browse repository at this point
Copy the full SHA 9cc1020View commit details -
linux-5.5_rc6: Set CONFIG_FONT_TER16x32=y
Terminus Font is a clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers. This is the high resolution, large version for use with HiDPI screens. If the standard font is unreadable for you, say Y, otherwise say N. Use this to make output on HiDPI monitors more readable.
Configuration menu - View commit details
-
Copy full SHA for 0f30763 - Browse repository at this point
Copy the full SHA 0f30763View commit details -
linux-5.5_rc6: Set CONFIG_FB=y CONFIG_FB_EFI=y
We need CONFIG_FB_EFI=y for early linux console messages when booted from EFI. This option required CONFIG_FB=y, so set both. This reverts 0f158ff ("linux: linux-4.19.57 Switch CONFIG_FB to dynamic").
Configuration menu - View commit details
-
Copy full SHA for c82fb1c - Browse repository at this point
Copy the full SHA c82fb1cView commit details -
linux-5.5_rc6: Disable CONFIG_MICROCODE_OLD_INTERFACE
This is the ancient /dev/cpu/microcode interface which was used by userspace tools like iucode_tool and microcode.ctl. It is inadequate because it runs too late to be able to properly load microcode on a machine and it needs special tools. Disable.
Configuration menu - View commit details
-
Copy full SHA for 9f7be95 - Browse repository at this point
Copy the full SHA 9f7be95View commit details -
linux-5.5_rc6: Set CONFIG_LEGACY_VSYSCALL_XONLY=y
Switch legacy VSYSCALL emulation to default (XONLY).
Configuration menu - View commit details
-
Copy full SHA for 0b86b66 - Browse repository at this point
Copy the full SHA 0b86b66View commit details -
linux-5.5_rc6: Disable CONFIG_UEVENT_HELPER
We don't use UEVENT helper. Hotplug events are read by udevd via netlink. Disable.
Configuration menu - View commit details
-
Copy full SHA for d7bebe4 - Browse repository at this point
Copy the full SHA d7bebe4View commit details
Commits on Jan 20, 2020
-
Create bee file with cp linux-4.19.57-286.bee linux-5.5_rc7-316.bee
Configuration menu - View commit details
-
Copy full SHA for b3774d8 - Browse repository at this point
Copy the full SHA b3774d8View commit details -
linux-5.5_rc7: Use proper URL for -rc kernels
-rc kernels are not available over the cdn. Fix download link for -rc kernels.
Configuration menu - View commit details
-
Copy full SHA for b05634d - Browse repository at this point
Copy the full SHA b05634dView commit details -
linux-5.5_rc7: Update configuration
Update configuration section. Produced by cp /boot/config-4.19.57.mx64.286 ./.config make olddefconfig
Configuration menu - View commit details
-
Copy full SHA for 2c65780 - Browse repository at this point
Copy the full SHA 2c65780View commit details -
linux-5.5_rc7: Remove nfs 1TB patch
Remove patch, which has been included upstream.
Configuration menu - View commit details
-
Copy full SHA for 483b243 - Browse repository at this point
Copy the full SHA 483b243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8793c25 - Browse repository at this point
Copy the full SHA 8793c25View commit details -
linux-5.5_rc7: Set CONFIG_PSI=y
Collect metrics that indicate how overcommitted the CPU, memory, and IO capacity are in the system. If you say Y here, the kernel will create /proc/pressure/ with the pressure statistics files cpu, memory, and io. These will indicate the share of walltime in which some or all tasks in the system are delayed due to contention of the respective resource. In kernels with cgroup support, cgroups (cgroup2 only) will have cpu.pressure, memory.pressure, and io.pressure files, which aggregate pressure stalls for the grouped tasks only.
Configuration menu - View commit details
-
Copy full SHA for 82bfdc8 - Browse repository at this point
Copy the full SHA 82bfdc8View commit details -
linux-5.5_rc7: Set CONFIG_PSTORE=m
This option enables generic access to platform level persistent storage via "pstore" filesystem that can be mounted as /dev/pstore. Only useful if you have a platform level driver that registers with pstore to provide the data, so you probably should just go say "Y" (or "M") to a platform specific persistent store driver (e.g. ACPI_APEI on X86) which will select this for you. Switch on, so that we might be able to get dmesg from crashed systems out of nvram. Resolves #1249
Configuration menu - View commit details
-
Copy full SHA for c0d1e7a - Browse repository at this point
Copy the full SHA c0d1e7aView commit details -
linux-5.5_rc7: Set CONFIG_SOUND=m"
Switch SOUND from static to dynamic.
Configuration menu - View commit details
-
Copy full SHA for 98643ed - Browse repository at this point
Copy the full SHA 98643edView commit details -
linux-5.5_rc7: Set CONFIG_NO_HZ_IDLE=y
This option enables a tickless idle system: timer interrupts will only trigger on an as-needed basis when the system is idle. Switch on, to save power and cpu load of VM hosts.
Configuration menu - View commit details
-
Copy full SHA for 3265459 - Browse repository at this point
Copy the full SHA 3265459View commit details -
linux-5.5_rc7: Set CONFIG_BLK_DEV_FD=m
Turn floppy driver to a dynamic module, as we don't have to many floppy disc drives these days. And we surly don't want to have the root fs on a floppy.
Configuration menu - View commit details
-
Copy full SHA for 69d1a79 - Browse repository at this point
Copy the full SHA 69d1a79View commit details -
linux-5.5_rc7: Set CONFIG_FONT_TER16x32=y
Terminus Font is a clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers. This is the high resolution, large version for use with HiDPI screens. If the standard font is unreadable for you, say Y, otherwise say N. Use this to make output on HiDPI monitors more readable.
Configuration menu - View commit details
-
Copy full SHA for 81d02d3 - Browse repository at this point
Copy the full SHA 81d02d3View commit details -
linux-5.5_rc7: Set CONFIG_FB=y CONFIG_FB_EFI=y
We need CONFIG_FB_EFI=y for early linux console messages when booted from EFI. This option required CONFIG_FB=y, so set both. This reverts 0f158ff ("linux: linux-4.19.57 Switch CONFIG_FB to dynamic").
Configuration menu - View commit details
-
Copy full SHA for f08e7f8 - Browse repository at this point
Copy the full SHA f08e7f8View commit details -
linux-5.5_rc7: Disable CONFIG_MICROCODE_OLD_INTERFACE
This is the ancient /dev/cpu/microcode interface which was used by userspace tools like iucode_tool and microcode.ctl. It is inadequate because it runs too late to be able to properly load microcode on a machine and it needs special tools. Disable.
Configuration menu - View commit details
-
Copy full SHA for 8c97014 - Browse repository at this point
Copy the full SHA 8c97014View commit details -
linux-5.5_rc7: Set CONFIG_LEGACY_VSYSCALL_XONLY=y
Switch legacy VSYSCALL emulation to default (XONLY).
Configuration menu - View commit details
-
Copy full SHA for 737187f - Browse repository at this point
Copy the full SHA 737187fView commit details -
linux-5.5_rc7: Disable CONFIG_UEVENT_HELPER
We don't use UEVENT helper. Hotplug events are read by udevd via netlink. Disable.
Configuration menu - View commit details
-
Copy full SHA for fc16158 - Browse repository at this point
Copy the full SHA fc16158View commit details
Commits on Jun 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e83b476 - Browse repository at this point
Copy the full SHA e83b476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfa4c0 - Browse repository at this point
Copy the full SHA 0bfa4c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9732587 - Browse repository at this point
Copy the full SHA 9732587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db9875 - Browse repository at this point
Copy the full SHA 5db9875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf0e69 - Browse repository at this point
Copy the full SHA 4bf0e69View commit details -
linux: Remove never installed versions 5.5-rc3 to 5.5-rc7
Remove the Linux versions, never installed on thre distmaster – especially as the proprietary Nvidia driver was not packaged for them. As the packages were built, and are present under `/src/mariux`, add the bee files to the git repository.
Configuration menu - View commit details
-
Copy full SHA for 9410d4b - Browse repository at this point
Copy the full SHA 9410d4bView commit details