summary refs log tree commit diff
path: root/pkgs/os-specific/linux
Commit message (Collapse)AuthorAge
* Merge pull request #106763 from Atemu/fix/nfs-utils-crossMatthew Bauer2020-12-14
|\ | | | | nfs-utils: pass native rpcsvc-proto to configureFlag
| * nfs-utils: pass native rpcsvc-proto to configureFlagAtemu2020-12-13
| | | | | | | | | | | | | | It was passing in the targetPlatform's rpcgen binary which exec format errors of course Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
* | Merge pull request #106761 from Atemu/fix/cifs-utils-crossMatthew Bauer2020-12-14
|\ \ | | | | | | cifs-utils: don't check for AC_FUNC_MALLOC when cross compiling
| * | cifs-utils: don't check for AC_FUNC_MALLOC when cross compilingAtemu2020-12-13
| |/ | | | | | | | | | | Produces "undefined reference to "rpl_malloc"" and fails the build Apparently it's a runtime check (https://github.com/LLNL/ior/issues/4)
* | Linux: Remove 5.8Tim Steinbach2020-12-14
| |
* | linux: Add 5.10Tim Steinbach2020-12-14
| | | | | | | | | | | | | | Validated via ``` nix-build ./nixos/release.nix -A tests.kernel-latest.x86_64-linux -A tests.latestKernel.login.x86_64-linux ```
* | linux/hardened/patches/5.9: 5.9.12.a -> 5.9.14.aTim Steinbach2020-12-14
| |
* | linux/hardened/patches/5.4: 5.4.81.a -> 5.4.83.aTim Steinbach2020-12-14
| |
* | linux/hardened/patches/4.19: 4.19.161.a -> 4.19.163.aTim Steinbach2020-12-14
| |
* | linux/hardened/patches/4.14: 4.14.210.a -> 4.14.212.aTim Steinbach2020-12-14
| |
* | linux-rt_5_4: 5.4.78-rt44 -> 5.4.82-rt45Tim Steinbach2020-12-14
| |
* | Merge pull request #104455 from expipiplus1/joe-nvidiaSandro2020-12-13
|\ \ | | | | | | nvidia_x11.vulkan_beta: 450.56.11 -> 455.46.01
| * | nvidia_x11.vulkan_beta: 450.56.11 -> 455.46.02Joe Hermaszewski2020-12-08
| | |
* | | Merge pull request #106753 from Atemu/update/linux_zenKevin Cox2020-12-12
|\ \ \ | | | | | | | | linux_zen: 5.9.13 -> 5.9.14
| * | | linux_zen: 5.9.13 -> 5.9.14Atemu2020-12-12
| | |/ | |/|
* | | linux: 5.9.12 -> 5.9.14Tim Steinbach2020-12-11
| | |
* | | linux: 5.4.81 -> 5.4.83Tim Steinbach2020-12-11
| | |
* | | linux: 4.9.247 -> 4.9.248Tim Steinbach2020-12-11
| | |
* | | linux: 4.4.247 -> 4.4.248Tim Steinbach2020-12-11
| | |
* | | linux: 4.19.161 -> 4.19.163Tim Steinbach2020-12-11
| | |
* | | linux: 4.14.210 -> 4.14.212Tim Steinbach2020-12-11
| | |
* | | systemd: fix pc filesJörg Thalheim2020-12-11
| | | | | | | | | | | | | | | upstream decided to make this non-configurable... Lets' revert to the version before.
* | | Merge master into staging-nextgithub-actions[bot]2020-12-10
|\ \ \
| * | | linux-rt_5_9: export symbols needed by zfsOrivej Desh2020-12-10
| | | | | | | | | | | | | | | | Upstream issue: https://github.com/openzfs/zfs/issues/11097#issuecomment-740682245
| * | | zfs: fix build with linux-rtOrivej Desh2020-12-10
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2020-12-10
|\| | |
| * | | Merge pull request #106490 from r-ryantm/auto-update/psftoolsMario Rodas2020-12-10
| |\ \ \ | | | | | | | | | | psftools: 1.0.13 -> 1.0.14
| | * | | psftools: enable on darwinMario Rodas2020-12-09
| | | | |
| | * | | psftools: 1.0.13 -> 1.0.14R. RyanTM2020-12-09
| | |/ /
* | | | Merge master into staging-nextgithub-actions[bot]2020-12-10
|\| | |
| * | | Merge pull request #106352 from NixOS/fwupd-1.5.3Jan Tojnar2020-12-10
| |\ \ \ | | |/ / | |/| |
| | * | fwupd: 1.5.2 → 1.5.3Jan Tojnar2020-12-09
| | | | | | | | | | | | | | | | https://blogs.gnome.org/hughsie/2020/12/08/fwupd-1-5-3/
| | * | fwupd: 1.5.1 → 1.5.2Jan Tojnar2020-12-09
| | | | | | | | | | | | | | | | https://blogs.gnome.org/hughsie/2020/11/23/fwupd-1-5-2/
* | | | Merge master into staging-nextgithub-actions[bot]2020-12-09
|\| | |
| * | | Merge pull request #106349 from Atemu/update/linux_zenMario Rodas2020-12-08
| |\ \ \ | | |/ / | |/| | linux_zen: 5.9.12 -> 5.9.13
| | * | linux_zen: 5.9.12 -> 5.9.13Atemu2020-12-08
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2020-12-08
|\| | |
| * | | linux-rt_5_9: init at 5.9.1-rt20Orivej Desh2020-12-08
| | | |
* | | | libcap_ng: 0.7.11 -> 0.8R. RyanTM2020-12-08
| | | |
* | | | libcap: fix static buildJoe Hermaszewski2020-12-08
| | | | | | | | | | | | | | | | | | | | | | | | This makes the build correct when cap==null It also patches the Makefiles so that shared libraries aren't built during the install phase
* | | | Merge staging-next into staginggithub-actions[bot]2020-12-08
|\| | |
| * | | linux/hardened/patches/5.9: 5.9.10.a -> 5.9.12.aTim Steinbach2020-12-07
| | | |
| * | | linux/hardened/patches/5.4: 5.4.79.a -> 5.4.81.aTim Steinbach2020-12-07
| | | |
| * | | linux/hardened/patches/4.19: 4.19.159.a -> 4.19.161.aTim Steinbach2020-12-07
| | | |
| * | | linux/hardened/patches/4.14: 4.14.208.a -> 4.14.210.aTim Steinbach2020-12-07
| | | |
| * | | linux_latest-libre: 17768 -> 17788Tim Steinbach2020-12-07
| |/ /
* | | fuse3: 3.10.0 -> 3.10.1 (#106162)Michael Weiss2020-12-07
| | |
* | | Merge staging-next into staginggithub-actions[bot]2020-12-07
|\| |
| * | bolt: Disable atime testsRobert Hensing2020-12-07
| | |
* | | Merge staging-next into staginggithub-actions[bot]2020-12-06
|\| |