Commit Graph

6166 Commits

Author SHA1 Message Date
Bernardo Meurer
49123a639f
linux/hardened/patches/5.15: 5.15.58-hardened1 -> 5.15.60-hardened1 2022-08-16 11:32:07 -04:00
Bernardo Meurer
b251c3d591
linux/hardened/patches/5.10: 5.10.134-hardened1 -> 5.10.136-hardened1 2022-08-16 11:32:03 -04:00
Bernardo Meurer
151120cee0
linux/hardened/patches/4.19: 4.19.254-hardened1 -> 4.19.255-hardened1 2022-08-16 11:31:59 -04:00
Bernardo Meurer
edfc88a7d3
linux-rt_5_4: 5.4.193-rt74 -> 5.4.209-rt77 2022-08-16 11:31:20 -04:00
Bernardo Meurer
cf81560d25
linux: 5.4.209 -> 5.4.210 2022-08-16 11:31:01 -04:00
Bernardo Meurer
6221871a7d
linux: 5.19 -> 5.19.1 2022-08-16 11:30:58 -04:00
Bernardo Meurer
36c83a7be6
linux: 5.18.16 -> 5.18.17 2022-08-16 11:30:55 -04:00
Bernardo Meurer
17173d1781
linux: 5.15.59 -> 5.15.60 2022-08-16 11:30:51 -04:00
Bernardo Meurer
d58cbe4865
linux: 5.10.135 -> 5.10.136 2022-08-16 11:30:48 -04:00
Bernardo Meurer
dc78e9719c
linux: 4.19.254 -> 4.19.255 2022-08-16 11:30:38 -04:00
Sergei Trofimovich
8940dd0559 linuxPackages.perf: move from perf.nix to perf/ directory
While at it dropped top-level 'with lib;'.
2022-08-14 09:17:48 +01:00
Sergei Trofimovich
7c69856537
Merge pull request #186318 from trofi/latest-perf-for-binutils-2.39
linuxPackages_latest.perf: apply upstream patch for binutils-2.39
2022-08-14 08:59:37 +01:00
PedroHLC ☭
28d23a540e
linux_zen: 5.18.16 -> 5.19.1; linux_lqx: 5.18.16-lqx2 -> 5.18.17-lqx1 2022-08-12 15:27:00 -03:00
Sergei Trofimovich
ca07cc0c5c linuxPackages_latest.perf: apply upstream patch for binutils-2.39
Without the change build fails as:

    perf-linux> util/annotate.c: In function 'symbol__disassemble_bpf':
    perf-linux> util/annotate.c:1765:9: error: too few arguments to function 'init_disassemble_info'
    perf-linux>  1765 |         init_disassemble_info(&info, s,
    perf-linux>       |         ^~~~~~~~~~~~~~~~~~~~~
2022-08-12 18:32:49 +01:00
PedroHLC ☭
14c1f2e104
linux_lqx: 5.18.16-lqx1 -> 5.18.16-lqx2 2022-08-09 18:41:47 -03:00
Bernardo Meurer
7e901eeae0
kernel: only enable PINCTRL_AMD on 5.19+ 2022-08-08 20:42:45 -04:00
Peter Hoeg
f7c980599e kernel: fix touchpads on AMD laptops 2022-08-08 22:28:05 +08:00
Martin Weinelt
5f9b871b72
Merge pull request #185037 from mweinelt/home-assistant 2022-08-04 11:40:41 +02:00
K900
86c336254a
Merge pull request #184812 from K900/pahole
linux: actually fix split BTFs
2022-08-04 10:58:37 +03:00
K900
f23ac4035c linux/hardened/patches/5.4: 5.4.206-hardened1 -> 5.4.208-hardened1 2022-08-04 08:14:12 +03:00
K900
86bccf10b9 linux/hardened/patches/5.18: 5.18.12-hardened1 -> 5.18.15-hardened1 2022-08-04 08:14:05 +03:00
K900
e9c8925f98 linux/hardened/patches/5.15: 5.15.55-hardened1 -> 5.15.58-hardened1 2022-08-04 08:13:58 +03:00
K900
fca28ee089 linux/hardened/patches/5.10: 5.10.131-hardened1 -> 5.10.134-hardened1 2022-08-04 08:13:50 +03:00
K900
b588944c55 linux/hardened/patches/4.19: 4.19.252-hardened1 -> 4.19.254-hardened1 2022-08-04 08:13:44 +03:00
K900
941b70fb70 linux/hardened/patches/4.14: 4.14.288-hardened1 -> 4.14.290-hardened1 2022-08-04 08:13:36 +03:00
K900
e4be613a8b linux_latest-libre: 18825 -> 18837 2022-08-04 08:13:09 +03:00
K900
6f5368cff9 linux: 5.4.208 -> 5.4.209 2022-08-04 08:12:52 +03:00
K900
f437246542 linux: 5.18.15 -> 5.18.16 2022-08-04 08:12:47 +03:00
K900
b7b3e0bd51 linux: 5.15.58 -> 5.15.59 2022-08-04 08:12:42 +03:00
K900
20249152ce linux: 5.10.134 -> 5.10.135 2022-08-04 08:12:37 +03:00
PedroHLC ☭
140d955eba
zen-kernels: 5.18.15 -> 5.18.16 2022-08-03 18:32:16 -03:00
Martin Weinelt
4af35d92a0
python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
K900
6cd9a388df linux: provide pahole when configuring
The kernel checks the version of pahole at configuration time to know
if it supports features like split BTFs. If pahole doesn't exist,
all of that gets disabled in the config file, so the kernel ends up
built without split BTFs, despite having a working pahole for the actual
build.
2022-08-02 16:23:00 +03:00
PedroHLC ☭
f53e009293
linux_lqx: 5.18.15-lqx1 -> 5.18.15-lqx2 2022-08-01 13:42:43 -03:00
Alyssa Ross
84cc06af6f linux_latest: 5.18.15 -> 5.19 2022-08-01 15:30:56 +00:00
PedroHLC ☭
8e078933f1
zen-kernels: 5.18.14 -> 5.18.15 2022-07-30 13:27:01 -03:00
Maximilian Bosch
d060a1191b
linux: 5.4.207 -> 5.4.208 2022-07-29 19:10:46 +02:00
Maximilian Bosch
37f0f42f70
linux: 5.18.13 -> 5.18.15 2022-07-29 19:10:31 +02:00
Maximilian Bosch
8beec3e69a
linux: 5.15.56 -> 5.15.58 2022-07-29 19:10:13 +02:00
Maximilian Bosch
40b001eee2
linux: 5.10.132 -> 5.10.134 2022-07-29 19:09:57 +02:00
Maximilian Bosch
32da3390ab
linux: 4.9.324 -> 4.9.325 2022-07-29 19:09:39 +02:00
Maximilian Bosch
310ce04485
linux: 4.19.253 -> 4.19.254 2022-07-29 19:09:22 +02:00
Maximilian Bosch
be408ef5bb
linux: 4.14.289 -> 4.14.290 2022-07-29 19:09:01 +02:00
Alyssa Ross
ea29d1b601
linux: use writeShellScript 2022-07-29 09:28:57 +00:00
Alyssa Ross
c48f9c6218
linux: inline "commonMakeFlags"
Since 7a9b6ac39a ("kernel: Enable cross compiling"), commonMakeFlags
has only been used once.  Since these flags aren't "common" between
anything any more, they should just be inlined to make the expression
easier to read.
2022-07-29 09:28:39 +00:00
github-actions[bot]
f6895f13b0
Merge master into staging-next 2022-07-27 18:01:33 +00:00
Dmitriy
1909ee2df3 zen-kernels: retire myself as a maintainer 2022-07-27 01:08:14 +03:00
Vladimír Čunát
8198636be0
linux-doc: fixup fetch after commit 9e68ab7b83
Let's stop using src.override.  I see no advantage,
and the switch of original src from `sha256 =` to `hash =`
was causing really confusing errors.
2022-07-26 12:08:28 +02:00
github-actions[bot]
8aaeccd647
Merge master into staging-next 2022-07-26 06:02:16 +00:00
PedroHLC ☭
30c47f202a
linux_lqx: 5.18.14-lqx1 -> 5.18.14-lqx2 2022-07-25 21:49:23 -03:00