summary refs log tree commit diff
path: root/pkgs/os-specific/linux
Commit message (Collapse)AuthorAge
* Merge staging-next into staginggithub-actions[bot]2021-07-18
|\
| * Merge master into staging-nextgithub-actions[bot]2021-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
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2021-07-18
|\| | |
| * | | Merge master into staging-nextgithub-actions[bot]2021-07-18
| |\| |
| | * | treewide: remove meta.versionFelix Buehler2021-07-18
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2021-07-17
|\| | |
| * | | Merge master into staging-nextgithub-actions[bot]2021-07-17
| |\| |
| | * | 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 staging-next into staginggithub-actions[bot]2021-07-17
|\| | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2021-07-17
| |\| | |
| | * | | 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
| | | |/ /
| * | | | Merge master into staging-nextgithub-actions[bot]2021-07-17
| |\| | |
| | * | | lxcfs: 4.0.8 -> 4.0.9Mario Rodas2021-07-16
| | |/ /
* | | | Merge remote-tracking branch 'upstream/staging-next' into HEADJörg Thalheim2021-07-17
|\| | |
| * | | xf86_input_wacom: also fix xorg-wacom.pcVladimír Čunát2021-07-16
| | | | | | | | | | | | | | | | | | | | I didn't notice that $(out) wouldn't get expanded there, and that naturally caused issues for reverse dependencies.
| * | | setools: fix buildVladimír Čunát2021-07-16
| | | | | | | | | | | | | | | | | | | | | | | | I assume it broke with python 3.8 -> 3.9. Updating would be another way, but that would require also updating some dependencies, and I'm not a selinux person so I chose a simple patch.
| * | | xf86_input_wacom: fix buildVladimír Čunát2021-07-16
| | | | | | | | | | | | | | | | | | | | | | | | I suspect that some of the stdenv changes (PR #127736 maybe?) affected how the newline was handled. Anyway, it was ugly, so let's use a more standard approach.
| * | | Merge master into staging-nextgithub-actions[bot]2021-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 branch staging into staging-nextVladimír Čunát2021-07-16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | The staging version is a bit older already, used in pre-test: https://hydra.nixos.org/eval/1685435
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-07-16
|\| | | | |
| * | | | | Merge master into staging-nextgithub-actions[bot]2021-07-16
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | 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 staging-next into staginggithub-actions[bot]2021-07-15
|\| | | | | |
| * | | | | | Merge master into staging-nextgithub-actions[bot]2021-07-15
| |\| | | | |
| | * | | | | 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
| | |/ / / / /
* | | | | | | Merge pull request #129818 from ck3d/mii-toolSandro2021-07-15
|\ \ \ \ \ \ \
| * | | | | | | nettools: Add mii-toolChristian Kögler2021-07-10
| | | | | | | |
* | | | | | | | Merge pull request #127918 from misuzu/linux-lircGuillaume Girol2021-07-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | linux: enable LIRC
| * | | | | | | | linux: enable LIRCmisuzu2021-07-14
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge staging-next into staginggithub-actions[bot]2021-07-14
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into HEADJörg Thalheim2021-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>