Daniel Fahey
ff63c60b99
linuxKernel.kernels.linux_zen: remove deprecated config opts re: Z3FOLD
2024-10-23 13:32:54 +01:00
Daniel Fahey
d0037e9629
linuxKernel.kernels.linux_lqx: 6.11.2-lqx1 -> v6.11.5-lqx1
2024-10-23 13:32:41 +01:00
Daniel Fahey
2b35a6bd33
linuxKernel.kernels.linux_zen: 6.11.2-zen1 -> v6.11.5-zen1
2024-10-23 13:32:21 +01:00
Daniel Fahey
8fd84a5c85
linuxKernel.kernels.linux_lqx: 6.10.9-lqx1 -> 6.11.2-lqx1
2024-10-10 20:00:46 +01:00
Daniel Fahey
c0a7814de8
linuxKernel.kernels.linux_zen: 6.10.9-zen1 -> 6.11.2-zen1
2024-10-10 17:56:12 +01:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Ryan Omasta
160e68227e
linuxKernel.kernels.linux_zen: 6.10.7-zen1 -> 6.10.9-zen1; linuxKernel.kernels.linux_lqx: 6.10.6-lqx1 -> 6.10.9-lqx1
2024-09-11 12:12:08 -06:00
Ryan Omasta
430ffc664a
linuxKernel.kernels.linux_zen: 6.10.5-zen1 -> 6.10.7-zen1; linuxKernel.kernels.linux_lqx: 6.10.5-lqx1 -> 6.10.6-lqx1
2024-08-29 18:05:19 -06:00
Dmitriy Kholkin
988bf19f2c
linux-packages: fix argsOverride
2024-08-18 10:38:23 +03:00
John Titor
d9e6adf4e7
linuxKernel.kernels.linux_lqx: 6.9.11 -> 6.10.5
2024-08-17 21:45:12 +05:30
John Titor
a958fad237
linuxKernel.kernels.linux_zen: 6.10.1 -> 6.10.5
2024-08-17 21:42:40 +05:30
JerrySM64
0961f648fa
linuxKernel.kernels.linux_zen: 6.9.8-lqx1 -> 6.9.11-lqx1
2024-07-28 03:20:01 +02:00
JerrySM64
83431a5831
linuxKernel.kernels.linux_zen: 6.9.8-zen1 -> 6.10.1-zen1
2024-07-28 03:19:42 +02:00
Thiago Kenji Okada
86832307ec
linuxKernel.kernels.linux_lqx: fix build
...
- Override RCU_LAZY since this is defined in the kernel/common-config.nix
- Make RCU_BOOST_DELAY optional
Fixes issue #327719 .
2024-07-16 21:11:07 +01:00
Thiago Kenji Okada
0f8c498f96
linuxKernel.kernels.linux_zen: sync config with upstream
2024-07-11 16:46:46 +01:00
installer
b77aa705fe
linuxKernel.kernels.linux_lqx: 6.9.7-lqx1 -> 6.9.8-lqx1
2024-07-08 11:32:09 +02:00
installer
8b6a178b47
linuxKernel.kernels.linux_zen: 6.9.7-zen1 -> 6.9.8-zen1
2024-07-08 11:30:20 +02:00
installer
b8f40d0a27
linuxKernel.kernels.linux_lqx: 6.9.5-lqx1 -> 6.9.7-lqx1
2024-06-29 00:46:01 +02:00
installer
7a59249e27
linuxKernel.kernels.linux_zen: 6.9.6-zen1 -> 6.9.7-zen1
2024-06-29 00:44:30 +02:00
installer
d824a1bd8f
linuxKernel.kernels.linux_zen: 6.9.5-zen1 -> 6.9.6-zen1
2024-06-22 00:48:21 +02:00
installer
6704e2a673
linuxKernel.kernels.linux_lqx: 6.9.3-lqx1 -> 6.9.5-lqx1
2024-06-19 00:27:59 +02:00
installer
b199dd1d9e
linuxKernel.kernels.linux_zen: 6.9.3-zen1 -> 6.9.5-zen1
2024-06-19 00:27:01 +02:00
github-actions[bot]
ddde12c6f7
Merge master into staging-next
2024-06-03 18:02:09 +00:00
Jerry Starke
f450173677
linuxKernel.kernels.linux_lqx: 6.8.11-lqx1 -> 6.9.3-lqx1
2024-06-03 07:20:52 +02:00
Jerry Starke
9f3c5f53d2
linuxKernel.kernels.linux_zen: 6.9.2-zen1 -> 6.9.3-zen1
2024-06-03 07:18:48 +02:00
Maximilian Bosch
091115594b
Merge pull request #315701 from Atemu/linux-variants-pname
...
buildLinux: allow changing the pname
2024-05-30 16:00:19 +00:00
Atemu
61113994ae
zen-kernels: set pname
2024-05-29 20:58:18 +02:00
Jerry
b0f847dac2
linuxKernel.kernels.linux_lqx: 6.8.10-lqx1 -> 6.8.11-lqx1
2024-05-27 17:15:52 +02:00
Jerry
7359e7f57c
linuxKernel.kernels.linux_zen: 6.9.1-zen1 -> 6.9.2-zen1
2024-05-27 05:36:18 +02:00
Jerry
84d5f56ad7
linuxKernel.kernels.linux_lqx: 6.8.6-lqx2 -> 6.8.10-lqx1
2024-05-21 15:31:16 +02:00
Jerry
5516382a64
linuxKernel.kernels.linux_zen: 6.8.6-zen1 -> 6.9.1-zen1
2024-05-21 15:29:42 +02:00
lucasew
9401e087e2
linux: fix issue in config generation on lqx kernel
...
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-05-14 22:49:41 -03:00
Jerry Starke
f06bd76906
linuxKernel.kernels.linux_lqx: 6.8.4-lqx1 -> 6.8.6-lqx2
2024-04-16 15:15:13 +02:00
Jerry Starke
78bca5ada0
linuxKernel.kernels.linux_zen: 6.8.4-zen1 -> 6.8.6-zen1
2024-04-16 15:12:39 +02:00
Jerry Starke
b44c010b11
linuxKernel.kernels.linux_lqx: 6.7.11-lqx1 -> 6.8.4-lqx1
2024-04-08 17:13:56 +02:00
Jerry Starke
40ed8a06f7
linuxKernel.kernels.linux_zen: 6.8.2-zen2 -> 6.8.4-zen1
2024-04-08 17:11:00 +02:00
Thiago Kenji Okada
d61b866e3f
Merge pull request #298049 from wfdewith/fix-kernels
...
kernel: fix builds for linux_lqx and linux_{4_19,5_4}_hardened
2024-04-05 19:59:44 +01:00
JerrySM64
a60c7cff87
linuxKernel.kernels.linux_lqx: 6.7.9-lqx1 -> 6.7.11-lqx1
2024-03-28 21:58:41 +01:00
JerrySM64
0d86c16ff0
linuxKernel.kernels.linux_zen: 6.8-zen1 -> 6.8.2-zen2
2024-03-28 21:57:34 +01:00
Wim de With
9804a6c703
kernels.linux_lqx: fix build
2024-03-22 14:45:07 +01:00
Jerry Starke
09df456c6d
linuxKernel.kernels.linux_zen: 6.7.9-zen1 -> 6.8-zen1
2024-03-11 06:49:45 +01:00
Jerry Starke
2876de8991
linuxKernel.kernels.linux_lqx: 6.7.6-lqx1 -> 6.7.9-lqx1
2024-03-08 17:12:22 +01:00
Jerry Starke
349d8e0c5c
linuxKernel.kernels.linux_zen: 6.7.7-zen1 -> 6.7.9-zen1
2024-03-08 17:05:13 +01:00
Jerry Starke
f93cea01f2
linuxKernel.kernels.linux_zen: 6.7.6-zen1 -> 6.7.7-zen1
2024-03-02 04:55:11 +01:00
Jerry Starke
6ec767551d
linuxKernel.kernels.linux_lqx: 6.7.5-lqx1 -> 6.7.6-lqx1
2024-02-27 14:45:17 +01:00
Jerry Starke
2ddb55732b
linuxKernel.kernels.linux_zen: 6.7.5-zen1 -> 6.7.6-zen1
2024-02-25 12:15:12 +01:00
Jerry Starke
f1bc8cd22e
linuxKernel.kernels.linux_lqx: 6.7.4-lqx1 -> 6.7.5-lqx1
2024-02-18 08:27:51 +01:00
Jerry Starke
feca3d9963
linuxKernel.kernels.linux_zen: 6.7.4-zen1 -> 6.7.5-zen1
2024-02-18 07:11:49 +01:00
Jerry Starke
3695032a60
linuxKernel.kernels.linux_lqx: 6.7.3-lqx1 -> 6.7.4-lqx1
2024-02-06 03:52:58 +01:00
Jerry Starke
f607fdbafa
linuxKernel.kernels.linux_zen: 6.7.3-zen1 -> 6.7.4-zen1
2024-02-06 03:51:09 +01:00