me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu/packages/aux-files/linux-libre
Maxim Cournoyer 6f80093b33
gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs.
ZONE_DMA is still used by some kernel drivers such as older sound and network
cards; it was already enabled on ARM and for some i686 kernels.  Enable it
everywhere for consistency.  The change was automated with:

  $ git grep -rl CONFIG_ZONE_DMA | \
      xargs sed 's/# CONFIG_ZONE_DMA is not set/CONFIG_ZONE_DMA=y/' -i

* gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Enable CONFIG_ZONE_DMA.
* gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/4.9-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.16-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.16-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Likewise.
2022-02-07 16:22:37 -05:00
..
4.4-i686.conf gnu: linux-libre: Support the Coreboot framebuffer. 2021-12-16 12:53:52 -05:00
4.4-x86_64.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
4.9-i686.conf gnu: linux-libre: Default to the 'schedutil' CPU scaling governor. 2021-07-15 01:54:26 -04:00
4.9-x86_64.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
4.14-arm.conf gnu: linux-libre: Default to the 'schedutil' CPU scaling governor. 2021-07-15 01:54:26 -04:00
4.14-i686.conf gnu: linux-libre: Support the Coreboot framebuffer. 2021-12-16 12:53:52 -05:00
4.14-x86_64.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
4.19-arm.conf gnu: linux-libre: Default to the 'schedutil' CPU scaling governor. 2021-07-15 01:54:26 -04:00
4.19-arm64.conf gnu: linux-libre: Default to the 'schedutil' CPU scaling governor. 2021-07-15 01:54:26 -04:00
4.19-i686.conf gnu: linux-libre: Support the Coreboot framebuffer. 2021-12-16 12:53:52 -05:00
4.19-x86_64.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
5.4-arm.conf gnu: linux-libre: Default to the 'schedutil' CPU scaling governor. 2021-07-15 01:54:26 -04:00
5.4-arm64.conf gnu: linux-libre: Default to the 'schedutil' CPU scaling governor. 2021-07-15 01:54:26 -04:00
5.4-i686.conf gnu: linux-libre: Support the Coreboot framebuffer. 2021-12-16 12:53:52 -05:00
5.4-x86_64.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
5.10-arm.conf
5.10-arm64.conf
5.10-i686.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
5.10-x86_64.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
5.15-arm.conf gnu: Add linux-libre 5.15.5. 2021-11-26 16:54:47 -05:00
5.15-arm64.conf gnu: Add linux-libre 5.15.5. 2021-11-26 16:54:47 -05:00
5.15-i686.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
5.15-x86_64.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
5.16-arm.conf gnu: Add linux-libre 5.16.2. 2022-01-26 13:17:41 -05:00
5.16-arm64.conf gnu: Add linux-libre 5.16.2. 2022-01-26 13:17:41 -05:00
5.16-i686.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00
5.16-x86_64.conf gnu: linux-libre: Enable CONFIG_ZONE_DMA in all configs. 2022-02-07 16:22:37 -05:00