summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* gnu: linux-libre 4.19: Update to 4.19.165.Leo Famulari2021-01-07
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.165. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.87.Leo Famulari2021-01-07
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.87. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.10.5.Leo Famulari2021-01-07
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.5. (linux-libre-5.10-pristine-source): Update hash.
* gnu: tmon: Clarify some more.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/linux.scm (tmon)[license]: Right wrong.
* gnu: tmon: Clarify licence.Tobias Geerinckx-Rice2021-01-06
| | | | | * gnu/packages/linux.scm (tmon)[license]: Comment that only the man page is GPL-2-only.
* gnu: Add tmon.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/linux.scm (tmon): New public variable.
* gnu: Add turbostat.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/linux.scm (turbostat): New public variable.
* gnu: Add jitterentropy-rngd.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/linux.scm (jitterentropy-rngd): New public variable.
* gnu: pipewire: Update to 0.3.18.宋文武2021-01-01
| | | | * gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.18.
* gnu: Add erofs-utils.pukkamustard2020-12-31
| | | | | | * gnu/packages/linux.scm (erofs-utils): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Revise comment for Linux-Libre-LTS.Raghav Gururajan2020-12-30
| | | | | | * gnu/packages/linux.scm (linux-libre-lts): Modify comment. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 4.19: Update to 4.19.164.Leo Famulari2020-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.164. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.86.Leo Famulari2020-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.86. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.10.4.Leo Famulari2020-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.4. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 4.4: Update to 4.4.249.Leo Famulari2020-12-29
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.249. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.249.Leo Famulari2020-12-29
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.249. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.213.Leo Famulari2020-12-29
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.213. (linux-libre-4.14-pristine-source): Update hash.
* gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.Zhu Zihao2020-12-29
| | | | | | * gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-2.14b536f. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Remove linux-libre 5.9.Leo Famulari2020-12-29
| | | | | | | | The 5.9 kernel series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-5.9-version, deblob-scripts-5.9, linux-libre-5.9-pristine-source, linux-libre-5.9-source, linux-libre-headers-5.9, linux-libre-5.9): Remove variables.
* gnu: linux-libre: Update to 5.10.3.Leo Famulari2020-12-29
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.3. (linux-libre-5.10-pristine-source): Update hash.
* gnu: f2fs-tools-static: Fix build after f2fs-tools update.Danny Milosavljevic2020-12-28
| | | | | | | Fixes <https://bugs.gnu.org/45494>. * gnu/packages/linux.scm (f2fs-tools-static)[arguments]<#:configure-flags>: Modify libuuid_CFLAGS, libblkid_CFLAGS.
* gnu: Add Linux-Libre-LTS.Raghav Gururajan2020-12-26
| | | | | | | | | | | Enables the choice of using current LTS version of linux-libre in Guix System. * gnu/packages/linux.scm (linux-libre-lts-version): New variable. * gnu/packages/linux.scm (linux-libre-lts-pristine-source): New variable. * gnu/packages/linux.scm (linux-libre-lts-source): New variable. * gnu/packages/linux.scm (linux-libre-lts): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: f2fs-tools: Update to 1.14.0.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/linux.scm (f2fs-tools): Update to 1.14.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: xfsprogs: Update to 5.10.0.Vincent Legoll2020-12-24
| | | | | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.10.0. [inputs]: Add libinih. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libinih.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/linux.scm (libinih): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: sysstat: Update to 12.4.2.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/linux.scm (sysstat): Update to 12.4.2.
* gnu: ipset: Update to 7.10.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/linux.scm (ipset): Update to 7.10.
* gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-3.62cb003.David Dashyan2020-12-22
| | | | | | | * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-3.62cb003. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: linux-libre 5.4: Update to 5.4.85.Leo Famulari2020-12-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.85. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.9: Update to 5.9.16.Leo Famulari2020-12-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.16. (linux-libre-5.9-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.10.2.Leo Famulari2020-12-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.2. (linux-libre-5.10-pristine-source): Update hash.
* gnu: ltrace: Build with elfutils instead of libelf.Marius Bakke2020-12-19
| | | | * gnu/packages/linux.scm (ltrace)[inputs]: Change from LIBELF to ELFUTILS.
* gnu: linux-libre: Update to 5.10.1.Leo Famulari2020-12-19
| | | | | | | | | | | | | * gnu/packages/aux-files/linux-libre/5.10-arm.conf, gnu/packages/aux-files/linux-libre/5.10-arm64.conf, gnu/packages/aux-files/linux-libre/5.10-i686.conf, gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them. * gnu/packages/linux.scm (linux-libre-5.10-version, deblob-scripts-5.10, linux-libre-5.10-pristine-source, linux-libre-5.10-source, linux-libre-headers-5.10, linux-libre-5.10): New variables. (linux-libre-version, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Update to 5.10.1.
* gnu: kexec-tools: Update to 2.0.21.Tobias Geerinckx-Rice2020-12-18
| | | | * gnu/packages/linux.scm (kexec-tools): Update to 2.0.21.
* gnu: radeontop: Update to 1.3.Tobias Geerinckx-Rice2020-12-18
| | | | * gnu/packages/linux.scm (radeontop): Update to 1.3.
* gnu: linux-libre 5.4: Update to 5.4.84.Leo Famulari2020-12-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.84. (deblob-scripts-5.4, linux-libre-5.4-pristine-source): Update hashes.
* gnu: linux-libre: Update to 5.9.15.Leo Famulari2020-12-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.15. (deblob-scripts-5.9, linux-libre-5.9-pristine-source): Update hashes
* gnu: iproute: Fix cross compiling.Efraim Flashner2020-12-15
| | | | | | * gnu/packages/linux.scm (iproute)[arguments]: Set CC and HOSTCC in make-flags. Add custom phase to replace the value for PKG_CONFIG in hand-written configure script.
* gnu: multipath-tools: Use the latest json-c.Marius Bakke2020-12-13
| | | | | * gnu/packages/linux.scm (multipath-tools)[inputs]: Change from JSON-C-0.13 to JSON-C.
* gnu: linux-libre 4.4: Update to 4.4.248.Leo Famulari2020-12-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.248. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.248.Leo Famulari2020-12-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.248. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.212.Leo Famulari2020-12-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.212. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.163.Leo Famulari2020-12-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.163. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.83.Leo Famulari2020-12-12
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.83. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.9.14.Leo Famulari2020-12-12
| | | | | * gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.14. (linux-libre-5.9-pristine-source): Update hash.
* gnu: singularity: Update command substitutions.Efraim Flashner2020-12-10
| | | | | | | | Reported by Hao Chen <hchen@uthsc.edu>. * gnu/packages/linux.scm (singularity)[arguments]: Update 'patch-references phase to actually patch mksquashfs calls and to patch sed calls.
* gnu: linux-libre 4.14: Update to 4.14.211.Leo Famulari2020-12-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.211. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.162.Leo Famulari2020-12-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.162. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.82.Leo Famulari2020-12-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.82. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.9.13.Leo Famulari2020-12-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.13. (linux-libre-5.9-pristine-source): Update hash.