Commit graph

1944 commits

Author SHA1 Message Date
Dorian Stoll 3c1b47315d
pkg: debian: Update to 6.7.9 2024-03-09 21:15:35 +01:00
Dorian Stoll f7268974dc
pkg: fedora: Update to 6.7.9 2024-03-09 21:15:11 +01:00
Dorian Stoll 47d64ee435
pkg: arch: Update to 6.7.9 2024-03-09 21:13:56 +01:00
Dorian Stoll 852fcb1c2f
Update v6.7 patches
Changes:
 - Add driver for changing the fan profile (Surface Pro 9)
 - Added fixes for IPU3 cameras
 - Reverted DW9719 driver to previous version (Surface Go 2)

Links:
 - kernel: 530f557890
 - fan profile driver: https://github.com/linux-surface/kernel/pull/145
 - camera fixes: https://github.com/linux-surface/kernel/pull/146
2024-03-09 21:08:04 +01:00
Dorian Stoll 398a046a41
Update v6.6 patches
Changes:
 - Add driver for changing the fan profile (Surface Pro 9)

Links:
 - kernel: fcc3a67ab0
 - fan profile driver: https://github.com/linux-surface/kernel/pull/145
2024-03-09 21:05:48 +01:00
Dorian Stoll fcdab44b7f
fixup! Add support for Fedora 40 2024-03-01 12:34:41 +01:00
Dorian Stoll cfbf70ce88
pkg: fedora: Bump release 2024-03-01 11:56:54 +01:00
Dorian Stoll b4f7c66d93
Add support for Fedora 40 2024-03-01 11:55:40 +01:00
Dorian Stoll 3187d8c8db
Merge pull request #1367 from linux-surface/kernel-watchdog-v3
Another kernel-watchdog update for btrfs
2024-03-01 11:55:23 +01:00
Dorian Stoll 0a6559d21e
pkg: fedora: Update to 6.7.6 2024-02-27 20:29:00 +01:00
Dorian Stoll 61cce717b6
pkg: arch: Update to 6.7.6 2024-02-27 20:28:41 +01:00
Dorian Stoll 4e0f8e9253
pkg: debian: Update to 6.7.6 2024-02-27 20:27:46 +01:00
Dorian Stoll fcc945709d
Merge pull request #1369 from sertonix/patch-1
rotate-screen: fix typo in README
2024-02-14 10:16:27 +01:00
Sertonix 100a927a4f
rotate-screen: fix typo in README 2024-02-13 14:57:27 +00:00
Dorian Stoll 5241998eee
pkg: fedora: Update kernel-watchdog service
It seems that I just can't stop finding weird btrfs setups that break
the current script.

When you use btrfs with a default subvolume, GRUB will use normal paths,
like on ext4. So instead of /@/boot/vmlinuz you have /boot/vmlinuz.

The issue is that grub2-mkrelpath doesn't know about that. The script
would have to parse the GRUB configuration and fstab, to figure out
if btrfs is used with a default subvolume, and then add a flag to the
command depending on that.

However, instead of adding yet another workaround, let's just forget
about grubby and do what we want to do ourselves. Because, as it turns
out, not taking a weird detour over the path that GRUB uses to load the
kernel makes everything much easier.

Since this means that we are dealing with even more filepath and string
mangling, I decided to rewrite the script in python. It would work fine
in bash, but it would be even more spaghetti code that I don't really
want to write. And python is always available in Fedora anyway,
because DNF is written in it.
2024-02-06 23:25:26 +01:00
Dorian Stoll 691fff2d66
pkg: fedora: Update for 6.7.2 2024-01-29 19:54:32 +01:00
Dorian Stoll f6488c30a5
pkg: fedora: Pull in intel-vsc-firmware
This package contains the IPU3 firmware needed for camera support.
2024-01-29 19:54:32 +01:00
Dorian Stoll a51ef12f04
pkg: debian: Update to 6.7.2 2024-01-29 19:54:31 +01:00
Dorian Stoll 38bca71569
pkg: arch: Update to 6.7.2 2024-01-29 19:54:31 +01:00
Dorian Stoll 09f974cb3d
pkg: fedora: Add support for not changing any configs to build-ark.py 2024-01-29 19:54:31 +01:00
Dorian Stoll b49ed6d04d
Add patches for 6.7
Derived from latest 6.6 patches

Links:
 - kernel: 4e36132e27
 - tree-devel: https://github.com/linux-surface/kernel/tree/v6.7-surface-devel
 - tree-patches: https://github.com/linux-surface/kernel/tree/v6.7-surface
