PedroHLC ☭
1b5ad5946f
linuxKernel.kernels.linux_lqx: 6.0.8 -> 6.0.10
2022-11-26 16:11:40 -03:00
Brandon Weeks
4cfd354182
linux: fix unused option warnings on 5.x kernels
2022-11-22 19:17:51 -06:00
Bernardo Meurer
8951a71323
Merge pull request #201845 from LibreCybernetics/cleanup-linux-common-config
2022-11-22 12:12:43 -05:00
Bernardo Meurer
b21694b324
Merge pull request #164296 from duxovni/fanotify_access_permissions
2022-11-21 09:58:04 -05:00
Sergei Trofimovich
ee19d044d4
Merge pull request #201311 from aaronjheng/perf-cleanup
...
perf-linux: clean up code
2022-11-19 19:53:22 +00:00
Fabián Heredia Montiel
31531c747a
linux: cleanup common-config after drop of 4.9
...
linux-4.9 was dropped on 8d9133c67d
next lowest version in nixpkgs is 4.14 so cleaning up options
2022-11-18 20:50:01 -06:00
Bernardo Meurer
4dabd9c39b
linux: 6.0.8 -> 6.0.9
2022-11-16 21:42:54 +00:00
Bernardo Meurer
63adc7fafe
linux: 5.15.78 -> 5.15.79
2022-11-16 21:42:49 +00:00
Bernardo Meurer
bd9a5606b4
linux: 5.10.154 -> 5.10.155
2022-11-16 21:42:43 +00:00
Thiago Kenji Okada
b457130e8a
Merge pull request #200679 from PedroHLC/zen-kernels-6.0.8
...
zen-kernels: 6.0.7-{lqx1,zen1} -> 6.0.8-{lqx1,zen1}
2022-11-16 11:03:19 +00:00
Aaron Jheng
5b3eccd108
perf-linux: clean up code
...
- Remove support for older versions below 5.0 which are already marked as broken
- Drop patches for removed versions such as 5.19
- Some minor changes
2022-11-16 02:25:21 +00:00
Sergei Trofimovich
f690a10b85
Merge pull request #201127 from aaronjheng/zhf/perf
...
perf-linux: fix build on linux 5.4
2022-11-14 08:16:41 +00:00
Aaron Jheng
ff7f75dfcc
perf-linux: fix build on linux 5.4
2022-11-14 04:30:27 +00:00
Aaron Jheng
177732bd36
perf: add libbabeltrace dependency
2022-11-14 00:47:41 +00:00
PedroHLC ☭
6cf7ef3010
linux-zen: 6.0.7-zen1 -> 6.0.8-zen1
2022-11-11 07:44:46 -03:00
PedroHLC ☭
f0f42c08ce
linux-lqx: 6.0.7-lqx1 -> 6.0.8-lqx1
2022-11-11 07:43:11 -03:00
Bernardo Meurer
d2eb86ec6a
linux/hardened/patches/6.0: 6.0.7-hardened1 -> 6.0.8-hardened1
2022-11-10 18:17:48 -05:00
Bernardo Meurer
21c40dd71f
linux/hardened/patches/5.4: 5.4.223-hardened1 -> 5.4.224-hardened1
2022-11-10 18:17:44 -05:00
Bernardo Meurer
31c39d33a9
linux/hardened/patches/5.15: 5.15.77-hardened1 -> 5.15.78-hardened1
2022-11-10 18:17:41 -05:00
Bernardo Meurer
6578c8d52e
linux/hardened/patches/5.10: 5.10.153-hardened1 -> 5.10.154-hardened1
2022-11-10 18:17:37 -05:00
Bernardo Meurer
cf1bb7a52e
linux/hardened/patches/4.19: 4.19.264-hardened1 -> 4.19.265-hardened1
2022-11-10 18:17:34 -05:00
Bernardo Meurer
fb82780f97
linux/hardened/patches/4.14: 4.14.298-hardened1 -> 4.14.299-hardened1
2022-11-10 18:17:31 -05:00
Bernardo Meurer
f9286fe0e9
linux-rt_5_4: 5.4.209-rt77 -> 5.4.221-rt79
2022-11-10 18:16:54 -05:00
Bernardo Meurer
79c0a328d1
linux-rt_5_10: 5.10.152-rt75 -> 5.10.153-rt76
2022-11-10 18:16:32 -05:00
Bernardo Meurer
e3f6163c00
linux: 6.0.7 -> 6.0.8
2022-11-10 18:16:10 -05:00
Bernardo Meurer
8a9366d61c
linux: 5.4.223 -> 5.4.224
2022-11-10 18:16:07 -05:00
Bernardo Meurer
164aecb6ca
linux: 5.15.77 -> 5.15.78
2022-11-10 18:16:05 -05:00
Bernardo Meurer
c22e3c9840
linux: 5.10.153 -> 5.10.154
2022-11-10 18:16:00 -05:00
Bernardo Meurer
fa300b747e
linux: 4.19.264 -> 4.19.265
2022-11-10 18:15:54 -05:00
Bernardo Meurer
9553d38c5e
linux: 4.14.298 -> 4.14.299
2022-11-10 18:15:48 -05:00
Maximilian Bosch
2a63e4f902
Merge pull request #200218 from Ma27/rm-kernel-4.9
...
linux_4_9: remove
2022-11-10 23:34:56 +01:00
Aaron Jheng
a72fc0d5b9
perf: add default d3-flame-graph templates for flamegraph script ( #198028 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com >
2022-11-10 17:57:52 +01:00
Maximilian Bosch
8d9133c67d
linux_4_9: remove
...
Support will be dropped on 01 Jan 2023[1]. Normally we'd keep it around
until then, but considering that it's an LTS kernel it may be better to
do it before 22.11 to make sure there are no unpleasant surprises.
Closes #199933
[1] https://endoflife.date/linux
2022-11-08 16:30:14 +01:00
github-actions[bot]
5f9b3cb99e
Merge master into staging-next
2022-11-07 06:01:28 +00:00
Florian Brandes
afe72b6bdf
linux_rpi{1,2,3,4}: 1.20220331 -> 1.20221028
...
5.15.32 -> 5.15.74
fixes #199828 build failure
Signed-off-by: Florian Brandes <florian.brandes@posteo.de >
2022-11-06 22:50:39 +01:00
github-actions[bot]
a46c8c1b26
Merge master into staging-next
2022-11-06 00:02:47 +00:00
Bernardo Meurer
97c988fc09
Merge pull request #199654 from Atemu/update/xanmod
2022-11-05 20:43:58 +00:00
Maximilian Bosch
54b8b7a7ab
Merge pull request #199523 from NixOS/kernel-updates
...
linuxKernel.kernels: updates
2022-11-05 19:30:24 +01:00
github-actions[bot]
a8cf6897e5
Merge master into staging-next
2022-11-05 18:01:11 +00:00
PedroHLC ☭
8896a57579
linux-lqx: 6.0.6-lqx1 -> 6.0.7-lqx1
2022-11-05 13:10:29 -03:00
PedroHLC ☭
3c9272a5cf
linux-zen: 6.0.6-zen1 -> 6.0.7-zen1
2022-11-05 13:07:20 -03:00
Atemu
5e6f87576b
linux_xanmod_latest: 6.0.6 -> 6.0.7
2022-11-05 09:16:43 +01:00
github-actions[bot]
07bf88ec8f
Merge staging-next into staging
2022-11-04 18:01:42 +00:00
Bernardo Meurer
1dbaa9cc85
Merge pull request #199500 from Atemu/xanmod-remove-amd-pstate
2022-11-04 14:43:58 +00:00
Bernardo Meurer
dab266f371
linux/hardened/patches/6.0: 6.0.6-hardened1 -> 6.0.7-hardened1
2022-11-04 11:55:51 +00:00
Bernardo Meurer
451e251ea4
linux/hardened/patches/5.4: 5.4.221-hardened1 -> 5.4.223-hardened1
2022-11-04 11:55:20 +00:00
Bernardo Meurer
525ee05190
linux/hardened/patches/5.15: 5.15.76-hardened1 -> 5.15.77-hardened1
2022-11-04 11:54:59 +00:00
Atemu
ebb82d58f6
linux_xanmod: force X86_AMD_PSTATE=y
...
https://github.com/NixOS/nixpkgs/pull/197295 enables it as a module by default
for recent kernel versions. We want it built-in on every xanmod version as they
are all patched to have the functionality.
Using mkImageMediaOverride to override the default kernel config but still allow
the user to mkForce it themselves.
Fixes https://github.com/NixOS/nixpkgs/issues/199498
Co-authored-by: Bernardo Meurer <bernardo@meurer.org >
2022-11-04 12:54:31 +01:00
Bernardo Meurer
7791bbd54b
linux/hardened/patches/5.10: 5.10.152-hardened1 -> 5.10.153-hardened1
2022-11-04 11:54:31 +00:00
Bernardo Meurer
a2ddd1ac1a
linux/hardened/patches/4.19: 4.19.262-hardened1 -> 4.19.264-hardened1
2022-11-04 11:54:09 +00:00