summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* mingw-64: 6.0.0 -> 9.0.0Philipp2021-07-20
|
* linux/hardened/patches/5.4: 5.4.132-hardened1 -> 5.4.133-hardened1TredwellGit2021-07-19
|
* linux/hardened/patches/5.12: 5.12.17-hardened1 -> 5.12.18-hardened1TredwellGit2021-07-19
|
* linux/hardened/patches/5.10: 5.10.50-hardened1 -> 5.10.51-hardened1TredwellGit2021-07-19
|
* linux: 5.4.132 -> 5.4.133TredwellGit2021-07-19
|
* linux: 5.13.2 -> 5.13.3TredwellGit2021-07-19
|
* linux: 5.12.17 -> 5.12.18TredwellGit2021-07-19
|
* linux: 5.10.50 -> 5.10.51TredwellGit2021-07-19
|
* linuxPackages.xmm7360-pci: init at unstable-2021-07-19Florian Klink2021-07-19
|
* Merge pull request #130510 from lovesegfault/kernel-pass-buildPackagesBernardo Meurer2021-07-18
|\ | | | | buildLinux: pass buildPackages to linuxManualConfig
| * buildLinux: pass buildPackages to linuxManualConfigBernardo Meurer2021-07-17
| | | | | | | | | | | | | | | | | | | | We should be using the _same_ buildPackages when we generate the configuration (which happens in buildLinux) as when we actually build the kernel (which happens in linuxManualConfig). This change enforces that when we callPackage `manual-config.nix` we pass on whatever `buildPackages` that `buildLinux` itself was called with.
* | treewide: convert phases that contain ":" to dont* = true (#130500)Sandro2021-07-18
| |
* | Merge pull request #130577 from maxeaubrey/maxine-add-to-maintainersMaximilian Bosch2021-07-18
|\ \ | | | | | | pkgs: add maxeaubrey to maintainers
| * | pkgs: add maxeaubrey to maintainersMaxine Aubrey2021-07-18
| | |
* | | linux/hardened/patches/5.4: 5.4.130-hardened1 -> 5.4.132-hardened1TredwellGit2021-07-18
| | |
* | | linux/hardened/patches/5.12: 5.12.15-hardened1 -> 5.12.17-hardened1TredwellGit2021-07-18
| | |
* | | linux/hardened/patches/5.10: 5.10.48-hardened1 -> 5.10.50-hardened1TredwellGit2021-07-18
| | |
* | | linux/hardened/patches/4.19: 4.19.196-hardened1 -> 4.19.197-hardened1TredwellGit2021-07-18
| | |
* | | linux/hardened/patches/4.14: 4.14.238-hardened1 -> 4.14.239-hardened1TredwellGit2021-07-18
| | |
* | | linux-rt_5_10: 5.10.47-rt45 -> 5.10.47-rt46TredwellGit2021-07-18
| | |
* | | linux: 5.4.130 -> 5.4.132TredwellGit2021-07-18
| | |
* | | linux: 5.12.15 -> 5.12.17TredwellGit2021-07-18
| | |
* | | linux: 5.10.48 -> 5.10.50TredwellGit2021-07-18
| | |
* | | linux: 4.19.196 -> 4.19.197TredwellGit2021-07-18
| | |
* | | linux: 4.14.238 -> 4.14.239TredwellGit2021-07-18
|/ /
* | Merge pull request #130378 from Atemu/update/linux_lqxBen Siraphob2021-07-18
|\ \ | |/ |/| linux_lqx: 5.12.14 -> 5.12.17
| * linux_lqx: 5.12.14 -> 5.12.17Atemu2021-07-15
| |
* | treewide: remove meta.versionFelix Buehler2021-07-18
| |
* | Merge pull request #130416 from marsam/update-lxcJörg Thalheim2021-07-17
|\ \ | | | | | | lxc: 4.0.9 -> 4.0.10
| * | lxc: 4.0.9 -> 4.0.10Mario Rodas2021-07-16
| | |
* | | Merge pull request #130397 from TredwellGit/firmwareLinuxNonfreeDomen Kožar2021-07-17
|\ \ \ | | | | | | | | firmwareLinuxNonfree: 2021-05-11 -> 2021-07-16
| * | | firmwareLinuxNonfree: 2021-05-11 -> 2021-07-16TredwellGit2021-07-16
| |/ /
* / / lxcfs: 4.0.8 -> 4.0.9Mario Rodas2021-07-16
|/ /
* | Merge pull request #130117 from helsinki-systems/feat/hyperv-daemons-python3Jörg Thalheim2021-07-16
|\ \ | | | | | | hyperv-daemons: use python3 for kernels that support it
| * | hyperv-daemons: use python3 for kernels that support itajs1242021-07-13
| | | | | | | | | | | | | | | Support for python3 was added in https://github.com/torvalds/linux/commit/8a99c920092f444cf9f1d737ae76527102886d8e it is therefore supported in every kernel including and after 4.19
* | | Merge pull request #129806 from lovesegfault/kernel-extra-build-flagsBernardo Meurer2021-07-15
|\ \ \ | | | | | | | | linux: groundwork to enable LLVM/LTO builds
| * | | buildLinux: preserve structuredExtraConfig and extraMakeFlags in passthruBernardo Meurer2021-07-13
| | | | | | | | | | | | | | | | | | | | This allows users to override custom kernel packages (e.g. linux_xanmod) that set their own structuredExtraConfig with ease.
| * | | buildLinux: take and propagate extraMakeFlagsBernardo Meurer2021-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just for practicity, as it allows users of buildLinux to pass along extra flags they need in the kernel's make invocation. This makes, for example, supporting LLVM _much_ easier, and could enable us in the future to provide clang-built kernels.
| * | | buildLinux: apply hostPlatform.linux-kernel.makeFlags to generate-config.plBernardo Meurer2021-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enforces that the configuration generated will obey any/all flags set in the platform/stdenv configuration. This is crucial, for example, if you'd like to build a kernel using clang. Without this patch, anything you set in `stdenv.hostPlatform.linux-kernel.makeFlags` is wholly ignored during config generation, causing (for example) any changes in the desired toolchain (e.g. `LLVM`, `LLVM_IAS`) to not be reflected in the generated config, and for the subsequent build to fail.
| * | | linuxManualConfig: patch all shebangs in scripts/Bernardo Meurer2021-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are many scripts in `scripts/` which may be called by the build, depending on how the user chooses to configure the kernel. For example, `scripts/jobserver-exec` is called whenever the kernel is being built with LLVM tooling, and without this patch that build will fail due to the broken shebang. This patch makes us fix _all_ scripts, as well as add a dependency on python3Minimal, since a lot of the aforementioned scripts are written in Python3 instead of shell.
* | | | Merge pull request #130281 from TredwellGit/linuxSandro2021-07-15
|\ \ \ \
| * | | | linux_latest-libre: 18132 -> 18165TredwellGit2021-07-15
| | | | |
| * | | | linux-rt_5_4: 5.4.123-rt59 -> 5.4.129-rt61TredwellGit2021-07-15
| | | | |
| * | | | linux: 5.13.1 -> 5.13.2TredwellGit2021-07-15
| | | | |
| * | | | linux: 4.9.274 -> 4.9.275TredwellGit2021-07-15
| | | | |
| * | | | linux: 4.4.274 -> 4.4.275TredwellGit2021-07-15
| | | | |
* | | | | nvidia-x11: compile nvidia-uvm.ko with HMM supportAbdelhakim Qbaich2021-07-14
|/ / / /
* | / / treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*Sandro Jäckel2021-07-14
| |/ / |/| |
* | | Merge pull request #121881 from berbiche/kinect-audio-setup-initTimo Kaufmann2021-07-12
|\ \ \ | |/ / |/| | kinect-audio-setup: init at 0.5
| * | kinect-audio-setup: init at v0.5Nicolas Berbiche2021-07-12
| | | | | | | | | | | | Co-authored-by: timokau <timokau@zoho.com>