Skip to content

Add Linux bee files from automatic build scripts #1831

Merged
merged 81 commits into from
Jun 16, 2020

Commits on Dec 23, 2019

  1. linux: Add version 5.5_rc3

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

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

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

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

    Update patch URL for 5.5_rc3 kernel.
    donald committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    25c3bcd View commit details
    Browse the repository at this point in the history
  6. 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.
    donald committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    87fb0f3 View commit details
    Browse the repository at this point in the history
  7. 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
    donald committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    7da9839 View commit details
    Browse the repository at this point in the history
  8. linux-5.5_rc3: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ea5e973 View commit details
    Browse the repository at this point in the history
  9. 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.
    donald committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    db15b60 View commit details
    Browse the repository at this point in the history
  10. 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.
    donald committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    6f546c6 View commit details
    Browse the repository at this point in the history
  11. 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.
    donald committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ff54e55 View commit details
    Browse the repository at this point in the history
  12. 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").
    donald committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    f275821 View commit details
    Browse the repository at this point in the history
  13. 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.
    donald committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    e0ce7b1 View commit details
    Browse the repository at this point in the history
  14. linux-5.5_rc3: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

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

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

Commits on Dec 31, 2019

  1. linux: Add version 5.5_rc4

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

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

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

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

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

    Switch SOUND from static to dynamic.
    donald committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    f8e4666 View commit details
    Browse the repository at this point in the history
  9. 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.
    donald committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    1e179f3 View commit details
    Browse the repository at this point in the history
  10. 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.
    donald committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    71b0372 View commit details
    Browse the repository at this point in the history
  11. 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.
    donald committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    d2ccf02 View commit details
    Browse the repository at this point in the history
  12. 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").
    donald committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    d01035c View commit details
    Browse the repository at this point in the history
  13. 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.
    donald committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    deebabb View commit details
    Browse the repository at this point in the history
  14. linux-5.5_rc4: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

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

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

Commits on Jan 6, 2020

  1. linux: Add version 5.5_rc5

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.5_rc5-308.bee
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    dd201c2 View commit details
    Browse the repository at this point in the history
  2. linux-5.5_rc5: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2c79cd6 View commit details
    Browse the repository at this point in the history
  3. linux-5.5_rc5: Update configuration

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

    Remove patch, which has been included upstream.
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    885d14f View commit details
    Browse the repository at this point in the history
  5. linux-5.5_rc5: Update nfs patch

    Update patch URL for 5.5_rc5 kernel.
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    256016c View commit details
    Browse the repository at this point in the history
  6. 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.
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    711a064 View commit details
    Browse the repository at this point in the history
  7. 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
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    0b6a40f View commit details
    Browse the repository at this point in the history
  8. linux-5.5_rc5: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    33e0f37 View commit details
    Browse the repository at this point in the history
  9. 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.
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    d10a4e9 View commit details
    Browse the repository at this point in the history
  10. 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.
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    b6ac132 View commit details
    Browse the repository at this point in the history
  11. 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.
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    bfa7190 View commit details
    Browse the repository at this point in the history
  12. 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").
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    fedd5da View commit details
    Browse the repository at this point in the history
  13. 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.
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    d2fd457 View commit details
    Browse the repository at this point in the history
  14. linux-5.5_rc5: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    307a6fe View commit details
    Browse the repository at this point in the history
  15. linux-5.5_rc5: Disable CONFIG_UEVENT_HELPER

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

Commits on Jan 13, 2020

  1. linux: Add version 5.5_rc6

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.5_rc6-310.bee
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    8d20adf View commit details
    Browse the repository at this point in the history
  2. linux-5.5_rc6: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    1210202 View commit details
    Browse the repository at this point in the history
  3. linux-5.5_rc6: Update configuration

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

    Remove patch, which has been included upstream.
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    cc34767 View commit details
    Browse the repository at this point in the history
  5. linux-5.5_rc6: Update nfs patch

    Update patch URL for 5.5_rc6 kernel.
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    160354d View commit details
    Browse the repository at this point in the history
  6. 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.
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    6433fec View commit details
    Browse the repository at this point in the history
  7. 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
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    b021080 View commit details
    Browse the repository at this point in the history
  8. linux-5.5_rc6: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    0460f51 View commit details
    Browse the repository at this point in the history
  9. 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.
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    2a2da70 View commit details
    Browse the repository at this point in the history
  10. 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.
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    9cc1020 View commit details
    Browse the repository at this point in the history
  11. 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.
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    0f30763 View commit details
    Browse the repository at this point in the history
  12. 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").
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    c82fb1c View commit details
    Browse the repository at this point in the history
  13. 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.
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    9f7be95 View commit details
    Browse the repository at this point in the history
  14. linux-5.5_rc6: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    donald committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    0b86b66 View commit details
    Browse the repository at this point in the history
  15. linux-5.5_rc6: Disable CONFIG_UEVENT_HELPER

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

Commits on Jan 20, 2020

  1. linux: Add version 5.5_rc7

    Create bee file with
    
        cp linux-4.19.57-286.bee linux-5.5_rc7-316.bee
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    b3774d8 View commit details
    Browse the repository at this point in the history
  2. linux-5.5_rc7: Use proper URL for -rc kernels

    -rc kernels are not available over the cdn. Fix download link for -rc
    kernels.
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    b05634d View commit details
    Browse the repository at this point in the history
  3. linux-5.5_rc7: Update configuration

    Update configuration section. Produced by
    
        cp  /boot/config-4.19.57.mx64.286 ./.config
        make olddefconfig
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    2c65780 View commit details
    Browse the repository at this point in the history
  4. linux-5.5_rc7: Remove nfs 1TB patch

    Remove patch, which has been included upstream.
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    483b243 View commit details
    Browse the repository at this point in the history
  5. linux-5.5_rc7: Update nfs patch

    Update patch URL for 5.5_rc7 kernel.
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    8793c25 View commit details
    Browse the repository at this point in the history
  6. 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.
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    82bfdc8 View commit details
    Browse the repository at this point in the history
  7. 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
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    c0d1e7a View commit details
    Browse the repository at this point in the history
  8. linux-5.5_rc7: Set CONFIG_SOUND=m"

    Switch SOUND from static to dynamic.
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    98643ed View commit details
    Browse the repository at this point in the history
  9. 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.
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    3265459 View commit details
    Browse the repository at this point in the history
  10. 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.
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    69d1a79 View commit details
    Browse the repository at this point in the history
  11. 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.
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    81d02d3 View commit details
    Browse the repository at this point in the history
  12. 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").
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    f08e7f8 View commit details
    Browse the repository at this point in the history
  13. 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.
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    8c97014 View commit details
    Browse the repository at this point in the history
  14. linux-5.5_rc7: Set CONFIG_LEGACY_VSYSCALL_XONLY=y

    Switch legacy VSYSCALL emulation to default (XONLY).
    pmenzel committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    737187f View commit details
    Browse the repository at this point in the history
  15. linux-5.5_rc7: Disable CONFIG_UEVENT_HELPER

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

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    e83b476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bfa4c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9732587 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5db9875 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bf0e69 View commit details
    Browse the repository at this point in the history
  6. 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.
    pmenzel committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    9410d4b View commit details
    Browse the repository at this point in the history