Skip to content

Add Linux bee files from automatic build scripts #1553

Merged
merged 193 commits into from
Dec 19, 2019

Commits on Sep 23, 2019

  1. linux: Add version 5.3

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.3-291.bee
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    ffa496c View commit details
    Browse the repository at this point in the history
  2. linux-5.3: Force files to bin:bin

    Use BEE_FORCE_UID and BEE_FORCE_GID to allow unprivileged builds.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a6bb5e3 View commit details
    Browse the repository at this point in the history
  3. linux-5.3: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4ea3ed2 View commit details
    Browse the repository at this point in the history
  4. linux-5.3: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    d0d5e9a View commit details
    Browse the repository at this point in the history
  5. linux-5.3: Update nfs patch

    Update patch URL for 5.3 kernel.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    19d94ad View commit details
    Browse the repository at this point in the history
  6. linux-5.3: 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.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f9bf163 View commit details
    Browse the repository at this point in the history
  7. linux-5.3: 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
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    d8cbd1b View commit details
    Browse the repository at this point in the history
  8. linux-5.3: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    5a2a659 View commit details
    Browse the repository at this point in the history
  9. linux-5.3: 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.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    018f0a2 View commit details
    Browse the repository at this point in the history
  10. linux-5.3: Set CONFIG_BLK_DEV=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.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f86031c View commit details
    Browse the repository at this point in the history
  11. linux-5.3: 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.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    5663364 View commit details
    Browse the repository at this point in the history
  12. linux-5.3: 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").
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f7de637 View commit details
    Browse the repository at this point in the history
  13. linux-5.3: 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.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    ae436a1 View commit details
    Browse the repository at this point in the history
  14. linux-5.3: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    fd7995d View commit details
    Browse the repository at this point in the history
  15. linux-5.3: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    d530487 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. linux: Add version 5.4_rc1

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.4_rc1-294.bee
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    7e78783 View commit details
    Browse the repository at this point in the history
  2. linux-5.4_rc1: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    ba35d3d View commit details
    Browse the repository at this point in the history
  3. linux-5.4_rc1: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    e2b1244 View commit details
    Browse the repository at this point in the history
  4. linux-5.4_rc1: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    e125759 View commit details
    Browse the repository at this point in the history
  5. linux-5.4_rc1: Update nfs patch

    Update patch URL for 5.4_rc1 kernel.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    7449ee7 View commit details
    Browse the repository at this point in the history
  6. linux-5.4_rc1: 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.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    360c345 View commit details
    Browse the repository at this point in the history
  7. linux-5.4_rc1: 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
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    111b26a View commit details
    Browse the repository at this point in the history
  8. linux-5.4_rc1: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    9b06d8a View commit details
    Browse the repository at this point in the history
  9. linux-5.4_rc1: 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.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    9210325 View commit details
    Browse the repository at this point in the history
  10. linux-5.4_rc1: 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.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    7658d03 View commit details
    Browse the repository at this point in the history
  11. linux-5.4_rc1: 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.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    9b54990 View commit details
    Browse the repository at this point in the history
  12. linux-5.4_rc1: 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").
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    dccb638 View commit details
    Browse the repository at this point in the history
  13. linux-5.4_rc1: 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.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    78eb960 View commit details
    Browse the repository at this point in the history
  14. linux-5.4_rc1: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    9db94ea View commit details
    Browse the repository at this point in the history
  15. linux-5.4_rc1: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    c0aa1c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. linux: Add version 5.4_rc2

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.4_rc2-295.bee
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    169f9f1 View commit details
    Browse the repository at this point in the history
  2. linux-5.4_rc2: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    5658a00 View commit details
    Browse the repository at this point in the history
  3. linux-5.4_rc2: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    4efaad0 View commit details
    Browse the repository at this point in the history
  4. linux-5.4_rc2: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    0d86afa View commit details
    Browse the repository at this point in the history
  5. linux-5.4_rc2: Update nfs patch

    Update patch URL for 5.4_rc2 kernel.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    c5a5bf7 View commit details
    Browse the repository at this point in the history
  6. linux-5.4_rc2: 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.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    ee05d31 View commit details
    Browse the repository at this point in the history
  7. linux-5.4_rc2: 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
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    99e9952 View commit details
    Browse the repository at this point in the history
  8. linux-5.4_rc2: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    f789090 View commit details
    Browse the repository at this point in the history
  9. linux-5.4_rc2: 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.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    a54b381 View commit details
    Browse the repository at this point in the history
  10. linux-5.4_rc2: 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.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    1d7ccb0 View commit details
    Browse the repository at this point in the history
  11. linux-5.4_rc2: 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.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    afab7d5 View commit details
    Browse the repository at this point in the history
  12. linux-5.4_rc2: 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").
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    e8eb699 View commit details
    Browse the repository at this point in the history
  13. linux-5.4_rc2: 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.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    f298d48 View commit details
    Browse the repository at this point in the history
  14. linux-5.4_rc2: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    7d24a68 View commit details
    Browse the repository at this point in the history
  15. linux-5.4_rc2: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    823c681 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. linux: Add version 5.4_rc3

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.4_rc3-296.bee
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    cf5d2ba View commit details
    Browse the repository at this point in the history
  2. linux-5.4_rc3: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    262f1db View commit details
    Browse the repository at this point in the history
  3. linux-5.4_rc3: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    586d388 View commit details
    Browse the repository at this point in the history
  4. linux-5.4_rc3: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    c4740b5 View commit details
    Browse the repository at this point in the history
  5. linux-5.4_rc3: Update nfs patch

    Update patch URL for 5.4_rc3 kernel.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    62a2e26 View commit details
    Browse the repository at this point in the history
  6. linux-5.4_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.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    42657d1 View commit details
    Browse the repository at this point in the history
  7. linux-5.4_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
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    2da054c View commit details
    Browse the repository at this point in the history
  8. linux-5.4_rc3: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    7038282 View commit details
    Browse the repository at this point in the history
  9. linux-5.4_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.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    b922e8f View commit details
    Browse the repository at this point in the history
  10. linux-5.4_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.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    5980eb9 View commit details
    Browse the repository at this point in the history
  11. linux-5.4_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.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f32e651 View commit details
    Browse the repository at this point in the history
  12. linux-5.4_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").
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    ae84cfd View commit details
    Browse the repository at this point in the history
  13. linux-5.4_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.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    7829be2 View commit details
    Browse the repository at this point in the history
  14. linux-5.4_rc3: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    618e009 View commit details
    Browse the repository at this point in the history
  15. linux-5.4_rc3: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    60f0796 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. linux: Add version 5.4_rc4

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.4_rc4-297.bee
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    d09e52e View commit details
    Browse the repository at this point in the history
  2. linux-5.4_rc4: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    4b842e6 View commit details
    Browse the repository at this point in the history
  3. linux-5.4_rc4: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    7376d10 View commit details
    Browse the repository at this point in the history
  4. linux-5.4_rc4: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    9988a6a View commit details
    Browse the repository at this point in the history
  5. linux-5.4_rc4: Update nfs patch

    Update patch URL for 5.4_rc4 kernel.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    9be62da View commit details
    Browse the repository at this point in the history
  6. linux-5.4_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.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    de2d13f View commit details
    Browse the repository at this point in the history
  7. linux-5.4_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
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    2a63e28 View commit details
    Browse the repository at this point in the history
  8. linux-5.4_rc4: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    f1734d6 View commit details
    Browse the repository at this point in the history
  9. linux-5.4_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.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    74fb5e7 View commit details
    Browse the repository at this point in the history
  10. linux-5.4_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.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    bfbe863 View commit details
    Browse the repository at this point in the history
  11. linux-5.4_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.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    8c680e6 View commit details
    Browse the repository at this point in the history
  12. linux-5.4_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").
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    46d14ab View commit details
    Browse the repository at this point in the history
  13. linux-5.4_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.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    ab90cec View commit details
    Browse the repository at this point in the history
  14. linux-5.4_rc4: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    ace517d View commit details
    Browse the repository at this point in the history
  15. linux-5.4_rc4: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    4e91540 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. linux: Add version 5.4_rc5

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.4_rc5-298.bee
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e6ab1ec View commit details
    Browse the repository at this point in the history
  2. linux-5.4_rc5: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    f40b9e9 View commit details
    Browse the repository at this point in the history
  3. linux-5.4_rc5: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    b7ef46a View commit details
    Browse the repository at this point in the history
  4. linux-5.4_rc5: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    120678f View commit details
    Browse the repository at this point in the history
  5. linux-5.4_rc5: Update nfs patch

    Update patch URL for 5.4_rc5 kernel.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    4c9c339 View commit details
    Browse the repository at this point in the history
  6. linux-5.4_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.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    3c5e2c9 View commit details
    Browse the repository at this point in the history
  7. linux-5.4_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
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    569bfc6 View commit details
    Browse the repository at this point in the history
  8. linux-5.4_rc5: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    eeae009 View commit details
    Browse the repository at this point in the history
  9. linux-5.4_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.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    868a45f View commit details
    Browse the repository at this point in the history
  10. linux-5.4_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.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    f42f882 View commit details
    Browse the repository at this point in the history
  11. linux-5.4_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.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e3eab0b View commit details
    Browse the repository at this point in the history
  12. linux-5.4_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").
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    8f03a04 View commit details
    Browse the repository at this point in the history
  13. linux-5.4_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.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    925f3be View commit details
    Browse the repository at this point in the history
  14. linux-5.4_rc5: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e696f4b View commit details
    Browse the repository at this point in the history
  15. linux-5.4_rc5: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    0082448 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. linux: Add version 5.4_rc6

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.4_rc6-299.bee
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    2bb6659 View commit details
    Browse the repository at this point in the history
  2. linux-5.4_rc6: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    5a2f5d4 View commit details
    Browse the repository at this point in the history
  3. linux-5.4_rc6: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    059f55d View commit details
    Browse the repository at this point in the history
  4. linux-5.4_rc6: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    359bdaa View commit details
    Browse the repository at this point in the history
  5. linux-5.4_rc6: Update nfs patch

    Update patch URL for 5.4_rc6 kernel.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    3586cc9 View commit details
    Browse the repository at this point in the history
  6. linux-5.4_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.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    12c376d View commit details
    Browse the repository at this point in the history
  7. linux-5.4_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
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    1de31b6 View commit details
    Browse the repository at this point in the history
  8. linux-5.4_rc6: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    e51ff00 View commit details
    Browse the repository at this point in the history
  9. linux-5.4_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.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    b98440c View commit details
    Browse the repository at this point in the history
  10. linux-5.4_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.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    10c8724 View commit details
    Browse the repository at this point in the history
  11. linux-5.4_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.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    0517905 View commit details
    Browse the repository at this point in the history
  12. linux-5.4_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").
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    82e275f View commit details
    Browse the repository at this point in the history
  13. linux-5.4_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.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    879fb54 View commit details
    Browse the repository at this point in the history
  14. linux-5.4_rc6: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    46bbe2d View commit details
    Browse the repository at this point in the history
  15. linux-5.4_rc6: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    f972e84 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. linux: Add version 5.4_rc7

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.4_rc7-300.bee
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    a3ae329 View commit details
    Browse the repository at this point in the history
  2. linux-5.4_rc7: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    f5aa44e View commit details
    Browse the repository at this point in the history
  3. linux-5.4_rc7: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    a3586f8 View commit details
    Browse the repository at this point in the history
  4. linux-5.4_rc7: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    53b30a5 View commit details
    Browse the repository at this point in the history
  5. linux-5.4_rc7: Update nfs patch

    Update patch URL for 5.4_rc7 kernel.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d94ddae View commit details
    Browse the repository at this point in the history
  6. linux-5.4_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.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    39daf64 View commit details
    Browse the repository at this point in the history
  7. linux-5.4_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
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    507690e View commit details
    Browse the repository at this point in the history
  8. linux-5.4_rc7: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    15f4421 View commit details
    Browse the repository at this point in the history
  9. linux-5.4_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.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    038eb4e View commit details
    Browse the repository at this point in the history
  10. linux-5.4_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.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    51c2c49 View commit details
    Browse the repository at this point in the history
  11. linux-5.4_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.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ffdcf30 View commit details
    Browse the repository at this point in the history
  12. linux-5.4_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").
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    168b9c8 View commit details
    Browse the repository at this point in the history
  13. linux-5.4_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.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    531161f View commit details
    Browse the repository at this point in the history
  14. linux-5.4_rc7: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    54253cf View commit details
    Browse the repository at this point in the history
  15. linux-5.4_rc7: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    b8e7b3c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. linux: Add version 5.4_rc8

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.4_rc8-301.bee
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    61be235 View commit details
    Browse the repository at this point in the history
  2. linux-5.4_rc8: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    036e12a View commit details
    Browse the repository at this point in the history
  3. linux-5.4_rc8: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    7b12ce3 View commit details
    Browse the repository at this point in the history
  4. linux-5.4_rc8: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    c5a8267 View commit details
    Browse the repository at this point in the history
  5. linux-5.4_rc8: Update nfs patch

    Update patch URL for 5.4_rc8 kernel.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    a9f38f5 View commit details
    Browse the repository at this point in the history
  6. linux-5.4_rc8: 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.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    71cafb6 View commit details
    Browse the repository at this point in the history
  7. linux-5.4_rc8: 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
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    b638c7a View commit details
    Browse the repository at this point in the history
  8. linux-5.4_rc8: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    48023dc View commit details
    Browse the repository at this point in the history
  9. linux-5.4_rc8: 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.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    e030140 View commit details
    Browse the repository at this point in the history
  10. linux-5.4_rc8: 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.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    dcc1505 View commit details
    Browse the repository at this point in the history
  11. linux-5.4_rc8: 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.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    34fda64 View commit details
    Browse the repository at this point in the history
  12. linux-5.4_rc8: 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").
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    d05838b View commit details
    Browse the repository at this point in the history
  13. linux-5.4_rc8: 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.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    b72dc42 View commit details
    Browse the repository at this point in the history
  14. linux-5.4_rc8: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    6cdd3d1 View commit details
    Browse the repository at this point in the history
  15. linux-5.4_rc8: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    a1d9407 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. linux: Add version 5.4

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.4-302.bee
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    309bb68 View commit details
    Browse the repository at this point in the history
  2. linux-5.4: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    bd010df View commit details
    Browse the repository at this point in the history
  3. linux-5.4: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    9ce77f0 View commit details
    Browse the repository at this point in the history
  4. linux-5.4: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    9bc6291 View commit details
    Browse the repository at this point in the history
  5. linux-5.4: Update nfs patch

    Update patch URL for 5.4 kernel.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    dd1146d View commit details
    Browse the repository at this point in the history
  6. linux-5.4: 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.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    d1e048f View commit details
    Browse the repository at this point in the history
  7. linux-5.4: 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
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    632bb1e View commit details
    Browse the repository at this point in the history
  8. linux-5.4: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    2b787d0 View commit details
    Browse the repository at this point in the history
  9. linux-5.4: 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.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    17ff2dd View commit details
    Browse the repository at this point in the history
  10. linux-5.4: 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.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    01839f7 View commit details
    Browse the repository at this point in the history
  11. linux-5.4: 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.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    922289b View commit details
    Browse the repository at this point in the history
  12. linux-5.4: 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").
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    0d02689 View commit details
    Browse the repository at this point in the history
  13. linux-5.4: 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.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    a0f60ab View commit details
    Browse the repository at this point in the history
  14. linux-5.4: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8633526 View commit details
    Browse the repository at this point in the history
  15. linux-5.4: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    ffed197 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. linux: Add version 5.5_rc1

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.5_rc1-303.bee
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    aeb733a View commit details
    Browse the repository at this point in the history
  2. linux-5.5_rc1: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    7181e33 View commit details
    Browse the repository at this point in the history
  3. linux-5.5_rc1: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    8d5ca49 View commit details
    Browse the repository at this point in the history
  4. linux-5.5_rc1: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    59d2cae View commit details
    Browse the repository at this point in the history
  5. linux-5.5_rc1: Update nfs patch

    Update patch URL for 5.5_rc1 kernel.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    f06c975 View commit details
    Browse the repository at this point in the history
  6. linux-5.5_rc1: 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.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    7edb471 View commit details
    Browse the repository at this point in the history
  7. linux-5.5_rc1: 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
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    700bfea View commit details
    Browse the repository at this point in the history
  8. linux-5.5_rc1: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    83f686c View commit details
    Browse the repository at this point in the history
  9. linux-5.5_rc1: 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.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    d260582 View commit details
    Browse the repository at this point in the history
  10. linux-5.5_rc1: 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.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    fd75a84 View commit details
    Browse the repository at this point in the history
  11. linux-5.5_rc1: 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.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    5c6dbd1 View commit details
    Browse the repository at this point in the history
  12. linux-5.5_rc1: 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").
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    18d365d View commit details
    Browse the repository at this point in the history
  13. linux-5.5_rc1: 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.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    ed0ecb0 View commit details
    Browse the repository at this point in the history
  14. linux-5.5_rc1: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    9e9f087 View commit details
    Browse the repository at this point in the history
  15. linux-5.5_rc1: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    cf996f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. linux: Add version 5.5_rc2

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.5_rc2-304.bee
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    2ab623b View commit details
    Browse the repository at this point in the history
  2. linux-5.5_rc2: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    fb7c8c0 View commit details
    Browse the repository at this point in the history
  3. linux-5.5_rc2: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    53cd661 View commit details
    Browse the repository at this point in the history
  4. linux-5.5_rc2: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    3286047 View commit details
    Browse the repository at this point in the history
  5. linux-5.5_rc2: Update nfs patch

    Update patch URL for 5.5_rc2 kernel.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    aba69b0 View commit details
    Browse the repository at this point in the history
  6. linux-5.5_rc2: 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.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    634da2a View commit details
    Browse the repository at this point in the history
  7. linux-5.5_rc2: 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
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    84a0488 View commit details
    Browse the repository at this point in the history
  8. linux-5.5_rc2: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    d995d0d View commit details
    Browse the repository at this point in the history
  9. linux-5.5_rc2: 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.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    384f7b0 View commit details
    Browse the repository at this point in the history
  10. linux-5.5_rc2: 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.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    d0c8a83 View commit details
    Browse the repository at this point in the history
  11. linux-5.5_rc2: 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.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    f3fd4c4 View commit details
    Browse the repository at this point in the history
  12. linux-5.5_rc2: 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").
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    3044dbf View commit details
    Browse the repository at this point in the history
  13. linux-5.5_rc2: 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.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    eeafed7 View commit details
    Browse the repository at this point in the history
  14. linux-5.5_rc2: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    5836c54 View commit details
    Browse the repository at this point in the history
  15. linux-5.5_rc2: Disable CONFIG_UEVENT_HELPER

    We don't use UEVENT helper. Hotplug events are read by udevd via
    netlink. Disable.
    donald committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    33b1db2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    1d15adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2390127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da8e8f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    731a33f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b44e9dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fef702c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56891c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b70a35e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea2e41b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77f42bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f73a0c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b941ef0 View commit details
    Browse the repository at this point in the history
  13. linux: Remove never installed versions 5.3, 5.4*, 5.5-rc1, 5.5-rc2

    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.
    pmenzel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    740c436 View commit details
    Browse the repository at this point in the history