Commit Graph

20506 Commits

Author SHA1 Message Date
github-actions[bot]
71d2c63882
Merge staging-next into staging 2022-11-02 12:02:01 +00:00
github-actions[bot]
4b05cc6f66
Merge master into staging-next 2022-11-02 12:01:31 +00:00
Yorick
3c86c4cea7
Merge pull request #190915 from LumiGuide/yorickvp/upstr-wgup
linuxPackages.wireguard: 1.0.20211208 -> 1.0.20220627, fix cross
2022-11-02 11:27:31 +01:00
github-actions[bot]
5a70f6da92
Merge staging-next into staging 2022-11-01 18:01:39 +00:00
github-actions[bot]
ef41cdba6c
Merge master into staging-next 2022-11-01 18:01:10 +00:00
Bernardo Meurer
c3033dafb0
Merge pull request #198783 from aacebedo/linux-testing_6.1_rc3 2022-11-01 15:07:19 +00:00
Alexandre Acebedo
cce5b62739 linuxKernel.kernels.linux_testing: 6.0-rc5 -> 6.1-rc3 2022-11-01 15:39:38 +01:00
github-actions[bot]
39d4ab1e0b
Merge staging-next into staging 2022-11-01 12:02:06 +00:00
github-actions[bot]
0ada81696d
Merge master into staging-next 2022-11-01 12:01:32 +00:00
Bernardo Meurer
8fc819a601
Merge pull request #198818 from fortuneteller2k/xanmod 2022-11-01 11:55:36 +00:00
Bernardo Meurer
9a33ad65cd
Merge pull request #198666 from vifino/linux-no_hz 2022-11-01 11:50:26 +00:00
FliegendeWurst
ba15914be7 v4l2loopback: unstable-2021-07-13 -> unstable-2022-08-05 2022-11-01 11:30:32 +01:00
fortuneteller2k
0b7786987a linux_xanmod: add additional kconfig options 2022-11-01 05:49:18 +00:00
github-actions[bot]
85d6819fff
Merge staging-next into staging 2022-10-31 18:03:46 +00:00
github-actions[bot]
194c35c5e4
Merge master into staging-next 2022-10-31 18:03:13 +00:00
fortuneteller2k
ec9b92c9f1 linux_xanmod_latest: 6.0.0 -> 6.0.6 2022-10-31 17:57:16 +00:00
fortuneteller2k
ebc901cc8e linux_xanmod: 5.15.70 -> 5.15.75 2022-10-31 17:46:51 +00:00
fortuneteller2k
94a1409703 linux_xanmod_stable: remove 2022-10-31 17:28:40 +00:00
fortuneteller2k
0a242b1573 linux_xanmod_tt: remove 2022-10-31 17:23:37 +00:00
Bernardo Meurer
e86a2ff7fe
linux/hardened/patches/6.0: 6.0.5-hardened1 -> 6.0.6-hardened1 2022-10-31 16:57:09 +00:00
Bernardo Meurer
0b4bc71ea2
linux/hardened/patches/5.4: 5.4.220-hardened1 -> 5.4.221-hardened1 2022-10-31 16:57:09 +00:00
Bernardo Meurer
3b2de1b5dd
linux/hardened/patches/5.15: 5.15.75-hardened1 -> 5.15.76-hardened1 2022-10-31 16:57:09 +00:00
Bernardo Meurer
615205d5b4
linux/hardened/patches/5.10: 5.10.150-hardened1 -> 5.10.152-hardened1 2022-10-31 16:57:09 +00:00
Bernardo Meurer
5bcbe8ecd1
linux-rt_5_10: 5.10.145-rt74 -> 5.10.152-rt75 2022-10-31 16:57:09 +00:00
Bernardo Meurer
be14fb9e5c
linux: 6.0.5 -> 6.0.6 2022-10-31 16:57:08 +00:00
Bernardo Meurer
41633ab784
linux: 5.4.220 -> 5.4.221 2022-10-31 16:57:08 +00:00
Bernardo Meurer
ac745085d8
linux: 5.15.75 -> 5.15.76 2022-10-31 16:57:08 +00:00
Bernardo Meurer
33da8f9642
linux: 5.10.150 -> 5.10.152 2022-10-31 16:57:06 +00:00
Jörg Thalheim
6c346e3fa5 dpdk: update kernel version constraint. 2022-10-31 14:03:22 +01:00
Jörg Thalheim
1a15be699b dpdk-kmods: fix build against 5.18 2022-10-31 13:41:56 +01:00
Jörg Thalheim
9d220f5067 dpdk: 22.03 -> 22.07 2022-10-31 13:41:56 +01:00
github-actions[bot]
d980d35477
Merge staging-next into staging 2022-10-31 12:01:57 +00:00
github-actions[bot]
76cceffaf9
Merge master into staging-next 2022-10-31 12:01:26 +00:00
Bernardo Meurer
1093c9b4e1
Merge pull request #197898 from toastal/zfs-2.1.7-unstable 2022-10-31 11:23:03 +00:00
github-actions[bot]
017862ea9a
Merge staging-next into staging 2022-10-31 00:03:07 +00:00
github-actions[bot]
9d424dbc41
Merge master into staging-next 2022-10-31 00:02:32 +00:00
Christian Kögler
bdfa46031d
Merge pull request #197993 from wegank/prl-tools-18.0.3
prl-tools: 18.0.2-53077 -> 18.0.3-53079
2022-10-30 22:50:17 +01:00
Adrian Pistol
8d3fe232e3 linux: Set CONFIG_NO_HZ_FULL=y.
CONFIG_NO_HZ_FULL=y should be set to enable the `nohz_full=` and
`rcu_nocbs=` options. These carry no additional performance penalty
compared to CONFIG_NO_HZ_IDLE and behaves like it by default,
but allows disabling the tick interrupts on cores for power or
performance reasons.