2024-01-29 19:54:26 +01:00
Dorian Stoll c58cae4193
pkg: fedora: Move surface_fan and surface_temp to kernel-modules 2024-01-13 12:31:12 +01:00
Maximilian Luz b492218dfa
Update Fedora kernels to v6.6.11 2024-01-13 01:20:46 +01:00
Maximilian Luz 7e49f74a11
Update Debian kernel to v6.6.11 2024-01-13 01:19:33 +01:00
Maximilian Luz 5854a94c14
Update Arch kernel to v6.6.10 2024-01-13 01:18:33 +01:00
Maximilian Luz 807d0d9208
Update v6.6 patches
Changes:
 - Add driver for reading fan speed via SAM (Surface Pro 9)
 - Add driver for reading temperature via SAM (Surface Pro 9)
 - Rebase onto v6.6.11

Links:
 - kernel: e30b5e9a55
 - fan speed driver: https://github.com/linux-surface/kernel/pull/144
2024-01-13 01:16:25 +01:00
Maximilian Luz 5ccc1d3da5
Update v6.1 patches
Changes:
 - Add driver for reading fan speed via SAM (Surface Pro 9)
 - Add driver for reading temperature via SAM (Surface Pro 9)
 - Rebase onto v6.1.72

Links:
 - kernel: de848841cb
 - fan speed driver: https://github.com/linux-surface/kernel/pull/144
2024-01-13 01:16:03 +01:00
Maximilian Luz 378c57b874
Remove old v6.5 config 2024-01-12 23:06:36 +01:00
Maximilian Luz 110ca0d301
Update Fedora kernels to v6.6.6 2023-12-13 22:29:26 +01:00
Maximilian Luz 38d99fe86b
Update Debian kernel to v6.6.6 2023-12-13 22:27:17 +01:00
Maximilian Luz 151ef70771
Update Arch kernel to v6.6.6 2023-12-13 22:25:59 +01:00
Maximilian Luz 4566113182
Update v6.6 patches
Changes:
 - Rebase onto v6.6.6

Links:
 - kernel: 8cd23b1bb3
2023-12-13 22:23:44 +01:00
Maximilian Luz 944cabb9a0
Update v6.1 patches
Changes:
 - Rebase onto v6.1.68

Links:
 - kernel: 4ebedac16e
2023-12-13 22:22:36 +01:00
Maximilian Luz ba5bbc198e
Merge pull request #1312 from boutell/master
a huge help on the laptop go gen 1 as well
2023-12-09 12:42:10 +01:00
Dorian Stoll c0205c4254
pkg: arch: Update patch checksums 2023-12-08 18:00:37 +01:00
Dorian Stoll 05e460d8c6
Remove outdated v6.5 patches 2023-12-08 17:59:23 +01:00
Dorian Stoll ce065861db
Update v6.6 patches
Changes:
 - Rebase onto v6.6.5

Links:
 - kernel: linux-surface/kernel@8cd23b1
2023-12-08 17:57:47 +01:00
Dorian Stoll 57f2011031
pkg: arch: Update to kernel 6.6.4 2023-12-08 17:28:27 +01:00
Dorian Stoll b271d37130
pkg: fedora: Update to kernel 6.6.5 2023-12-08 17:26:30 +01:00
Dorian Stoll 712f618d33
pkg: debian: Update to kernel 6.6.5 2023-12-08 17:26:15 +01:00
Dorian Stoll 1a65298327
pkg: Drop Fedora 37 because it is EOL 2023-12-08 17:22:44 +01:00
boutell da465f2cd1 a huge help on the laptop go gen 1 as well 2023-12-01 21:10:30 -05:00
Maximilian Luz a6eafcad32
pkg/arch: Update checksums 2023-11-21 23:17:18 +01:00
Maximilian Luz 90fd76d88d
pkg/arch: Fix PKGBUILD for newer kernel versions 2023-11-21 23:01:45 +01:00
Maximilian Luz f70960127f
configs/surface-6.6: Replace CIO2_BRIDGE with IPU_BRIDGE
CONFIG_CIO2_BRIDGE has been removed and we have to actively enable
CONFIG_IPU_BRIDGE now as it is no longer selected by
CONFIG_VIDEO_IPU3_CIO2.
2023-11-21 22:52:18 +01:00
Maximilian Luz 216e272d8a
fixup! Update Debian kernel to v6.6.1 2023-11-20 22:56:33 +01:00
Maximilian Luz 51cb34d141
fixup! Update Arch kernel to v6.6.1 2023-11-20 22:49:30 +01:00
Maximilian Luz b8219099b9
fixup! Add patches for v6.6 2023-11-20 22:48:42 +01:00
Maximilian Luz 16e31cc52b
Bump Fedora kernel release 2023-11-20 22:15:29 +01:00
Maximilian Luz d7ea30133f
Update Debian kernel to v6.6.1 2023-11-20 22:10:33 +01:00