dtechsrv
f0d876e1e3
linux (all): enable CONFIG_CHR_DEV_SG as module
2023-10-05 19:36:04 +02:00
Rudi Heitbaum
5aeedccfa7
linux (Generic): update .config for 6.5.3
2023-09-13 09:05:45 +00:00
Rudi Heitbaum
ddee88aa15
linux: change from CONFIG_AUTOFS4_FS to CONFIG_AUTOFS_FS
...
ref:
- 1f2190d6b7
2023-08-28 12:17:16 +00:00
Rudi Heitbaum
ee41cefa7a
linux (Generic): update NR_CPUS=32 to support AMD Ryzen 3 4300GE (4 CPUs * 8 Threads)
...
smpboot: 32 Processors exceeds NR_CPUS limit of 16
smpboot: Allowing 16 CPUs, 8 hotplug CPUs
2023-08-28 12:17:16 +00:00
Rudi Heitbaum
5d3120cc46
linux (Generic): update .config for 6.5
2023-08-28 12:17:16 +00:00
Rudi Heitbaum
6ba7e22d7a
linux (Generic): update .config for 6.4.8
2023-08-06 11:05:10 +00:00
Rudi Heitbaum
952e45ff11
linux (Generic): update .config for 6.4
2023-06-26 19:40:23 +00:00
Rudi Heitbaum
ea7f78e1de
linux (Generic): update .config for 6.3
2023-04-23 22:36:33 +00:00
Rudi Heitbaum
0f523b4d25
linux (Generic): update .config for 6.2.6
2023-04-23 22:36:33 +00:00
Rudi Heitbaum
509bd062b4
linux (Generic): update .config for 6.1.17
2023-03-11 21:22:39 +00:00
Rudi Heitbaum
e7c9ae4d5d
linux: enable CONFIG_NETFILTER_XT_MATCH_COMMENT
...
needed by iptables in podman using netavark stack
2023-02-07 08:17:17 +00:00
Rudi Heitbaum
bda61ac67d
linux: add GCC11_NO_ARRAY_BOUNDS to .config
2023-01-24 08:16:41 +00:00
CvH
c9e386c1c5
Merge pull request #7336 from heitbaum/netfilter
...
kernel_options: add Netfilter section
2023-01-19 19:59:45 +01:00
Rudi Heitbaum
ed489d645b
linux (Generic): standardise docker options
2023-01-03 11:30:58 +00:00
Rudi Heitbaum
a287c408f0
linux (Generic): standardise netfilter options
2023-01-03 10:59:34 +00:00
Rudi Heitbaum
1440a7dc31
kernel_options: add CONFIG_NINTENDO_FF=y
2022-12-30 03:47:11 +00:00
Jernej Škrabec
3a491ca1a9
Merge pull request #6649 from heitbaum/rtw88
...
RTW88: Add support for USB/SDIO variants
2022-12-26 19:56:25 +01:00
SupervisedThinking
5bb6f508f9
linux (all projects): build hid-nintendo module
...
- Adds support for the Nintendo Switch Joy-Cons and Pro Controller. All controllers support bluetooth, and the Pro Controller also supports its USB mode.
- https://cateee.net/lkddb/web-lkddb/HID_NINTENDO.html
2022-12-20 11:16:04 +01:00
Rudi Heitbaum
90f21999e4
linux (Generic): update .config for 6.1-rc6
2022-12-12 18:49:09 +00:00
Rudi Heitbaum
255ef94930
linux (Generic): support rtw88 USB
2022-12-10 05:45:48 +00:00
Rudi Heitbaum
eb394a7875
linux (Generic): update .config for 6.0.11
2022-12-03 01:08:46 +00:00
Rudi Heitbaum
78013e8226
linux (Generic): update .config for 6.0.3-rc1
2022-10-21 08:36:45 +00:00
Rudi Heitbaum
c58f90fb50
linux (Generic): update .config for 6.0-rc5
2022-10-04 10:53:58 +00:00
Rudi Heitbaum
85c221de48
linux (Generic): update .config for 5.19.2-rc1
2022-09-05 11:00:35 +00:00
Rudi Heitbaum
8a0e2b2d69
linux (Generic): Enable Indirect Branch Tracking (X86_KERNEL_IBT)
...
Supported on Tigerlake CPUs and newer
Build the kernel with support for Indirect Branch Tracking, a
hardware support course-grain forward-edge Control Flow Integrity
protection. It enforces that all indirect calls must land on
an ENDBR instruction, as such, the compiler will instrument the
code with them to make this happen.
In addition to building the kernel with IBT, seal all functions that
are not indirect call targets, avoiding them ever becoming one.
This requires LTO like objtool runs and will slow down the build. It
does significantly reduce the number of ENDBR instructions in the
kernel image.
2022-09-05 10:58:03 +00:00