[Debian][1] also applied the change to all their kernels.
Like the Kernel says: "If you're a distro say Y."

[1]: f6aad27f05
2022-10-30 17:20:22 +01:00
Pierre Bourdon
8b31b52853
Merge pull request #197697 from delroth/linux-perf-cross
linuxPackages.perf: fix cross-compilation by providing HOSTLD
2022-10-30 16:06:50 +01:00
github-actions[bot]
f349a716a3
Merge master into staging-next 2022-10-29 00:02:26 +00:00
Anderson Torres
f367ac90aa
Merge pull request #197997 from atorres1985-contrib/hummingbird
skawarePackages: reformat
2022-10-28 17:10:53 -03:00
AndersonTorres
a76bd55090 skawarePackages: move all of them to development/skaware-packages 2022-10-28 11:30:49 -03:00
toastal
d89cbdcbe4 zfsUnstable: 2.1.6 → 2.1.7-staging
With 5.19 kernels now being EoL and my laptop demanding at least 5.17 to
function, I want to get ahead of the curve and add support for 6.0
kernels. The 2.1.6 tag was cut so late that it support 6.0 but isn’t as
well tested according to the conversations I read. There aren’t many
commits in the `2.1.7-staging` at this point, but this will help keep my
system afloat until the real `2.1.7` release. I’ve booted my laptop into
this and everything appears to be functioning normally.
2022-10-28 15:56:10 +07:00
github-actions[bot]
c2ec40a74a
Merge staging-next into staging 2022-10-27 18:02:10 +00:00
R. Ryantm
8e6ec9fc8f alsa-utils: 1.2.7 -> 1.2.8 2022-10-27 08:46:19 -05:00
Sandro
21fa5a05ef
Merge pull request #196357 from Enzime/shortcat 2022-10-27 14:17:27 +02:00
github-actions[bot]
d2dd10ada4
Merge staging-next into staging 2022-10-27 12:02:33 +00:00
Bernardo Meurer
f2f9611f44
Merge pull request #197944 from NixOS/kernel-updates 2022-10-27 12:09:51 +01:00
github-actions[bot]
8aceec386f
Merge staging-next into staging 2022-10-27 06:01:51 +00:00
R. Ryantm
760f380183 cshatag: 2.0 -> 2.1.0 2022-10-27 07:29:23 +02:00