about summary refs log tree commit diff
path: root/pkgs/os-specific/linux
Commit message (Collapse)AuthorAge
...
| * | | | | | | Merge staging-next into stagingFrederik Rietdijk2020-06-08
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge staging-next into stagingFrederik Rietdijk2020-06-07
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge staging-next into stagingFrederik Rietdijk2020-06-05
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | linux: CONFIG_MOUSE_ELAN_I2C_SMBUS=yAnders Kaseorg2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
| * | | | | | | | | | iproute: 5.6.0 -> 5.7.0Michael Weiss2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "As usual lots of small fixes, across many utilities. Several qdisc now have more parameters available. Devlink get most of the fixes." [0] File changes (additions/removals): +share/bash-completion/completions/devlink +share/man/man8/devlink-dpipe.8.gz +share/man/man8/tc-ct.8.gz [0]: https://marc.info/?l=linux-netdev&m=159115579900638
| * | | | | | | | | | Merge staging-next into stagingFrederik Rietdijk2020-06-04
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | systemd: systemd.pc: fix systemdsystemunitpath and systemduserunitpathFlorian Klink2020-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The paths in the generated `systemd.pc` were flipped, fix this: `systemdsystemunitpath`: `/nix/var/nix/profiles/default/lib/systemd/{user => system}` `systemduserunitpath`: `/nix/var/nix/profiles/default/lib/systemd/{system => user}` The paths actually used in the code (further below in that patch) were correct, so keep them there. Fixes #59473.
* | | | | | | | | | | | linux: fix kernel config options for 5.7Vladimír Čunát2020-06-10
| | | | | | | | | | | |
* | | | | | | | | | | | linux: fix kernel config optionsRicardo M. Correia2020-06-10
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the options didn't have correct kernel version constraints, others had been removed or made optional unnecessarily in #84032.
* | | | | | | | | | | Merge branch 'master' into staging-nextJan Tojnar2020-06-10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #89820 from primeos/linux_5_7Michael Weiss2020-06-09
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | linux_5_7: init at 5.7.1
| | * | | | | | | | linux_5_7: init at 5.7.1Michael Weiss2020-06-08
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Copied linux-5.7.nix from linux-5.6.nix - Add linux_5_7 and linuxPackages_5_7 - Update linux_latest to 5.7 Note: The kernel patch 'kernelPatches.export_kernel_fpu_functions."5.3"' is still applied as I copied the list from linux_5_7 (vs. linux_testing). This patch is probably still required for the ZFS performance.
| * | | | | | | | linux: 5.6.16 -> 5.6.17Tim Steinbach2020-06-08
| | | | | | | | |
| * | | | | | | | linux: 5.4.44 -> 5.4.45Tim Steinbach2020-06-08
| | | | | | | | |
| * | | | | | | | linux: 4.19.126 -> 4.19.127Tim Steinbach2020-06-08
| |/ / / / / / /
* | | | | | | | systemd: avoid rebuild from the parent commit for nowVladimír Čunát2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise we'd be delaying this staging-next cycle noticeably.
* | | | | | | | systemd: Fix cross buildJohn Ericson2020-06-08
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was very similar to the Mesa issues fixed in 62e6d73a09870174a891d2a8d29a38e62b05efd5: the user-written code is looking up an unprefixed binutils program. [I think we should have a way in Meson of specifying a program prefix in the cross / native files, as a fallback for any program that isn't explicitly specified. This could both be availible for user written rules, and help with the default rules.] Fixes https://github.com/NixOS/mobile-nixos/issues/161
* | | | | | | Merge master into staging-nextFrederik Rietdijk2020-06-07
|\| | | | | | | |_|_|/ / / |/| | | | |
| * | | | | Merge pull request #89571 from samueldr/fix/input-utils/crossSamuel Dionne-Riel2020-06-05
| |\ \ \ \ \ | | | | | | | | | | | | | | input-utils: Fix cross-compilation
| | * | | | | input-utils: Fix cross-compilationSamuel Dionne-Riel2020-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We actually don't need to `strip` using `install`. Stripping is already part of the fixup. This ends up being a fix we can apply universally, but works around an issue where `install` doesn't know about the prefixed `strip` binary.
| * | | | | | Merge pull request #89356 from wizeman/u/fix-fwupdMatthew Bauer2020-06-05
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | fwupd: fix configuration on aarch64
| | * | | | | | fwupd: fix configuration on aarch64Ricardo M. Correia2020-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fwupd service was failing on aarch64 with: fwupd: Failed to load engine: Failed to load remotes: failed to load /etc/fwupd/remotes.d/dell-esrt.conf: No such file or directory The /etc/fwupd/remotes.d/dell-esrt.conf symlink existed but it pointed to a non-existent file.
* | | | | | | | Merge master into staging-nextFrederik Rietdijk2020-06-05
|\| | | | | | | | |_|_|_|/ / / |/| | | | | |
| * | | | | | linux/hardened/patches/5.6: 5.6.15.a -> 5.6.16.aTim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux/hardened/patches/5.4: 5.4.43.a -> 5.4.44.aTim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux/hardened/patches/4.19: 4.19.125.a -> 4.19.126.aTim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux/hardened/patches/4.14: 4.14.182.a -> 4.14.183.aTim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux_latest-libre: 17506 -> 17527Tim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux: 5.6.15 -> 5.6.16Tim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux: 5.4.43 -> 5.4.44Tim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux: 4.9.225 -> 4.9.226Tim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux: 4.4.225 -> 4.4.226Tim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux: 4.19.125 -> 4.19.126Tim Steinbach2020-06-05
| | | | | | |
| * | | | | | linux: 4.14.182 -> 4.14.183Tim Steinbach2020-06-05
| | |_|_|/ / | |/| | | |
| * | | | | cgmanager: removeJörg Thalheim2020-06-05
| | | | | | | | | | | | | | | | | | | | | | | | fixes #30023
| * | | | | linuxPackages.rtl88x2bu: init at 2020-05-19Benjamin Saunders2020-06-04
| | | | | |
* | | | | | Merge master into staging-nextFrederik Rietdijk2020-06-04
|\| | | | | | |_|_|/ / |/| | | |
| * | | | treewide: replace base64 encoded hashesDaiderd Jordan2020-06-03
| | | | |
| * | | | pcm: 202003 -> 202005Rovanion Luckey2020-06-02
| | |/ / | |/| |
| * | | multipath-tools: Fix build failure due to GZIP make varNeil Mayhew2020-06-02
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The multipath-tools makefiles use GZIP as a variable name but this is also the name of the environment variable gzip uses to get its default options. Normally, this wouldn't get into the environment but nixpkgs exports GZIP=-n in a setup hook. This in turn causes make to export its own value for this variable. gzip objects to having -c in the environment variable and aborts, causing the build to fail.
| * | firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19James Ravn2020-06-01
| | |
| * | linuxPackages.wireguard: 1.0.20200506 -> 1.0.20200520Maximilian Bosch2020-05-31
| | | | | | | | | | | | https://lists.zx2c4.com/pipermail/wireguard/2020-May/005450.html
| * | Merge pull request #89037 from r-ryantm/auto-update/uclibc-ngAlexey Shmalko2020-05-31
| |\ \ | | | | | | | | uclibc: 1.0.33 -> 1.0.34
| | * | uclibc: 1.0.33 -> 1.0.34R. RyanTM2020-05-27
| | | |
| * | | linux_latest-libre: 17445 -> 17506Tim Steinbach2020-05-30
| | | |
* | | | Merge staging-next into stagingFrederik Rietdijk2020-05-28
|\| | |
| * | | checksec: 2.1.0 -> 2.2.1R. RyanTM2020-05-28
| | | |
| * | | rtl88xxau-aircrack: init (#88870)Jethro Kuan2020-05-28
| | |/ | |/|
| * | linux/hardened/patches/5.6: 5.6.14.a -> 5.6.15.aTim Steinbach2020-05-28
| | |
| * | linux/hardened/patches/5.4: 5.4.42.a -> 5.4.43.aTim Steinbach2020-05-28
| | |